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

2002-12-11 Thread Georg Richter
georg Wed Dec 11 03:28:42 2002 EDT Modified files: /php4/ext/mysql/libmysqllibmysql.c Log: Security fix (merged from 3.23.54) Index: php4/ext/mysql/libmysql/libmysql.c diff -u php4/ext/mysql/libmysql/libmysql.c:1.11 php4/ext/mysql/libmysql/libmysql.c:1.

[PHP-CVS] cvs: php4 / NEWS

2002-12-11 Thread Georg Richter
georg Wed Dec 11 03:31:58 2002 EDT Modified files: /php4 NEWS Log: fixed security bug in libmysql Index: php4/NEWS diff -u php4/NEWS:1.1272 php4/NEWS:1.1273 --- php4/NEWS:1.1272Sat Dec 7 11:15:46 2002 +++ php4/NEWS Wed Dec 11 03:31:56 2002 @@ -

[PHP-CVS] cvs: php4 / configure.in /sapi/apache libphp4.module.in

2002-12-11 Thread Jani Taskinen
sniper Wed Dec 11 03:41:45 2002 EDT Modified files: /php4 configure.in /php4/sapi/apache libphp4.module.in Log: Fixed bug #20298: LDFLAGS were not passed to the static apache module build Index: php4/configure.in diff -u php4/configure.in:1.406

[PHP-CVS] cvs: php4(PHP_4_3) / configure.in /sapi/apache libphp4.module.in

2002-12-11 Thread Jani Taskinen
sniper Wed Dec 11 03:42:07 2002 EDT Modified files: (Branch: PHP_4_3) /php4 configure.in /php4/sapi/apache libphp4.module.in Log: MFH: Fix for bug #20928 Index: php4/configure.in diff -u php4/configure.in:1.396.2.11 php4/configure.in:1.396.2.12 -

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

2002-12-11 Thread Jani Taskinen
sniper Wed Dec 11 03:52:17 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/mysql/libmysqllibmysql.c Log: MFH: fix from 3.23.54 Index: php4/ext/mysql/libmysql/libmysql.c diff -u php4/ext/mysql/libmysql/libmysql.c:1.11 php4/ext/mysql/libmysql/libmysql

[PHP-CVS] cvs: php4 / NEWS

2002-12-11 Thread Jani Taskinen
sniper Wed Dec 11 03:54:04 2002 EDT Modified files: /php4 NEWS Log: snow..not again.. Index: php4/NEWS diff -u php4/NEWS:1.1273 php4/NEWS:1.1274 --- php4/NEWS:1.1273Wed Dec 11 03:31:56 2002 +++ php4/NEWS Wed Dec 11 03:54:04 2002 @@ -6,7 +6,7 @@

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

2002-12-11 Thread Jani Taskinen
sniper Wed Dec 11 03:54:23 2002 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: MFH Index: php4/NEWS diff -u php4/NEWS:1.1247.2.21 php4/NEWS:1.1247.2.22 --- php4/NEWS:1.1247.2.21 Sat Dec 7 11:16:09 2002 +++ php4/NEWS Wed Dec 11 03:54:22 2

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

2002-12-11 Thread Edin Kadribasic
edink Wed Dec 11 05:24:03 2002 EDT Modified files: /php4/sapi/cli php_cli.c Log: Fix for #20539 (patch by Moriyoshi Koizumi). Index: php4/sapi/cli/php_cli.c diff -u php4/sapi/cli/php_cli.c:1.55 php4/sapi/cli/php_cli.c:1.56 --- php4/sapi/cli/php_cli.c:1

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

2002-12-11 Thread Edin Kadribasic
edink Wed Dec 11 05:29:07 2002 EDT Modified files: (Branch: PHP_4_3) /php4/sapi/cli php_cli.c Log: MFH: Fix for #20539 (patch by Moriyoshi Koizumi). Index: php4/sapi/cli/php_cli.c diff -u php4/sapi/cli/php_cli.c:1.51.2.1 php4/sapi/cli/php_cli.c:1.51.2.2

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

2002-12-11 Thread Marcus Boerger
helly Wed Dec 11 05:37:39 2002 EDT Modified files: /php4/ext/dba dba.c Log: Warnings and Notices when lock modifiers for dba_(p)open are used wrong. This finally closes bug #20828 (and i hope it must not be reopened) Index: php4/ext/dba/dba.c diff -

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

2002-12-11 Thread Marcus Boerger
helly Wed Dec 11 05:37:53 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/dba dba.c Log: MFH Index: php4/ext/dba/dba.c diff -u php4/ext/dba/dba.c:1.61.2.5 php4/ext/dba/dba.c:1.61.2.6 --- php4/ext/dba/dba.c:1.61.2.5 Tue Dec 10 18:03:24 2002 +++ php

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

2002-12-11 Thread Marcus Börger
Once again i ask before commiting this to the branch. This and the last patch for cpdf add the necessary checks for the required libraries to avoid missleading error messages from configure in other modules. For me i search some time for configure problems in dba until noticing it was actually a p

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

2002-12-11 Thread Andrei Zmievski
On Wed, 11 Dec 2002, Marcus Börger wrote: > Once again i ask before commiting this to the branch. This and the > last patch for cpdf add the necessary checks for the required > libraries to avoid missleading error messages from configure in other > modules. For me i search some time for configure p

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

2002-12-11 Thread Marcus Börger
At 15:01 11.12.2002, Andrei Zmievski wrote: On Wed, 11 Dec 2002, Marcus Börger wrote: > Once again i ask before commiting this to the branch. This and the > last patch for cpdf add the necessary checks for the required > libraries to avoid missleading error messages from configure in other > modul

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

2002-12-11 Thread Andrei Zmievski
On Wed, 11 Dec 2002, Marcus Börger wrote: > First this is not essential. So we'll leave it for 4.3.1 then. -Andrei http://www.gravitonic.com/ "In this age, which believes that there is a short cut to everything, the greatest lesson to be learned is that the

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

2002-12-11 Thread Abdul-Kareem Abo-Namous
abonamous Wed Dec 11 09:18:45 2002 EDT Modified files: /php4/ext/oci8 oci8.c Log: fixed string comparison which brought up a gcc warning. Index: php4/ext/oci8/oci8.c diff -u php4/ext/oci8/oci8.c:1.194 php4/ext/oci8/oci8.c:1.195 --- php4/ext/oci8/oc

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

2002-12-11 Thread Rui Hirokawa
hirokawaWed Dec 11 09:39:37 2002 EDT Modified files: /php4/ext/mbstring mbfilter_kr.c Log: fixed lack of variable initialization bug. Index: php4/ext/mbstring/mbfilter_kr.c diff -u php4/ext/mbstring/mbfilter_kr.c:1.7 php4/ext/mbstring/mbfilter_kr.c:1

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

2002-12-11 Thread Rui Hirokawa
hirokawaWed Dec 11 09:41:09 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/mbstring mbfilter_kr.c Log: fixed lack of variable initialization bug. Index: php4/ext/mbstring/mbfilter_kr.c diff -u php4/ext/mbstring/mbfilter_kr.c:1.4.4.3 php4/ext/mbs

[PHP-CVS] cvs: php4(PHP_4_3) /ext/bcmath/tests .cvsignore

2002-12-11 Thread Jani Taskinen
sniper Wed Dec 11 09:43:04 2002 EDT Added files: (Branch: PHP_4_3) /php4/ext/bcmath/tests .cvsignore Log: missing file Index: php4/ext/bcmath/tests/.cvsignore +++ php4/ext/bcmath/tests/.cvsignore -- PHP CVS Mailing List (http://www.php.net/) To u

[PHP-CVS] cvs: php4 /ext/bcmath/tests .cvsignore

2002-12-11 Thread Jani Taskinen
sniper Wed Dec 11 09:43:33 2002 EDT Modified files: /php4/ext/bcmath/tests .cvsignore Log: missing file Index: php4/ext/bcmath/tests/.cvsignore diff -u /dev/null php4/ext/bcmath/tests/.cvsignore:1.2 --- /dev/null Wed Dec 11 09:43:33 2002 +++ php4/ext/

[PHP-CVS] cvs: php4 /ext/calendar/tests .cvsignore /ext/standard/tests/image .cvsignore /ext/sysvsem/tests .cvsignore /pear/Console/tests .cvsignore /tests/run-test .cvsignore

2002-12-11 Thread Jani Taskinen
sniper Wed Dec 11 10:16:06 2002 EDT Added files: /php4/ext/calendar/tests.cvsignore /php4/ext/standard/tests/image .cvsignore /php4/ext/sysvsem/tests .cvsignore /php4/tests/run-test.cvsignore Modified files:

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard/tests/image .cvsignore /ext/sysvsem/tests .cvsignore /pear/Console/tests .cvsignore /tests/run-test .cvsignore

2002-12-11 Thread Jani Taskinen
sniper Wed Dec 11 10:16:29 2002 EDT Added files: (Branch: PHP_4_3) /php4/ext/standard/tests/image .cvsignore /php4/ext/sysvsem/tests .cvsignore /php4/tests/run-test.cvsignore Modified files: /php4/pear/Console/tests

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

2002-12-11 Thread Jani Taskinen
sniper Wed Dec 11 10:25:40 2002 EDT Modified files: /php4/ext/oci8 oci8.c Log: - ws fixes - // -> /* */ (No C++ comments in c code!) - #if / #else / etc. have to start from first column. Index: php4/ext/oci8/oci8.c diff -u php4/ext/oci8/oci8.c:1.

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

2002-12-11 Thread Ilia Alshanetsky
iliaa Wed Dec 11 10:32:35 2002 EDT Modified files: /php4/ext/fdf fdf.c Log: Added missing variable to parameter retrieval. Index: php4/ext/fdf/fdf.c diff -u php4/ext/fdf/fdf.c:1.67 php4/ext/fdf/fdf.c:1.68 --- php4/ext/fdf/fdf.c:1.67 Mon Nov 25 07:

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

2002-12-11 Thread Derick Rethans
On Wed, 11 Dec 2002, Andrei Zmievski wrote: > On Wed, 11 Dec 2002, Marcus Börger wrote: > > First this is not essential. > > So we'll leave it for 4.3.1 then. That would be my choice too. Derick -- - Derick Rethans

[PHP-CVS] cvs: php4 /ext/bcmath bcmath.c php_bcmath.h

2002-12-11 Thread Sara Golemon
pollita Wed Dec 11 11:28:18 2002 EDT Modified files: /php4/ext/bcmathbcmath.c php_bcmath.h Log: Renamed bc_powmod to bcpowmod to keep it inline with existing module functions. Fixed whitespace problem. Index: php4/ext/bcmath/bcmath.c diff -u php4/ext/b

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

2002-12-11 Thread Ilia Alshanetsky
iliaa Wed Dec 11 11:49:00 2002 EDT Modified files: /php4 run-tests.php Log: Ask the user for their e-mail address so that we can contact them if need be. Index: php4/run-tests.php diff -u php4/run-tests.php:1.130 php4/run-tests.php:1.131 --- php4/run-

[PHP-CVS] cvs: php4(PHP_4_3) / run-tests.php

2002-12-11 Thread Ilia Alshanetsky
iliaa Wed Dec 11 11:49:27 2002 EDT Modified files: (Branch: PHP_4_3) /php4 run-tests.php Log: MFH Index: php4/run-tests.php diff -u php4/run-tests.php:1.119.2.10 php4/run-tests.php:1.119.2.11 --- php4/run-tests.php:1.119.2.10 Sat Nov 23 12:50:37

[PHP-CVS] cvs: php4 /ext/standard/tests/general_functions getopt.phpt

2002-12-11 Thread Ilia Alshanetsky
iliaa Wed Dec 11 12:38:29 2002 EDT Added files: /php4/ext/standard/tests/general_functions getopt.phpt Log: Added getopt() test. Index: php4/ext/standard/tests/general_functions/getopt.phpt +++ php4/ext/standard/tests/general_functions/getopt.phpt --TE

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard/tests/general_functions getopt.phpt

2002-12-11 Thread Ilia Alshanetsky
iliaa Wed Dec 11 12:39:43 2002 EDT Added files: (Branch: PHP_4_3) /php4/ext/standard/tests/general_functions getopt.phpt Log: MFH Index: php4/ext/standard/tests/general_functions/getopt.phpt +++ php4/ext/standard/tests/general_functions/getopt.phpt --TE

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

2002-12-11 Thread Andrei Zmievski
andrei Wed Dec 11 13:52:21 2002 EDT Modified files: (Branch: PHP_4_3) /php4 configure.in /php4/main php_version.h Log: Go for RC3. Index: php4/configure.in diff -u php4/configure.in:1.396.2.12 php4/configure.in:1.396.2.13 --- php4/configure.in:1.3

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

2002-12-11 Thread Andrei Zmievski
andrei Wed Dec 11 13:57:25 2002 EDT Modified files: (Branch: PHP_4_3) /php4 configure.in /php4/main php_version.h Log: Back to -dev. Index: php4/configure.in diff -u php4/configure.in:1.396.2.13 php4/configure.in:1.396.2.14 --- php4/configure.in:1

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

2002-12-11 Thread Ilia Alshanetsky
iliaa Wed Dec 11 15:04:24 2002 EDT Modified files: /php4/ext/fdf fdf.c Log: Added missing &. Index: php4/ext/fdf/fdf.c diff -u php4/ext/fdf/fdf.c:1.68 php4/ext/fdf/fdf.c:1.69 --- php4/ext/fdf/fdf.c:1.68 Wed Dec 11 10:32:35 2002 +++ php4/ext/fdf/fd

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

2002-12-11 Thread Ilia Alshanetsky
iliaa Wed Dec 11 15:08:06 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/fdf fdf.c Log: MFH Index: php4/ext/fdf/fdf.c diff -u php4/ext/fdf/fdf.c:1.66 php4/ext/fdf/fdf.c:1.66.2.1 --- php4/ext/fdf/fdf.c:1.66 Tue Oct 22 21:11:06 2002 +++ php4/ex

[PHP-CVS] cvs: php4(PHP_4_3) / run-tests.php

2002-12-11 Thread Derick Rethans
derick Wed Dec 11 15:10:59 2002 EDT Modified files: (Branch: PHP_4_3) /php4 run-tests.php Log: - Make it also work when you press enter instead of typing 'y' Index: php4/run-tests.php diff -u php4/run-tests.php:1.119.2.11 php4/run-tests.php:1.119.2.12 -

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

2002-12-11 Thread Derick Rethans
derick Wed Dec 11 15:13:43 2002 EDT Modified files: /php4 run-tests.php Log: - MFB Index: php4/run-tests.php diff -u php4/run-tests.php:1.131 php4/run-tests.php:1.132 --- php4/run-tests.php:1.131Wed Dec 11 11:49:00 2002 +++ php4/run-tests.php Wed

[PHP-CVS] cvs: php4 /ext/standard/tests/strings bug20927.phpt

2002-12-11 Thread Melvyn Sopacua
msopacuaWed Dec 11 15:22:42 2002 EDT Added files: /php4/ext/standard/tests/stringsbug20927.phpt Log: Add testcase for reported wordwrap bug Index: php4/ext/standard/tests/strings/bug20927.phpt +++ php4/ext/standard/tests/strings/bug20927.phpt

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

2002-12-11 Thread Pierre-Alain Joye
pajoye Wed Dec 11 15:44:45 2002 EDT Modified files: /php4/ext/gdgd.c Log: Add imageantialias(im, flag) Add AA support for bundled imageline Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.237 php4/ext/gd/gd.c:1.238 --- php4/ext/gd/gd.c:1.237

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

2002-12-11 Thread Pierre-Alain Joye
pajoye Wed Dec 11 15:45:48 2002 EDT Modified files: /php4/ext/gdphp_gd.h Log: Remove double definition of imagesettile Add imageantiallias Index: php4/ext/gd/php_gd.h diff -u php4/ext/gd/php_gd.h:1.47 php4/ext/gd/php_gd.h:1.48 --- php4/ext/gd/php_g

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

2002-12-11 Thread Pierre-Alain Joye
pajoye Wed Dec 11 15:46:52 2002 EDT Modified files: /php4/ext/gd/libgd gd.c Log: Add gdImageAAline (antialiased line) Add AA support for gdImagePolygon Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.32 php4/ext/gd/libgd/gd.c:1.33 --- php4/

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

2002-12-11 Thread Pierre-Alain Joye
pajoye Wed Dec 11 15:47:26 2002 EDT Modified files: /php4/ext/gd/libgd gd.h Log: Add antialias flag to image structure Add AA support Index: php4/ext/gd/libgd/gd.h diff -u php4/ext/gd/libgd/gd.h:1.11 php4/ext/gd/libgd/gd.h:1.12 --- php4/ext/gd/libgd/gd.h:

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

2002-12-11 Thread Ilia Alshanetsky
iliaa Wed Dec 11 16:52:30 2002 EDT Modified files: /php4/ext/gd/libgd gd.c Log: Syncronize bundled gd sources with that of gd 2.0.9, affected functions are: gdImageBrushApply() & gdImageCopyResized(). Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/lib

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

2002-12-11 Thread Ilia Alshanetsky
iliaa Wed Dec 11 16:55:45 2002 EDT Modified files: /php4/ext/gd/libgd gd.c Log: White space fixes. Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.34 php4/ext/gd/libgd/gd.c:1.35 --- php4/ext/gd/libgd/gd.c:1.34 Wed Dec 11 16:52:29 2002 +++ ph

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

2002-12-11 Thread Pierre-Alain Joye
pajoye Wed Dec 11 17:23:51 2002 EDT Modified files: /php4/ext/gd/libgd gd.c Log: Fix brightness filter (argument ingnored) Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.35 php4/ext/gd/libgd/gd.c:1.36 --- php4/ext/gd/libgd/gd.c:1.35 Wed Dec

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

2002-12-11 Thread Ilia Alshanetsky
iliaa Wed Dec 11 17:25:24 2002 EDT Modified files: /php4/ext/gdgd.c php_gd.h Log: Fixed build with non-bundled GD. Hidden the anti-alias functions when non-bundled GD is used and made imagecreatefromxpm() unavailable because of a bug in the external

[PHP-CVS] cvs: php4 /ext/gd/tests jpeg2png.phpt

2002-12-11 Thread Ilia Alshanetsky
iliaa Wed Dec 11 17:37:05 2002 EDT Modified files: /php4/ext/gd/tests jpeg2png.phpt Log: Added check for availability of jpeg support. Index: php4/ext/gd/tests/jpeg2png.phpt diff -u php4/ext/gd/tests/jpeg2png.phpt:1.1 php4/ext/gd/tests/jpeg2png.phpt:1.2 --

[PHP-CVS] cvs: php4(PHP_4_3) /ext/gd/tests jpeg2png.phpt

2002-12-11 Thread Ilia Alshanetsky
iliaa Wed Dec 11 17:37:35 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/gd/tests jpeg2png.phpt Log: MFH Index: php4/ext/gd/tests/jpeg2png.phpt diff -u php4/ext/gd/tests/jpeg2png.phpt:1.1.2.1 php4/ext/gd/tests/jpeg2png.phpt:1.1.2.2 --- php4/ext/gd/tes

[PHP-CVS] cvs: php4 / NEWS

2002-12-11 Thread Ilia Alshanetsky
iliaa Wed Dec 11 18:11:32 2002 EDT Modified files: /php4 NEWS Log: GD library news. Index: php4/NEWS diff -u php4/NEWS:1.1274 php4/NEWS:1.1275 --- php4/NEWS:1.1274Wed Dec 11 03:54:04 2002 +++ php4/NEWS Wed Dec 11 18:11:31 2002 @@ -1,9 +1,16 @@

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

2002-12-11 Thread Ilia Alshanetsky
iliaa Wed Dec 11 18:30:24 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/gdgd.c php_gd.h Log: MFH (make imagecreatefromxpm() unavailable when bundled GD is used) Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.221.2.6 php4/ext/gd/gd.c:1.221.

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

2002-12-11 Thread Ilia A.
Small correction, it actually should say non-bundled. On December 11, 2002 06:30 pm, Ilia Alshanetsky wrote: > iliaa Wed Dec 11 18:30:24 2002 EDT > > Modified files: (Branch: PHP_4_3) > /php4/ext/gd gd.c php_gd.h > Log: > MFH (make imagecreatefromxpm() unavailab

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

2002-12-11 Thread Adam Maccabee Trachtenberg
This patch, or at least this part: -#ifdef HAVE_GD_XPM +#if defined(HAVE_GD_XPM) && defined(HAVE_GD_BUNDLED) Needs to be merged into the 4.3.0. Something in the build broke my GD support between RC2 and RC3. This fixes it. -adam On Wed, 11 Dec 2002, Ilia Alshanetsky wrote: > iliaa Wed