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

2002-09-29 Thread Derick Rethans
derick Sun Sep 29 06:00:07 2002 EDT Modified files: /php4/main php_embed.c php_embed.h Log: - Fix Edin's name Index: php4/main/php_embed.c diff -u php4/main/php_embed.c:1.1 php4/main/php_embed.c:1.2 --- php4/main/php_embed.c:1.1 Sat Sep 28 22:45:25 2002

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

2002-09-29 Thread Ilia Alshanetsky
iliaa Sun Sep 29 10:45:58 2002 EDT Modified files: /php4/ext/gd/libgd gd.c Log: Fixed bug #19366 Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.15 php4/ext/gd/libgd/gd.c:1.16 --- php4/ext/gd/libgd/gd.c:1.15 Thu Aug 22 12:21:32 2002 +++ php

[PHP-CVS] cvs: php4 / NEWS

2002-09-29 Thread Ilia Alshanetsky
iliaa Sun Sep 29 10:48:10 2002 EDT Modified files: /php4 NEWS Log: Bug fixing news. Index: php4/NEWS diff -u php4/NEWS:1.1150 php4/NEWS:1.1151 --- php4/NEWS:1.1150Sat Sep 28 19:39:59 2002 +++ php4/NEWS Sun Sep 29 10:48:10 2002 @@ -1,6 +1,8 @@

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

2002-09-29 Thread Ilia Alshanetsky
iliaa Sun Sep 29 11:26:51 2002 EDT Modified files: /php4/ext/session session.c Log: Fixed bugs #16995 and #19392 Index: php4/ext/session/session.c diff -u php4/ext/session/session.c:1.318 php4/ext/session/session.c:1.319 --- php4/ext/session/session.c:1.

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

2002-09-29 Thread Ilia Alshanetsky
iliaa Sun Sep 29 11:55:12 2002 EDT Modified files: /php4/ext/session session.c Log: Fixed bug #17281 Index: php4/ext/session/session.c diff -u php4/ext/session/session.c:1.319 php4/ext/session/session.c:1.320 --- php4/ext/session/session.c:1.319Sun S

[PHP-CVS] cvs: php4 / Makefile.global acinclude.m4 configure.in /main php_embed.c php_embed.h /sapi/cgi Makefile.frag config.m4 /sapi/cli Makefile.frag config.m4 /sapi/embed config.m4 php_embed.c php_embed.h /sapi/fastcgi Makefile.frag config.m4 /win32 phpembed.dsp

2002-09-29 Thread Sascha Schumann
sas Sun Sep 29 12:22:50 2002 EDT Added files: /php4/sapi/cgi Makefile.frag /php4/sapi/cli Makefile.frag /php4/sapi/embedconfig.m4 php_embed.c php_embed.h /php4/sapi/fastcgi Makefile.frag Removed files: /php4/m

[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 +++ php4/Mak

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_embed.c

2002-09-29 Thread derick
Hi, can you now build all three sapis at once like you could before? Derick On Sun, 29 Sep 2002, Sascha Schumann wrote: > sas Sun Sep 29 12:22:50 2002 EDT > > Added files: > /php4/sapi/cgiMakefile.frag > /php4/sapi/cliMakefile.frag > /php4/s

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
On Sun, 29 Sep 2002, [EMAIL PROTECTED] wrote: > Hi, > > can you now build all three sapis at once like you could before? It works now as it is supposed to do, i.e. the user defines which SAPI module she wants and the SAPI module dictates in which way PHP gets build. - Sascha -

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 derick
On Sun, 29 Sep 2002, Sascha Schumann wrote: > On Sun, 29 Sep 2002, [EMAIL PROTECTED] wrote: > > > Hi, > > > > can you now build all three sapis at once like you could before? > > It works now as it is supposed to do, i.e. the user defines > which SAPI module she wants and the SAPI modul

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

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

2002-09-29 Thread Ilia Alshanetsky
iliaa Sun Sep 29 14:33:14 2002 EDT Modified files: /php4/ext/session session.c Log: Fixed a crash, which would occur when save_handler is invalid. Index: php4/ext/session/session.c diff -u php4/ext/session/session.c:1.320 php4/ext/session/session.c:1.321

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

2002-09-29 Thread Jani Taskinen
sniper Sun Sep 29 14:53:19 2002 EDT Modified files: /php4/ext/fribidi fribidi.c Log: Make it compile with the latest _release_ too.. Index: php4/ext/fribidi/fribidi.c diff -u php4/ext/fribidi/fribidi.c:1.27 php4/ext/fribidi/fribidi.c:1.28 --- php4/ext/fri

[PHP-CVS] cvs: php4 /ext/standard/tests/math floorceil.phpt

2002-09-29 Thread Ilia Alshanetsky
iliaa Sun Sep 29 15:21:10 2002 EDT Modified files: /php4/ext/standard/tests/math floorceil.phpt Log: Corrected ceil(-0.5) output value, it is 0 not -0. Index: php4/ext/standard/tests/math/floorceil.phpt diff -u php4/ext/standard/tests/math/floorceil.

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

2002-09-29 Thread Jani Taskinen
sniper Sun Sep 29 15:22:40 2002 EDT Modified files: /php4/main main.c Log: ws fix Index: php4/main/main.c diff -u php4/main/main.c:1.492 php4/main/main.c:1.493 --- php4/main/main.c:1.492 Sat Sep 28 16:13:28 2002 +++ php4/main/main.cSun Sep 29 15:2

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

2002-09-29 Thread Jani Taskinen
sniper Sun Sep 29 15:28:12 2002 EDT Modified files: /php4/ext/session session.c Log: ws fix Index: php4/ext/session/session.c diff -u php4/ext/session/session.c:1.321 php4/ext/session/session.c:1.322 --- php4/ext/session/session.c:1.321Sun Sep 29 14:3

[PHP-CVS] cvs: php4 /ext/standard/tests/math floorceil.phpt

2002-09-29 Thread Ilia Alshanetsky
iliaa Sun Sep 29 17:45:55 2002 EDT Modified files: /php4/ext/standard/tests/math floorceil.phpt Log: Removed the ceil(-0.5); test. The return value is depedant on system's libc and even when proper value '-0' is returned, var_dump() converts it to 0 an

[PHP-CVS] cvs: php4 / NEWS

2002-09-29 Thread Markus Fischer
mfischerSun Sep 29 18:13:16 2002 EDT Modified files: /php4 NEWS Log: - Update Index: php4/NEWS diff -u php4/NEWS:1.1151 php4/NEWS:1.1152 --- php4/NEWS:1.1151Sun Sep 29 10:48:10 2002 +++ php4/NEWS Sun Sep 29 18:13:16 2002 @@ -1,6 +1,10 @@

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

2002-09-29 Thread Markus Fischer
mfischerSun Sep 29 18:15:15 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4 NEWS Log: - Update Index: php4/NEWS diff -u php4/NEWS:1.885.2.63 php4/NEWS:1.885.2.64 --- php4/NEWS:1.885.2.63Tue Sep 17 05:18:45 2002 +++ php4/NEWS Sun Sep

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

2002-09-29 Thread Ilia Alshanetsky
iliaa Sun Sep 29 18:16:29 2002 EDT Modified files: /php4/main main.c Log: Fixed a mem leak inside the path resolving code. Index: php4/main/main.c diff -u php4/main/main.c:1.493 php4/main/main.c:1.494 --- php4/main/main.c:1.493 Sun Sep 29 15:22:39 20

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

2002-09-29 Thread Jani Taskinen
sniper Sun Sep 29 18:24:21 2002 EDT Modified files: /php4/sapi/nsapiconfig.m4 Log: Possible fix for #19290 Index: php4/sapi/nsapi/config.m4 diff -u php4/sapi/nsapi/config.m4:1.15 php4/sapi/nsapi/config.m4:1.16 --- php4/sapi/nsapi/config.m4:1.15 Sun

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

2002-09-29 Thread Wez Furlong
wez Sun Sep 29 18:55:09 2002 EDT Modified files: /php4/ext/ncurses ncurses_functions.c Log: Prevent possible problems with two resource ids referencing the same panel. Index: php4/ext/ncurses/ncurses_functions.c diff -u php4/ext/ncurses/ncurses_funct

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

2002-09-29 Thread Sascha Schumann
sas Sun Sep 29 20:03:11 2002 EDT Modified files: /php4 acinclude.m4 Log: remove unused lines Index: php4/acinclude.m4 diff -u php4/acinclude.m4:1.206 php4/acinclude.m4:1.207 --- php4/acinclude.m4:1.206 Sun Sep 29 12:22:47 2002 +++ php4/acinclud

[PHP-CVS] cvs: php4 / NEWS

2002-09-29 Thread Yasuo Ohgaki
yohgaki Sun Sep 29 20:47:44 2002 EDT Modified files: /php4 NEWS Log: Added warning for CLI and CGI SAPI changes. Fixed wrong description for 4.2.0. Index: php4/NEWS diff -u php4/NEWS:1.1152 php4/NEWS:1.1153 --- php4/NEWS:1.1152Sun Sep 29 18:13:16 2

[PHP-CVS] cvs: php4 /ext/sockets php_sockets.h sockets.c

2002-09-29 Thread Jason Greene
jason Sun Sep 29 22:09:43 2002 EDT Modified files: /php4/ext/sockets php_sockets.h sockets.c Log: Fix thread safety issue Index: php4/ext/sockets/php_sockets.h diff -u php4/ext/sockets/php_sockets.h:1.24 php4/ext/sockets/php_sockets.h:1.25 --- php4/ext/s

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

2002-09-29 Thread Jon Parise
jon Sun Sep 29 23:02:52 2002 EDT Modified files: /php4/ext/standard basic_functions.c basic_functions.h Log: @ - Added getopt() for parsing command line options and arguments. (Jon) Index: php4/ext/standard/basic_functions.c diff -u php4/ext/standard/ba

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

2002-09-29 Thread Yasuo Ohgaki
yohgaki Sun Sep 29 23:51:54 2002 EDT Modified files: /php4/ext/pgsql pgsql.c Log: Improve error message. Fix proto. Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.218 php4/ext/pgsql/pgsql.c:1.219 --- php4/ext/pgsql/pgsql.c:1.218We

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

2002-09-29 Thread Yasuo Ohgaki
yohgaki Mon Sep 30 00:15:02 2002 EDT Modified files: /php4/ext/pgsql pgsql.c Log: Remove unused def. Add TODO. Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.219 php4/ext/pgsql/pgsql.c:1.220 --- php4/ext/pgsql/pgsql.c:1.219Sun Sep

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

2002-09-29 Thread Yasuo Ohgaki
yohgaki Mon Sep 30 00:15:39 2002 EDT Modified files: /php4/ext/pgsql pgsql.c Log: Fix TODO desc Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.220 php4/ext/pgsql/pgsql.c:1.221 --- php4/ext/pgsql/pgsql.c:1.220Mon Sep 30 00:15:01 20

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

2002-09-29 Thread Sascha Schumann
sas Mon Sep 30 00:42:11 2002 EDT Modified files: /php4 Makefile.global Log: Apparently, Solaris 2.6's find is overwhelmed with more than 2 -names per invocation (add some parantheses and it segfaults). And thus, we split the clean target up. I

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

2002-09-29 Thread Sascha Schumann
sas Mon Sep 30 00:56:38 2002 EDT Modified files: /php4/ext/standard url_scanner_ex.re Log: Fix my stupid mistake which broke handling Index: php4/ext/standard/url_scanner_ex.re diff -u php4/ext/standard/url_scanner_ex.re:1.62 php4/ext/standard/url_sc

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

2002-09-29 Thread Sascha Schumann
sas Mon Sep 30 00:59:01 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.71 php4/ext/standard/url_scanner_ex.c:1.72 --- php4/ext/standard/url_sc

[PHP-CVS] cvs: php4 / NEWS

2002-09-29 Thread Derick Rethans
derick Mon Sep 30 01:20:17 2002 EDT Modified files: /php4 NEWS Log: - Rewording Index: php4/NEWS diff -u php4/NEWS:1.1153 php4/NEWS:1.1154 --- php4/NEWS:1.1153Sun Sep 29 20:47:43 2002 +++ php4/NEWS Mon Sep 30 01:20:17 2002 @@ -1,9 +1,9 @@ PHP 4

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

2002-09-29 Thread Tim Toohey
ttoohey Mon Sep 30 03:23:34 2002 EDT Modified files: /php4/ext/gd/libgd gd.c Log: fix gdImageCopyResampled() for non-constant alpha layer Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.16 php4/ext/gd/libgd/gd.c:1.17 --- php4/ext/gd/libgd/gd.

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

2002-09-29 Thread Yasuo Ohgaki
yohgaki Mon Sep 30 03:24:42 2002 EDT Modified files: /php4/ext/pgsql pgsql.c Log: Use of PGSQL_CONV_INGORE_NOT_NULL as it is supposed. Change comment a little. Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.221 php4/ext/pgsql/pgsql.c:1.22