[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard string.c

2008-01-24 Thread Ilia Alshanetsky
iliaa Fri Jan 25 01:31:11 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard string.c Log: Adjust new chr() param handling to address chr("") calls http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.445.2.14.2.69.2.12&r2=1.4

[PHP-CVS] cvs: php-src /ext/standard/tests/array array_shuffle_basic.phpt

2008-01-24 Thread Robert Nicholson
nicholsrFri Jan 25 00:33:00 2008 UTC Modified files: /php-src/ext/standard/tests/array array_shuffle_basic.phpt Log: - Add a basic test for array_shuffle() http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/array_shuffle_basic.phpt?r1=1.1&r

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/array array_shuffle_basic.phpt

2008-01-24 Thread Robert Nicholson
nicholsrFri Jan 25 00:32:22 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/array array_shuffle_basic.phpt Log: - Add a basic test for array_shuffle() http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/array_shuffle_b

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/array array_shuffle_basic.phpt

2008-01-24 Thread Robert Nicholson
nicholsrFri Jan 25 00:30:51 2008 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/array array_shuffle_basic.phpt Log: - Add a basic test for array_shuffle() http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/array_shuffle_b

[PHP-CVS] cvs: php-src /ext/standard/tests/array array_diff_key_basic.phpt array_diff_key_variation1.phpt array_diff_uassoc_basic.phpt array_diff_ukey_basic.phpt array_intersect_key_basic.phpt array_i

2008-01-24 Thread Robert Nicholson
nicholsrFri Jan 25 00:17:34 2008 UTC Modified files: /php-src/ext/standard/tests/array array_udiff_basic.phpt array_uintersect_assoc_basic.phpt array_diff_uassoc_basic.phpt

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/array array_diff_key_basic.phpt array_diff_key_variation1.phpt array_diff_uassoc_basic.phpt array_diff_ukey_basic.phpt array_intersect_key_basic.php

2008-01-24 Thread Robert Nicholson
nicholsrFri Jan 25 00:16:14 2008 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/array array_udiff_basic.phpt array_uintersect_uassoc_basic.phpt array_diff_ukey_

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/array array_diff_key_basic.phpt array_diff_key_variation1.phpt array_diff_uassoc_basic.phpt array_diff_ukey_basic.phpt array_intersect_key_basic.php

2008-01-24 Thread Robert Nicholson
nicholsrFri Jan 25 00:13:48 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/array array_diff_key_basic.phpt array_udiff_basic.phpt array_diff_key_variation1

[PHP-CVS] cvs: php-src(PHP_5_2) /regex regerror.c regexec.c regfree.c

2008-01-24 Thread Antony Dovgal
tony2001Thu Jan 24 23:11:15 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/regex regerror.c regexec.c regfree.c Log: MFH http://cvs.php.net/viewvc.cgi/php-src/regex/regerror.c?r1=1.6&r2=1.6.4.1&diff_format=u Index: php-src/regex/regerror.c di

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/ereg/regex regerror.c regexec.c regfree.c

2008-01-24 Thread Antony Dovgal
tony2001Thu Jan 24 23:02:07 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/ereg/regex regerror.c regexec.c regfree.c Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/ereg/regex/regerror.c?r1=1.6.6.2&r2=1.6.6.3&diff_format=u Index: php-sr

[PHP-CVS] cvs: php-src /ext/ereg/regex regerror.c regexec.c regfree.c

2008-01-24 Thread Antony Dovgal
tony2001Thu Jan 24 23:01:48 2008 UTC Modified files: /php-src/ext/ereg/regex regerror.c regexec.c regfree.c Log: use local header when building bundled regex engine http://cvs.php.net/viewvc.cgi/php-src/ext/ereg/regex/regerror.c?r1=1.6&r2=1.7&diff

[PHP-CVS] cvs: php-src /win32/build config.w32

2008-01-24 Thread Dmitry Stogov
dmitry Thu Jan 24 18:08:23 2008 UTC Modified files: /php-src/win32/buildconfig.w32 Log: Fixed win32 build http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.69&r2=1.70&diff_format=u Index: php-src/win32/build/config.w32 diff -u php-src

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/array compact_basic.phpt compact_error.phpt

2008-01-24 Thread Robert Nicholson
nicholsrThu Jan 24 14:52:38 2008 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/array compact_basic.phpt compact_error.phpt Log: - New tests for compact() http://cvs.php.net/viewvc.cgi/php

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/array compact_basic.phpt compact_error.phpt

2008-01-24 Thread Robert Nicholson
nicholsrThu Jan 24 14:51:20 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/array compact_basic.phpt compact_error.phpt Log: - New tests for compact() http://cvs.php.net/viewvc.cgi/php

[PHP-CVS] cvs: php-src /ext/standard/tests/array compact_basic.phpt compact_error.phpt compact_variation1.phpt

2008-01-24 Thread Robert Nicholson
nicholsrThu Jan 24 14:50:18 2008 UTC Added files: /php-src/ext/standard/tests/array compact_error.phpt compact_variation1.phpt compact_basic.phpt Log: - New tests for com

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

2008-01-24 Thread Rob Richards
rrichards Thu Jan 24 14:10:21 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/oci8 oci8.c oci8_lob.c Log: MFH: fix zts build http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8.c?r1=1.269.2.16.2.41&r2=1.269.2.16.2.42&diff_format=u Index: php-src/e

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/oci8 oci8.c oci8_lob.c

2008-01-24 Thread Rob Richards
rrichards Thu Jan 24 14:09:36 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/oci8 oci8.c oci8_lob.c Log: MFH: fix zts build http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8.c?r1=1.269.2.16.2.38.2.5&r2=1.269.2.16.2.38.2.6&diff_format=u Index: p

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

2008-01-24 Thread Rob Richards
rrichards Thu Jan 24 14:08:45 2008 UTC Modified files: /php-src/ext/oci8 oci8.c oci8_lob.c Log: fix zts build http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8.c?r1=1.341&r2=1.342&diff_format=u Index: php-src/ext/oci8/oci8.c diff -u php-src/ext/oci8/oc

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard string.c

2008-01-24 Thread Dmitry Stogov
Hi Ilia, This patch was committed into PHP_5_3 only, and it breaks two tests. Could you please revert it or fix test files and commit to HEAD. ext/standard/tests/array/array_filter_variation9.phpt ext/standard/tests/strings/chr_ord.phpt Thanks. Dmitry. Ilia Alshanetsky wrote: iliaa

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

2008-01-24 Thread Sara Golemon
pollita Thu Jan 24 10:27:59 2008 UTC Modified files: /php-src/ext/dbase dbase.c Log: Fix potential crash when non-array is used optimisticly http://cvs.php.net/viewvc.cgi/php-src/ext/dbase/dbase.c?r1=1.90&r2=1.91&diff_format=u Index: php-src/ext/dbase/dbase.c d