[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/ext/mbstring/libmbfl/filters/mbfilter_htmlent.c branches/PHP_5_2/ext/mbstring/tests/bug48645.phpt branches/PHP_5_3/ext/mbstring/libm

2009-07-28 Thread Moriyoshi Koizumi
moriyoshiWed, 29 Jul 2009 04:44:08 + Revision: http://svn.php.net/viewvc?view=revision&revision=286483 Log: * Fix bug #48645 (mb_convert_encoding() doesn't understand hexadecimal html-entities) Bug: http://bugs.php.net/48645 (Assigned) mb_convert_encoding() d

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS

2009-07-28 Thread Stanislav Malyshev
stas Wed, 29 Jul 2009 00:18:19 + Revision: http://svn.php.net/viewvc?view=revision&revision=286479 Log: report fix for bug #49065 Bug: http://bugs.php.net/49065 (Verified) "disable_functions" php.ini option does not work on Zend extensions Changed

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/main/main.c trunk/main/main.c

2009-07-28 Thread Stanislav Malyshev
stas Wed, 29 Jul 2009 00:17:10 + Revision: http://svn.php.net/viewvc?view=revision&revision=286478 Log: fix extension functions disabling (bug #49065) Bug: http://bugs.php.net/49065 (Verified) "disable_functions" php.ini option does not work on Zend exten

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/ext/spl/php_spl.c branches/PHP_5_2/ext/spl/tests/bug40091.phpt branches/PHP_5_2/ext/spl/tests/bug44144.phpt branches/PHP_5_3/ext/spl

2009-07-28 Thread Hannes Magnusson
bjoriTue, 28 Jul 2009 22:25:31 + Revision: http://svn.php.net/viewvc?view=revision&revision=286476 Log: MFH: Fixed bug #44144 & add test Bug: http://bugs.php.net/44144 (Closed) spl_autoload_functions() should return object instance when appropriate

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/Zend/zend_API.h trunk/Zend/zend_API.h

2009-07-28 Thread Jani Taskinen
jani Tue, 28 Jul 2009 21:12:42 + Revision: http://svn.php.net/viewvc?view=revision&revision=286469 Log: - Fixed bug #48971 (Missing ZEND_NS_NAMED_FE macro) Bug: http://bugs.php.net/48971 (Open) Missing ZEND_NS_NAMED_FE macro Changed paths: U p

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/sapi/embed/php_embed.c branches/PHP_5_2/sapi/embed/php_embed.h branches/PHP_5_3/sapi/embed/php_embed.c branches/PHP_5_3/sapi/embed/php_embed.h trunk/sapi/

2009-07-28 Thread Jani Taskinen
jani Tue, 28 Jul 2009 21:07:43 + Revision: http://svn.php.net/viewvc?view=revision&revision=286468 Log: - Fixed bug #48911 (embed sapi misses SAPI_API) Bug: http://bugs.php.net/48911 (Open) embed sapi misses SAPI_API Changed paths: U php/php-s

[PHP-CVS] svn: /php/phpruntests/trunk/ src/configuration/rtCommandLineOptions.php src/configuration/rtExternalTool.php src/configuration/rtRuntestsConfiguration.php src/configuration/tools/rtValgrind.

2009-07-28 Thread Zoe Slattery
zoe Tue, 28 Jul 2009 20:48:15 + Revision: http://svn.php.net/viewvc?view=revision&revision=286467 Log: code to use an external memory checker (valgrind) framework to add others Changed paths: U php/phpruntests/trunk/src/configuration/rtCommandLineOp

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/ext/gd/libgd/gd.c branches/PHP_5_3/NEWS branches/PHP_5_3/ext/gd/libgd/gd.c trunk/ext/gd/libgd/gd.c

2009-07-28 Thread Kalle Sommer Nielsen
kalleTue, 28 Jul 2009 20:35:06 + Revision: http://svn.php.net/viewvc?view=revision&revision=286466 Log: Fixed bug #42434 (ImageLine w/ antialias = 1px shorter) - patch by wojjie at gmail dot com Bug: http://bugs.php.net/42434 (Assigned) ImageLine w/ antia

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/ext/openssl/tests/bug48182.phpt branches/PHP_5_2/ext/openssl/xp_ssl.c branches/PHP_5_3/NEWS branches/PHP_5_3/ext/openssl/tests/b

2009-07-28 Thread Jani Taskinen
Sriram Natarajan wrote: srinatar Tue, 28 Jul 2009 19:28:08 + Revision: http://svn.php.net/viewvc?view=revision&revision=286465 Log: - 48182 ssl handshake fails during asynchronous socket connection Your commit message was a bit flawed. It should have been l

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/ext/openssl/tests/bug48182.phpt branches/PHP_5_2/ext/openssl/xp_ssl.c branches/PHP_5_3/NEWS branches/PHP_5_3/ext/openssl/tests/bug48

2009-07-28 Thread Sriram Natarajan
srinatar Tue, 28 Jul 2009 19:28:08 + Revision: http://svn.php.net/viewvc?view=revision&revision=286465 Log: - 48182 ssl handshake fails during asynchronous socket connection Changed paths: U php/php-src/branches/PHP_5_2/NEWS A php/php-src/branches/

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/gd/tests/bug43073.phpt branches/PHP_5_2/ext/gd/tests/bug48555.phpt branches/PHP_5_2/ext/gd/tests/bug48732.phpt branches/PHP_5_2/ext/standard/tests/str

2009-07-28 Thread Jani Taskinen
jani Tue, 28 Jul 2009 19:16:02 + Revision: http://svn.php.net/viewvc?view=revision&revision=286464 Log: - Skip some tests in 32bit systems, add cleanups where missing Changed paths: U php/php-src/branches/PHP_5_2/ext/gd/tests/bug43073.phpt U ph

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/date/lib/timezonedb.h branches/PHP_5_3/ext/date/lib/timezonedb.h trunk/ext/date/lib/timezonedb.h

2009-07-28 Thread Derick Rethans
derick Tue, 28 Jul 2009 15:25:16 + Revision: http://svn.php.net/viewvc?view=revision&revision=286461 Log: - Updated to version 2009.11 (2009k) Changed paths: U php/php-src/branches/PHP_5_2/ext/date/lib/timezonedb.h U php/php-src/branches/PHP_5_3/

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/iconv/tests/bug16069.phpt branches/PHP_5_3/ext/iconv/tests/bug16069.phpt trunk/ext/iconv/tests/bug16069.phpt

2009-07-28 Thread Rasmus Lerdorf
rasmus Tue, 28 Jul 2009 14:56:08 + Revision: http://svn.php.net/viewvc?view=revision&revision=286459 Log: Get rid of this platform-specific test Changed paths: D php/php-src/branches/PHP_5_2/ext/iconv/tests/bug16069.phpt D php/php-src/branches/PH

[PHP-CVS] svn: /php/php-src/trunk/Zend/ tests/bug49037.phpt zend_vm_def.h zend_vm_execute.h

2009-07-28 Thread Dmitry Stogov
dmitry Tue, 28 Jul 2009 13:01:40 + Revision: http://svn.php.net/viewvc?view=revision&revision=286454 Log: Fixed bug #49037 (@list( $b ) = $a; causes a crash) Bug: http://bugs.php.net/49037 (Assigned) @list( $b ) = $a; causes a crash Changed paths:

[PHP-CVS] svn: /php/php-src/trunk/Zend/ tests/bug48912.phpt zend_vm_def.h zend_vm_execute.h

2009-07-28 Thread Dmitry Stogov
dmitry Tue, 28 Jul 2009 12:36:08 + Revision: http://svn.php.net/viewvc?view=revision&revision=286453 Log: Fixed bug #48912 (Namespace causes unexpected strict behaviour with extract()) Bug: http://bugs.php.net/48912 (Assigned) Namespace causes unexpected str

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS Zend/tests/bug48912.phpt Zend/zend_vm_def.h Zend/zend_vm_execute.h

2009-07-28 Thread Dmitry Stogov
dmitry Tue, 28 Jul 2009 12:35:27 + Revision: http://svn.php.net/viewvc?view=revision&revision=286452 Log: Fixed bug #48912 (Namespace causes unexpected strict behaviour with extract()) Bug: http://bugs.php.net/48912 (Assigned) Namespace causes unexpected str

[PHP-CVS] svn: /php/php-src/trunk/ext/mysql/ php_mysql.c

2009-07-28 Thread Ilia Alshanetsky
iliaaTue, 28 Jul 2009 12:26:16 + Revision: http://svn.php.net/viewvc?view=revision&revision=286451 Log: Fixed compiler warning Changed paths: U php/php-src/trunk/ext/mysql/php_mysql.c Modified: php/php-src/trunk/ext/mysql/php_mysql.c ===

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ext/iconv/tests/ iconv_stream_filter_delimiter.phpt

2009-07-28 Thread Moriyoshi Koizumi
Hmm.. it should have been there. I'm gonna fix it then. Sorry for bothering you. Moriyoshi On Tue, Jul 28, 2009 at 5:40 PM, Rasmus Lerdorf wrote: > I don't see the code in 5.2. > > Look at the php_iconv_stream_filter_factory_create() function in iconv.c > On line 2787 in 5.2 it says: > >    if ((

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/session/config.m4 branches/PHP_5_3/ext/session/config.m4 trunk/ext/session/config.m4

2009-07-28 Thread Antony Dovgal
tony2001 Tue, 28 Jul 2009 08:59:08 + Revision: http://svn.php.net/viewvc?view=revision&revision=286445 Log: configure dependency has to be optional as well Changed paths: U php/php-src/branches/PHP_5_2/ext/session/config.m4 U php/php-src/branches/P

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/session/config.m4 branches/PHP_5_2/ext/session/session.c branches/PHP_5_3/ext/session/config.m4 branches/PHP_5_3/ext/session/session.c trunk/ext/sessi

2009-07-28 Thread Antony Dovgal
tony2001 Tue, 28 Jul 2009 08:54:23 + Revision: http://svn.php.net/viewvc?view=revision&revision=286443 Log: fix segfault in session/tests/031.phpt by adding optional extension dependency (php_hash_hashtable has to be initialized when setting session.hash_functi

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ext/iconv/tests/ iconv_stream_filter_delimiter.phpt

2009-07-28 Thread Rasmus Lerdorf
I don't see the code in 5.2. Look at the php_iconv_stream_filter_factory_create() function in iconv.c On line 2787 in 5.2 it says: if ((to_charset = strchr(from_charset, '/')) == NULL) { In the same function in 5.3 it says: if ((to_charset = strpbrk(from_charset, "/.")) == NULL) { Unle

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ext/iconv/tests/ iconv_stream_filter_delimiter.phpt

2009-07-28 Thread Moriyoshi Koizumi
Huh? I guess this was added to 5.2 as well, and I don't think it got reverted at some point. Moriyoshi On Tue, Jul 28, 2009 at 8:08 AM, Rasmus Lerdorf wrote: > rasmus                                   Mon, 27 Jul 2009 23:08:23 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=2