[PHP-CVS-DAILY] cvs: php4 / ChangeLog

2002-09-26 Thread changelog
changelog Thu Sep 26 20:33:45 2002 EDT Modified files: /php4 ChangeLog Log: ChangeLog update Index: php4/ChangeLog diff -u php4/ChangeLog:1.1173 php4/ChangeLog:1.1174 --- php4/ChangeLog:1.1173 Wed Sep 25 20:35:30 2002 +++ php4/ChangeLog

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

2002-09-26 Thread Markus Fischer
mfischerThu Sep 26 03:05:19 2002 EDT Modified files: /php4 php.ini-recommended Log: - Merge url_rewriter.tags description from Sascha. Index: php4/php.ini-recommended diff -u php4/php.ini-recommended:1.108 php4/php.ini-recommended:1.109 ---

[PHP-CVS] cvs: php4 / NEWS

2002-09-26 Thread Markus Fischer
mfischerThu Sep 26 03:38:03 2002 EDT Modified files: /php4 NEWS Log: - Add missing bug fixes. # Please always add a NEWS entry for fixed bugs. # The NEWS entry are added to http://php.net/ChangeLog-4.php after every # released and the fixed

[PHP-CVS] cvs: php4 /ext/bz2 bz2.c /ext/standard basic_functions.c file.c file.h ftp_fopen_wrapper.c http_fopen_wrapper.c php_fopen_wrapper.c /ext/zlib zlib_fopen_wrapper.c /main php_streams.h

2002-09-26 Thread Wez Furlong
wez Thu Sep 26 06:14:42 2002 EDT Modified files: /php4/ext/standard basic_functions.c file.c file.h ftp_fopen_wrapper.c http_fopen_wrapper.c php_fopen_wrapper.c /php4/ext/zlib zlib_fopen_wrapper.c

[PHP-CVS] cvs: php4 /ext/standard file.c file.h http_fopen_wrapper.c

2002-09-26 Thread Wez Furlong
wez Thu Sep 26 06:17:42 2002 EDT Modified files: /php4/ext/standard file.c file.h http_fopen_wrapper.c Log: Remove an unused variable and a now-unused function. Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.261

[PHP-CVS] cvs: php4 /ext/fribidi README fribidi.c

2002-09-26 Thread Tal Peer
tal Thu Sep 26 06:43:42 2002 EDT Modified files: /php4/ext/fribidi fribidi.c README Log: - Reverted back to old param parsing api (and eliminated a segfault by doing that) - Added the CapRTL charset -- should be used for testing on machines without

[PHP-CVS] cvs: php4 /ext/standard dir.c

2002-09-26 Thread Jan Lehnardt
jan Thu Sep 26 07:19:27 2002 EDT Modified files: /php4/ext/standard dir.c Log: - GLOB_NOMATCH and GLOB_NOESCAPE are only defined in win32/glob.h - fixes build on FreeBSD 4.6 Index: php4/ext/standard/dir.c diff -u php4/ext/standard/dir.c:1.101

[PHP-CVS] cvs: php4 /ext/standard file.c file.h /main streams.c user_streams.c

2002-09-26 Thread Wez Furlong
wez Thu Sep 26 08:12:28 2002 EDT Modified files: /php4/ext/standard file.c file.h /php4/main streams.c user_streams.c Log: Fix segfault in wrapper error log mechanism when errors are logged on second and subsequent events. Implement very simple

[PHP-CVS] cvs: CVSROOT / avail

2002-09-26 Thread Rasmus Lerdorf
rasmus Thu Sep 26 08:39:11 2002 EDT Modified files: /CVSROOTavail Log: Karma for new accounts Index: CVSROOT/avail diff -u CVSROOT/avail:1.504 CVSROOT/avail:1.505 --- CVSROOT/avail:1.504 Mon Sep 23 16:49:43 2002 +++ CVSROOT/avail Thu Sep 26

[PHP-CVS] cvs: php4 / NEWS

2002-09-26 Thread Jani Taskinen
sniper Thu Sep 26 09:51:04 2002 EDT Modified files: /php4 NEWS Log: style,consistency.. Index: php4/NEWS diff -u php4/NEWS:1.1138 php4/NEWS:1.1139 --- php4/NEWS:1.1138Thu Sep 26 09:48:46 2002 +++ php4/NEWS Thu Sep 26 09:51:04 2002 -13,9 +13,10

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

2002-09-26 Thread Sascha Schumann
My worry is that this change appears to have absolutely no positive aspects and only negative potential. We know browsers exist that cannot handle 4-digit years. Early WebTV boxes don't, early Netscape don't. We do not know of any browsers that cannot handle 2-digit years. Hence I fail

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

2002-09-26 Thread Rasmus Lerdorf
If Set 1 was truly empty, I'd agree with you. -Rasmus On Thu, 26 Sep 2002, Sascha Schumann wrote: My worry is that this change appears to have absolutely no positive aspects and only negative potential. We know browsers exist that cannot handle 4-digit years. Early WebTV boxes don't,

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

2002-09-26 Thread Sascha Schumann
On Thu, 26 Sep 2002, Rasmus Lerdorf wrote: If Set 1 was truly empty, I'd agree with you. So, amazon.com and bn.com alike are missing out business opportunities? We should tell them! :) Thus far, you only said that such software existed. Are you now saying that you are

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

2002-09-26 Thread Andrey Hristov
I read the whole thread and...decided to write this. I am a happy user of Netscape 3.01 on my dev machine. Because it is quite old and i cannot afford better mobile. I have not tried netscape 4 but I think it will be slower if nnot - it will eat the whole RAM. The machine is p166/16 (not

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

2002-09-26 Thread Rasmus Lerdorf
On Thu, 26 Sep 2002, Sascha Schumann wrote: On Thu, 26 Sep 2002, Rasmus Lerdorf wrote: If Set 1 was truly empty, I'd agree with you. So, amazon.com and bn.com alike are missing out business opportunities? We should tell them! :) Likely not, but given that set 2 is currently

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

2002-09-26 Thread Jon Parise
On Thu, Sep 26, 2002 at 06:42:42AM -0700, Rasmus Lerdorf wrote: Your reasoning is that somebody will at some point write a browser that can't handle 2-digit years and thus we should risk breaking existing apps for a small percentage of users. I think we should worry about this when such a

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

2002-09-26 Thread Wez Furlong
wez Thu Sep 26 12:22:28 2002 EDT Modified files: /php4/main streams.c Log: Fix for #19580. (Incorrectly warning about lost data when that is not the case on systems without fopencookie). Index: php4/main/streams.c diff -u php4/main/streams.c:1.83

[PHP-CVS] cvs: php4 /ext/session session.c

2002-09-26 Thread Jani Taskinen
sniper Thu Sep 26 12:46:22 2002 EDT Modified files: /php4/ext/session session.c Log: Fix bug: #14991 (changing session.use_trans_sid does not work in scripts) Index: php4/ext/session/session.c diff -u php4/ext/session/session.c:1.316

[PHP-CVS] cvs: php4 /ext/standard css.c info.c /main php_ini.c /sapi/aolserver aolserver.c /sapi/apache php_apache.c

2002-09-26 Thread Colin Viebrock
cmv Thu Sep 26 13:54:55 2002 EDT Modified files: /php4/ext/standard css.c info.c /php4/main php_ini.c /php4/sapi/aolserveraolserver.c /php4/sapi/apache php_apache.c Log: fix phpinfo() output for better browser BC Index:

[PHP-CVS] Re: cvs: php4 /ext/standard css.c info.c /main php_ini.c /sapi/aolserveraolserver.c /sapi/apache php_apache.c

2002-09-26 Thread Colin Viebrock
Okay, so I've done some more tweaking and phpinfo()'s output should be pretty much identical to the way it used to be in NS 4.x browsers, yet still using some CSS to drop the file size down. Not as much as a pure CSS solution, but better. Plus XHTML compliant. I'll do the credits page shortly.

[PHP-CVS] cvs: php4 /ext/session session.c

2002-09-26 Thread Ilia Alshanetsky
iliaa Thu Sep 26 14:12:27 2002 EDT Modified files: /php4/ext/session session.c Log: Fixed bug #11643 Index: php4/ext/session/session.c diff -u php4/ext/session/session.c:1.317 php4/ext/session/session.c:1.318 --- php4/ext/session/session.c:1.317Thu

[PHP-CVS] cvs: php4 /ext/standard html.c html.h /ext/wddx php_wddx_api.h wddx.c

2002-09-26 Thread Sebastian Bergmann
sebastian Thu Sep 26 14:13:32 2002 EDT Modified files: /php4/ext/standard html.c html.h /php4/ext/wddx php_wddx_api.h wddx.c Log: Fix ZTS build. Index: php4/ext/standard/html.c diff -u php4/ext/standard/html.c:1.52

[PHP-CVS] cvs: php4 /ext/standard string.c

2002-09-26 Thread Sebastian Bergmann
sebastian Thu Sep 26 15:18:36 2002 EDT Modified files: /php4/ext/standard string.c Log: Fix warning. Index: php4/ext/standard/string.c diff -u php4/ext/standard/string.c:1.299 php4/ext/standard/string.c:1.300 --- php4/ext/standard/string.c:1.299

[PHP-CVS] cvs: php4 /ext/standard credits.c info.c info.h

2002-09-26 Thread Sebastian Bergmann
sebastian Thu Sep 26 15:48:56 2002 EDT Modified files: /php4/ext/standard credits.c info.c info.h Log: Fix ZTS build. Index: php4/ext/standard/credits.c diff -u php4/ext/standard/credits.c:1.19 php4/ext/standard/credits.c:1.20 ---

[PHP-CVS] cvs: php4 /win32 install.txt

2002-09-26 Thread Derick Rethans
derick Thu Sep 26 15:49:34 2002 EDT Modified files: /php4/win32 install.txt Log: - Added Sambar install notes (patch by Steffen [EMAIL PROTECTED]) Index: php4/win32/install.txt diff -u php4/win32/install.txt:1.15 php4/win32/install.txt:1.16 ---

[PHP-CVS] cvs: php4 / NEWS

2002-09-26 Thread Colin Viebrock
cmv Thu Sep 26 16:54:55 2002 EDT Modified files: /php4 NEWS Log: document changes Index: php4/NEWS diff -u php4/NEWS:1.1139 php4/NEWS:1.1140 --- php4/NEWS:1.1139Thu Sep 26 09:51:04 2002 +++ php4/NEWS Thu Sep 26 16:54:55 2002 -5,6 +5,8

Re: [PHP-CVS] cvs: php4 /ext/session session.c

2002-09-26 Thread Markus Fischer
Guys, _Please_ include bug fixes in NEWS entries (or separately commit them) so we've complete log. Browsing back the ChangeLog and finding missing treasures ain't that funny. ;) thanks, - Markus On Thu, Sep 26, 2002 at 06:12:27PM -, Ilia Alshanetsky

[PHP-CVS] cvs: php4 / EXTENSIONS

2002-09-26 Thread Dan Kalowsky
kalowskyThu Sep 26 22:09:35 2002 EDT Modified files: /php4 EXTENSIONS Log: They seem to be working... Index: php4/EXTENSIONS diff -u php4/EXTENSIONS:1.46 php4/EXTENSIONS:1.47 --- php4/EXTENSIONS:1.46Thu Sep 26 03:55:41 2002 +++