[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard math.c /ext/standard/tests/math exp_error.phpt

2008-02-11 Thread Zoe Slattery
zoe Tue Feb 12 07:27:49 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/mathexp_error.phpt /php-src/ext/standard math.c Log: Fixing 44092 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/math/exp_error.phpt?r1=1.1

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard math.c /ext/standard/tests/math exp_error.phpt

2008-02-11 Thread Zoe Slattery
zoe Tue Feb 12 07:15:41 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard math.c /php-src/ext/standard/tests/mathexp_error.phpt Log: Fixing 44092 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/math.c?r1=1.131.2.2.2.6.2.1&r2=1

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

2008-02-11 Thread Felipe Pena
felipe Tue Feb 12 01:49:43 2008 UTC Modified files: /php-src/ext/standard array.c Log: MFB: array_slice() - Fixed behavior when NULL is given in third parameter (BC) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.442&r2=1.443&diff_format=

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

2008-02-11 Thread Felipe Pena
felipe Tue Feb 12 01:31:12 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard array.c Log: array_slice() - Fixed behavior when NULL is given in third parameter (BC) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.308.2.21.2.37

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

2008-02-11 Thread Stanislav Malyshev
stasTue Feb 12 01:30:58 2008 UTC Modified files: /php-src/ext/standard file.c Log: fix build http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.510&r2=1.511&diff_format=u Index: php-src/ext/standard/file.c diff -u php-src/ext/standard/fi

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

2008-02-11 Thread Felipe Pena
felipe Tue Feb 12 01:21:29 2008 UTC Modified files: /php-src/ext/standard/tests/array array_slice_variation1.phpt Log: New test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/array_slice_variation1.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-s

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

2008-02-11 Thread Felipe Pena
felipe Tue Feb 12 01:19:48 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/array array_slice_variation1.phpt Log: New test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/array_slice_variation1.phpt?view=markup&rev=1.1 In

[PHP-CVS] cvs: php-src /ext/tokenizer tokenizer_data_gen.sh

2008-02-11 Thread Stanislav Malyshev
stasTue Feb 12 01:04:16 2008 UTC Modified files: /php-src/ext/tokenizer tokenizer_data_gen.sh Log: HNY http://cvs.php.net/viewvc.cgi/php-src/ext/tokenizer/tokenizer_data_gen.sh?r1=1.2&r2=1.3&diff_format=u Index: php-src/ext/tokenizer/tokenizer_data_g

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

2008-02-11 Thread Stanislav Malyshev
stasTue Feb 12 01:04:08 2008 UTC Modified files: /php-src/ext/tokenizer tokenizer_data.c Log: MFB __DIR__ constant support http://cvs.php.net/viewvc.cgi/php-src/ext/tokenizer/tokenizer_data.c?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/tokenizer/t

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

2008-02-11 Thread Stanislav Malyshev
stasTue Feb 12 01:03:43 2008 UTC Modified files: /php-src/ext/standard string.c Log: MFB __DIR__ constant support http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.666&r2=1.667&diff_format=u Index: php-src/ext/standard/string.c diff -

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/tokenizer tokenizer_data.c tokenizer_data_gen.sh

2008-02-11 Thread Stanislav Malyshev
stasTue Feb 12 00:45:14 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/tokenizer tokenizer_data_gen.sh tokenizer_data.c Log: HNY http://cvs.php.net/viewvc.cgi/php-src/ext/tokenizer/tokenizer_data_gen.sh?r1=1.1.2.2&r2=1.1.2.2.2.1&diff_format=u

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

2008-02-11 Thread Stanislav Malyshev
stasTue Feb 12 00:42:20 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/tokenizer tokenizer_data.c Log: add T_DIR http://cvs.php.net/viewvc.cgi/php-src/ext/tokenizer/tokenizer_data.c?r1=1.1.2.2.2.3&r2=1.1.2.2.2.4&diff_format=u Index: php-src/e

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

2008-02-11 Thread Stanislav Malyshev
stasTue Feb 12 00:24:13 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: __DIR__ announce http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.109&r2=1.2027.2.547.2.965.2.110&diff_format=u Index: php-src/NEWS diff -u php-src/N

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

2008-02-11 Thread Stanislav Malyshev
stasTue Feb 12 00:21:15 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard string.c Log: [DOC] Add compile-time __DIR__ constant which implements dirname(__FILE__) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.445.2.1

[PHP-CVS] cvs: php-src /ext/mysqli mysqli.c /ext/mysqlnd mysqlnd.c mysqlnd.h mysqlnd_debug.c mysqlnd_debug.h mysqlnd_enum_n_def.h mysqlnd_structs.h

2008-02-11 Thread Andrey Hristov
andrey Mon Feb 11 16:45:15 2008 UTC Modified files: /php-src/ext/mysqli mysqli.c /php-src/ext/mysqlndmysqlnd.c mysqlnd.h mysqlnd_debug.c mysqlnd_debug.h mysqlnd_enum_n_def.h mysqlnd_structs.

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqli mysqli.c /ext/mysqlnd mysqlnd.h mysqlnd_debug.c mysqlnd_debug.h mysqlnd_enum_n_def.h mysqlnd_structs.h

2008-02-11 Thread Andrey Hristov
andrey Mon Feb 11 16:44:48 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqli mysqli.c /php-src/ext/mysqlndmysqlnd.h mysqlnd_debug.c mysqlnd_debug.h mysqlnd_enum_n_def.h mysqlnd_structs.h Log: cvs sync

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

2008-02-11 Thread Etienne Kneuss
colder Mon Feb 11 16:39:20 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/splspl_dllist.c Log: MFH: Provide ctod/dtor with TSRM http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_dllist.c?r1=1.1.2.9&r2=1.1.2.10&diff_format=u Index: php-src/ext/spl/sp

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

2008-02-11 Thread Etienne Kneuss
colder Mon Feb 11 16:38:01 2008 UTC Modified files: /php-src/ext/splspl_dllist.c Log: Provide ctod/dtor with TSRM http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_dllist.c?r1=1.8&r2=1.9&diff_format=u Index: php-src/ext/spl/spl_dllist.c diff -u php-src/ext/

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

2008-02-11 Thread Ilia Alshanetsky
iliaa Mon Feb 11 16:23:25 2008 UTC Modified files: /php-src/ext/standard/tests/array arsort_variation3.phpt Log: MFB:Fixed test on 64bit machines http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/arsort_variation3.phpt?r1=1.3&r2=1.4&diff_f

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

2008-02-11 Thread Ilia Alshanetsky
iliaa Mon Feb 11 16:23:12 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/array arsort_variation3.phpt Log: MFB: Fixed test on 64bit machines http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/arsort_variation3.phpt?r1

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

2008-02-11 Thread Ilia Alshanetsky
iliaa Mon Feb 11 16:02:46 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/array arsort_variation3.phpt Log: Fixed test on 64bit machines http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/arsort_variation3.phpt?r1=1.1.4.3

[PHP-CVS] cvs: php-src /ext/standard/tests/strings strrchr_variation7.phpt

2008-02-11 Thread Felipe Pena
felipe Mon Feb 11 15:57:34 2008 UTC Modified files: /php-src/ext/standard/tests/strings strrchr_variation7.phpt Log: Fix test (missing result) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/strrchr_variation7.phpt?r1=1.3&r2=1.4&diff_format=u I

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

2008-02-11 Thread Felipe Pena
felipe Mon Feb 11 15:46:51 2008 UTC Modified files: /php-src/ext/standard/tests/array array_map_variation14.phpt Log: Fix test (UEXPECTF) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/array_map_variation14.phpt?r1=1.2&r2=1.3&diff_format=u Ind

[PHP-CVS] cvs: php-src /ext/mysqlnd mysqlnd_priv.h

2008-02-11 Thread Andrey Hristov
andrey Mon Feb 11 14:48:39 2008 UTC Modified files: /php-src/ext/mysqlndmysqlnd_priv.h Log: new 6.0 flag http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/mysqlnd_priv.h?r1=1.11&r2=1.12&diff_format=u Index: php-src/ext/mysqlnd/mysqlnd_priv.h diff -u

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqlnd mysqlnd_priv.h

2008-02-11 Thread Andrey Hristov
andrey Mon Feb 11 14:48:05 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqlndmysqlnd_priv.h Log: new 6.0 flag http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/mysqlnd_priv.h?r1=1.4.2.9&r2=1.4.2.10&diff_format=u Index: php-src/ext/mysqlnd

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

2008-02-11 Thread Etienne Kneuss
colder Mon Feb 11 13:59:24 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/splspl_dllist.c Log: MFH: cosmetics http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_dllist.c?r1=1.1.2.8&r2=1.1.2.9&diff_format=u Index: php-src/ext/spl/spl_dllist.c diff -u

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

2008-02-11 Thread Antony Dovgal
tony2001Mon Feb 11 13:34:42 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard array.c Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.308.2.21.2.37.2.20&r2=1.308.2.21.2.37.2.21&diff_format=u Index: php-src/

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

2008-02-11 Thread Antony Dovgal
tony2001Mon Feb 11 13:34:26 2008 UTC Modified files: /php-src/ext/standard array.c Log: this is integer, not pointer http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.441&r2=1.442&diff_format=u Index: php-src/ext/standard/array.c d