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

2006-02-21 Thread Marcus Boerger
helly Tue Feb 21 09:12:32 2006 UTC Modified files: /php-src/ext/reflection php_reflection.c Log: - Ansi compliance issue found by rob http://cvs.php.net/viewcvs.cgi/php-src/ext/reflection/php_reflection.c?r1=1.213&r2=1.214&diff_format=u Index: php-src/ext/

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

2006-02-21 Thread Marcus Boerger
helly Tue Feb 21 09:45:38 2006 UTC Modified files: /php-src/ext/splspl.php Log: - Update http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl.php?r1=1.66&r2=1.67&diff_format=u Index: php-src/ext/spl/spl.php diff -u php-src/ext/spl/spl.php:1.66 php-src/ext/sp

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

2006-02-21 Thread Marcus Boerger
helly Tue Feb 21 09:47:09 2006 UTC Modified files: /php-src/ext/splspl.php Log: - Its 2006 already http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl.php?r1=1.67&r2=1.68&diff_format=u Index: php-src/ext/spl/spl.php diff -u php-src/ext/spl/spl.php:1.67 php-

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/standard basic_functions.c

2006-02-21 Thread Ilia Alshanetsky
iliaa Tue Feb 21 15:32:06 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcNEWS /php-src/ext/standard basic_functions.c Log: Fixed bug #36458 (sleep() accepts negative values). http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.422&r2=1

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

2006-02-21 Thread Ilia Alshanetsky
iliaa Tue Feb 21 15:32:34 2006 UTC Modified files: /php-src/ext/standard basic_functions.c Log: MFB51: Fixed bug #36458 (sleep() accepts negative values). http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/basic_functions.c?r1=1.754&r2=1.755&diff_for

[PHP-CVS] cvs: php-src(PHP_4_4) / NEWS /ext/standard basic_functions.c

2006-02-21 Thread Ilia Alshanetsky
iliaa Tue Feb 21 15:35:01 2006 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/standard basic_functions.c /php-srcNEWS Log: MFH: Fixed bug #36458 (sleep() accepts negative values). http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/basic_f

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

2006-02-21 Thread Sebastian Bergmann
sebastian Tue Feb 21 20:23:10 2006 UTC Modified files: /php-src/ext/reflection php_reflection.c Log: Add ReflectionMethod::isDeprecated(). Patch reviewed by Marcus Börger <[EMAIL PROTECTED]>. http://cvs.php.net/viewcvs.cgi/php-src/ext/reflection/php_r

Re: [PHP-CVS] cvs: php-src /ext/reflection php_reflection.c

2006-02-21 Thread Marcus Boerger
Hello Sebastian, watch ya WS :-) marcus Tuesday, February 21, 2006, 9:23:10 PM, you wrote: > sebastian Tue Feb 21 20:23:10 2006 UTC > Modified files: > /php-src/ext/reflection php_reflection.c > Log: > Add ReflectionMethod::isDeprecated(). Patch rev

[PHP-CVS] cvs: php-src /ext/hash package.xml

2006-02-21 Thread Sara Golemon
pollita Tue Feb 21 20:35:38 2006 UTC Modified files: /php-src/ext/hash package.xml Log: Keep history in package.xml file.. http://cvs.php.net/viewcvs.cgi/php-src/ext/hash/package.xml?r1=1.18&r2=1.19&diff_format=u Index: php-src/ext/hash/package.xml diff -u php

[PHP-CVS] cvs: php-src /ext/hash hash.c hash_md.c package.xml php_hash.h php_hash_md.h /ext/hash/tests md2.phpt

2006-02-21 Thread Sara Golemon
pollita Tue Feb 21 20:37:12 2006 UTC Added files: /php-src/ext/hash/tests md2.phpt Modified files: /php-src/ext/hash hash.c hash_md.c php_hash.h php_hash_md.h package.xml Log: Add md2 algo support http://cvs

[PHP-CVS] cvs: php-src /sapi/cli php_cli_readline.c

2006-02-21 Thread Johannes Schl
johannesTue Feb 21 21:04:19 2006 UTC Modified files: /php-src/sapi/cli php_cli_readline.c Log: - Fix build with readline-support http://cvs.php.net/viewcvs.cgi/php-src/sapi/cli/php_cli_readline.c?r1=1.8&r2=1.9&diff_format=u Index: php-src/sapi/cli/php_

[PHP-CVS] cvs: php-src /sapi/cli php_cli.c

2006-02-21 Thread Johannes Schl
johannesTue Feb 21 21:14:36 2006 UTC Modified files: /php-src/sapi/cli php_cli.c Log: - List --rf/--rc/--re only with enabled reflection http://cvs.php.net/viewcvs.cgi/php-src/sapi/cli/php_cli.c?r1=1.146&r2=1.147&diff_format=u Index: php-src/sapi/cli/p

[PHP-CVS] cvs: php-src(PHP_5_1) /sapi/cli php_cli.c

2006-02-21 Thread Johannes Schl
johannesTue Feb 21 21:15:13 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/sapi/cli php_cli.c Log: - MFH: List --rf/--rc/--re only with enabled reflection http://cvs.php.net/viewcvs.cgi/php-src/sapi/cli/php_cli.c?r1=1.129.2.12&r2=1.129.2.13&diff_fo

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

2006-02-21 Thread Marcus Boerger
helly Tue Feb 21 21:19:34 2006 UTC Modified files: /php-src/ext/splspl.php Log: - Ensure non abstract methods have code # This is very usefull once doxygen 1.4.7 comes out with my patch :-) http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl.php?r1=1.68

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

2006-02-21 Thread Marcus Boerger
helly Tue Feb 21 21:22:39 2006 UTC Modified files: /php-src/ext/splspl.php Log: - More bodies http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl.php?r1=1.69&r2=1.70&diff_format=u Index: php-src/ext/spl/spl.php diff -u php-src/ext/spl/spl.php:1.69 php-src/e

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

2006-02-21 Thread Johannes Schl
johannesTue Feb 21 21:42:54 2006 UTC Modified files: /php-src/ext/reflection php_reflection.c Log: - Print deprecation info on reflection export http://cvs.php.net/viewcvs.cgi/php-src/ext/reflection/php_reflection.c?r1=1.217&r2=1.218&diff_format=u In

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

2006-02-21 Thread Sebastian Bergmann
sebastian Tue Feb 21 21:38:28 2006 UTC Modified files: /php-src/ext/reflection php_reflection.c Log: Fix whitespace. http://cvs.php.net/viewcvs.cgi/php-src/ext/reflection/php_reflection.c?r1=1.216&r2=1.217&diff_format=u Index: php-src/ext/reflection/ph

[PHP-CVS] cvs: php-src /ext/spl spl.php /ext/spl/examples autoload.inc cachingrecursiveiterator.inc class_tree.php dba_array.php dba_dump.php dbaarray.inc dbareader.inc directoryfilterdots.inc direct

2006-02-21 Thread Marcus Boerger
helly Tue Feb 21 23:21:53 2006 UTC Modified files: /php-src/ext/splspl.php /php-src/ext/spl/examples autoload.inc cachingrecursiveiterator.inc class_tree.php dba_array.php dba_dump.php dbaarr

Re: [PHP-CVS] cvs: php-src(PHP_4_4) /ext/openssl/tests bug25614.phpt /ext/session/tests bug31454.phpt /ext/standard/tests/general_functions bug32647.phpt /ext/standard/tests/serialize bug25378.phpt

2006-02-21 Thread Antony Dovgal
On 20.02.2006 11:31, Dmitry Stogov wrote: dmitry Mon Feb 20 08:31:48 2006 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/openssl/tests bug25614.phpt /php-src/ext/session/tests bug31454.phpt /php-src/ext/standard/tests/general_functions bug32647.phpt

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

2006-02-21 Thread Antony Dovgal
tony2001Wed Feb 22 07:25:09 2006 UTC Modified files: /php-src/ext/wddx wddx.c Log: fix ext/wddx build http://cvs.php.net/viewcvs.cgi/php-src/ext/wddx/wddx.c?r1=1.129&r2=1.130&diff_format=u Index: php-src/ext/wddx/wddx.c diff -u php-src/ext/wddx/wddx