[PHP-CVS] cvs: php4 /sapi/thttpd config.m4

2002-10-13 Thread Sascha Schumann
sas Sun Oct 13 07:28:07 2002 EDT Modified files: /php4/sapi/thttpd config.m4 Log: Use if block rather than an or expression Index: php4/sapi/thttpd/config.m4 diff -u php4/sapi/thttpd/config.m4:1.15 php4/sapi/thttpd/config.m4:1.16 ---

[PHP-CVS] cvs: php4 /sapi/thttpd thttpd_patch

2002-10-13 Thread Sascha Schumann
sas Sun Oct 13 07:50:16 2002 EDT Modified files: /php4/sapi/thttpd thttpd_patch Log: PHP + thttpd (+IRCG) build using CYGWIN now Index: php4/sapi/thttpd/thttpd_patch diff -u php4/sapi/thttpd/thttpd_patch:1.19 php4/sapi/thttpd/thttpd_patch:1.20 ---

[PHP-CVS] cvs: php4 /ext/session/tests 021.phpt

2002-10-07 Thread Sascha Schumann
sas Mon Oct 7 06:07:27 2002 EDT Modified files: /php4/ext/session/tests 021.phpt Log: Call ob_flush to force the buffer contents to go through the rewriter. Index: php4/ext/session/tests/021.phpt diff -u php4/ext/session/tests/021.phpt:1.1

[PHP-CVS] cvs: php4 / configure.in

2002-10-07 Thread Sascha Schumann
sas Mon Oct 7 22:27:53 2002 EDT Modified files: /php4 configure.in Log: add support for adding /usr/lib to the linkline by default Index: php4/configure.in diff -u php4/configure.in:1.379 php4/configure.in:1.380 --- php4/configure.in:1.379

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

2002-10-06 Thread Sascha Schumann
sas Sun Oct 6 23:12:06 2002 EDT Modified files: /php4/main streams.c Log: stdio buffers data in user land. By calling fflush(3), this data is sent to the kernel using write(2). fsync'ing a file descriptor is not required -- writing to a fd has the same

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

2002-10-04 Thread Sascha Schumann
sas Fri Oct 4 14:21:40 2002 EDT Modified files: /php4/main network.c php_streams.h streams.c Log: Improve the general behaviour of stream_gets and fix its semantics with regard to sockets. The behaviour should be aligned with PHP 4.2 now. This has been

Re: [PHP-CVS] cvs: php4 /main network.c php_streams.h streams.c

2002-10-04 Thread Sascha Schumann
On Fri, 4 Oct 2002, Marcus Börger wrote: No good idea it broke at least exif which was the first extension that changed to streams. Test case? The results should not have changed with regard to normal file IO. - Sascha -- PHP CVS Mailing List (http://www.php.net/) To

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

2002-10-04 Thread Sascha Schumann
sas Fri Oct 4 15:08:43 2002 EDT Modified files: /php4/main network.c streams.c Log: Add a few notes Index: php4/main/network.c diff -u php4/main/network.c:1.72 php4/main/network.c:1.73 --- php4/main/network.c:1.72Fri Oct 4 14:59:34 2002 +++

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

2002-10-04 Thread Sascha Schumann
sas Fri Oct 4 15:20:14 2002 EDT Modified files: /php4/main main.c Log: Nuke warning Index: php4/main/main.c diff -u php4/main/main.c:1.496 php4/main/main.c:1.497 --- php4/main/main.c:1.496 Fri Oct 4 00:47:34 2002 +++ php4/main/main.cFri Oct

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

2002-10-04 Thread Sascha Schumann
sas Fri Oct 4 15:36:10 2002 EDT Modified files: /php4/main streams.c Log: Interrupt loop, if the stream op fails. Index: php4/main/streams.c diff -u php4/main/streams.c:1.93 php4/main/streams.c:1.94 --- php4/main/streams.c:1.93Fri Oct 4 15:08:43

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

2002-10-04 Thread Sascha Schumann
sas Fri Oct 4 15:48:59 2002 EDT Modified files: /php4/main streams.c Log: Fix EOF cases Noticed by: Ilia Index: php4/main/streams.c diff -u php4/main/streams.c:1.94 php4/main/streams.c:1.95 --- php4/main/streams.c:1.94Fri Oct 4 15:36:09 2002

[PHP-CVS] cvs: php4 /ext/session/tests 008.phpt

2002-10-03 Thread Sascha Schumann
sas Thu Oct 3 02:32:45 2002 EDT Added files: /php4/ext/session/tests 008.phpt Log: Verify PHP 4.2 compatibility: global is used albeit register_globals=0 Index: php4/ext/session/tests/008.phpt +++ php4/ext/session/tests/008.phpt --TEST-- Verify

[PHP-CVS] cvs: php4 /ext/session/tests 008.phpt

2002-10-03 Thread Sascha Schumann
sas Thu Oct 3 02:41:25 2002 EDT Modified files: /php4/ext/session/tests 008.phpt Log: Reenable E_WARNING and test session.bug_compat_warn in addition. Index: php4/ext/session/tests/008.phpt diff -u php4/ext/session/tests/008.phpt:1.1

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

2002-10-03 Thread Sascha Schumann
sas Thu Oct 3 02:45:15 2002 EDT Modified files: /php4/ext/session php_session.h session.c Log: Make the interpretation of gc_probability configurable by adding session.gc_dividend. The probability of running gc on each request is then

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

2002-10-03 Thread Sascha Schumann
sas Thu Oct 3 02:52:24 2002 EDT Modified files: /php4 php.ini-dist Log: move gc_maxlifetime one up Index: php4/php.ini-dist diff -u php4/php.ini-dist:1.160 php4/php.ini-dist:1.161 --- php4/php.ini-dist:1.160 Thu Oct 3 02:49:33 2002 +++

[PHP-CVS] cvs: php4 /ext/session/tests 001.phpt 003.phpt 004.phpt 005.phpt 006.phpt 007.phpt 008.phpt

2002-10-03 Thread Sascha Schumann
sas Thu Oct 3 04:07:22 2002 EDT Modified files: /php4/ext/session/tests 001.phpt 003.phpt 004.phpt 005.phpt 006.phpt 007.phpt 008.phpt Log: Purge ini_set calls and replace through INI sections. Index:

[PHP-CVS] cvs: php4 /ext/session/tests 018.phpt 019.phpt

2002-10-03 Thread Sascha Schumann
sas Thu Oct 3 18:54:15 2002 EDT Added files: /php4/ext/session/tests 018.phpt 019.phpt Log: 19: serializing references test case using globals 18: rewriter correctly handles attribute names which contain dashes Index:

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

2002-10-02 Thread Sascha Schumann
sas Wed Oct 2 17:51:32 2002 EDT Modified files: /php4/ext/session session.c Log: Fix harmless memory leaks and simplify track_vars_init. Index: php4/ext/session/session.c diff -u php4/ext/session/session.c:1.323 php4/ext/session/session.c:1.324 ---

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

2002-10-01 Thread Sascha Schumann
sas Tue Oct 1 07:59:46 2002 EDT Modified files: /php4/ext/session php_session.h session.c Log: The session extension ensures now that get_session_var can rely on the state of $_SESSION/$HTTP_SESSION_VARS. It does not look up symbols in the global

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

2002-10-01 Thread Sascha Schumann
sas Tue Oct 1 15:19:11 2002 EDT Modified files: /php4/ext/session mod_files.c Log: Disable pread/pwrite for now until we can clarify why it should be impossible to write a check for a broken OS feature. Index: php4/ext/session/mod_files.c diff -u

[PHP-CVS] cvs: php4 / acinclude.m4 /ext/session config.m4 mod_files.c

2002-10-01 Thread Sascha Schumann
sas Wed Oct 2 02:05:16 2002 EDT Modified files: /php4 acinclude.m4 /php4/ext/session config.m4 mod_files.c Log: The pread/pwrite macros check for a bug in the Linux glibc now. The bug causes the kernel not to return -1/EAGAIN. The new test

[PHP-CVS] cvs: php4 / Makefile.global

2002-09-29 Thread Sascha Schumann
sas Sun Sep 29 12:25:24 2002 EDT Modified files: /php4 Makefile.global Log: Fix some typos Index: php4/Makefile.global diff -u php4/Makefile.global:1.26 php4/Makefile.global:1.27 --- php4/Makefile.global:1.26 Sun Sep 29 12:22:47 2002 +++

Re: [PHP-CVS] cvs: php4 / Makefile.global acinclude.m4 configure.in /main php_embed.c php_embed.h /sapi/cgi Makefile.frag config.m4 /sapi/cliMakefile.frag config.m4 /sapi/embed config.m4 php_embe

2002-09-29 Thread Sascha Schumann
That might be, but this doesn't answer my question :) Wouldn't it be very useful of the PHP lib gets compiled/installed on every compile just like CLI? I think it would be very useful that lib, CLI and the SAPI of choice are compiled at the same time. This was also Edin's reasoning to

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

[PHP-CVS] cvs: php4 /ext/standard url_scanner_ex.re

2002-09-25 Thread Sascha Schumann
sas Wed Sep 25 06:35:28 2002 EDT Modified files: /php4/ext/standard url_scanner_ex.re Log: Allow malformed HTML such as a onClick=window.open(/hardware/somevar.php?hinfoid=,chgti) .. where ['] are part of the attribute value. Index:

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

2002-09-25 Thread Sascha Schumann
sas Wed Sep 25 06:36:20 2002 EDT Modified files: /php4/ext/standard url_scanner_ex.c Log: Sync with .re Index: php4/ext/standard/url_scanner_ex.c diff -u php4/ext/standard/url_scanner_ex.c:1.69 php4/ext/standard/url_scanner_ex.c:1.70 ---

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

2002-09-25 Thread Sascha Schumann
sas Wed Sep 25 08:15:43 2002 EDT Modified files: /php4/ext/standard url_scanner_ex.c Log: Sync Index: php4/ext/standard/url_scanner_ex.c diff -u php4/ext/standard/url_scanner_ex.c:1.70 php4/ext/standard/url_scanner_ex.c:1.71 ---

[PHP-CVS] cvs: php4 / EXTENSIONS NEWS

2002-09-25 Thread Sascha Schumann
sas Wed Sep 25 12:06:41 2002 EDT Modified files: /php4 NEWS EXTENSIONS Log: style police Index: php4/NEWS diff -u php4/NEWS:1.1133 php4/NEWS:1.1134 --- php4/NEWS:1.1133Mon Sep 23 20:35:14 2002 +++ php4/NEWS Wed Sep 25 12:06:40 2002 @@ -1,7

[PHP-CVS] cvs: php4 / NEWS php.ini-dist /main main.c

2002-09-25 Thread Sascha Schumann
sas Wed Sep 25 12:11:31 2002 EDT Modified files: /php4 NEWS php.ini-dist /php4/main main.c Log: We are about to enter 2003, sending two-digit years does not make too much sense anymore. According to an article from '98, only Netscape 3.x was

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

2002-09-25 Thread Sascha Schumann
sas Wed Sep 25 15:20:23 2002 EDT Modified files: /php4/ext/ircg ircg.c Log: Add support for LIST Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ircg.c:1.135 php4/ext/ircg/ircg.c:1.136 --- php4/ext/ircg/ircg.c:1.135 Sat Sep 21 16:14:18 2002 +++

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

2002-09-23 Thread Sascha Schumann
sas Mon Sep 23 10:04:51 2002 EDT Modified files: /php4/ext/session session.c Log: (php_get_session_var) Always return FAILURE if no data source was found. Noticed by: Sebastian Bergmann Index: php4/ext/session/session.c diff -u

[PHP-CVS] cvs: php4 /sapi/thttpd thttpd_patch

2002-09-23 Thread Sascha Schumann
sas Mon Sep 23 11:41:44 2002 EDT Modified files: /php4/sapi/thttpd thttpd_patch Log: Force /nocache/ entities to be delivered completely, even if a broken proxy ignores our anti-cache headers and sends an IMS request. Index:

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

2002-09-21 Thread Sascha Schumann
sas Sat Sep 21 11:08:59 2002 EDT Modified files: /php4/ext/standard formatted_print.c Log: Add '+' modifier. + A sign (+ or -) always be placed before a number produced by a signed conversion. By default a sign

[PHP-CVS] cvs: php4 /sapi/thttpd thttpd_patch

2002-09-21 Thread Sascha Schumann
sas Sat Sep 21 13:23:15 2002 EDT Modified files: /php4/sapi/thttpd thttpd_patch Log: Immediately unmap /nocache/ entries, so that the mmc cache does not get polluted too much. Index: php4/sapi/thttpd/thttpd_patch diff -u

<    1   2   3   4   5   6