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

2006-08-27 Thread Hannes Magnusson
bjori Sun Aug 27 15:06:15 2006 UTC Modified files: /php-src/ext/standard/tests/strings htmlentities15.phpt /php-src/tests/lang 034.phpt Log: Fix tests on freebsd http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/htmlentities15.phpt?r1=1.

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/strings htmlentities15.phpt /tests/lang 034.phpt

2006-08-27 Thread Hannes Magnusson
bjori Sun Aug 27 15:06:53 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/strings htmlentities15.phpt /php-src/tests/lang 034.phpt Log: fix tests on freebsd http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/htmlenti

[PHP-CVS] cvs: php-src(PHP_4_4) /ext/standard/tests/strings htmlentities15.phpt /tests/lang 034.phpt

2006-08-27 Thread Hannes Magnusson
bjori Sun Aug 27 15:10:32 2006 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/standard/tests/strings htmlentities15.phpt /php-src/tests/lang 034.phpt Log: fix tests on freebsd http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/htmlenti

[PHP-CVS] cvs: php-src /ext/standard basic_functions.c math.c /ext/standard/tests/math constants.phpt

2006-08-27 Thread Hannes Magnusson
bjori Sun Aug 27 18:20:40 2006 UTC Added files: /php-src/ext/standard/tests/mathconstants.phpt Modified files: /php-src/ext/standard math.c basic_functions.c Log: Register missing math constants (been missing since 4.0.2!) Rem

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

2006-08-27 Thread Ilia Alshanetsky
iliaa Sun Aug 27 19:06:09 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard string.c Log: Optimize the operation of implode() on non-string parameters http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.445.2.14.2.12&r2=1.44

[PHP-CVS] here

2006-08-27 Thread wez
Requested file. -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2006-08-27 Thread Hannes Magnusson
bjori Sun Aug 27 19:14:44 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/mathconstants.phpt Modified files: /php-src/ext/standard basic_functions.c math.c /php-srcNEWS Log: MFH: - Fixed bug #33895

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/bz2 bz2.c php_bz2.h /ext/ctype ctype.c php_ctype.h /ext/json json.c php_json.h /ext/pspell php_pspell.h pspell.c /ext/tidy php_tidy.h tidy.c /ext/zlib php_

2006-08-27 Thread Marcus Boerger
Hello Andi, one thing it helps in is that having it as non static makes some compilers use an additional jump. Actually for shared dlls those functions might end up in the jump table that is going to be initialized during loading process. So infact there might be some advantage in doing it this