ID: 27185 User updated by: andrey at cherezov dot koenig dot su Reported By: andrey at cherezov dot koenig dot su Status: Open Bug Type: Reproducible crash Operating System: Windows 2003, XP PHP Version: 4.3.5RC4-dev New Comment:
Btw, may be this helps, this script with the PHP 5 beta4 output this: H:\php\php-5.0.0b4-Win32\php.exe test.php PHP Warning: Unknown persistent list entry type in module shutdown (22) in Unknown on line 0 And with PHP 5 beta3 it also unable to work: window "entry point mysql_character_set_name not found in DLL libmysql.dll". If I replace mysql_Pconnect with the mysql_connect - it works w/o error with PHP5 beta4 and with PHP 4.3.5rc4-dev OK too!! !!! Resume: there is problem in the cleanup code after usage of function mysql_Pconnect() !!! Previous Comments: ------------------------------------------------------------------------ [2004-02-21 05:17:47] andrey at cherezov dot koenig dot su !!! Try this script: ---- test.php ---- <? mysql_pconnect( "localhost", "root", "" ); ?> ------------------ Run php.exe test.php It writes its output H:\php\php-4.3.5>php.exe test.php Content-type: text/html X-Powered-By: PHP/4.3.5RC4-dev and then application failure window appears with bug info about php.exe+ntdll.dll ------------------------------------------------------------------------ [2004-02-21 05:08:27] andrey at cherezov dot koenig dot su These two systems are completely different. The second (Windows 2003) is a dedicated server at the hoster's data center. There is the standard environment. And the main thing: PHP 4.3.4 (and all previous versions)works nice on these 2 servers! ------------------------------------------------------------------------ [2004-02-21 03:13:26] [EMAIL PROTECTED] There's something seriously wrong with your system(s). I can't reproduce this anywhere.. ------------------------------------------------------------------------ [2004-02-21 00:20:55] andrey at cherezov dot koenig dot su FYI, my winxp\php.ini is the same as php4.3.5\php.ini-recommended. So all settings for php and its mysql options are default. ------------------------------------------------------------------------ [2004-02-20 23:48:25] andrey at cherezov dot koenig dot su And this bug depends on MySQL: if MySQL is NOT started, this bug isn't appears when I run test script (ezpublish/index.php). When I start MySQL and run test again - I again got this fault. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/27185 -- Edit this bug report at http://bugs.php.net/?id=27185&edit=1