I have a WAMP 2.0 server installed on Win XP . Apache version : 2.2.11 PHP Version : 5.3 MySQL : 5.1.36
I have about 11 tables in the mysql . Each run of my web application (HTML/Jquery/PHP/MySQL) fills about 100 rows in 2 of the tables.(One of the table has 2 Long blob columns where data of size upto 20MB is uploaded, I have changed the Max_allowed_packet size to 32M in my.ini file )
THe application works fine for about 3 weeks until the number of rows in one of the table reaches >1500 .
THen I see the httpd crash message (Apache httpd encountered error and needs to close )and it says illegal memory refernce Please find below some logs
szAppName : httpd.exe szAppVer : 2.2.11.0 szModName : php5ts.dll
szModVer : 5.3.0.0 offset : 0000c309
C:\DOCUME~1\blrcom\LOCALS~1\Temp\WERc677.dir00\httpd.exe.mdmp
C:\DOCUME~1\blrcom\LOCALS~1\Temp\WERc677.dir00\appcompat.txt
If I clear the two tables (1500 > rows ). Still the problem is seen .
I am using PDO PHP to update the tables.
Can anyone guide me as this is becoming a blocker.
Regards, Mithun