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

2003-02-08 Thread Pierre-Alain Joye
pajoye Sat Feb 8 03:41:43 2003 EDT Modified files: /php4/ext/gd/libgd gd.c gd.h Log: Add gdImageEllipse Replace gdImageFilledEllipse by a new function (backported from the new phpgd) the new gdImageFilledEllipse fix bug bug #22103 (ellipse part) Inde

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

2003-02-08 Thread Pierre-Alain Joye
pajoye Sat Feb 8 03:54:13 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/gd/libgd gd.c gd.h Log: MFH: Add gdImageEllipse Replace gdImageFilledEllipse by a new function (backported from the new phpgd) the new gdImageFilledEllipse fix bug bug #22103 (

Re: [PHP-CVS] cvs: php4(PHP_4_3) /ext/gd/libgd gd.c gd.h

2003-02-08 Thread Pierre-Alain Joye
On Sat, 08 Feb 2003 08:54:13 - "Pierre-Alain Joye" <[EMAIL PROTECTED]> wrote: > pajoyeSat Feb 8 03:54:13 2003 EDT > > Modified files: (Branch: PHP_4_3) > /php4/ext/gd/libgdgd.c gd.h > Log: > MFH: > Add gdImageEllipse > Replace gdImageFilled

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

2003-02-08 Thread Marcus Börger
At 15:56 08.02.2003, Jani Taskinen wrote: Just curious..but was there some agreement on keeping these obscure options?? I kinda missed the discussion.. --Jani Some few people were against and Edin liked the idea after playing around with it. So both maintainers of the cli sapi are

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

2003-02-08 Thread Jani Taskinen
sniper Sat Feb 8 10:26:17 2003 EDT Modified files: /php4/ext/standard string.c Log: style & ws fixes Index: php4/ext/standard/string.c diff -u php4/ext/standard/string.c:1.354 php4/ext/standard/string.c:1.355 --- php4/ext/standard/string.c:1.354Fri Feb 7

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

2003-02-08 Thread Marcus Boerger
helly Sat Feb 8 10:27:34 2003 EDT Added files: (Branch: PHP_4_3) /php4/sapi/cli php.1 Log: MFH: manpage for this version Index: php4/sapi/cli/php.1 +++ php4/sapi/cli/php.1 /"+--+

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

2003-02-08 Thread Marcus Boerger
helly Sat Feb 8 10:29:35 2003 EDT Modified files: /php4/sapi/cli php.1 Log: Style corrections See also: Stig's intro Version info Index: php4/sapi/cli/php.1 diff -u php4/sapi/cli/php.1:1.4 php4/sapi/cli/php.1:1.5 --- php4/sapi/cli/php.1:1.4 Fri F

[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 +++ CVSROOT

[PHP-CVS] cvs: CVSROOT / avail

2003-02-08 Thread Sterling Hughes
sterlingSat Feb 8 11:03:57 2003 EDT Modified files: /CVSROOTavail Log: ze2 access for georg Index: CVSROOT/avail diff -u CVSROOT/avail:1.591 CVSROOT/avail:1.592 --- CVSROOT/avail:1.591 Sat Feb 8 11:02:00 2003 +++ CVSROOT/avail Sat Feb 8 1

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

2003-02-08 Thread Sascha Schumann
sas Sat Feb 8 13:58:34 2003 EDT Modified files: /php4/ext/gettext gettext.c Log: Fix segfault in bindtextdomain when first parameter was empty. The Linux man page states: domainname must be a non-empty string. Noticed by: Nils Meyer Index: ph

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

2003-02-08 Thread Sascha Schumann
sas Sat Feb 8 13:59:19 2003 EDT Modified files: (Branch: PHP_4) /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.1.2.1 --- php4/ext/gettext/gettext.c:1.39.4

[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 --- php4/ext/gettext/gettext.c:1.39.4.1

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

2003-02-08 Thread Derick Rethans
On Sat, 8 Feb 2003, Sascha Schumann wrote: > sas Sat Feb 8 13:58:34 2003 EDT > > - if (strcmp(Z_STRVAL_PP(dir), "") && strcmp(Z_STRVAL_PP(dir), "0")) { > + if (Z_STRVAL_PP(domain_name)[0] == '\0') { > + php_error(E_WARNING, "The first parameter of bindtextdomain mus

[PHP-CVS] cvs: php4 / run-tests2.php

2003-02-08 Thread Shane Caraveo
shane Sat Feb 8 19:30:49 2003 EDT Modified files: /php4 run-tests2.php Log: whitespace changes Index: php4/run-tests2.php diff -u php4/run-tests2.php:1.4 php4/run-tests2.php:1.5 --- php4/run-tests2.php:1.4 Sat Nov 30 22:13:03 2002 +++ php4/run-tests

[PHP-CVS] cvs: php4(PHP_4_3) /ext/gd gd.dsp gd_bundled.dsp

2003-02-08 Thread Frank M. Kromann
fmk Sun Feb 9 00:47:06 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/gdgd.dsp gd_bundled.dsp Log: Adding some missing defines to enable functions. Fixing bug #22130 Index: php4/ext/gd/gd.dsp diff -u php4/ext/gd/gd.dsp:1.9 php4/ext/gd/gd.dsp:

[PHP-CVS] cvs: php4(PHP_4_3) /ext/gd gd_bundled.dsp

2003-02-08 Thread Frank M. Kromann
fmk Sun Feb 9 01:26:45 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/gdgd_bundled.dsp Log: Adding missing HAVE_GD_STRINGFTEX define Index: php4/ext/gd/gd_bundled.dsp diff -u php4/ext/gd/gd_bundled.dsp:1.7.2.3 php4/ext/gd/gd_bundled.dsp:1.7.2.4

[PHP-CVS] cvs: php4(PHP_4_3) /ext/gd gd.dsp

2003-02-08 Thread Frank M. Kromann
fmk Sun Feb 9 01:27:08 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/gdgd.dsp Log: Fixing build with GD 2.0.11 Index: php4/ext/gd/gd.dsp diff -u php4/ext/gd/gd.dsp:1.9.2.1 php4/ext/gd/gd.dsp:1.9.2.2 --- php4/ext/gd/gd.dsp:1.9.2.1 Sun Feb 9 0

[PHP-CVS] cvs: php4 /ext/gd gd.dsp gd_bundled.dsp

2003-02-08 Thread Frank M. Kromann
fmk Sun Feb 9 01:27:38 2003 EDT Modified files: /php4/ext/gdgd.dsp gd_bundled.dsp Log: Syncronize with branch Index: php4/ext/gd/gd.dsp diff -u php4/ext/gd/gd.dsp:1.9 php4/ext/gd/gd.dsp:1.10 --- php4/ext/gd/gd.dsp:1.9 Fri Sep 27 09:31:43 2002 +

[PHP-CVS] cvs: php4 /ext/mssql php_mssql.c php_mssql.h

2003-02-08 Thread Frank M. Kromann
fmk Sun Feb 9 02:18:03 2003 EDT Modified files: /php4/ext/mssql php_mssql.c php_mssql.h Log: Bug #21707 problem with real Index: php4/ext/mssql/php_mssql.c diff -u php4/ext/mssql/php_mssql.c:1.102 php4/ext/mssql/php_mssql.c:1.103 --- php4/ext/mssql/php_

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

2003-02-08 Thread Frank M. Kromann
fmk Sun Feb 9 02:18:27 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/mssql php_mssql.c php_mssql.h Log: Bug #21707 problem with real Index: php4/ext/mssql/php_mssql.c diff -u php4/ext/mssql/php_mssql.c:1.86.2.10 php4/ext/mssql/php_mssql.c:1.86.2.1

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

2003-02-08 Thread Yasuo Ohgaki
yohgaki Sun Feb 9 02:24:18 2003 EDT Modified files: /php4/ext/pgsql pgsql.c Log: Fixed improper result offset handling. Prevent error when connection is broken. (optional) Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.258 php4/ext/pgsq

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

2003-02-08 Thread Yasuo Ohgaki
yohgaki Sun Feb 9 02:24:37 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/pgsql pgsql.c Log: MFH Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.244.2.7 php4/ext/pgsql/pgsql.c:1.244.2.8 --- php4/ext/pgsql/pgsql.c:1.244.2.7Tue Feb

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

2003-02-08 Thread Frank M. Kromann
fmk Sun Feb 9 02:48:41 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/mssql config.m4 Log: Fixing autodetect of FreeTDS Index: php4/ext/mssql/config.m4 diff -u php4/ext/mssql/config.m4:1.1.2.3 php4/ext/mssql/config.m4:1.1.2.4 --- php4/ext/mssql/con

[PHP-CVS] cvs: php4(PHP_4_3) /ext/mssql php_mssql.h

2003-02-08 Thread Frank M. Kromann
fmk Sun Feb 9 02:49:34 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/mssql php_mssql.h Log: DBFLT4 is not defined in FreeTDS. Needed for real data types Index: php4/ext/mssql/php_mssql.h diff -u php4/ext/mssql/php_mssql.h:1.23.4.6 php4/ext/mssql/p

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

2003-02-08 Thread Yasuo Ohgaki
yohgaki Sun Feb 9 02:50:16 2003 EDT Modified files: /php4/ext/pgsql pgsql.c Log: Fixed one more improper row offset handling. Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.259 php4/ext/pgsql/pgsql.c:1.260 --- php4/ext/pgsql/pgsql.c:1.259

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

2003-02-08 Thread Yasuo Ohgaki
yohgaki Sun Feb 9 02:50:31 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/pgsql pgsql.c Log: MFH Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.244.2.8 php4/ext/pgsql/pgsql.c:1.244.2.9 --- php4/ext/pgsql/pgsql.c:1.244.2.8Sun Feb

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

2003-02-08 Thread Frank M. Kromann
fmk Sun Feb 9 02:50:32 2003 EDT Modified files: /php4/ext/mssql config.m4 Log: MFB Index: php4/ext/mssql/config.m4 diff -u php4/ext/mssql/config.m4:1.4 php4/ext/mssql/config.m4:1.5 --- php4/ext/mssql/config.m4:1.4Thu Jan 9 17:35:16 2003 +++ php

[PHP-CVS] cvs: php4 /ext/mssql php_mssql.h

2003-02-08 Thread Frank M. Kromann
fmk Sun Feb 9 02:50:56 2003 EDT Modified files: /php4/ext/mssql php_mssql.h Log: MFB Index: php4/ext/mssql/php_mssql.h diff -u php4/ext/mssql/php_mssql.h:1.30 php4/ext/mssql/php_mssql.h:1.31 --- php4/ext/mssql/php_mssql.h:1.30 Sun Feb 9 02:18:02 20