[PHP-CVS] cvs: php-src / NEWS /build build2.mk buildcheck.sh

2005-04-04 Thread Jon Parise
jon Mon Apr 4 03:16:02 2005 EDT Modified files: /php-srcNEWS /php-src/build build2.mk buildcheck.sh Log: Adding the ability to override the autotools executables used by the buildconf script via the PHP_AUTOCONF and PHP_AUTOHEADER environmental

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

2005-04-04 Thread Jani Taskinen
sniper Mon Apr 4 03:55:15 2005 EDT Modified files: /php-srcphp.ini-recommended Log: - If this is supposed to be the configuration we recommend, we've been recommending to not use short-open-tag for a long time. E_STRICT too for 5.1 since it promotes t

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

2005-04-04 Thread Antony Dovgal
tony2001Mon Apr 4 06:50:36 2005 EDT Modified files: /php-src/ext/odbc config.m4 Log: fix #32560 (configure looks for incorrect library - libdb2.so instead of libdb2.a, which is used actually) http://cvs.php.net/diff.php/php-src/ext/odbc/config.

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS /ext/odbc config.m4

2005-04-04 Thread Antony Dovgal
tony2001Mon Apr 4 06:52:20 2005 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS /php-src/ext/odbc config.m4 Log: MFH: configure looks for incorrect db2 library http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.306&r2=1.1760.2.307&ty=u

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

2005-04-04 Thread Uwe Schindler
thetaphiMon Apr 4 10:59:41 2005 EDT Modified files: /php-srcNEWS /php-src/main rfc1867.c Log: Bug #32491 (File upload error - unable to create a temporary file) - Changing file upload from stdio to posix http://cvs.php.net/diff.php/php-s

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /main rfc1867.c

2005-04-04 Thread Uwe Schindler
thetaphiMon Apr 4 10:59:58 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/main rfc1867.c Log: Bug #32491 (File upload error - unable to create a temporary file) - Changing file upload from stdio to posix http://cvs.php.n

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS /main rfc1867.c

2005-04-04 Thread Uwe Schindler
thetaphiMon Apr 4 11:00:14 2005 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS /php-src/main rfc1867.c Log: Bug #32491 (File upload error - unable to create a temporary file) - Changing file upload from stdio to posix http://cvs.php.n

[PHP-CVS] cvs: php-src /main SAPI.c SAPI.h main.c php_variables.c /sapi/apache mod_php5.c /sapi/apache_hooks mod_php5.c

2005-04-04 Thread Rui Hirokawa
hirokawaMon Apr 4 11:06:36 2005 EDT Modified files: /php-src/main SAPI.c SAPI.h main.c php_variables.c /php-src/sapi/apachemod_php5.c /php-src/sapi/apache_hooks mod_php5.c Log: added a server variable PHP_AUTH_DIGEST to support HTT

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/gmp gmp.c

2005-04-04 Thread Antony Dovgal
tony2001Mon Apr 4 12:30:42 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/gmpgmp.c Log: fix #32567 (ext/gmp fails to compile with thread safety enabled) http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.869&r2=1.1

[PHP-CVS] cvs: CVSROOT / avail

2005-04-04 Thread Rasmus Lerdorf
rasmus Mon Apr 4 12:51:54 2005 EDT Modified files: /CVSROOTavail Log: karma http://cvs.php.net/diff.php/CVSROOT/avail?r1=1.963&r2=1.964&ty=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.963 CVSROOT/avail:1.964 --- CVSROOT/avail:1.963 Sun Apr 3 11:58:33

[PHP-CVS] cvs: php-src /ext/standard/tests/file bug30362.phpt bug30362.txt

2005-04-04 Thread Jani Taskinen
sniper Mon Apr 4 14:06:19 2005 EDT Added files: /php-src/ext/standard/tests/filebug30362.phpt bug30362.txt Log: Added testcase for bug #30362 http://cvs.php.net/co.php/php-src/ext/standard/tests/file/bug30362.phpt?r=1.1&p=1 Index: php-src/ext/standard/

[PHP-CVS] cvs: php-src /ext/standard/tests/file bug30362.txt

2005-04-04 Thread Jani Taskinen
sniper Mon Apr 4 14:14:29 2005 EDT Modified files: /php-src/ext/standard/tests/filebug30362.txt Log: remove empty lines http://cvs.php.net/diff.php/php-src/ext/standard/tests/file/bug30362.txt?r1=1.1&r2=1.2&ty=u Index: php-src/ext/standard/tests/file/bug30

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/standard/tests/file bug30362.phpt bug30362.txt

2005-04-04 Thread Jani Taskinen
sniper Mon Apr 4 14:15:41 2005 EDT Added files: (Branch: PHP_5_0) /php-src/ext/standard/tests/filebug30362.phpt bug30362.txt Log: MFH http://cvs.php.net/co.php/php-src/ext/standard/tests/file/bug30362.phpt?r=1.1&p=1 Index: php-src/ext/standard/tests/fil

[PHP-CVS] cvs: php-src /ext/standard credits_ext.h

2005-04-04 Thread Jani Taskinen
sniper Mon Apr 4 14:50:57 2005 EDT Modified files: /php-src/ext/standard credits_ext.h Log: Update credits http://cvs.php.net/diff.php/php-src/ext/standard/credits_ext.h?r1=1.27&r2=1.28&ty=u Index: php-src/ext/standard/credits_ext.h diff -u php-src/ext/s

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS /ext/standard credits_ext.h credits_sapi.h

2005-04-04 Thread Jani Taskinen
sniper Mon Apr 4 14:53:01 2005 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS /php-src/ext/standard credits_ext.h credits_sapi.h Log: - Update http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.308&r2=1.1760.2.309&ty=u Index: php-src/NEW

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/standard credits_ext.h

2005-04-04 Thread Jani Taskinen
sniper Mon Apr 4 14:53:47 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard credits_ext.h Log: update http://cvs.php.net/diff.php/php-src/ext/standard/credits_ext.h?r1=1.13.2.7&r2=1.13.2.8&ty=u Index: php-src/ext/standard/credits_ext.h diff

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

2005-04-04 Thread Sara Golemon
pollita Mon Apr 4 15:34:33 2005 EDT Modified files: /php-src/main/streams streams.c Log: BugFix #32563 This could have been done in stream_wrapper_register() without introducing the slight performance hit on wrapper registration since anyone registe

[PHP-CVS] cvs: php-src(PHP_5_0) /main/streams streams.c

2005-04-04 Thread Sara Golemon
pollita Mon Apr 4 15:48:16 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/main/streams streams.c Log: MFH rev 1.72 http://cvs.php.net/diff.php/php-src/main/streams/streams.c?r1=1.61.2.6&r2=1.61.2.7&ty=u Index: php-src/main/streams/streams.c diff -u ph

[PHP-CVS] cvs: CVSROOT / avail

2005-04-04 Thread Gabor Hojtsy
gobaMon Apr 4 16:18:43 2005 EDT Modified files: /CVSROOTavail Log: grant Derek and Philip docweb karma, since they are about to contribute http://cvs.php.net/diff.php/CVSROOT/avail?r1=1.964&r2=1.965&ty=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.964

[PHP-CVS] cvs: CVSROOT / avail

2005-04-04 Thread Andrei Zmievski
andrei Mon Apr 4 16:22:00 2005 EDT Modified files: /CVSROOTavail Log: Give Christian access to php-gtk. http://cvs.php.net/diff.php/CVSROOT/avail?r1=1.965&r2=1.966&ty=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.965 CVSROOT/avail:1.966 --- CVSROOT/ava

[PHP-CVS] cvs: php-src(PHP_4_3) /main streams.c

2005-04-04 Thread Sara Golemon
pollita Mon Apr 4 16:26:50 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/main streams.c Log: MFH rev 1.72 (of main/streams/streams.c) http://cvs.php.net/diff.php/php-src/main/streams.c?r1=1.125.2.93&r2=1.125.2.94&ty=u Index: php-src/main/streams.c di

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/wddx/tests wddx.xml

2005-04-04 Thread Jani Taskinen
sniper Mon Apr 4 18:32:12 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/wddx/tests wddx.xml Log: MFH: fix test http://cvs.php.net/diff.php/php-src/ext/wddx/tests/wddx.xml?r1=1.3&r2=1.3.2.1&ty=u Index: php-src/ext/wddx/tests/wddx.xml diff -u php-sr

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

2005-04-04 Thread Ilia Alshanetsky
iliaa Mon Apr 4 23:00:05 2005 EDT Modified files: /php-src/main/streams streams.c Log: Fixed bug #30362 (stream_get_line() not reading data correctly). http://cvs.php.net/diff.php/php-src/main/streams/streams.c?r1=1.72&r2=1.73&ty=u Index: php-src/mai

[PHP-CVS] cvs: php-src(PHP_5_0) /main/streams streams.c

2005-04-04 Thread Ilia Alshanetsky
iliaa Mon Apr 4 23:00:13 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/main/streams streams.c Log: MFH: Fixed bug #30362 (stream_get_line() not reading data correctly). http://cvs.php.net/diff.php/php-src/main/streams/streams.c?r1=1.61.2.7&r2=1.