[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog

2006-12-08 Thread changelog
changelog Sat Dec 9 01:31:06 2006 UTC Modified files: /ZendEngine2ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1032r2=1.1033diff_format=u Index: ZendEngine2/ChangeLog diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/pcre/tests bug21758.phpt bug27011.phpt bug38600.phpt

2006-12-08 Thread Nuno Lopes
nlopess Fri Dec 8 12:13:23 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/pcre/tests bug21758.phpt bug27011.phpt bug38600.phpt Log: add tests for old bug reports http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/tests/bug21758.phpt?view=markuprev=1.1

[PHP-CVS] cvs: php-src /ext/pcre/tests bug21758.phpt bug27011.phpt bug38600.phpt

2006-12-08 Thread Nuno Lopes
nlopess Fri Dec 8 12:15:21 2006 UTC Modified files: /php-src/ext/pcre/tests bug21758.phpt bug27011.phpt bug38600.phpt Log: MFB: new tests http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/tests/bug21758.phpt?r1=1.1r2=1.2diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard/tests/assert assert03.phpt assert04.phpt

2006-12-08 Thread Antony Dovgal
tony2001Fri Dec 8 14:38:54 2006 UTC Added files: /php-src/ext/standard/tests/assert assert03.phpt assert04.phpt Log: add new tests by zoe dot slattery at googlemail dot co dot uk

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/assert assert03.phpt assert04.phpt

2006-12-08 Thread Antony Dovgal
tony2001Fri Dec 8 14:39:25 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/assert assert03.phpt assert04.phpt Log: add new tests by zoe dot slattery at googlemail dot co dot uk

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/filter filter.c

2006-12-08 Thread Antony Dovgal
tony2001Fri Dec 8 17:04:01 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/filter filter.c Log: revert the fix for #39763 http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.52.2.33r2=1.52.2.34diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2006-12-08 Thread Antony Dovgal
tony2001Fri Dec 8 17:11:42 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: -BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.411r2=1.2027.2.547.2.412diff_format=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src /ext/filter filter.c

2006-12-08 Thread Antony Dovgal
tony2001Fri Dec 8 17:03:27 2006 UTC Modified files: /php-src/ext/filter filter.c Log: revert the fix for #39763 http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.81r2=1.82diff_format=u Index: php-src/ext/filter/filter.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/filter filter.c /ext/filter/tests bug39763.phpt

2006-12-08 Thread Ilia Alshanetsky
iliaa Fri Dec 8 17:50:04 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/filter/tests bug39763.phpt Modified files: /php-srcNEWS /php-src/ext/filter filter.c Log: Fixed bug #39763 (magic quotes are applied twice by

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/simplexml/tests 027.phpt bug35785.phpt

2006-12-08 Thread Rob Richards
rrichards Fri Dec 8 17:55:58 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/simplexml/testsbug35785.phpt 027.phpt Log: fix tests

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/filter filter.c /ext/filter/tests bug39763.phpt

2006-12-08 Thread Stefan Esser
php_zval_filter(tmp_new_var, IF_G(default_filter), IF_G(default_filter_flags), NULL, NULL/*charset*/, 0 TSRMLS_CC); - } else if (PG(magic_quotes_gpc)) { + } else if (PG(magic_quotes_gpc) !retval) { /* for PARSE_STRING

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/filter filter.c /ext/filter/tests bug39763.phpt

2006-12-08 Thread Ilia Alshanetsky
On 8-Dec-06, at 1:26 PM, Stefan Esser wrote: php_zval_filter(tmp_new_var, IF_G(default_filter), IF_G (default_filter_flags), NULL, NULL/*charset*/, 0 TSRMLS_CC); - } else if (PG(magic_quotes_gpc)) { + } else if (PG(magic_quotes_gpc) !retval) { /* for PARSE_STRING

[PHP-CVS] cvs: php-src /main main.c

2006-12-08 Thread Andrei Zmievski
andrei Fri Dec 8 19:13:31 2006 UTC Modified files: /php-src/main main.c Log: Don't use zend_ascii_hash_find() here -- module names are binary strings. http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.711r2=1.712diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard dl.c

2006-12-08 Thread Andrei Zmievski
andrei Fri Dec 8 19:13:51 2006 UTC Modified files: /php-src/ext/standard dl.c Log: Unicode filename support in dl(). http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dl.c?r1=1.110r2=1.111diff_format=u Index: php-src/ext/standard/dl.c diff -u

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/filter filter.c /ext/filter/tests bug39763.phpt

2006-12-08 Thread Ilia Alshanetsky
On 8-Dec-06, at 2:05 PM, Stefan Esser wrote: a) support daisy chaining Can you not provide your own hooks and have them call the stock filter functions? I (my extensions) have no problem with that. I just wonder why PHP got input filter hooks in one version and in a few versions later

[PHP-CVS] cvs: php-src /ext/standard iptc.c

2006-12-08 Thread Antony Dovgal
tony2001Fri Dec 8 20:17:31 2006 UTC Modified files: /php-src/ext/standard iptc.c Log: fix typo http://cvs.php.net/viewvc.cgi/php-src/ext/standard/iptc.c?r1=1.57r2=1.58diff_format=u Index: php-src/ext/standard/iptc.c diff -u

[PHP-CVS] cvs: php-src /ext/oci8 oci8_lob.c php_oci8_int.h

2006-12-08 Thread Antony Dovgal
tony2001Fri Dec 8 20:55:14 2006 UTC Modified files: /php-src/ext/oci8 oci8_lob.c php_oci8_int.h Log: fix #39732 (oci_bind_array_by_name doesn't work on Solaris 64bit)

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/oci8 oci8_lob.c php_oci8_int.h

2006-12-08 Thread Antony Dovgal
tony2001Fri Dec 8 20:56:29 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/oci8 oci8_lob.c php_oci8_int.h Log: MFH: fix #39732 (oci_bind_array_by_name doesn't work on Solaris 64bit)

[PHP-CVS] cvs: php-src /ext/standard php_var.h var.c

2006-12-08 Thread Antony Dovgal
tony2001Fri Dec 8 20:59:06 2006 UTC Modified files: /php-src/ext/standard php_var.h var.c Log: fix possible issue in the serializer, which might currupt struc when reallocating arguments stack (no reproduce case, sorry)

[PHP-CVS] cvs: php-src /ext/standard php_var.h var.c

2006-12-08 Thread Antony Dovgal
tony2001Fri Dec 8 21:18:16 2006 UTC Modified files: /php-src/ext/standard var.c php_var.h Log: don't change public API http://cvs.php.net/viewvc.cgi/php-src/ext/standard/var.c?r1=1.250r2=1.251diff_format=u Index: php-src/ext/standard/var.c

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/filter/tests 004.phpt

2006-12-08 Thread Ilia Alshanetsky
iliaa Sat Dec 9 03:07:32 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/filter/tests 004.phpt Log: Fixed test http://cvs.php.net/viewvc.cgi/php-src/ext/filter/tests/004.phpt?r1=1.2.2.1r2=1.2.2.2diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/spl/tests iterator_035.phpt /tests/classes array_access_003.phpt array_access_004.phpt array_access_005.phpt array_access_008.phpt array_access_012.phpt ZendEngine2 zend_

2006-12-08 Thread Dmitry Stogov
dmitry Fri Dec 8 16:23:05 2006 UTC Modified files: /ZendEngine2zend_execute.c zend_object_handlers.c /ZendEngine2/tests bug39775.phpt bug38146.phpt /php-src/tests/classes array_access_003.phpt array_access_004.phpt

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/filter/tests 007.phpt 011.phpt

2006-12-08 Thread Ilia Alshanetsky
iliaa Sat Dec 9 03:17:50 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/filter/tests 007.phpt 011.phpt Log: Fixed tests http://cvs.php.net/viewvc.cgi/php-src/ext/filter/tests/007.phpt?r1=1.1.2.2r2=1.1.2.3diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/filter/tests 007.phpt 011.phpt

2006-12-08 Thread Ilia Alshanetsky
iliaa Sat Dec 9 03:18:21 2006 UTC Modified files: /php-src/ext/filter/tests 007.phpt 011.phpt Log: MFB: Fixed tests http://cvs.php.net/viewvc.cgi/php-src/ext/filter/tests/007.phpt?r1=1.3r2=1.4diff_format=u Index: php-src/ext/filter/tests/007.phpt diff