[PHP-CVS] cvs: php-src /main SAPI.c

2007-05-25 Thread Rasmus Lerdorf
rasmus Fri May 25 09:19:05 2007 UTC Modified files: /php-src/main SAPI.c Log: Optimize sapi_get_request_time() slightly making it use the cached time and also checking if there is a server_context before trying to call the request_time sapi hook. h

[PHP-CVS] cvs: php-src(PHP_5_2) /main SAPI.c

2007-05-25 Thread Rasmus Lerdorf
rasmus Fri May 25 09:12:35 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main SAPI.c Log: Optimize sapi_get_request_time() slightly making it use the cached time and also checking if there is a server_context before trying to call the request_time s

[PHP-CVS] cvs: php-src(PHP_5_2) /main SAPI.c

2007-05-25 Thread Rasmus Lerdorf
rasmus Fri May 25 09:20:01 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main SAPI.c Log: Slightly cleaner code http://cvs.php.net/viewvc.cgi/php-src/main/SAPI.c?r1=1.202.2.7.2.14&r2=1.202.2.7.2.15&diff_format=u Index: php-src/main/SAPI.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/json/tests fail001.phpt

2007-05-25 Thread Hannes Magnusson
bjori Fri May 25 12:15:39 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/json/tests fail001.phpt Log: Fix test after stack limit bump http://cvs.php.net/viewvc.cgi/php-src/ext/json/tests/fail001.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u Index: ph

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

2007-05-25 Thread Hannes Magnusson
bjori Fri May 25 12:35:33 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: Mention json nesting dept bump http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.734&r2=1.2027.2.547.2.735&diff_format=u Index: php-src/NEWS diff -u php-src/NE

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/curl config.m4

2007-05-25 Thread Michael Wallner
mikeFri May 25 12:47:55 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/curl config.m4 Log: - fix typo http://cvs.php.net/viewvc.cgi/php-src/ext/curl/config.m4?r1=1.28.2.3.2.6&r2=1.28.2.3.2.7&diff_format=u Index: php-src/ext/curl/config.m4 diff -

[PHP-CVS] cvs: php-src /ext/curl config.m4

2007-05-25 Thread Michael Wallner
mikeFri May 25 12:48:39 2007 UTC Modified files: /php-src/ext/curl config.m4 Log: - fix typo http://cvs.php.net/viewvc.cgi/php-src/ext/curl/config.m4?r1=1.38&r2=1.39&diff_format=u Index: php-src/ext/curl/config.m4 diff -u php-src/ext/curl/config.m4:1.38

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/json/tests fail001.phpt

2007-05-25 Thread Hannes Magnusson
bjori Fri May 25 12:31:03 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/json/tests fail001.phpt Log: This test should only test failures http://cvs.php.net/viewvc.cgi/php-src/ext/json/tests/fail001.phpt?r1=1.1.2.3&r2=1.1.2.4&diff_format=u Index

[PHP-CVS] cvs: php-src /ext/json/tests fail001.phpt

2007-05-25 Thread Hannes Magnusson
bjori Fri May 25 12:31:35 2007 UTC Modified files: /php-src/ext/json/tests fail001.phpt Log: MFB: Fix test after stack limit bump http://cvs.php.net/viewvc.cgi/php-src/ext/json/tests/fail001.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/json/tests

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

2007-05-25 Thread Hannes Magnusson
bjori Fri May 25 13:24:50 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/json json.c Log: MFH: protos (patch by jeffg at activestate dot com) http://cvs.php.net/viewvc.cgi/php-src/ext/json/json.c?r1=1.9.2.14&r2=1.9.2.15&diff_format=u Index: php-sr

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/file fgetc_basic.phpt fgetc_error.phpt file.inc fileinode_basic.phpt fileinode_error.phpt fileinode_variation.phpt filetype_basic.phpt filetype_erro

2007-05-25 Thread Zoe Slattery
zoe Fri May 25 13:44:23 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/filefileinode_error.phpt filetype_error.phpt flock_error.phpt fgetc_error.phpt

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard html.c html.h /ext/standard/tests/strings htmlentities18.phpt

2007-05-25 Thread Ilia Alshanetsky
On 25-May-07, at 10:11 AM, Hannes Magnusson wrote: On 5/22/07, Ilia Alshanetsky <[EMAIL PROTECTED]> wrote: iliaa Tue May 22 12:37:01 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/strings htmlentities18.phpt Modified files: /php-src

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

2007-05-25 Thread Hannes Magnusson
bjori Fri May 25 14:09:02 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard html.c Log: Allow skipping hint_charset (fixes ext/standard/tests/strings/htmlentities18.phpt) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/html.c?r1=1.11

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard html.c html.h /ext/standard/tests/strings htmlentities18.phpt

2007-05-25 Thread Hannes Magnusson
On 5/22/07, Ilia Alshanetsky <[EMAIL PROTECTED]> wrote: iliaa Tue May 22 12:37:01 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/strings htmlentities18.phpt Modified files: /php-srcNEWS /php-src/ext/standard html.c html.h

[PHP-CVS] cvs: php-src / php.ini-recommended

2007-05-25 Thread Hannes Magnusson
bjori Fri May 25 19:24:29 2007 UTC Modified files: /php-srcphp.ini-recommended Log: Mention why short_open_tags is off (bug#37068) http://cvs.php.net/viewvc.cgi/php-src/php.ini-recommended?r1=1.213&r2=1.214&diff_format=u Index: php-src/php.ini-recommend

[PHP-CVS] cvs: php-src(PHP_5_2) / php.ini-recommended

2007-05-25 Thread Hannes Magnusson
bjori Fri May 25 19:25:15 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcphp.ini-recommended Log: MFH: Mention why short_open_tags is off (bug#37068) http://cvs.php.net/viewvc.cgi/php-src/php.ini-recommended?r1=1.179.2.11.2.18&r2=1.179.2.11.2.19&diff

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

2007-05-25 Thread Sara Golemon
pollita Sat May 26 03:56:41 2007 UTC Modified files: /php-src/ext/hash hash.c Log: MFB(r-1.18.2.5.2.7) Use slprintf() instead of snprintf() - Bad Ilia, no biscuit for you. http://cvs.php.net/viewvc.cgi/php-src/ext/hash/hash.c?r1=1.34&r2=1.35&diff_format=u Ind

[PHP-CVS] cvs: CVSROOT / avail

2007-05-25 Thread Rasmus Lerdorf
rasmus Sat May 26 06:21:09 2007 UTC Modified files: /CVSROOTavail Log: CVSROOT access for philip so he can manage phpdoc karma http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1273&r2=1.1274&diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1273