Antony Dovgal wrote:
It doesn't look like you meant to commit this:
You are right.
Thanks. Dmitry.
--- php/php-src/branches/PHP_5_3/Zend/zend_API.c 2009-11-30 11:18:00 UTC
(rev 291487)
+++ php/php-src/branches/PHP_5_3/Zend/zend_API.c 2009-11-30 11:39:53 UTC
(rev 291488)
@@ -2117,7 +2117,7 @@
#if HAVE_LIBDL
#if !(defined(NETWARE) && defined(APACHE_1_BUILD))
if (module->handle) {
- DL_UNLOAD(module->handle);
+// DL_UNLOAD(module->handle);
}
#endif
#endif
On 30.11.2009 14:39, Dmitry Stogov wrote:
dmitry Mon, 30 Nov 2009 11:39:53 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=291488
Log:
Fixed bug #50261 (Crash When Calling Parent Constructor with call_user_func())
Bug: http://bugs.php.net/50261 (Assigned) Crash When Calling Parent Constructor
with call_user_func()
Changed paths:
U php/php-src/branches/PHP_5_3/NEWS
U php/php-src/branches/PHP_5_3/Zend/zend_API.c
U php/php-src/trunk/Zend/zend_API.c
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php