[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

[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 / 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

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

[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

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

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

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

[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

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

[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

[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

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

[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

[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

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

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

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

[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/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 ---

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

[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

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

[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/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 ---

[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

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() unavailable

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