[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2007-05-25 Thread changelog
changelog Sat May 26 01:31:13 2007 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2699r2=1.2700diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2699

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

[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

[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.14r2=1.202.2.7.2.15diff_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.2r2=1.1.2.3diff_format=u Index:

[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.38r2=1.39diff_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.3r2=1.1.2.4diff_format=u Index:

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

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

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

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

[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.34r2=1.35diff_format=u