https://issues.apache.org/bugzilla/show_bug.cgi?id=47966
Rob Apgood <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |LATER --- Comment #19 from Rob Apgood <[email protected]> 2009-10-29 11:40:46 UTC --- Apache/2.2.14 (Win32) PHP/5.3.1 RC1 mysqlnd 5.0.5-dev - 081106 - $Revision: 286739 $ PHP 5 manual sez... "mysql_close() closes the non-persistent connection to the MySQL server that's associated with the specified link identifier. If link_identifier isn't specified, the last opened link is used. " Not true in this version. You MUST supply the link identifier in mysql_close() or httpd.exe falls over trying to read memory located @ 0x00000000. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
