Re: [PHP-CVS] cvs: php4(PHP_4_3) /main SAPI.h

2003-01-15 Thread Shane Caraveo
Edin Kadribasic wrote: I think that we should relax this contraint a bit on PHP_4_3 due to the fact that head is not likely going to see realeased version for some time to come due to the move to PHP 5. Edin What should realy happen is a PHP4_HEAD branch is made. It would allow for keeping t

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

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

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

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

[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

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

2003-01-25 Thread Shane Caraveo
anged and most of it is whitespace. Thanks, Andi At 10:01 PM 1/25/2003 +0000, Shane Caraveo wrote: 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 c

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

2003-02-06 Thread Shane Caraveo
of my (and not only my) scripts. any explaination for that ? i'm using php-cig + iis (and commandline doesn't work either). harald "Shane Caraveo" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:<cvsshane1043532166@cvsserver>... shane Sat Jan 25 17:02:46 2003

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

2003-02-09 Thread Shane Caraveo
shane Sun Feb 9 14:52:43 2003 EDT Modified files: /php4 NEWS Log: news entry for previous commit Index: php4/NEWS diff -u php4/NEWS:1.1321 php4/NEWS:1.1322 --- php4/NEWS:1.1321Fri Feb 7 16:45:02 2003 +++ php4/NEWS Sun Feb 9 14:52:43 2003 @@ -

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

2003-02-13 Thread Shane Caraveo
shane Thu Feb 13 13:21:14 2003 EDT Modified files: /php4/sapi/cgi cgi_main.c Log: There is *absolutely no* definitive way to know if argv0 is the actual php script, or if it is the beginning of a query string. Additionaly, passing parameters on the co

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

2003-02-13 Thread Shane Caraveo
shane Thu Feb 13 13:21:23 2003 EDT Modified files: (Branch: PHP_4_3) /php4/sapi/cgi cgi_main.c Log: MFH Index: php4/sapi/cgi/cgi_main.c diff -u php4/sapi/cgi/cgi_main.c:1.190.2.12 php4/sapi/cgi/cgi_main.c:1.190.2.13 --- php4/sapi/cgi/cgi_main.c:1.190.2.12

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

2003-02-13 Thread Shane Caraveo
MFH? Marcus Boerger wrote: helly Thu Feb 13 14:46:41 2003 EDT Modified files: /php4/sapi/cgi cgi_main.c Log: fix non FCGI build Index: php4/sapi/cgi/cgi_main.c diff -u php4/sapi/cgi/cgi_main.c:1.209 php4/sapi/cgi/cgi_main.c:1.210 --- php4/sapi/cgi/cgi_main.c:1.209 Th

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

2003-02-16 Thread Shane Caraveo
shane Sun Feb 16 19:19:16 2003 EDT Modified files: /php4 run-tests2.php Log: bring up to date with change in run-tests Index: php4/run-tests2.php diff -u php4/run-tests2.php:1.5 php4/run-tests2.php:1.6 --- php4/run-tests2.php:1.5 Sat Feb 8 19:30:49

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

2003-02-16 Thread Shane Caraveo
shane Sun Feb 16 22:26:16 2003 EDT Modified files: /php4/ext/standard proc_open.c Log: If you pass NULL, you do not get a NULL value, make sure it is. Index: php4/ext/standard/proc_open.c diff -u php4/ext/standard/proc_open.c:1.6 php4/ext/standard/proc_ope

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

2003-02-16 Thread Shane Caraveo
shane Sun Feb 16 22:39:58 2003 EDT Modified files: /php4/sapi/cgi cgi_main.c Log: prevent possible crash if used in combo with mod_gzip fix command line Index: php4/sapi/cgi/cgi_main.c diff -u php4/sapi/cgi/cgi_main.c:1.212 php4/sapi/cgi/cgi_main.c:1

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

2003-02-16 Thread Shane Caraveo
shane Mon Feb 17 00:47:56 2003 EDT Modified files: /php4/ext/standard proc_open.c Log: fix it the right way Index: php4/ext/standard/proc_open.c diff -u php4/ext/standard/proc_open.c:1.7 php4/ext/standard/proc_open.c:1.8 --- php4/ext/standard/proc_open.c:1

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

2003-02-16 Thread Shane Caraveo
shane Mon Feb 17 01:45:37 2003 EDT Modified files: /php4/ext/standard proc_open.c Log: you know it's time to get away from the keyboard when you do this. fix my last fix Index: php4/ext/standard/proc_open.c diff -u php4/ext/standard/proc_open.c:1.9 ph

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

2003-02-16 Thread Shane Caraveo
It was a messup beyond coding standards. Derick Rethans wrote: On Mon, 17 Feb 2003, Shane Caraveo wrote: shane Sun Feb 16 22:26:16 2003 EDT Modified files: /php4/ext/standard proc_open.c Log: If you pass NULL, you do not get a NULL value, make sure it is

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

2003-03-09 Thread Shane Caraveo
shane Sun Mar 9 19:14:11 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard/tests/file fopencookie.phpt Log: make test happy by adding missing functions to avoid warnings, taken from user_stream.c Index: php4/ext/standard/tests/file/fopencook

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

2003-03-09 Thread Shane Caraveo
shane Sun Mar 9 20:10:52 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard/tests/reg009.phpt Log: splitting on whitespace will be different depending on platform, so be specific with the line ending. Index: php4/ext/standard/tests/reg/009.

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

2003-03-09 Thread Shane Caraveo
shane Sun Mar 9 20:23:10 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard/tests/stringsbug21453.phpt Log: line endings on win32 made the var_dump'ed string 4 bytes longer. this should work on all platforms. Index: php4/ext/standard/tests/str

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

2003-03-09 Thread Shane Caraveo
shane Sun Mar 9 21:36:00 2003 EDT Modified files: (Branch: PHP_4_3) /php4/sapi/cgi cgi_main.c Log: fix using stdin. This was already fixed in php5. Index: php4/sapi/cgi/cgi_main.c diff -u php4/sapi/cgi/cgi_main.c:1.190.2.17 php4/sapi/cgi/cgi_main.c:1.

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

2003-03-09 Thread Shane Caraveo
shane Sun Mar 9 21:40:19 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard/tests/time mktime.phpt Log: fix line endings in file Index: php4/ext/standard/tests/time/mktime.phpt diff -u php4/ext/standard/tests/time/mktime.phpt:1.1.2.1 php4/ext

Re: [PHP-CVS] cvs: php4 / php.ini-dist php.ini-recommended /mainmain.c

2003-03-16 Thread Shane Caraveo
Marcus Boerger wrote: helly Sun Mar 16 15:47:56 2003 EDT Modified files: /php4/main main.c /php4 php.ini-dist php.ini-recommended Log: - disable html_errors per default as suggested by php.ini- - new error format that does not point to any documentation (if either

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

2003-03-22 Thread Shane Caraveo
shane Sat Mar 22 13:54:35 2003 EDT Modified files: /php4/main php_ini.c Log: Fix PHPRC overriding other ini files. This is how PHPRC worked prior to 4.3.x, and is usefull for applications that execute PHP and want to emulate CGI and define alternate INI fi

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

2003-03-22 Thread Shane Caraveo
shane Sat Mar 22 13:54:56 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.7 php4/main/php_ini.c:1.106.2.8 --- php4/main/php_ini.c:1.106.2.7 Fri Feb 28 15:44:47 200

[PHP-CVS] cvs: php4 /ext/standard proc_open.c /main php_variables.c

2003-03-23 Thread Shane Caraveo
shane Sun Mar 23 14:30:31 2003 EDT Modified files: /php4/main php_variables.c /php4/ext/standard proc_open.c Log: The environment should *never* be magic quoted. Index: php4/main/php_variables.c diff -u php4/main/php_variables.c:1.55 php4/main/php_

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

2003-03-23 Thread Shane Caraveo
shane Sun Mar 23 15:16:41 2003 EDT Modified files: /php4/sapi/cgi cgi_main.c Log: For fastcgi env vars, don't magic quote them Index: php4/sapi/cgi/cgi_main.c diff -u php4/sapi/cgi/cgi_main.c:1.216 php4/sapi/cgi/cgi_main.c:1.217 --- php4/sapi/cgi/cgi_main

Re: [PHP-CVS] cvs: php4 /ext/standard proc_open.c /main php_variables.c

2003-03-24 Thread Shane Caraveo
difference for 4.3.x. So what do you think, should it MFH? Shane Jani Taskinen wrote: > MFH? > > --Jani > > > On Sun, 23 Mar 2003, Shane Caraveo wrote: > > >>shane Sun Mar 23 14:30:31 2003 EDT >> >> Modified files: >> /php4/ma

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

2003-03-24 Thread Shane Caraveo
shane Tue Mar 25 02:43:30 2003 EDT Modified files: /php4/sapi/cgi cgi_main.c Log: use the correct flush on deactivate add some code to make debugging iis 5 cgi easier Index: php4/sapi/cgi/cgi_main.c diff -u php4/sapi/cgi/cgi_main.c:1.217 php4/sapi/cg

[PHP-CVS] cvs: php4 / README.TESTING2 run-tests-config.php run-tests2.php /sapi/tests test001.phpt test002.phpt test003.phpt test004.phpt test005.phpt test006.phpt test007.phpt

2003-03-24 Thread Shane Caraveo
PROTECTED]> | | Marcus Boerger <[EMAIL PROTECTED]> | + | Shane Caraveo <[EMAIL PROTECTED]> | | Derick Rethans <[EMAIL PROTECTED]> | | S

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

2003-03-27 Thread Shane Caraveo
shane Thu Mar 27 12:52:33 2003 EDT Modified files: /php4/sapi/cgi cgi_main.c /php4/sapi/isapiphp4isapi.c Log: handle invalid paths passed to us from iis Index: php4/sapi/cgi/cgi_main.c diff -u php4/sapi/cgi/cgi_main.c:1.219 php4/sapi/cgi/cgi_m

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

2003-03-27 Thread Shane Caraveo
shane Thu Mar 27 12:57:58 2003 EDT Modified files: (Branch: PHP_4_3) /php4/sapi/cgi cgi_main.c /php4/sapi/isapiphp4isapi.c Log: MFH Index: php4/sapi/cgi/cgi_main.c diff -u php4/sapi/cgi/cgi_main.c:1.190.2.18 php4/sapi/cgi/cgi_main.c:1.190.2.19

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

2003-03-29 Thread Shane Caraveo
shane Sat Mar 29 20:06:54 2003 EDT Modified files: /php4/main php_variables.c Log: _SERVER also should not be quoted by magic_quotes_GPC also remove an empty if statement Index: php4/main/php_variables.c diff -u php4/main/php_variables.c:1.59 php4/main/p

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

2003-03-29 Thread Shane Caraveo
shane Sat Mar 29 23:17:24 2003 EDT Modified files: /php4/sapi/isapiphp4isapi.c Log: clean up url handling with path_info handle sending a 404 if the requested file does not exist Index: php4/sapi/isapi/php4isapi.c diff -u php4/sapi/isapi/php4isapi.c:1

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

2003-03-29 Thread Shane Caraveo
shane Sun Mar 30 00:00:03 2003 EDT Modified files: /php4 run-tests2.php Log: uncomment removal of temp file update changes from run-tests Index: php4/run-tests2.php diff -u php4/run-tests2.php:1.8 php4/run-tests2.php:1.9 --- php4/run-tests2.php:1.8

[PHP-CVS] cvs: php-src /ext/mysql mysql.dsp

2003-06-28 Thread Shane Caraveo
shane Sat Jun 28 18:28:44 2003 EDT Modified files: /php-src/ext/mysql mysql.dsp Log: fix building mysql as a loadable extension Index: php-src/ext/mysql/mysql.dsp diff -u php-src/ext/mysql/mysql.dsp:1.13 php-src/ext/mysql/mysql.dsp:1.14 --- php-src/ext/mys

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

2003-06-29 Thread Shane Caraveo
shane Sun Jun 29 16:09:36 2003 EDT Modified files: /php-src/sapi/cgi cgi_main.c Log: fix bug http://bugs.php.net/bug.php?id=24009 also do not use APPL_PHYSICAL_PATH as DOCUMENT_ROOT under IIS, it's different depending on IIS configuration. Code works fine

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

2003-06-29 Thread Shane Caraveo
shane Sun Jun 29 16:09:56 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/sapi/cgi cgi_main.c Log: MFH fix bug http://bugs.php.net/bug.php?id=24009 also do not use APPL_PHYSICAL_PATH as DOCUMENT_ROOT under IIS, it's different depending on IIS confi

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

2003-06-29 Thread Shane Caraveo
shane Sun Jun 29 16:45:38 2003 EDT Modified files: /php-src/sapi/cgi cgi_main.c Log: renable -b option (removed when longopts were added) dissable -b on windows due to fastcgi lib bug close stdin on linux when using socket server (bug 23664) Index: ph

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

2003-06-29 Thread Shane Caraveo
shane Sun Jun 29 16:45:53 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/sapi/cgi cgi_main.c Log: MFH renable -b option (removed when longopts were added) dissable -b on windows due to fastcgi lib bug close stdin on linux when using socket server (

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

2003-06-29 Thread Shane Caraveo
shane Sun Jun 29 17:37:12 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: stuff Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.269 php-src/NEWS:1.1247.2.270 --- php-src/NEWS:1.1247.2.269 Sat Jun 28 22:08:16 2003 +++ php-src/NEWS

[PHP-CVS] cvs: php-src /ext/standard browscap.c

2003-06-30 Thread Shane Caraveo
shane Mon Jun 30 16:31:57 2003 EDT Modified files: /php-src/ext/standard browscap.c Log: fix a crash I run into on occasion Index: php-src/ext/standard/browscap.c diff -u php-src/ext/standard/browscap.c:1.77 php-src/ext/standard/browscap.c:1.78 --- ph

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/standard browscap.c

2003-06-30 Thread Shane Caraveo
shane Mon Jun 30 17:10:33 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard browscap.c Log: MFH Index: php-src/ext/standard/browscap.c diff -u php-src/ext/standard/browscap.c:1.60.2.12 php-src/ext/standard/browscap.c:1.60.2.13 --- php-s

Re: [PHP-CVS] cvs: php-src /ext/simplexml simplexml.c

2003-07-05 Thread Shane Caraveo
Cool! This is what I meant when I said it would reduce at least 80% of the code in pear::soap. :) Shane Sterling Hughes wrote: sterling Fri Jul 4 17:58:09 2003 EDT Modified files: /php-src/ext/simplexml simplexml.c Log: fix memory cverrun when accessing an empty xml

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

2002-09-08 Thread Shane Caraveo
shane Sun Sep 8 16:52:03 2002 EDT Modified files: /php4/ext/standard ftp_fopen_wrapper.c Log: someone missed code requiring ssl Index: php4/ext/standard/ftp_fopen_wrapper.c diff -u php4/ext/standard/ftp_fopen_wrapper.c:1.30 php4/ext/standard/ftp_fopen_w

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

2002-10-13 Thread Shane Caraveo
shane Sun Oct 13 04:34:27 2002 EDT Modified files: /php4/sapi/cgi/libfcgi os_unix.c Log: fixes for unix, untested remove exit calls fix a couple function definitions Index: php4/sapi/cgi/libfcgi/os_unix.c diff -u php4/sapi/cgi/libfcgi/os_unix.c:1.

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

2002-10-13 Thread Shane Caraveo
shane Sun Oct 13 04:38:09 2002 EDT Modified files: /php4/main php_variables.c php_variables.h Log: make php_import_environment_variables overwritable so fastcgi can correctly set $_ENV. Index: php4/main/php_variables.c diff -u php4/main/php_variables

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

2002-10-13 Thread Shane Caraveo
shane Sun Oct 13 03:23:17 2002 EDT Modified files: /php4/sapi/cgi/libfcgi os_win32.c Log: fix shutdown issues Index: php4/sapi/cgi/libfcgi/os_win32.c diff -u php4/sapi/cgi/libfcgi/os_win32.c:1.5 php4/sapi/cgi/libfcgi/os_win32.c:1.6 --- php4/sapi/cgi/l

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

2002-10-13 Thread Shane Caraveo
shane Sun Oct 13 01:55:03 2002 EDT Modified files: /php4/sapi/cgi/libfcgi os_win32.c Log: fix invalid handle issue that shutdown php fastcgi prematurly fix checking os name for impersonation Index: php4/sapi/cgi/libfcgi/os_win32.c diff -u php4/sapi/

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

2002-10-13 Thread Shane Caraveo
php4/sapi/cgi/CREDITS:1.2 --- php4/sapi/cgi/CREDITS:1.1 Mon Nov 20 05:31:08 2000 +++ php4/sapi/cgi/CREDITS Sun Oct 13 05:40:44 2002 @@ -1,2 +1,2 @@ -CGI -Rasmus Lerdorf, Stig Bakken +CGI / FastCGI +Rasmus Lerdorf, Stig Bakken, Shane Caraveo Index: php4/sapi/cgi/cgi_main.c diff -u php4/sap

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

2002-10-13 Thread Shane Caraveo
do not have access to a linux platform at home to try with. Shane Yasuo Ohgaki wrote: > I get segfault with this patch during "make install"... > > # It seems failed to send previous mail... > # Sorry, if you get 2 mails > > -- > Yasuo Ohgaki > > > Shane C

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

2002-10-21 Thread Shane Caraveo
Yasuo Ohgaki wrote: > Jani Taskinen wrote: > >>sniperMon Oct 21 20:18:26 2002 EDT >> >> Modified files: >>/php4 Makefile.global >> Log: >> - Revert the undiscussed change. >> # >> # Yasuo, don't you think there was a reason to drop this??? >> # Please,

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

2002-10-22 Thread Shane Caraveo
This seems to completely bypass the ini settings, seems like a bad thing to me, then again so does ini in the first place. Shane Yasuo Ohgaki wrote: yohgaki Tue Oct 22 21:21:40 2002 EDT Modified files: /php4/sapi/cli php_cli.c Log: Make CLI behave like other moder scrip

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

2002-10-27 Thread Shane Caraveo
shane Sun Oct 27 18:01:46 2002 EDT Modified files: /php4/main streams.c Log: fix Bug #20126 write returns an int, with < 0 being a failure. Index: php4/main/streams.c diff -u php4/main/streams.c:1.117 php4/main/streams.c:1.118 --- php4/main/streams.c:1.1

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

2002-10-27 Thread Shane Caraveo
shane Sun Oct 27 18:34:48 2002 EDT Modified files: /php4/main streams.c Log: dont memmove a null pointer. caught by bounds checker. Index: php4/main/streams.c diff -u php4/main/streams.c:1.118 php4/main/streams.c:1.119 --- php4/main/streams.c:1.118 Sun

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

2002-10-27 Thread Shane Caraveo
shane Sun Oct 27 20:43:54 2002 EDT Modified files: /php4 run-tests.php Log: fix getting ini values that contain the char = fix command line quoting. windows requires double quotes in order to handle & (in ini values) correctly Index: php4/run-tes

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

2002-10-27 Thread Shane Caraveo
Forgot one other comment. bug 20127: fwrite to stdin does not work on windows. Shane Caraveo wrote: shane Sun Oct 27 20:43:54 2002 EDT Modified files: /php4 run-tests.php Log: fix getting ini values that contain the char = fix command line quoting. windows

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

2002-10-27 Thread Shane Caraveo
shane Sun Oct 27 21:00:57 2002 EDT Modified files: /php4 run-tests.php Log: windows will not have these, so dont bother, but add an OS to the stuff so that it makes sense why they are N/A Index: php4/run-tests.php diff -u php4/run-tests.php:1.93 php4

[PHP-CVS] cvs: TSRM / tsrm_virtual_cwd.c tsrm_win32.c tsrm_win32.h

2002-10-28 Thread Shane Caraveo
shane Tue Oct 29 02:32:52 2002 EDT Modified files: /TSRM tsrm_virtual_cwd.c tsrm_win32.c tsrm_win32.h Log: windows is smart enough to provide a way to set cwd for new processes. Index: TSRM/tsrm_virtual_cwd.c diff -u TSRM/tsrm_virtual_cwd.c:1.35 TSRM/

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

2002-10-30 Thread Shane Caraveo
shane Wed Oct 30 13:22:57 2002 EDT Added files: /php4 run-tests2.php Log: initial reorganization of run-tests, commiting so both John and I can work on it. Index: php4/run-tests2.php +++ php4/run-tests2.php http://www.php.net/license/2_02.txt.

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

2002-11-16 Thread Shane Caraveo
Hmm, I don't know how many places in PHP have the flags, but maybe it might be a good idea to have defines in place to make sure that the apropriate flags are used for different platforms. SHane Wez Furlong wrote: wez Sat Nov 16 17:52:22 2002 EDT Modified files: (Branch: PHP_4_

[PHP-CVS] cvs: php4 / configure.in /sapi/cgi README.FastCGI cgi_main.c config9.m4 /sapi/cgi/libfcgi fcgiapp.c os_unix.c /sapi/cgi/libfcgi/include fcgi_config.h fcgi_config_win32.h fcgios.h

2002-11-25 Thread Shane Caraveo
/README.FastCGI diff -u php4/sapi/cgi/README.FastCGI:1.1 php4/sapi/cgi/README.FastCGI:1.2 --- php4/sapi/cgi/README.FastCGI:1.1Sun Oct 13 05:40:44 2002 +++ php4/sapi/cgi/README.FastCGITue Nov 26 00:51:15 2002 @@ -1,6 +1,13 @@ Credits: Ben Mansell, Stephen Landamore, Daniel Silver

Re: [PHP-CVS] cvs: php4 / configure.in /sapi/cgi README.FastCGIcgi_main.c config9.m4 /sapi/cgi/libfcgi fcgiapp.c os_unix.c /sapi/cgi/libfcgi/includefcgi_config.h fcgi_config_win32.h fcgios.h

2002-11-25 Thread Shane Caraveo
len = spprintf(&buf, 0, "Status: %d\r\n", SG(sapi_headers).http_response_code); } PHPWRITE_H(buf, len); + efree(buf); } if (SG(sapi_headers).send_default_content_type) { *****CVS exited normally w

Re: [PHP-CVS] cvs: php4 / configure.in /sapi/cgi README.FastCGIcgi_main.c config9.m4 /sapi/cgi/libfcgi fcgiapp.c os_unix.c /sapi/cgi/libfcgi/includefcgi_config.h fcgi_config_win32.h fcgios.h

2002-11-25 Thread Shane Caraveo
Quit messin with my head. That stuff isn't in the diff cvs sent to the cvs email list. Shane Shane Caraveo wrote: ??? I didn't touch that code, and my diff from just before commit did not show that either (still have the diff). What the hell? Shane > > > Another

[PHP-CVS] cvs: php4 /win32 php4ts.dsp

2002-11-25 Thread Shane Caraveo
shane Tue Nov 26 01:51:45 2002 EDT Modified files: /php4/win32 php4ts.dsp Log: fix windows build of cgi/fastcgi Index: php4/win32/php4ts.dsp diff -u php4/win32/php4ts.dsp:1.14 php4/win32/php4ts.dsp:1.15 --- php4/win32/php4ts.dsp:1.14 Thu Apr 11 13:52:26 20

Re: [PHP-CVS] cvs: php4 / configure.in /sapi/cgi README.FastCGIcgi_main.c config9.m4 /sapi/cgi/libfcgi fcgiapp.c os_unix.c /sapi/cgi/libfcgi/includefcgi_config.h fcgi_config_win32.h fcgios.h

2002-11-25 Thread Shane Caraveo
Marcus Börger wrote: You have to check the test files. Some of them check for sapi name cgi. Now we have another name "cgi-fcgi". But you will have to verify that all those tests can be done by cgi-fgi as well. I take it no one tests on windows, since this has been in the source for quite a wh

Re: [PHP-CVS] cvs: php4 / configure.in /sapi/cgi README.FastCGIcgi_main.c config9.m4 /sapi/cgi/libfcgi fcgiapp.c os_unix.c /sapi/cgi/libfcgi/includefcgi_config.h fcgi_config_win32.h fcgios.h

2002-11-25 Thread Shane Caraveo
Marcus Börger wrote: I just hoped you could have a look into that since you worked on it. sorry for any inconvenience Ahh...my mistake, didn't read the message thoroughly. Too focused on other things. I'll look at that. Shane At 07:32 26.11.2002, Shane Caraveo wrote: >

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

2002-12-01 Thread Shane Caraveo
shane Sun Dec 1 16:28:28 2002 EDT Modified files: /php4/main fopen_wrappers.c Log: php_error_docref aborts cgi. This broke using php as cgi under apache/mod_cgi with the cgi-script directive and bang lines in php scripts. removing it allows this to work ag

[PHP-CVS] cvs: php4 /main config.w32.h.in win95nt.h /sapi/cgi cgi_main.c /sapi/cgi/libfcgi fcgiapp.c /sapi/cgi/libfcgi/include fcgiapp.h

2002-12-01 Thread Shane Caraveo
shane Sun Dec 1 16:37:14 2002 EDT Modified files: /php4/main config.w32.h.in win95nt.h /php4/sapi/cgi cgi_main.c /php4/sapi/cgi/libfcgi fcgiapp.c /php4/sapi/cgi/libfcgi/include fcgiapp.h Log: Fix CGI to match cgi spec. This patch

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

2002-12-01 Thread Shane Caraveo
01.12.2002, Shane Caraveo wrote: shane Sun Dec 1 16:28:28 2002 EDT Modified files: /php4/main fopen_wrappers.c Log: php_error_docref aborts cgi. This broke using php as cgi under apache/mod_cgi with the cgi-script directive and bang lines in php scripts. removing it allows

[PHP-CVS] cvs: php4 /sapi/cgi config9.m4

2002-12-01 Thread Shane Caraveo
shane Sun Dec 1 16:50:35 2002 EDT Modified files: /php4/sapi/cgi config9.m4 Log: build support for cgi fixes previously commited Index: php4/sapi/cgi/config9.m4 diff -u php4/sapi/cgi/config9.m4:1.2 php4/sapi/cgi/config9.m4:1.3 --- php4/sapi/cgi/config

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

2002-12-01 Thread Shane Caraveo
See my postings on php-dev about this. This particular patch is just one part of the problem. Shane Jani Taskinen wrote: MFH?? And are there possibly some bug reports caused by this..? --Jani On Sun, 1 Dec 2002, Shane Caraveo wrote: shane Sun Dec 1 16:28:28 2002 EDT

[PHP-CVS] cvs: php4(PHP_4_3) /sapi/cgi/libfcgi acinclude.m4 fcgiapp.c libfcgi.m4 os_unix.c /sapi/cgi/libfcgi/include fcgi_config.h fcgiapp.h fcgios.h

2002-12-01 Thread Shane Caraveo
shane Sun Dec 1 18:11:15 2002 EDT Added files: (Branch: PHP_4_3) /php4/sapi/cgi/libfcgi acinclude.m4 libfcgi.m4 Modified files: /php4/sapi/cgi/libfcgi fcgiapp.c os_unix.c /php4/sapi/cgi/libfcgi/include fcgi_config.h fcgiapp

[PHP-CVS] cvs: php4(PHP_4_3) /sapi/cgi/libfcgi/include fcgi_config_win32.h

2002-12-01 Thread Shane Caraveo
shane Sun Dec 1 18:15:31 2002 EDT Added files: (Branch: PHP_4_3) /php4/sapi/cgi/libfcgi/include fcgi_config_win32.h Log: MFH Index: php4/sapi/cgi/libfcgi/include/fcgi_config_win32.h +++ php4/sapi/cgi/libfcgi/include/fcgi_config_win32.h /* fcgi_conf

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

2002-12-01 Thread Shane Caraveo
shane Sun Dec 1 18:23:48 2002 EDT Modified files: (Branch: PHP_4_3) /php4/main fopen_wrappers.c Log: MFH Index: php4/main/fopen_wrappers.c diff -u php4/main/fopen_wrappers.c:1.153 php4/main/fopen_wrappers.c:1.153.2.1 --- php4/main/fopen_wrappers.c:1.153

[PHP-CVS] cvs: php4(PHP_4_3) / configure.in /sapi/cgi README.FastCGI cgi_main.c config9.m4

2002-12-01 Thread Shane Caraveo
Ben Mansell, Stephen Landamore, Daniel Silverstone, Shane Caraveo +Building PHP + + +You must add '--enable-fastcgi' to the configure command on Linux or +OSX based systems to get fastcgi support in the php-cgi binary. You +also must not use '--enable-discard-path&

[PHP-CVS] cvs: php4(PHP_4_3) /main config.w32.h.in win95nt.h /win32 php4ts.dsp

2002-12-01 Thread Shane Caraveo
shane Sun Dec 1 18:30:22 2002 EDT Modified files: (Branch: PHP_4_3) /php4/main config.w32.h.in win95nt.h /php4/win32 php4ts.dsp Log: MFH Index: php4/main/config.w32.h.in diff -u php4/main/config.w32.h.in:1.22.2.1 php4/main/config.w32.h.in:1.22.2.2 ---

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

2002-12-01 Thread Shane Caraveo
shane Sun Dec 1 21:16:38 2002 EDT Modified files: /php4/sapi/cgi cgi_main.c Log: fix use of Alias under apache by defaulting script_name to redirect_url dont lstat, stat. Index: php4/sapi/cgi/cgi_main.c diff -u php4/sapi/cgi/cgi_main.c:1.199 php4/sa

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

2002-12-01 Thread Shane Caraveo
shane Sun Dec 1 21:21:01 2002 EDT Modified files: (Branch: PHP_4_3) /php4/sapi/cgi cgi_main.c Log: MFH Index: php4/sapi/cgi/cgi_main.c diff -u php4/sapi/cgi/cgi_main.c:1.190.2.6 php4/sapi/cgi/cgi_main.c:1.190.2.7 --- php4/sapi/cgi/cgi_main.c:1.190.2.6

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

2002-12-01 Thread Shane Caraveo
shane Mon Dec 2 00:24:54 2002 EDT Modified files: /php4/sapi/cgi/libfcgi acinclude.m4 libfcgi.m4 Log: aparently did not add these on head removed ssize_t which was causing problems, and not in libfcgi anyway Index: php4/sapi/cgi/libfcgi/acinclude.m4

[PHP-CVS] cvs: php4(PHP_4_3) /sapi/cgi/libfcgi acinclude.m4

2002-12-01 Thread Shane Caraveo
shane Mon Dec 2 00:25:55 2002 EDT Modified files: (Branch: PHP_4_3) /php4/sapi/cgi/libfcgi acinclude.m4 Log: MFH Index: php4/sapi/cgi/libfcgi/acinclude.m4 diff -u php4/sapi/cgi/libfcgi/acinclude.m4:1.1.2.1 php4/sapi/cgi/libfcgi/acinclude.m4:1.1.2.2 --

[PHP-CVS] cvs: php-src /ext/dom xpath.c

2003-10-05 Thread Shane Caraveo
shane Sun Oct 5 12:37:51 2003 EDT Modified files: /php-src/ext/domxpath.c Log: remove a debug printf Index: php-src/ext/dom/xpath.c diff -u php-src/ext/dom/xpath.c:1.6 php-src/ext/dom/xpath.c:1.7 --- php-src/ext/dom/xpath.c:1.6 Sun Oct 5 09:14:21 2003 ++

[PHP-CVS] cvs: php-src /ext/dom document.c dom_fe.h element.c /ext/dom/examples relaxNG.php relaxNG.rng relaxNG.xml relaxNG2.rng relaxNG3.rng shipping.php shipping.xml shipping.xsd

2003-10-05 Thread Shane Caraveo
shane Sun Oct 5 16:45:28 2003 EDT Added files: /php-src/ext/dom/examples relaxNG.php relaxNG.rng relaxNG.xml relaxNG2.rng relaxNG3.rng shipping.php shipping.xml shipping.xsd Modified files:

[PHP-CVS] cvs: php-src /ext/dom element.c

2003-10-05 Thread Shane Caraveo
shane Sun Oct 5 17:49:48 2003 EDT Modified files: /php-src/ext/domelement.c Log: fix crash accessing tagName without namespace Index: php-src/ext/dom/element.c diff -u php-src/ext/dom/element.c:1.15 php-src/ext/dom/element.c:1.16 --- php-src/ext/dom/el

[PHP-CVS] cvs: php-src /ext/dom node.c

2003-10-05 Thread Shane Caraveo
shane Sun Oct 5 17:53:09 2003 EDT Modified files: /php-src/ext/domnode.c Log: fix crash building nodeName Index: php-src/ext/dom/node.c diff -u php-src/ext/dom/node.c:1.12 php-src/ext/dom/node.c:1.13 --- php-src/ext/dom/node.c:1.12 Sun Oct 5 07:52:22

[PHP-CVS] cvs: php-src /ext/dom/examples note-invalid.xml note.dtd note.php

2003-10-08 Thread Shane Caraveo
shane Thu Oct 9 01:46:04 2003 EDT Added files: /php-src/ext/dom/examples note-invalid.xml note.dtd note.php Log: add a DTD example Index: php-src/ext/dom/examples/note-invalid.xml +++ php-src/ext/dom/examples/note-invalid.xml PHP User Group Shane

[PHP-CVS] cvs: php-src /ext/dom/examples note.xml

2003-10-08 Thread Shane Caraveo
shane Thu Oct 9 01:47:38 2003 EDT Added files: /php-src/ext/dom/examples note.xml Log: add the valid xml test Index: php-src/ext/dom/examples/note.xml +++ php-src/ext/dom/examples/note.xml PHP User Group Shane Reminder Don't forget the meeting tonigh

[PHP-CVS] cvs: php-src /ext/standard url.c

2003-10-19 Thread Shane Caraveo
shane Sun Oct 19 16:00:53 2003 EDT Modified files: /php-src/ext/standard url.c Log: make parse_url work correctly for file uri's on windows, such as file:///c:/somepath/somefile.txt Index: php-src/ext/standard/url.c diff -u php-src/ext/standard/url.

[PHP-CVS] cvs: php-src /ext/standard basic_functions.c php_fopen_wrappers.h /main/streams plain_wrapper.c

2003-10-19 Thread Shane Caraveo
shane Sun Oct 19 16:04:34 2003 EDT Modified files: /php-src/ext/standard basic_functions.c php_fopen_wrappers.h /php-src/main/streams plain_wrapper.c Log: make file uri's work with streams Index: php-src/ext/standard/basic_functions.c diff

[PHP-CVS] cvs: php-src /main/streams plain_wrapper.c

2003-10-19 Thread Shane Caraveo
shane Sun Oct 19 16:57:21 2003 EDT Modified files: /php-src/main/streams plain_wrapper.c Log: revert file: support in preparation for simpler patch Index: php-src/main/streams/plain_wrapper.c diff -u php-src/main/streams/plain_wrapper.c:1.24 php-src/

[PHP-CVS] cvs: php-src /main/streams plain_wrapper.c streams.c

2003-10-19 Thread Shane Caraveo
shane Sun Oct 19 16:59:12 2003 EDT Modified files: /php-src/main/streams plain_wrapper.c streams.c Log: A simpler patch to add file uri support Index: php-src/main/streams/plain_wrapper.c diff -u php-src/main/streams/plain_wrapper.c:1.25 php-src/main

[PHP-CVS] cvs: php-src /main/streams plain_wrapper.c

2003-10-19 Thread Shane Caraveo
shane Sun Oct 19 17:19:54 2003 EDT Modified files: /php-src/main/streams plain_wrapper.c Log: finish file uri support, this stuff was unecessary. Index: php-src/main/streams/plain_wrapper.c diff -u php-src/main/streams/plain_wrapper.c:1.26 php-src/ma

[PHP-CVS] cvs: php-src /ext/libxml CREDITS config.m4 libxml.c php_libxml.h /main internal_functions_win32.c /win32 php4dllts.dsp

2003-10-19 Thread Shane Caraveo
| | If you did not receive a copy of the PHP license and are unable to | | obtain it through the world-wide-web, please send a note to | | [EMAIL PROTECTED] so we can mail you a copy immediately. | +-

[PHP-CVS] cvs: php-src /ext/dom php_dom.c /ext/libxml libxml.c php_libxml.h /ext/simplexml simplexml.c /ext/xml xml.c

2003-10-19 Thread Shane Caraveo
shane Sun Oct 19 19:17:58 2003 EDT Modified files: /php-src/ext/domphp_dom.c /php-src/ext/xmlxml.c /php-src/ext/simplexml simplexml.c /php-src/ext/libxml libxml.c php_libxml.h Log: add global init/shutdown functions for libxml. this i

[PHP-CVS] cvs: php-src /ext/libxml libxml.c

2003-10-19 Thread Shane Caraveo
shane Sun Oct 19 23:11:46 2003 EDT Modified files: /php-src/ext/libxml libxml.c Log: fix the stat check in stream open addref to the stream context Index: php-src/ext/libxml/libxml.c diff -u php-src/ext/libxml/libxml.c:1.4 php-src/ext/libxml/libxml.c:1.5

[PHP-CVS] cvs: php-src /ext/dom document.c

2003-10-27 Thread Shane Caraveo
shane Mon Oct 27 23:21:30 2003 EDT Modified files: /php-src/ext/domdocument.c Log: fix win32 build Index: php-src/ext/dom/document.c diff -u php-src/ext/dom/document.c:1.36 php-src/ext/dom/document.c:1.37 --- php-src/ext/dom/document.c:1.36 Mon Oct

  1   2   >