Re: [PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c

2003-01-25 Thread Shane Caraveo
neither of my patches contain whitespace change, it's logic change, which required a couple parts to be indented further. Shane Andi Gutmans wrote: Please try not to mix whitespace and functionality patches. I'm having a hard time looking at two of your patches because too much has changed and

Re: [PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c

2003-01-25 Thread Andi Gutmans
Please try not to mix whitespace and functionality patches. I'm having a hard time looking at two of your patches because too much has changed and most of it is whitespace. Thanks, Andi At 10:01 PM 1/25/2003 +, Shane Caraveo wrote: shane Sat Jan 25 17:01:54 2003 EDT Modified fi

[PHP-CVS] cvs: php4 /sapi/isapi php4isapi.c

2003-01-25 Thread Shane Caraveo
shane Sat Jan 25 22:39:50 2003 EDT Modified files: /php4/sapi/isapiphp4isapi.c Log: normalize CGI variables to the CGI spec PATH_INFO and PATH_TRANSLATED are correct now SCRIPT_FILENAME now contains the full path to the script Index: php4/sapi/isapi

[PHP-CVS] cvs: php4(PHP_4_3) /main php_ini.c /win32 readdir.c readdir.h

2003-01-25 Thread Shane Caraveo
shane Sat Jan 25 20:46:40 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main php_ini.c /php4/win32 readdir.c readdir.h Log: MFH fix broken build by adding scandir and alphasort Index: php4/main/php_ini.c diff -u php4/main/php_ini.c:1.106.2.2 php4/

Re: [PHP-CVS] cvs: php4 /main php_ini.c /win32 readdir.c readdir.h

2003-01-25 Thread Shane Caraveo
Sterling Hughes wrote: On Sat, 2003-01-25 at 20:39, Shane Caraveo wrote: shane Sat Jan 25 20:39:18 2003 EDT Modified files: /php4/main php_ini.c /php4/win32 readdir.c readdir.h Log: Fix broken build by adding scandir and alphasort for win32 make alphasort a static?

Re: [PHP-CVS] cvs: php4 /main php_ini.c /win32 readdir.c readdir.h

2003-01-25 Thread Sterling Hughes
On Sat, 2003-01-25 at 20:39, Shane Caraveo wrote: > shane Sat Jan 25 20:39:18 2003 EDT > > Modified files: > /php4/mainphp_ini.c > /php4/win32 readdir.c readdir.h > Log: > Fix broken build by adding scandir and alphasort for win32 > make alph

[PHP-CVS] cvs: php4 /main php_ini.c /win32 readdir.c readdir.h

2003-01-25 Thread Shane Caraveo
shane Sat Jan 25 20:39:18 2003 EDT Modified files: /php4/main php_ini.c /php4/win32 readdir.c readdir.h Log: Fix broken build by adding scandir and alphasort for win32 Index: php4/main/php_ini.c diff -u php4/main/php_ini.c:1.110 php4/main/php_ini.c:1.

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

2003-01-25 Thread Sara Golemon
pollita Sat Jan 25 20:15:03 2003 EDT Modified files: /php4/ext/gdphp_gd.h gd.c Log: Feature Request #21784 Added: imagecolorallocatealpha ([EMAIL PROTECTED],[EMAIL PROTECTED]) Index: php4/ext/gd/php_gd.h diff -u php4/ext/gd/php_gd.h:1.50 php4/ext/gd

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

2003-01-25 Thread Shane Caraveo
scandir does not exist on win32, so this has broken the windows build, unless you have a win32 dirent.h and scandir.c. Anyway, struct dirent is in readdir.h in the win32 directory. Shane Ilia Alshanetsky wrote: iliaa Sat Jan 25 16:13:01 2003 EDT Modified files: /php4/main

[PHP-CVS] cvs: php4(PHP_4_3) /sapi/cgi cgi_main.c

2003-01-25 Thread Shane Caraveo
shane Sat Jan 25 17:02:46 2003 EDT Modified files: (Branch: PHP_4_3) /php4/sapi/cgi cgi_main.c Log: MFH fix bug 21261 putenv on some platforms requires we provide the memory cleanup env parsing logic fix bug 21367 missed optargs in a

[PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c

2003-01-25 Thread Shane Caraveo
shane Sat Jan 25 17:01:54 2003 EDT Modified files: /php4/sapi/cgi cgi_main.c Log: fix bug 21261 putenv on some platforms requires we provide the memory cleanup env parsing logic fix bug 21367 missed optargs in a previous patch Index

[PHP-CVS] cvs: php4(PHP_4_3) /main php_ini.c

2003-01-25 Thread Ilia Alshanetsky
iliaa Sat Jan 25 16:15:41 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main php_ini.c Log: MFH Index: php4/main/php_ini.c diff -u php4/main/php_ini.c:1.106.2.1 php4/main/php_ini.c:1.106.2.2 --- php4/main/php_ini.c:1.106.2.1 Tue Dec 31 11:26:15 200

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

2003-01-25 Thread Ilia Alshanetsky
iliaa Sat Jan 25 16:13:01 2003 EDT Modified files: /php4/main php_ini.c Log: Fixed bug #21625 (When scanning a directory for ini files, do so in alphabetical order. This gives a user a way to control the order in which the ini files are loaded). Fixed a b

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

2003-01-25 Thread Marcus Boerger
helly Sat Jan 25 14:51:05 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/dba config.m4 Log: MFH: The builtin version was always used even if configured otherwise. Index: php4/ext/dba/config.m4 diff -u php4/ext/dba/config.m4:1.29.2.3 php4/ext/dba/con

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

2003-01-25 Thread Marcus Boerger
helly Sat Jan 25 14:50:04 2003 EDT Modified files: (Branch: PHP_4_3) /php4 run-tests.php Log: MFH: Bug #21751: Part one never let this happen again... Index: php4/run-tests.php diff -u php4/run-tests.php:1.119.2.15 php4/run-tests.php:1.119.2.16 --- php4/r

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

2003-01-25 Thread Marcus Boerger
helly Sat Jan 25 14:46:58 2003 EDT Modified files: /php4/ext/dba config.m4 Log: The builtin version was always used even if configured otherwise. Index: php4/ext/dba/config.m4 diff -u php4/ext/dba/config.m4:1.34 php4/ext/dba/config.m4:1.35 --- php4/ext/d

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

2003-01-25 Thread Marcus Boerger
helly Sat Jan 25 14:45:11 2003 EDT Modified files: /php4 run-tests.php Log: Bug #21751: Part one never let this happen again... Index: php4/run-tests.php diff -u php4/run-tests.php:1.138 php4/run-tests.php:1.139 --- php4/run-tests.php:1.138Sun Jan 12

[PHP-CVS] cvs: php4(PHP_4_3) /ext/informix ifx.ec

2003-01-25 Thread Ilia Alshanetsky
iliaa Sat Jan 25 13:55:39 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/informix ifx.ec Log: MFH Index: php4/ext/informix/ifx.ec diff -u php4/ext/informix/ifx.ec:1.69.2.2 php4/ext/informix/ifx.ec:1.69.2.3 --- php4/ext/informix/ifx.ec:1.69.2.2 Fri J

[PHP-CVS] cvs: php4 /ext/informix ifx.ec

2003-01-25 Thread Ilia Alshanetsky
iliaa Sat Jan 25 13:55:06 2003 EDT Modified files: /php4/ext/informix ifx.ec Log: Removed unneeded code. Index: php4/ext/informix/ifx.ec diff -u php4/ext/informix/ifx.ec:1.75 php4/ext/informix/ifx.ec:1.76 --- php4/ext/informix/ifx.ec:1.75 Fri Jan 24

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

2003-01-25 Thread Hartmut Holzgraefe
hholzgraSat Jan 25 11:25:38 2003 EDT Modified files: /php4/ext/mime_magicmime_magic.c Log: - mime file parser messages only with mime_magic.debug=On (default: off) - fix docref URL in startup error messages - show status in php info, either "ena

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

2003-01-25 Thread Marcus Börger
At 11:51 25.01.2003, Hartmut Holzgraefe wrote: hholzgraSat Jan 25 05:51:04 2003 EDT Modified files: /php4/ext/mime_magicconfig.m4 Log: suggesting a plain magic file insteat of a mime one is a bad idea Index: php4/ext/mime_magic/config.m4 diff -u php4/ext/mime_m

[PHP-CVS] cvs: php4 /ext/mime_magic php_mime_magic.h

2003-01-25 Thread Hartmut Holzgraefe
hholzgraSat Jan 25 08:33:29 2003 EDT Modified files: /php4/ext/mime_magicphp_mime_magic.h Log: preparations for making magic file parser silent Index: php4/ext/mime_magic/php_mime_magic.h diff -u php4/ext/mime_magic/php_mime_magic.h:1.5 php4/

Re: [PHP-CVS] cvs: php4(PHP_4_3) /ext/odbc php_odbc.c

2003-01-25 Thread Jani Taskinen
MFB ? On Fri, 24 Jan 2003, Dan Kalowsky wrote: >kalowsky Fri Jan 24 17:49:22 2003 EDT > > Modified files: (Branch: PHP_4_3) >/php4/ext/odbc php_odbc.c > Log: > busted by the style police... > > >Index: php4/ext/odbc/php_odbc.c >diff -u php4/ext/odbc/

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

2003-01-25 Thread Hartmut Holzgraefe
hholzgraSat Jan 25 05:51:04 2003 EDT Modified files: /php4/ext/mime_magicconfig.m4 Log: suggesting a plain magic file insteat of a mime one is a bad idea Index: php4/ext/mime_magic/config.m4 diff -u php4/ext/mime_magic/config.m4:1.6 php4/ext/m