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

2003-02-11 Thread changelog
changelog Tue Feb 11 20:31:44 2003 EDT Modified files: /php4 ChangeLog Log: ChangeLog update Index: php4/ChangeLog diff -u php4/ChangeLog:1.1263 php4/ChangeLog:1.1264 --- php4/ChangeLog:1.1263 Mon Feb 10 20:31:22 2003 +++ php4/ChangeLog

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

2003-02-11 Thread changelog
changelog Tue Feb 11 20:31:55 2003 EDT Modified files: /ZendEngine2ChangeLog Log: ChangeLog update Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.169 ZendEngine2/ChangeLog:1.170 --- ZendEngine2/ChangeLog:1.169 Mon Feb 10 20:31:35

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

2003-02-11 Thread Derick Rethans
On Tue, 11 Feb 2003, Jani Taskinen wrote: sniperMon Feb 10 22:24:30 2003 EDT Modified files: /php4/ext/readlineconfig.m4 Log: - There's no point in allowing using both --with-readline and --with-libedit the same time. Prefer

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

2003-02-11 Thread Zeev Suraski
zeevTue Feb 11 08:46:29 2003 EDT Modified files: /php4/ext/rpc rpc.c Log: Fix random crashes Index: php4/ext/rpc/rpc.c diff -u php4/ext/rpc/rpc.c:1.23 php4/ext/rpc/rpc.c:1.24 --- php4/ext/rpc/rpc.c:1.23 Mon Feb 10 19:55:26 2003 +++

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

2003-02-11 Thread Jani Taskinen
sniper Tue Feb 11 10:50:33 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: fugbix news Index: php4/NEWS diff -u php4/NEWS:1.1247.2.72 php4/NEWS:1.1247.2.73 --- php4/NEWS:1.1247.2.72 Mon Feb 10 22:08:10 2003 +++ php4/NEWS Tue Feb 11

[PHP-CVS] cvs: php4 /sapi/cli php_cli.c

2003-02-11 Thread Ilia Alshanetsky
iliaa Tue Feb 11 11:18:43 2003 EDT Modified files: /php4/sapi/cli php_cli.c Log: Added -H option to CLI binary. This option can be used to hide any arguments including the script name passed to the CLI binary. Index: php4/sapi/cli/php_cli.c diff -u

[PHP-CVS] cvs: php4 /sapi/apache2handler .cvsignore CREDITS README apache_config.c config.m4 php.sym php4apache2.dsp php_apache.h php_functions.c sapi_apache2.c

2003-02-11 Thread Ian Holsman
ianhTue Feb 11 12:40:11 2003 EDT Added files: /php4/sapi/apache2handler .cvsignore CREDITS README apache_config.c config.m4 php.sym php4apache2.dsp php_apache.h php_functions.c

Re: [PHP-CVS] cvs: php4 /sapi/cli php_cli.c

2003-02-11 Thread Marcus Börger
At 17:18 11.02.2003, Ilia Alshanetsky wrote: iliaa Tue Feb 11 11:18:43 2003 EDT Modified files: /php4/sapi/cli php_cli.c Log: Added -H option to CLI binary. This option can be used to hide any arguments including the script name passed to the CLI binary. Why will i

Re: [PHP-CVS] cvs: php4 /sapi/cli php_cli.c

2003-02-11 Thread Ilia A.
On February 11, 2003 02:41 pm, Marcus Börger wrote: Why will i hide command line arguments from command line, does this make sense? This is there primarily for daemon and other long term PHP process that run on shared servers and accept command line arguments. To prevent other users from

Re: [PHP-CVS] cvs: php4 /sapi/cli php_cli.c

2003-02-11 Thread Marcus Börger
At 21:14 11.02.2003, Ilia A. wrote: real data is avaliable within the PHP script. The only purpose of this code is to hide argv/argc from being visible via the ps command. Ilia Ok, now i see the point - that makes sense and indeed a good catch. manpage update follows marcus -- PHP CVS

[PHP-CVS] cvs: php4 /ext/xslt TODO

2003-02-11 Thread Melvyn Sopacua
msopacuaTue Feb 11 15:26:26 2003 EDT Modified files: /php4/ext/xslt TODO Log: Update time Index: php4/ext/xslt/TODO diff -u php4/ext/xslt/TODO:1.1 php4/ext/xslt/TODO:1.2 --- php4/ext/xslt/TODO:1.1 Tue Nov 12 00:14:44 2002 +++

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

2003-02-11 Thread Marcus Boerger
helly Tue Feb 11 15:30:37 2003 EDT Modified files: /php4/main spprintf.c Log: speed up Index: php4/main/spprintf.c diff -u php4/main/spprintf.c:1.11 php4/main/spprintf.c:1.12 --- php4/main/spprintf.c:1.11 Tue Dec 31 10:58:54 2002 +++ php4/main/spprintf.c

[PHP-CVS] cvs: php4 /sapi/cli php.1

2003-02-11 Thread Marcus Boerger
helly Tue Feb 11 15:31:34 2003 EDT Modified files: /php4/sapi/cli php.1 Log: Document -H added by Ilia Index: php4/sapi/cli/php.1 diff -u php4/sapi/cli/php.1:1.5 php4/sapi/cli/php.1:1.6 --- php4/sapi/cli/php.1:1.5 Sat Feb 8 10:29:35 2003 +++

[PHP-CVS] cvs: php4 /sapi/cli php_cli.c

2003-02-11 Thread Marcus Boerger
helly Tue Feb 11 15:34:24 2003 EDT Modified files: /php4/sapi/cli php_cli.c Log: Make that clear Index: php4/sapi/cli/php_cli.c diff -u php4/sapi/cli/php_cli.c:1.68 php4/sapi/cli/php_cli.c:1.69 --- php4/sapi/cli/php_cli.c:1.68Tue Feb 11 11:18:42

[PHP-CVS] cvs: php4(PHP_4_3) / configure.in /build buildcheck.sh

2003-02-11 Thread Jani Taskinen
sniper Tue Feb 11 16:11:52 2003 EDT Modified files: (Branch: PHP_4_3) /php4 configure.in /php4/build buildcheck.sh Log: MFH Index: php4/configure.in diff -u php4/configure.in:1.396.2.29 php4/configure.in:1.396.2.30 --- php4/configure.in:1.396.2.29

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

2003-02-11 Thread Stefan Esser
sesser Tue Feb 11 16:41:33 2003 EDT Modified files: /php4/main SAPI.c Log: 8 + 20 + 1 + 1 = 30 There was no Bufferoverflow on 64bit systems. And the fix broke the header code on systems with old style snprintf. Index: php4/main/SAPI.c diff -u

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

2003-02-11 Thread Stefan Esser
sesser Tue Feb 11 16:44:02 2003 EDT Modified files: /php4/main SAPI.c Log: size matters not. Index: php4/main/SAPI.c diff -u php4/main/SAPI.c:1.170 php4/main/SAPI.c:1.171 --- php4/main/SAPI.c:1.170 Tue Feb 11 16:41:32 2003 +++ php4/main/SAPI.cTue

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

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

2003-02-11 Thread Ilia Alshanetsky
iliaa Tue Feb 11 17:47:26 2003 EDT Modified files: /php4/ext/standard string.c php_string.h basic_functions.c Log: Added strpbrk(), which is essentially a wrapper around C's strpbrk function that allows searching through a string for a character list.

[PHP-CVS] cvs: php4 / NEWS

2003-02-11 Thread Ilia Alshanetsky
iliaa Tue Feb 11 17:49:22 2003 EDT Modified files: /php4 NEWS Log: New function news. Index: php4/NEWS diff -u php4/NEWS:1.1332 php4/NEWS:1.1333 --- php4/NEWS:1.1332Mon Feb 10 22:07:39 2003 +++ php4/NEWS Tue Feb 11 17:49:22 2003 @@ -13,6 +13,8

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

2003-02-11 Thread Ilia Alshanetsky
iliaa Tue Feb 11 17:57:22 2003 EDT Modified files: /php4/ext/imap php_imap.c Log: Fixed bug #22048 (crash in imap_headers when the e-mail contains an abnormally large number of special characters). Index: php4/ext/imap/php_imap.c diff -u

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

2003-02-11 Thread Ilia Alshanetsky
iliaa Tue Feb 11 17:57:50 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/imap php_imap.c Log: MFH Index: php4/ext/imap/php_imap.c diff -u php4/ext/imap/php_imap.c:1.142.2.10 php4/ext/imap/php_imap.c:1.142.2.11 ---

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

2003-02-11 Thread Ilia Alshanetsky
iliaa Tue Feb 11 17:59:40 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: Bug fixing news. Index: php4/NEWS diff -u php4/NEWS:1.1247.2.73 php4/NEWS:1.1247.2.74 --- php4/NEWS:1.1247.2.73 Tue Feb 11 10:50:32 2003 +++ php4/NEWS Tue Feb

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

2003-02-11 Thread Moriyoshi Koizumi
Sascha Schumann [EMAIL PROTECTED] wrote: And the fix broke the header code on systems with old style snprintf. Doesn't the same apply to sprintf() ? Nope, that's safe. IIRC snprintf() of any implementations return the correct number of valid bytes unless the length of result

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(PHP_4_3) /main SAPI.c

2003-02-11 Thread Moriyoshi Koizumi
moriyoshi Tue Feb 11 18:30:13 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main SAPI.c Log: MFH: reverted my patch applying a new patch by Stefan Esser Index: php4/main/SAPI.c diff -u php4/main/SAPI.c:1.155.2.8 php4/main/SAPI.c:1.155.2.9 ---

[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-11 Thread Marcus Börger
At 00:17 12.02.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 must

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

2003-02-11 Thread Marcus Börger
At 00:19 12.02.2003, Sascha Schumann wrote: 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

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

2003-02-11 Thread Marcus Börger
At 01:40 12.02.2003, Marcus Börger wrote: At 00:17 12.02.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

[PHP-CVS] cvs: php4 /ext/mysqli/tests 001.phpt 002.phpt 003.phpt 004.phpt 005.phpt 006.phpt 007.phpt 008.phpt 009.phpt 010.phpt 011.phpt 012.phpt 013.phpt 014.phpt 015.phpt 016.phpt 017.phpt 018.phpt 019.phpt 020.phpt 021.phpt 022.phpt 023.phpt 024.phpt 025.phpt 026.phpt 027.phpt 028.phpt 029.phpt 030.phpt 031.phpt 032.phpt 033.phpt 034.phpt 035.phpt

2003-02-11 Thread Georg Richter
georg Tue Feb 11 19:46:30 2003 EDT Added files: /php4/ext/mysqli/tests 001.phpt 002.phpt 003.phpt 004.phpt 005.phpt 006.phpt 007.phpt 008.phpt 009.phpt 010.phpt 011.phpt 012.phpt 013.phpt

[PHP-CVS] cvs: php4 / NEWS

2003-02-11 Thread Jani Taskinen
sniper Tue Feb 11 21:58:13 2003 EDT Modified files: /php4 NEWS Log: news news news.. Index: php4/NEWS diff -u php4/NEWS:1.1333 php4/NEWS:1.1334 --- php4/NEWS:1.1333Tue Feb 11 17:49:22 2003 +++ php4/NEWS Tue Feb 11 21:58:13 2003 @@ -13,43 +13,41 @@

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

2003-02-11 Thread Jani Taskinen
sniper Tue Feb 11 22:05:27 2003 EDT Modified files: /php4/ext/yaz config.m4 Log: Fix obvious errors.. Index: php4/ext/yaz/config.m4 diff -u php4/ext/yaz/config.m4:1.12 php4/ext/yaz/config.m4:1.13 --- php4/ext/yaz/config.m4:1.12 Wed Jan 15 02:57:51 2003

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

2003-02-11 Thread Jani Taskinen
sniper Tue Feb 11 22:15:05 2003 EDT Modified files: (Branch: PHP_4_3) /php4 configure.in Log: MFH Index: php4/configure.in diff -u php4/configure.in:1.396.2.30 php4/configure.in:1.396.2.31 --- php4/configure.in:1.396.2.30Tue Feb 11 16:11:51 2003

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

2003-02-11 Thread Jani Taskinen
sniper Tue Feb 11 22:25:29 2003 EDT Modified files: (Branch: PHP_4_3) /php4 Makefile.global Log: MFH: Use $(INSTALL) for installing shared extensions. Index: php4/Makefile.global diff -u php4/Makefile.global:1.40.2.3 php4/Makefile.global:1.40.2.4 ---

[PHP-CVS] cvs: CVSROOT / avail

2003-02-11 Thread Sterling Hughes
sterlingTue Feb 11 23:01:53 2003 EDT Modified files: /CVSROOTavail Log: karma for dan cowgill Index: CVSROOT/avail diff -u CVSROOT/avail:1.592 CVSROOT/avail:1.593 --- CVSROOT/avail:1.592 Sat Feb 8 11:03:57 2003 +++ CVSROOT/avail Tue Feb 11

[PHP-CVS] cvs: php4 /sapi/cli Makefile.frag config.m4

2003-02-11 Thread Jani Taskinen
sniper Tue Feb 11 23:04:36 2003 EDT Modified files: /php4/sapi/cli config.m4 Makefile.frag Log: - Added the man page installation Index: php4/sapi/cli/config.m4 diff -u php4/sapi/cli/config.m4:1.14 php4/sapi/cli/config.m4:1.15 ---

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

2003-02-11 Thread Jani Taskinen
sniper Tue Feb 11 23:05:33 2003 EDT Modified files: (Branch: PHP_4_3) /php4/sapi/cli Makefile.frag config.m4 Log: MFH Index: php4/sapi/cli/Makefile.frag diff -u php4/sapi/cli/Makefile.frag:1.1 php4/sapi/cli/Makefile.frag:1.1.2.1 ---

[PHP-CVS] cvs: php4 / NEWS

2003-02-11 Thread Jani Taskinen
sniper Tue Feb 11 23:08:29 2003 EDT Modified files: /php4 NEWS Log: Man page is added in 4.3.1, moved this entry to branch Index: php4/NEWS diff -u php4/NEWS:1.1334 php4/NEWS:1.1335 --- php4/NEWS:1.1334Tue Feb 11 21:58:13 2003 +++ php4/NEWS Tue Feb

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

2003-02-11 Thread Jani Taskinen
sniper Tue Feb 11 23:08:51 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: MFH: Moved from HEAD :) Index: php4/NEWS diff -u php4/NEWS:1.1247.2.74 php4/NEWS:1.1247.2.75 --- php4/NEWS:1.1247.2.74 Tue Feb 11 17:59:39 2003 +++ php4/NEWS Tue

[PHP-CVS] cvs: php4 /sapi/cli Makefile.frag config.m4 php.1 php.1.in

2003-02-11 Thread Jani Taskinen
sniper Tue Feb 11 23:38:30 2003 EDT Added files: /php4/sapi/cli php.1.in Removed files: /php4/sapi/cli php.1 Modified files: /php4/sapi/cli Makefile.frag config.m4 Log: Generate the man page so that

[PHP-CVS] cvs: php4(PHP_4_3) /sapi/cli Makefile.frag config.m4 php.1 php.1.in

2003-02-11 Thread Jani Taskinen
sniper Tue Feb 11 23:39:30 2003 EDT Added files: (Branch: PHP_4_3) /php4/sapi/cli php.1.in Removed files: /php4/sapi/cli php.1 Modified files: /php4/sapi/cli Makefile.frag config.m4 Log: MFH Index: