helly Mon Jul 17 21:11:33 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/spl spl_iterators.c
/php-src NEWS
Log:
- MFH Fix #38125 undefined reference to spl_dual_it_free_storage
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_iterators.c?r1=1.73.2.30.2.12&r2=1.73.2.30.2.13&diff_format=u
Index: php-src/ext/spl/spl_iterators.c
diff -u php-src/ext/spl/spl_iterators.c:1.73.2.30.2.12
php-src/ext/spl/spl_iterators.c:1.73.2.30.2.13
--- php-src/ext/spl/spl_iterators.c:1.73.2.30.2.12 Sun Jul 16 21:12:32 2006
+++ php-src/ext/spl/spl_iterators.c Mon Jul 17 21:11:32 2006
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: spl_iterators.c,v 1.73.2.30.2.12 2006/07/16 21:12:32 helly Exp $ */
+/* $Id: spl_iterators.c,v 1.73.2.30.2.13 2006/07/17 21:11:32 helly Exp $ */
#ifdef HAVE_CONFIG_H
# include "config.h"
@@ -1477,7 +1477,7 @@
#endif
/* {{{ spl_dual_it_free_storage */
-static inline void spl_dual_it_free_storage(void *_object TSRMLS_DC)
+static void spl_dual_it_free_storage(void *_object TSRMLS_DC)
{
spl_dual_it_object *object = (spl_dual_it_object *)_object;
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.127&r2=1.2027.2.547.2.128&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.127 php-src/NEWS:1.2027.2.547.2.128
--- php-src/NEWS:1.2027.2.547.2.127 Mon Jul 17 20:36:47 2006
+++ php-src/NEWS Mon Jul 17 21:11:33 2006
@@ -87,6 +87,7 @@
- Fixed memory leaks in openssl streams context options. (Pierre)
- Fixed handling of extremely long paths inside tempnam() function. (Ilia)
+- Fixed bug #38125 (undefined reference to spl_dual_it_free_storage). (Marcus)
- Fixed bug #38086 (stream_copy_to_stream() returns 0 when maxlen is bigger
than the actual length). (Tony)
- Fixed bug #38072 (boolean arg for mysqli_autocommit() is always true on
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php