[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.213r2=1.214diff_format=u Index:

[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.66r2=1.67diff_format=u Index: php-src/ext/spl/spl.php diff -u php-src/ext/spl/spl.php:1.66

[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.67r2=1.68diff_format=u Index: php-src/ext/spl/spl.php diff -u php-src/ext/spl/spl.php:1.67

[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).

[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).

[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).

[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].

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

[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.18r2=1.19diff_format=u Index: php-src/ext/hash/package.xml diff -u

[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

[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.8r2=1.9diff_format=u Index:

[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.146r2=1.147diff_format=u Index:

[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

[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 :-)

[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.217r2=1.218diff_format=u

[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.216r2=1.217diff_format=u Index:

[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

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.129r2=1.130diff_format=u Index: php-src/ext/wddx/wddx.c diff -u