|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-09-15 15:03 UTC] jelly_bean_junky at hotmail dot com
[2007-09-18 10:38 UTC] jani@php.net
[2007-09-26 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 17 11:00:02 2025 UTC |
Description: ------------ Hello, I trying a new PHP 5.2.4 on Windows Server 2006 II6. I have followed all of the installation notes I could find, and I always get this error: "PHP has encountered an Access Violation at 0131903A", or some other # at the end. I have tried: 1) setting all the paths in the PHP.ini file so IUSR has write permissions 2) turned my firewall off 3) copied PHP.ini to c:\windows 4) set environtal variable, etc. as per instructions on this website Can anyone point me to a good set of installation notes? The ones on this website are not sufficient. Thank you, J. Reproduce code: --------------- <html> <body> <?php print ("I am the CHICKEN MAN"); ?> </body> </html> Expected result: ---------------- I am the CHICKEN MAN Actual result: -------------- PHP has encountered an Access Violation at blah blah blah...