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

2003-04-03 Thread Sascha Schumann
On Thu, 3 Apr 2003, Derick Rethans wrote: On Thu, 3 Apr 2003, Sascha Schumann wrote: Can we please stick to using php_error_docref and try to keep the descriptions in the same format (ie. with a capital and a point)? I don't think php_error_docref adds value to PHP. So because

Re: [PHP-CVS] cvs: php4 / acinclude.m4

2003-04-01 Thread Sascha Schumann
Jani added this in order to fix a bug iirc. ..without understanding the problem. - Sascha -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php4(PHP_4) /ext/standard basic_functions.c

2003-04-01 Thread Sascha Schumann
sas Tue Apr 1 05:02:52 2003 EDT Modified files: (Branch: PHP_4) /php4/ext/standard basic_functions.c Log: MFH register_shutdown_function fix Index: php4/ext/standard/basic_functions.c diff -u php4/ext/standard/basic_functions.c:1.543.2.5

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard basic_functions.c

2003-04-01 Thread Sascha Schumann
sas Tue Apr 1 05:03:19 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard basic_functions.c Log: MFH register_shutdown_function fix Index: php4/ext/standard/basic_functions.c diff -u php4/ext/standard/basic_functions.c:1.543.2.9

[PHP-CVS] cvs: php4 /ext/dba config.m4

2003-04-01 Thread Sascha Schumann
sas Tue Apr 1 05:16:12 2003 EDT Modified files: /php4/ext/dba config.m4 Log: fix VPATH builds Index: php4/ext/dba/config.m4 diff -u php4/ext/dba/config.m4:1.45 php4/ext/dba/config.m4:1.46 --- php4/ext/dba/config.m4:1.45 Sat Feb 22 12:20:05 2003 +++

[PHP-CVS] cvs: php4(PHP_4_3) /ext/dba config.m4

2003-04-01 Thread Sascha Schumann
sas Tue Apr 1 05:16:50 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/dba config.m4 Log: fix VPATH builds Index: php4/ext/dba/config.m4 diff -u php4/ext/dba/config.m4:1.29.2.13 php4/ext/dba/config.m4:1.29.2.14 ---

[PHP-CVS] cvs: php4(PHP_4) /ext/dba config.m4

2003-04-01 Thread Sascha Schumann
sas Tue Apr 1 05:18:01 2003 EDT Modified files: (Branch: PHP_4) /php4/ext/dba config.m4 Log: fix VPATH builds Index: php4/ext/dba/config.m4 diff -u php4/ext/dba/config.m4:1.29.2.3 php4/ext/dba/config.m4:1.29.2.3.2.1 --- php4/ext/dba/config.m4:1.29.2.3

[PHP-CVS] cvs: php4(PHP_4_3) / TODO_SEGFAULTS

2003-04-01 Thread Sascha Schumann
sas Tue Apr 1 07:38:35 2003 EDT Added files: (Branch: PHP_4_3) /php4 TODO_SEGFAULTS Log: Overview of open issues and how to reproduce -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php4(PHP_4_3) / TODO_SEGFAULTS

2003-04-01 Thread Sascha Schumann
sas Tue Apr 1 07:43:45 2003 EDT Modified files: (Branch: PHP_4_3) /php4 TODO_SEGFAULTS Log: editing Index: php4/TODO_SEGFAULTS diff -u php4/TODO_SEGFAULTS:1.1.2.1 php4/TODO_SEGFAULTS:1.1.2.2 --- php4/TODO_SEGFAULTS:1.1.2.1 Tue Apr 1 07:38:35 2003 +++

[PHP-CVS] cvs: php4(PHP_4_3) / TODO_SEGFAULTS

2003-04-01 Thread Sascha Schumann
sas Tue Apr 1 07:54:48 2003 EDT Modified files: (Branch: PHP_4_3) /php4 TODO_SEGFAULTS Log: The ob_start issue is reproducible. Index: php4/TODO_SEGFAULTS diff -u php4/TODO_SEGFAULTS:1.1.2.2 php4/TODO_SEGFAULTS:1.1.2.3 ---

[PHP-CVS] cvs: php4(PHP_4_3) / TODO_SEGFAULTS

2003-04-01 Thread Sascha Schumann
sas Tue Apr 1 08:02:46 2003 EDT Modified files: (Branch: PHP_4_3) /php4 TODO_SEGFAULTS Log: more insight re. ob_start bug Index: php4/TODO_SEGFAULTS diff -u php4/TODO_SEGFAULTS:1.1.2.3 php4/TODO_SEGFAULTS:1.1.2.4 --- php4/TODO_SEGFAULTS:1.1.2.3 Tue

[PHP-CVS] cvs: php4(PHP_4_3) /main output.c

2003-04-01 Thread Sascha Schumann
sas Tue Apr 1 14:13:41 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main output.c Log: Fix an uninitialised read for ob_start(array()) Index: php4/main/output.c diff -u php4/main/output.c:1.142.2.5 php4/main/output.c:1.142.2.6 ---

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

2003-04-01 Thread Sascha Schumann
sas Tue Apr 1 14:14:47 2003 EDT Modified files: /php4/main output.c Log: Fix an uninitialized read, default to FAILURE Index: php4/main/output.c diff -u php4/main/output.c:1.150 php4/main/output.c:1.151 --- php4/main/output.c:1.150Tue Mar 25

[PHP-CVS] cvs: php4(PHP_4) /main output.c

2003-04-01 Thread Sascha Schumann
sas Tue Apr 1 14:15:15 2003 EDT Modified files: (Branch: PHP_4) /php4/main output.c Log: MFH uninit'ed read Index: php4/main/output.c diff -u php4/main/output.c:1.142.2.3 php4/main/output.c:1.142.2.3.2.1 --- php4/main/output.c:1.142.2.3Tue Dec 31

[PHP-CVS] cvs: php4(PHP_4_3) /main output.c

2003-04-01 Thread Sascha Schumann
sas Tue Apr 1 14:15:47 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main output.c Log: s/0/FAILURE/ Index: php4/main/output.c diff -u php4/main/output.c:1.142.2.6 php4/main/output.c:1.142.2.7 --- php4/main/output.c:1.142.2.6Tue Apr 1 14:13:40

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

2003-04-01 Thread Sascha Schumann
sas Tue Apr 1 05:56:46 2003 EDT Modified files: /php4/ext/ircg ircg.c Log: Fix segfault, logic and lock issue in ircg_is_conn_alive Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ircg.c:1.167 php4/ext/ircg/ircg.c:1.168 ---

[PHP-CVS] cvs: php4(PHP_4) /ext/standard file.c

2003-03-31 Thread Sascha Schumann
sas Tue Apr 1 02:52:23 2003 EDT Modified files: (Branch: PHP_4) /php4/ext/standard file.c Log: Fix segfault in flock() Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.279.2.6.2.1 php4/ext/standard/file.c:1.279.2.6.2.2 ---

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard file.c

2003-03-31 Thread Sascha Schumann
sas Tue Apr 1 02:53:06 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard file.c Log: Fix segfault in flock() Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.279.2.14 php4/ext/standard/file.c:1.279.2.15 ---

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

2003-03-30 Thread Sascha Schumann
sas Sun Mar 30 13:36:04 2003 EDT Modified files: /php4/sapi/apache config.m4 Log: Merge proper -I parameter for APXS builds Index: php4/sapi/apache/config.m4 diff -u php4/sapi/apache/config.m4:1.69 php4/sapi/apache/config.m4:1.70 ---

[PHP-CVS] cvs: php4(PHP_4) /sapi/apache config.m4

2003-03-30 Thread Sascha Schumann
sas Sun Mar 30 13:36:26 2003 EDT Modified files: (Branch: PHP_4) /php4/sapi/apache config.m4 Log: MFH Index: php4/sapi/apache/config.m4 diff -u php4/sapi/apache/config.m4:1.62.6.2 php4/sapi/apache/config.m4:1.62.6.3 --- php4/sapi/apache/config.m4:1.62.6.2

[PHP-CVS] cvs: php4(PHP_4_3) /sapi/apache config.m4

2003-03-30 Thread Sascha Schumann
sas Sun Mar 30 13:36:46 2003 EDT Modified files: (Branch: PHP_4_3) /php4/sapi/apache config.m4 Log: MFH Index: php4/sapi/apache/config.m4 diff -u php4/sapi/apache/config.m4:1.62.4.6 php4/sapi/apache/config.m4:1.62.4.7 ---

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

2003-03-30 Thread Sascha Schumann
sas Sun Mar 30 22:24:18 2003 EDT Modified files: /php4/ext/standard lcg.c Log: Ensure that the seed function has been called, even if we are used by another module's request init function. Noticed by: [EMAIL PROTECTED] Index:

[PHP-CVS] cvs: php4(PHP_4) /ext/standard lcg.c

2003-03-30 Thread Sascha Schumann
sas Sun Mar 30 22:24:36 2003 EDT Modified files: (Branch: PHP_4) /php4/ext/standard lcg.c Log: MFH Index: php4/ext/standard/lcg.c diff -u php4/ext/standard/lcg.c:1.33.2.1 php4/ext/standard/lcg.c:1.33.2.1.2.1 --- php4/ext/standard/lcg.c:1.33.2.1Tue Dec

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

2003-03-30 Thread Sascha Schumann
sas Mon Mar 31 00:39:25 2003 EDT Modified files: /php4/ext/standard lcg.c Log: TS issue, noticed by Sebastian Bergmann Index: php4/ext/standard/lcg.c diff -u php4/ext/standard/lcg.c:1.35 php4/ext/standard/lcg.c:1.36 --- php4/ext/standard/lcg.c:1.35

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard lcg.c

2003-03-30 Thread Sascha Schumann
sas Mon Mar 31 00:39:45 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard lcg.c Log: MFH TS issue, noticed by Sebastian Bergmann Index: php4/ext/standard/lcg.c diff -u php4/ext/standard/lcg.c:1.33.2.2 php4/ext/standard/lcg.c:1.33.2.3 ---

[PHP-CVS] cvs: php4 /ext/standard php_smart_str.h

2003-03-16 Thread Sascha Schumann
sas Sun Mar 16 18:02:20 2003 EDT Modified files: /php4/ext/standard php_smart_str.h Log: Merge macro changes Index: php4/ext/standard/php_smart_str.h diff -u php4/ext/standard/php_smart_str.h:1.23 php4/ext/standard/php_smart_str.h:1.24 ---

[PHP-CVS] cvs: php4(PHP_4) /ext/standard php_smart_str.h

2003-03-16 Thread Sascha Schumann
sas Sun Mar 16 18:03:46 2003 EDT Modified files: (Branch: PHP_4) /php4/ext/standard php_smart_str.h Log: Preserve explicit casting semantics from functions, so that you can also pass void pointers to the macros. Index: php4/ext/standard/php_smart_str.h

[PHP-CVS] cvs: CVSROOT / avail

2003-03-11 Thread Sascha Schumann
sas Tue Mar 11 09:56:28 2003 EDT Modified files: /CVSROOTavail Log: grant smarty karma to messju Index: CVSROOT/avail diff -u CVSROOT/avail:1.605 CVSROOT/avail:1.606 --- CVSROOT/avail:1.605 Mon Mar 10 09:42:07 2003 +++ CVSROOT/avail Tue Mar 11

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

2003-03-10 Thread Sascha Schumann
See bug #22556 for one problem. You should reference fixed bugs in the commit message. In this case, instead of addressing the core issue, you threw the baby out with the bath water. I'll look into fixing it later. - Sascha -- PHP CVS Mailing List

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard url_scanner_ex.c url_scanner_ex.re

2003-03-10 Thread Sascha Schumann
sas Mon Mar 10 20:50:18 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard url_scanner_ex.c url_scanner_ex.re Log: reverting jani's non-sense commits Index: php4/ext/standard/url_scanner_ex.c diff -u php4/ext/standard/url_scanner_ex.c:1.72.2.3

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

2003-03-10 Thread Sascha Schumann
sas Mon Mar 10 21:28:03 2003 EDT Modified files: /php4/ext/standard url_scanner_ex.re Log: fix sizeof(size_t) sizeof(uint) issue Index: php4/ext/standard/url_scanner_ex.re diff -u php4/ext/standard/url_scanner_ex.re:1.66

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

2003-03-10 Thread Sascha Schumann
sas Mon Mar 10 21:28:46 2003 EDT Modified files: /php4/ext/standard url_scanner_ex.c Log: fix sizeof(size_t) sizeof(uint) issue Index: php4/ext/standard/url_scanner_ex.c diff -u php4/ext/standard/url_scanner_ex.c:1.77

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

2003-03-10 Thread Sascha Schumann
sas Mon Mar 10 21:30:12 2003 EDT Modified files: (Branch: PHP_4) /php4/ext/standard url_scanner_ex.re Log: fix sizeof(size_t) sizeof(uint) issue Index: php4/ext/standard/url_scanner_ex.re diff -u php4/ext/standard/url_scanner_ex.re:1.63

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

2003-03-10 Thread Sascha Schumann
sas Mon Mar 10 21:31:52 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard url_scanner_ex.re Log: fix sizeof(size_t) sizeof(uint) issue Index: php4/ext/standard/url_scanner_ex.re diff -u php4/ext/standard/url_scanner_ex.re:1.63.2.3

[PHP-CVS] cvs: php4(PHP_4) /ext/standard php_smart_str.h

2003-03-08 Thread Sascha Schumann
sas Sat Mar 8 09:37:26 2003 EDT Modified files: (Branch: PHP_4) /php4/ext/standard php_smart_str.h Log: macro-ize smart string implementation to improve optimization across single calls Index: php4/ext/standard/php_smart_str.h diff -u

Re: [PHP-CVS] cvs: php4 /ext/fam fam.c /ext/fbsql php_fbsql.c /ext/hwapi hwapi.cpp /ext/hyperwave hw.c /ext/informix ifx.ec /ext/ingres_iiii.c /ext/interbase interbase.c /ext/ircg ircg.c /ext

2003-03-07 Thread Sascha Schumann
Work for both PHP 4 and PHP 5? Ok, I thought it was merged to the branch, but it wasn't it seems... nm then. nm.. which file? httpd? apache? libphp4.so? Or .sl? Or .a? Please bump the API number. - Sascha -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP-CVS] cvs: php4 /ext/fam fam.c /ext/fbsql php_fbsql.c /ext/hwapi hwapi.cpp /ext/hyperwave hw.c /ext/informix ifx.ec /ext/ingres_iiii.c /ext/interbase interbase.c /ext/ircg ircg.c /ext

2003-03-07 Thread Sascha Schumann
Which one(s) ? We have 3 of them.. A Zend API change should be reflected by the a bump in the Zend API version number, ZEND_EXTENSION_API_NO. - Sascha -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-CVS] cvs: php4(PHP_4_3) /main rfc1867.c presentations/slides/intronumbers.xml phpstats.png

2003-03-05 Thread Sascha Schumann
On Wed, 5 Mar 2003, James Cox wrote: Rasmus, if you look in the cvslog.pl file, there is a notice saying that it can't handle more than one commit at the same time Huh, what are you talking about? We use loginfo.pl. we need a lock in there to deal with this.. Wrong. (was

RE: [PHP-CVS] cvs: php4(PHP_4_3) /main rfc1867.c presentations/slides/intronumbers.xml phpstats.png

2003-03-05 Thread Sascha Schumann
The cause for the problem is that setsid is not invoked. This is required to assign the cvs process a unique session id. This was patched into the cvs binary on FreeBSD. It probably got lost when CVS was upgraded the last time. I'll look for a fix. - Sascha -- PHP

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

2003-03-05 Thread Sascha Schumann
sas Wed Mar 5 12:47:45 2003 EDT Modified files: (Branch: PHP_4) /php4 configure.in Log: test commit Index: php4/configure.in diff -u php4/configure.in:1.396.2.23.2.1 php4/configure.in:1.396.2.23.2.2 --- php4/configure.in:1.396.2.23.2.1Thu Jan

RE: [PHP-CVS] cvs: php4(PHP_4_3) /main rfc1867.c presentations/slides/intronumbers.xml phpstats.png

2003-03-05 Thread Sascha Schumann
The setsid wrapper is in place. Linux installations include one by default; I've added a mini one for FreeBSD: main(int argc, char **argv) { setsid(); execvp(argv[1], argv + 1); } Let me know if there are any problems. - Sascha -- PHP CVS Mailing List

[PHP-CVS] cvs: php4 / acinclude.m4

2003-03-05 Thread Sascha Schumann
sas Wed Mar 5 17:00:49 2003 EDT Modified files: /php4 acinclude.m4 Log: Allow shared modules to be built using $(CXX) Index: php4/acinclude.m4 diff -u php4/acinclude.m4:1.228 php4/acinclude.m4:1.229 --- php4/acinclude.m4:1.228 Mon Feb 24

[PHP-CVS] cvs: php4(PHP_4) / acinclude.m4

2003-03-05 Thread Sascha Schumann
sas Wed Mar 5 17:01:40 2003 EDT Modified files: (Branch: PHP_4) /php4 acinclude.m4 Log: MFH CXX support Index: php4/acinclude.m4 diff -u php4/acinclude.m4:1.218.2.5 php4/acinclude.m4:1.218.2.5.2.1 --- php4/acinclude.m4:1.218.2.5 Fri Jan 3 17:07:05

[PHP-CVS] cvs: CVSROOT / avail

2003-03-03 Thread Sascha Schumann
sas Mon Mar 3 12:49:04 2003 EDT Modified files: /CVSROOTavail Log: pear karma for andrew Index: CVSROOT/avail diff -u CVSROOT/avail:1.600 CVSROOT/avail:1.601 --- CVSROOT/avail:1.600 Fri Feb 28 13:46:46 2003 +++ CVSROOT/avail Mon Mar 3 12:49:03

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

2003-02-27 Thread Sascha Schumann
sas Thu Feb 27 05:07:12 2003 EDT Modified files: /php4/main php_streams.h Log: rename macro argument so that it does not partially match the string. fixes a warning on unixware Index: php4/main/php_streams.h diff -u php4/main/php_streams.h:1.73

[PHP-CVS] cvs: php4(PHP_4) /main php_streams.h

2003-02-27 Thread Sascha Schumann
sas Thu Feb 27 05:07:46 2003 EDT Modified files: (Branch: PHP_4) /php4/main php_streams.h Log: MFH Index: php4/main/php_streams.h diff -u php4/main/php_streams.h:1.61.2.6 php4/main/php_streams.h:1.61.2.6.2.1 --- php4/main/php_streams.h:1.61.2.6Thu Jan

[PHP-CVS] cvs: php4(PHP_4_3) /main php_streams.h

2003-02-27 Thread Sascha Schumann
sas Thu Feb 27 05:07:59 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main php_streams.h Log: MFH Index: php4/main/php_streams.h diff -u php4/main/php_streams.h:1.61.2.7 php4/main/php_streams.h:1.61.2.8 --- php4/main/php_streams.h:1.61.2.7Fri Feb 21

Re: [PHP-CVS] cvs: php4 / acinclude.m4

2003-02-24 Thread Sascha Schumann
On AIX, I encountered a problem that the libtool from top_builddir was NOT used but the one in my PATH. That's really weird. Way to go AIX. $ echo echo hi gcc $ chmod +x gcc $ /bin/sh gcc /bin/sh: gcc: cannot execute $ /bin/sh ./gcc hi - Sascha --

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

2003-02-19 Thread Sascha Schumann
2002 +++ php4/sapi/thttpd/README Wed Feb 19 05:57:21 2003 @@ -1,12 +1,12 @@ README FOR THTTPD MODULE (by Sascha Schumann) -($Date: 2002/11/07 11:38:03 $) +($Date: 2003/02/19 10:57:21 $) This is a SAPI module for PHP 4.x supporting thttpd, the tiny, turbo, throttling

[PHP-CVS] cvs: php4(PHP_4) /sapi/thttpd README

2003-02-19 Thread Sascha Schumann
Thu Nov 7 06:38:03 2002 +++ php4/sapi/thttpd/README Wed Feb 19 06:00:48 2003 @@ -1,12 +1,12 @@ README FOR THTTPD MODULE (by Sascha Schumann) -($Date: 2002/11/07 11:38:03 $) +($Date: 2003/02/19 11:00:48 $) This is a SAPI module for PHP 4.x supporting thttpd, the tiny

[PHP-CVS] cvs: php4(PHP_4_3) /sapi/thttpd README

2003-02-19 Thread Sascha Schumann
Thu Nov 7 06:38:03 2002 +++ php4/sapi/thttpd/README Wed Feb 19 06:01:38 2003 @@ -1,12 +1,12 @@ README FOR THTTPD MODULE (by Sascha Schumann) -($Date: 2002/11/07 11:38:03 $) +($Date: 2003/02/19 11:01:38 $) This is a SAPI module for PHP 4.x supporting thttpd, the tiny

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

2003-02-19 Thread Sascha Schumann
sas Thu Feb 20 01:18:46 2003 EDT Modified files: (Branch: PHP_4) /php4/ext/session session.c Log: MFH urlencoding Index: php4/ext/session/session.c diff -u php4/ext/session/session.c:1.336.2.5.2.5 php4/ext/session/session.c:1.336.2.5.2.6 ---

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

2003-02-19 Thread Sascha Schumann
sas Thu Feb 20 01:24:08 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/session php_session.h session.c Log: MFH general urlencoding MFH session_regenerate_id, a change which is as important as the former one Index: php4/ext/session/php_session.h

[PHP-CVS] cvs: php4(PHP_4_3) / NEWS

2003-02-19 Thread Sascha Schumann
sas Thu Feb 20 01:55:36 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: update Index: php4/NEWS diff -u php4/NEWS:1.1247.2.99 php4/NEWS:1.1247.2.100 --- php4/NEWS:1.1247.2.99 Thu Feb 20 00:36:54 2003 +++ php4/NEWS Thu Feb 20 01:55:35

[PHP-CVS] cvs: php4 / NEWS

2003-02-19 Thread Sascha Schumann
sas Thu Feb 20 01:57:42 2003 EDT Modified files: /php4 NEWS Log: update Index: php4/NEWS diff -u php4/NEWS:1.1350 php4/NEWS:1.1351 --- php4/NEWS:1.1350Thu Feb 20 01:56:18 2003 +++ php4/NEWS Thu Feb 20 01:57:42 2003 @@ -2,6 +2,7 @@

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

2003-02-18 Thread Sascha Schumann
sas Tue Feb 18 13:51:34 2003 EDT Modified files: (Branch: PHP_4) /php4/ext/session php_session.h session.c Log: MFH session_regenerate_id Index: php4/ext/session/php_session.h diff -u php4/ext/session/php_session.h:1.84.2.1.2.2

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

2003-02-18 Thread Sascha Schumann
sas Tue Feb 18 14:14:15 2003 EDT Modified files: (Branch: PHP_4) /php4/ext/session php_session.h session.c Log: MFH regen improvements Index: php4/ext/session/php_session.h diff -u php4/ext/session/php_session.h:1.84.2.1.2.3

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

2003-02-18 Thread Sascha Schumann
sas Tue Feb 18 14:29:38 2003 EDT Modified files: /php4/ext/session php_session.h session.c Log: Refactor new-session-id code Index: php4/ext/session/php_session.h diff -u php4/ext/session/php_session.h:1.90 php4/ext/session/php_session.h:1.91 ---

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

2003-02-18 Thread Sascha Schumann
sas Tue Feb 18 14:32:45 2003 EDT Modified files: (Branch: PHP_4) /php4/ext/session php_session.h session.c Log: MFH refactoring Index: php4/ext/session/php_session.h diff -u php4/ext/session/php_session.h:1.84.2.1.2.4

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

2003-02-12 Thread Sascha Schumann
sas Wed Feb 12 14:38:11 2003 EDT Modified files: /php4/main spprintf.c Log: - trims +100 lines of code from spprintf.c - introduces an overflow detection in STR_TO_DEC - eliminates dead code (e.g. assert(foo); if (foo) {..}) - removes

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

2003-02-12 Thread Sascha Schumann
sas Wed Feb 12 21:24:38 2003 EDT Modified files: /php4/sapi/thttpd config.m4 Log: portability work Index: php4/sapi/thttpd/config.m4 diff -u php4/sapi/thttpd/config.m4:1.17 php4/sapi/thttpd/config.m4:1.18 --- php4/sapi/thttpd/config.m4:1.17 Sun Oct

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

2003-02-12 Thread Sascha Schumann
sas Wed Feb 12 21:25:35 2003 EDT Modified files: (Branch: PHP_4_3) /php4/sapi/thttpd config.m4 Log: MFH Index: php4/sapi/thttpd/config.m4 diff -u php4/sapi/thttpd/config.m4:1.17 php4/sapi/thttpd/config.m4:1.17.2.1 --- php4/sapi/thttpd/config.m4:1.17

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

2003-02-12 Thread Sascha Schumann
sas Wed Feb 12 21:30:12 2003 EDT Modified files: /php4/sapi/thttpd thttpd_patch Log: include limits.h for portability Index: php4/sapi/thttpd/thttpd_patch diff -u php4/sapi/thttpd/thttpd_patch:1.33 php4/sapi/thttpd/thttpd_patch:1.34 ---

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

2003-02-12 Thread Sascha Schumann
sas Wed Feb 12 21:30:54 2003 EDT Modified files: (Branch: PHP_4_3) /php4/sapi/thttpd thttpd_patch Log: MFH Index: php4/sapi/thttpd/thttpd_patch diff -u php4/sapi/thttpd/thttpd_patch:1.31.2.2 php4/sapi/thttpd/thttpd_patch:1.31.2.3 ---

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

2003-02-11 Thread Sascha Schumann
And the fix broke the header code on systems with old style snprintf. Doesn't the same apply to sprintf() ? Nope, that's safe. - Sascha -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2003-02-11 Thread Sascha Schumann
On Wed, 12 Feb 2003, Stefan Esser wrote: On Wed, Feb 12, 2003 at 08:13:49AM +0900, Moriyoshi Koizumi wrote: some clarification here so I can find snprintf related bugs elsewhere. As long as snprintf must not truncate it will return the number of written bytes (excluding '\0'). If sprintf

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

2003-02-11 Thread Sascha Schumann
And that's the problem. snprintf usage should always look similar to this: Forget that :-) I was thinking of strncpy. - Sascha -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2003-02-11 Thread Sascha Schumann
sas Tue Feb 11 18:46:40 2003 EDT Modified files: /php4 configure.in Log: supply mandir to makefile Index: php4/configure.in diff -u php4/configure.in:1.419 php4/configure.in:1.420 --- php4/configure.in:1.419 Tue Feb 11 16:11:41 2003 +++

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

2003-02-10 Thread Sascha Schumann
Ah, Ok then. I see i should have made spprintf's interface to support an estimated sizebut then !! i see the real problem here, i overlooked it when rewriting the stuffyes it is really!! slowbut how about this change: Have you looked at smart_strs? That's the way to go, if

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

2003-02-10 Thread Sascha Schumann
On Mon, 10 Feb 2003, Marcus Börger wrote: Have you looked at smart_strs? That's the way to go, if you want to get rid of nasty size calculations/checks and ugly memcpy calls. Basically spprintf was designed to be an easy replacement for all the other sprintf derivates. But

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

2003-02-10 Thread Sascha Schumann
sas Mon Feb 10 19:50:00 2003 EDT Modified files: /php4 php.ini-recommended php.ini-dist Log: update regarding session.save_path Index: php4/php.ini-recommended diff -u php4/php.ini-recommended:1.125 php4/php.ini-recommended:1.126 ---

[PHP-CVS] cvs: php4(PHP_4) /ext/session mod_files.c php_session.h session.c

2003-02-10 Thread Sascha Schumann
sas Mon Feb 10 19:53:32 2003 EDT Modified files: (Branch: PHP_4) /php4/ext/session mod_files.c php_session.h session.c Log: MFH Index: php4/ext/session/mod_files.c diff -u php4/ext/session/mod_files.c:1.83.2.3.2.1 php4/ext/session/mod_files.c:1.83.2.3.2.2

[PHP-CVS] cvs: php4(PHP_4) / php.ini-dist php.ini-recommended

2003-02-10 Thread Sascha Schumann
sas Mon Feb 10 19:54:39 2003 EDT Modified files: (Branch: PHP_4) /php4 php.ini-dist php.ini-recommended Log: MFH Index: php4/php.ini-dist diff -u php4/php.ini-dist:1.171.2.4.2.1 php4/php.ini-dist:1.171.2.4.2.2 --- php4/php.ini-dist:1.171.2.4.2.1

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

2003-02-10 Thread Sascha Schumann
sas Mon Feb 10 19:58:54 2003 EDT Modified files: /php4/sapi/thttpd thttpd_patch Log: Add log to stdout feature Index: php4/sapi/thttpd/thttpd_patch diff -u php4/sapi/thttpd/thttpd_patch:1.32 php4/sapi/thttpd/thttpd_patch:1.33 ---

[PHP-CVS] cvs: php4(PHP_4) /sapi/thttpd thttpd.c thttpd_patch

2003-02-10 Thread Sascha Schumann
sas Mon Feb 10 19:59:31 2003 EDT Modified files: (Branch: PHP_4) /php4/sapi/thttpd thttpd.c thttpd_patch Log: MFH Index: php4/sapi/thttpd/thttpd.c diff -u php4/sapi/thttpd/thttpd.c:1.77.2.2.2.2 php4/sapi/thttpd/thttpd.c:1.77.2.2.2.3 ---

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

2003-02-10 Thread Sascha Schumann
sas Mon Feb 10 20:00:59 2003 EDT Modified files: (Branch: PHP_4_3) /php4/sapi/thttpd thttpd_patch Log: MFH, fully selfcontained, my risk Index: php4/sapi/thttpd/thttpd_patch diff -u php4/sapi/thttpd/thttpd_patch:1.31.2.1

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

2003-02-10 Thread Sascha Schumann
sas Mon Feb 10 20:16:04 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/session php_session.h session.c Log: MFH prefix ps_module changes Index: php4/ext/session/php_session.h diff -u php4/ext/session/php_session.h:1.84.2.1

[PHP-CVS] cvs: php4 /sapi/apache config.m4 mod_php4.c

2003-02-10 Thread Sascha Schumann
sas Mon Feb 10 21:23:29 2003 EDT Modified files: /php4/sapi/apache config.m4 mod_php4.c Log: Detect whether BUFFs contain a fd element. IBM is hiding the actual descriptor behind a void *, so we just disable this for IBM servers Index:

[PHP-CVS] cvs: php4(PHP_4) /sapi/apache config.m4 mod_php4.c

2003-02-10 Thread Sascha Schumann
sas Mon Feb 10 21:25:02 2003 EDT Modified files: (Branch: PHP_4) /php4/sapi/apache config.m4 mod_php4.c Log: MFH BUFF check Index: php4/sapi/apache/config.m4 diff -u php4/sapi/apache/config.m4:1.62 php4/sapi/apache/config.m4:1.62.6.1 ---

[PHP-CVS] cvs: php4(PHP_4_3) /sapi/apache config.m4 mod_php4.c

2003-02-10 Thread Sascha Schumann
sas Mon Feb 10 21:25:48 2003 EDT Modified files: (Branch: PHP_4_3) /php4/sapi/apache config.m4 mod_php4.c Log: MFH BUFF check Index: php4/sapi/apache/config.m4 diff -u php4/sapi/apache/config.m4:1.62 php4/sapi/apache/config.m4:1.62.4.1 ---

[PHP-CVS] cvs: php4 /main SAPI.c /sapi/apache mod_php4.c /sapi/thttpd thttpd.c

2003-02-09 Thread Sascha Schumann
sas Sun Feb 9 16:15:55 2003 EDT Modified files: /php4/main SAPI.c /php4/sapi/apache mod_php4.c /php4/sapi/thttpd thttpd.c Log: use SUCCESS/FAILURE instead of 0/-1 Index: php4/main/SAPI.c diff -u php4/main/SAPI.c:1.164

[PHP-CVS] cvs: php4(PHP_4) /main SAPI.c /sapi/apache mod_php4.c /sapi/thttpd thttpd.c

2003-02-09 Thread Sascha Schumann
sas Sun Feb 9 16:24:27 2003 EDT Modified files: (Branch: PHP_4) /php4/main SAPI.c /php4/sapi/apache mod_php4.c /php4/sapi/thttpd thttpd.c Log: MFH 0/-1 changes Index: php4/main/SAPI.c diff -u php4/main/SAPI.c:1.155.2.4.2.1

[PHP-CVS] cvs: php4(PHP_4_3) /main SAPI.c SAPI.h /sapi/apache mod_php4.c /sapi/thttpd thttpd.c

2003-02-09 Thread Sascha Schumann
sas Sun Feb 9 16:28:50 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main SAPI.c SAPI.h /php4/sapi/apache mod_php4.c /php4/sapi/thttpd thttpd.c Log: MFH 0/-1 changes Index: php4/main/SAPI.c diff -u php4/main/SAPI.c:1.155.2.5

[PHP-CVS] cvs: CVSROOT / avail

2003-02-08 Thread Sascha Schumann
sas Sat Feb 8 11:02:01 2003 EDT Modified files: /CVSROOTavail Log: give k.schroeder access to php4 for test-related work Index: CVSROOT/avail diff -u CVSROOT/avail:1.590 CVSROOT/avail:1.591 --- CVSROOT/avail:1.590 Fri Feb 7 13:37:08 2003 +++

[PHP-CVS] cvs: php4(PHP_4_3) /ext/gettext gettext.c

2003-02-08 Thread Sascha Schumann
sas Sat Feb 8 13:59:38 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/gettext gettext.c Log: MFH Index: php4/ext/gettext/gettext.c diff -u php4/ext/gettext/gettext.c:1.39.4.1 php4/ext/gettext/gettext.c:1.39.4.2 ---

[PHP-CVS] cvs: CVSROOT / avail

2003-02-07 Thread Sascha Schumann
sas Fri Feb 7 13:37:08 2003 EDT Modified files: /CVSROOTavail Log: nsapi karme for thethaphi Index: CVSROOT/avail diff -u CVSROOT/avail:1.589 CVSROOT/avail:1.590 --- CVSROOT/avail:1.589 Wed Feb 5 17:28:25 2003 +++ CVSROOT/avail Fri Feb 7

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

2003-01-31 Thread Sascha Schumann
sas Fri Jan 31 11:24:12 2003 EDT Modified files: /php4/ext/standard var.c Log: Unbreak $Id tag Index: php4/ext/standard/var.c diff -u php4/ext/standard/var.c:1.155 php4/ext/standard/var.c:1.156 --- php4/ext/standard/var.c:1.155 Sat Jan 18 10:03:01

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

2003-01-30 Thread Sascha Schumann
sas Thu Jan 30 16:06:35 2003 EDT Modified files: /php4/main streams.c Log: Fix sticky EOF problem Sometimes streams signal a temporary EOF, because all current data has been consumed. But that does not preclude the possibility that more data will

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

2003-01-30 Thread Sascha Schumann
sas Thu Jan 30 16:10:44 2003 EDT Modified files: (Branch: PHP_4) /php4/main streams.c Log: Partial MFH: Fix sticky eof issue, and avoid calling system stat macro Index: php4/main/streams.c diff -u php4/main/streams.c:1.125.2.25

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

2003-01-30 Thread Sascha Schumann
sas Thu Jan 30 16:11:29 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main streams.c Log: Partial MFH: Fix sticky eof issue, and avoid calling system stat macro Index: php4/main/streams.c diff -u php4/main/streams.c:1.125.2.25

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

2003-01-30 Thread Sascha Schumann
sas Fri Jan 31 02:44:17 2003 EDT Modified files: /php4 php.ini-dist Log: Remove obsolete warning Index: php4/php.ini-dist diff -u php4/php.ini-dist:1.178 php4/php.ini-dist:1.179 --- php4/php.ini-dist:1.178 Thu Jan 16 02:21:49 2003 +++

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

2003-01-30 Thread Sascha Schumann
sas Fri Jan 31 02:46:45 2003 EDT Modified files: (Branch: PHP_4) /php4 php.ini-dist Log: MFH obsolete warning Index: php4/php.ini-dist diff -u php4/php.ini-dist:1.171.2.4 php4/php.ini-dist:1.171.2.4.2.1 --- php4/php.ini-dist:1.171.2.4 Thu Dec 26

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

2003-01-30 Thread Sascha Schumann
sas Fri Jan 31 02:47:10 2003 EDT Modified files: (Branch: PHP_4_3) /php4 php.ini-dist Log: MFH obsolete warning Index: php4/php.ini-dist diff -u php4/php.ini-dist:1.171.2.4 php4/php.ini-dist:1.171.2.5 --- php4/php.ini-dist:1.171.2.4 Thu Dec 26 08:27:08

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

2003-01-28 Thread Sascha Schumann
sas Tue Jan 28 07:10:39 2003 EDT Modified files: /php4/ext/ircg Makefile.frag Log: Looks like we are hitting a bug due to '\xxx' for xxx = 200 not being handled correctly. Index: php4/ext/ircg/Makefile.frag diff -u php4/ext/ircg/Makefile.frag:1.1

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

2003-01-28 Thread Sascha Schumann
sas Tue Jan 28 07:18:21 2003 EDT Modified files: /php4/ext/ircg ircg_scanner.c Log: sync with .re Index: php4/ext/ircg/ircg_scanner.c diff -u php4/ext/ircg/ircg_scanner.c:1.22 php4/ext/ircg/ircg_scanner.c:1.23 --- php4/ext/ircg/ircg_scanner.c:1.22

[PHP-CVS] cvs: php4(PHP_4) /ext/ircg Makefile.frag ircg_scanner.re

2003-01-28 Thread Sascha Schumann
sas Tue Jan 28 09:29:17 2003 EDT Modified files: (Branch: PHP_4) /php4/ext/ircg Makefile.frag ircg_scanner.re Log: MFH Index: php4/ext/ircg/Makefile.frag diff -u php4/ext/ircg/Makefile.frag:1.1 php4/ext/ircg/Makefile.frag:1.1.6.1 ---

[PHP-CVS] cvs: php4(PHP_4_3) /ext/ircg Makefile.frag ircg_scanner.re

2003-01-28 Thread Sascha Schumann
sas Tue Jan 28 09:33:04 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/ircg Makefile.frag ircg_scanner.re Log: MFH Index: php4/ext/ircg/Makefile.frag diff -u php4/ext/ircg/Makefile.frag:1.1 php4/ext/ircg/Makefile.frag:1.1.4.1 ---

[PHP-CVS] cvs: php4(PHP_4_3) /ext/ircg ircg_scanner.c

2003-01-28 Thread Sascha Schumann
sas Tue Jan 28 09:34:20 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/ircg ircg_scanner.c Log: MFH Index: php4/ext/ircg/ircg_scanner.c diff -u php4/ext/ircg/ircg_scanner.c:1.19.8.1 php4/ext/ircg/ircg_scanner.c:1.19.8.2 ---

[PHP-CVS] cvs: php4(PHP_4) /ext/session mod_files.c php_session.h session.c

2003-01-24 Thread Sascha Schumann
sas Fri Jan 24 18:59:16 2003 EDT Modified files: (Branch: PHP_4) /php4/ext/session session.c mod_files.c php_session.h Log: MFH hash id related changes Index: php4/ext/session/session.c diff -u php4/ext/session/session.c:1.336.2.5

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

2003-01-22 Thread Sascha Schumann
sas Wed Jan 22 04:14:57 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/ircg ircg.c Log: Fix for treating a NAMES list as single join Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ircg.c:1.137.2.1 php4/ext/ircg/ircg.c:1.137.2.2 ---

<    1   2   3   4   5   6   >