Httpd.exe-Application Error
---------------------------
"0xFFFFFFFF" Memory referenced by the "0x01191ffd" directive. The memory cannot be "read".
To terminate your program, click OK.
To debug your program, click Cancel.
---------------------------
OK cancel
After installation, open normal PHP file normally, and open the connection database of PHP file Httpd.exe application error, the memory can not be read.
Libmysql.dll and Php5ts.dll under the C:php5 folder can be copied to the C:windowssystem32 under the
Found a solution,
You need to copy the Php5ts.dll Libmysql.dll php5/ext/php-gb2.dll php5/ext/php-mbstring.dll php-mysql.dll under PHP to c:/windows/ Under the System32, the error will disappear.
The above Code section does not solve the problem I encountered, and then I went on to search, and someone gave the following answer:
I replaced one of my previous php.ini files with the current php.ini file, successfully started, all the problems solved, and also do not prompt my GD library and MySQL did not open the problem, so, if you can not, I have this php.ini file you may take to try, explain: I use Apache Version is: 2.2.21,php version is: 5.2.6, OK, the article is best to provide my php.ini file download address, I hope it can also solve your Httpd.exe application error and 0x00000000 read-only
Other users to solve the solution
When you check MySQL data with PHP, this error occurs. Check the original SQL statement is wrong, save the SQL statement is correct.