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

2006-05-06 Thread changelog
changelog Sun May 7 05:31:51 2006 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2337r2=1.2338diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2337

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

2006-05-06 Thread Hartmut Holzgraefe
hholzgraSat May 6 09:59:02 2006 UTC Modified files: /php-srcNEWS /php-src/ext/standard basic_functions.c file.c file.h Log: Added php_get_tmpdir() function that returns the default directory for temporary files (as requested in bug

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

2006-05-06 Thread Nuno Lopes
nlopess Sat May 6 10:48:04 2006 UTC Modified files: /php-src/ext/tidy tidy.c Log: use the new zend_unicode_to_ascii() function. this should also fix windows builds http://cvs.php.net/viewcvs.cgi/php-src/ext/tidy/tidy.c?r1=1.82r2=1.83diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/tidy/tests 010.phpt 011.phpt 012.phpt

2006-05-06 Thread Nuno Lopes
nlopess Sat May 6 11:19:37 2006 UTC Modified files: /php-src/ext/tidy/tests 010.phpt 011.phpt 012.phpt Log: fix tests in Unicode mode http://cvs.php.net/viewcvs.cgi/php-src/ext/tidy/tests/010.phpt?r1=1.5r2=1.6diff_format=u Index:

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

2006-05-06 Thread Nuno Lopes
nlopess Sat May 6 13:19:10 2006 UTC Modified files: /php-src/ext/tidy tidy.c Log: fix thread safe build http://cvs.php.net/viewcvs.cgi/php-src/ext/tidy/tidy.c?r1=1.83r2=1.84diff_format=u Index: php-src/ext/tidy/tidy.c diff -u php-src/ext/tidy/tidy.c:1.83

[PHP-CVS] cvs: CVSROOT / avail

2006-05-06 Thread Rasmus Lerdorf
rasmus Sat May 6 19:23:00 2006 UTC Modified files: /CVSROOTavail Log: phpweb karma for Pierre http://cvs.php.net/viewcvs.cgi/CVSROOT/avail?r1=1.1129r2=1.1130diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1129 CVSROOT/avail:1.1130 ---

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS configure.in /main php_version.h

2006-05-06 Thread Ilia Alshanetsky
iliaa Sat May 6 21:58:04 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcconfigure.in NEWS /php-src/main php_version.h Log: Creation of the 5.2 branch

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

2006-05-06 Thread Ilia Alshanetsky
iliaa Sat May 6 22:47:14 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard base64.c base64.h /php-srcNEWS Log: Fixed bug #37244 (Added strict flag to base64_decode() that enforces RFC3548 compliance).

[PHP-CVS] cvs: php-src(PHP_5_2) /win32/build confutils.js

2006-05-06 Thread Edin Kadribasic
edink Sun May 7 00:04:56 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/win32/buildconfutils.js Log: Enable separate build dir for SAPIs, the same way it is possible for EXTENSIONs

[PHP-CVS] cvs: php-src /win32/build confutils.js

2006-05-06 Thread Edin Kadribasic
edink Sun May 7 00:07:53 2006 UTC Modified files: /php-src/win32/buildconfutils.js Log: MFB: Enable separate build dir for SAPIs, the same way it is possible for EXTENSIONs

[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/apache2handler config.w32

2006-05-06 Thread Edin Kadribasic
edink Sun May 7 00:09:20 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/apache2handlerconfig.w32 Log: Enable parallel build against Apache 2.2 libs and headers

[PHP-CVS] cvs: php-src /sapi/apache2handler config.w32

2006-05-06 Thread Edin Kadribasic
edink Sun May 7 00:10:06 2006 UTC Modified files: /php-src/sapi/apache2handlerconfig.w32 Log: MFB: Enable parallel build against Apache 2.2 libs and headers

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

2006-05-06 Thread Edin Kadribasic
edink Sun May 7 00:28:33 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pgsql pgsql.c php_pgsql.h Log: MFH: Added pg_field_table() as per req: #36750