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
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
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
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
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.
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
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/
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
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
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
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
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
@@ -
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
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
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
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
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
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
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
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
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
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
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.
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
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.
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
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
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
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
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_
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
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
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
PROTECTED]> |
| Marcus Boerger <[EMAIL PROTECTED]> |
+ | Shane Caraveo <[EMAIL PROTECTED]> |
| Derick Rethans <[EMAIL PROTECTED]> |
| S
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
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
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
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
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
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
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
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
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
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 (
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
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
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
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
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
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.
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
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
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/
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
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
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,
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
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
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
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
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
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
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/
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.
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_
/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
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
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
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
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
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:
>
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
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
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
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
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
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
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
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
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&
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
---
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
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
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
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
--
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
++
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:
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
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
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
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
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.
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
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/
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
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
|
| 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. |
+-
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
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
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 - 100 of 101 matches
Mail list logo