ID: 41042 Updated by: [EMAIL PROTECTED] Reported By: tissuescar at gmail dot com Status: Feedback Bug Type: IIS related Operating System: XP Professional PHP Version: 5.2.1 New Comment:
Don't forget to remove/disable all zend_extension's. Previous Comments: ------------------------------------------------------------------------ [2007-04-10 16:57:08] [EMAIL PROTECTED] Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://bugs.php.net/bugs-generating-backtrace.php for *NIX and http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32 Once you have generated a backtrace, please submit it to this bug report and change the status back to "Open". Thank you for helping us make PHP better. ------------------------------------------------------------------------ [2007-04-10 16:48:33] tissuescar at gmail dot com Description: ------------ PHP has encountered an access violation at 017d765e. I'm trying to call a basic php page to test the installation on my machine. Reproduce code: --------------- <html> <head> <title> PHP test page </title> </head> <body> <? print(Date("l F d, Y")); ?)> </body> </html> Expected result: ---------------- date needs to be displayed in the browser Actual result: -------------- PHP has encountered an access violation at 017d765e ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=41042&edit=1
