foobar
9eeb62c4a3
MFH: Be more verbose about what is installed (and in CGI case, WHERE)
2003-07-02 02:48:16 +00:00
Sascha Schumann
d6fbae0c27
Fix install-sapi dependency - it should depend on OVERALL_TARGET, of course.
2003-07-02 01:06:29 +00:00
foobar
7a92fe4c4c
MFH: Separate CGI install from install-sapi.
2003-07-01 17:03:55 +00:00
Shane Caraveo
5a2899b78e
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 (bug 23664)
2003-06-29 20:45:53 +00:00
Shane Caraveo
f26cc7bcd4
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 configuration. Code works fine without it, that
was just an attempt at a shortcut.
2003-06-29 20:09:56 +00:00
Edin Kadribasic
4f75f3bef1
MFH (bugfix #23902 by Shane).
2003-06-03 10:08:17 +00:00
Moriyoshi Koizumi
b0884491ae
MFH(r-1.231): CGI SAPI should honour this setting (arg_separator.input)
2003-05-31 17:02:01 +00:00
Marcus Boerger
0b0a331e63
Reapply long opts
2003-05-31 02:20:08 +00:00
foobar
8506ee1bfe
- Re-added the FD lexer patch.
...
# Marcus is going to add the long-opts patches back in after this.
2003-05-31 01:37:45 +00:00
Derick Rethans
59b59d2651
- Added a "DEBUG" qualifier to 'php -v's version output, and made the CGI
...
version statement look the same as the CLI version. (Derick)
2003-05-30 17:03:10 +00:00
Marcus Boerger
f01b062a06
MFH: --style switches
2003-05-29 15:41:52 +00:00
Sascha Schumann
092b805de5
Fix VPATH builds
2003-05-29 14:55:07 +00:00
foobar
b5c6ea479d
Nuke the php_header() call here. Fixes the rest of #14409 .
2003-05-26 23:21:08 +00:00
Shane Caraveo
653717b72c
http://bugs.php.net/bug.php?id=14409
...
in the shell, if we get a filename on the commandline, never use stdin.
This fixes '\>php nonexistent.php'
will MTH once I get 5 building properly
2003-05-25 19:22:25 +00:00
Shane Caraveo
67ebb942b6
http://bugs.php.net/bug.php?id=23800
...
change the default for those who cannot
this was actually done a long time ago, but got reverted along the way
2003-05-25 18:35:18 +00:00
Zeev Suraski
2127840893
Revert PHP part of the fd patch
2003-05-21 09:34:21 +00:00
Shane Caraveo
331f905e8a
MFH
...
continuation on bugfix #13757
make argv/argc *and* query_string work correctly when running cgi in shell
2003-05-19 06:46:50 +00:00
Shane Caraveo
818412a4a9
MFH
...
bugfix #13757 - passing query string on command line when run from shell
2003-05-19 03:40:53 +00:00
Moriyoshi Koizumi
41278da02f
MFH(r-1.225): fixed bug #23669
...
# When the script is launched with the "Action" directive,
# PATH_TRANSLATED is then populated to indicate the virtual location of
# the script, and both REDIRECT_URL / PATH_INFO are set to the virtual URI.
# Otherwise, REDIRECT_URL may take an arbitrary value instead of the actual
# URI, which cannot be relied upon at all.
2003-05-17 18:55:23 +00:00
Sascha Schumann
8053881211
protect against further surprises by initializing all zend_file_handle's
2003-05-17 08:06:53 +00:00
foobar
d568d3877a
Added missing bracket.
2003-05-15 14:47:00 +00:00
Moriyoshi Koizumi
bb4a3f979b
MFH
2003-03-29 16:18:11 +00:00
Moriyoshi Koizumi
651808e3dd
MFH(r-1.223): CS & WS fixes
2003-03-29 16:14:41 +00:00
Moriyoshi Koizumi
c4521dfb2f
MFH(r-1.222): do the right fix..
2003-03-28 18:25:01 +00:00
Moriyoshi Koizumi
b7875715ce
MFH(r-1.221): fixed bug #22773
2003-03-28 17:55:08 +00:00
Shane Caraveo
ce2edd18c7
MFH
2003-03-27 17:57:58 +00:00
Shane Caraveo
95987aedb2
fix using stdin. This was already fixed in php5.
2003-03-10 02:35:59 +00:00
foobar
4f7a06cf66
MFH
2003-03-10 02:17:06 +00:00
foobar
b8547bbff0
Fixed bug #22356 (Do not add empty -I flags).
2003-02-23 09:36:47 +00:00
Edin Kadribasic
9c90d59fc0
Option -b needs an argument. This fixes #22229 .
...
# Note -b still seems to be broken:
# sapi/cgi/php -b 4444
# Status: 404
# Content-type: text/html
# X-Powered-By: PHP/4.3.1-dev
#
# No input file specified.
2003-02-15 13:26:05 +00:00
foobar
fdd1cf4772
Added missing $Id$ tag
2003-02-14 14:38:01 +00:00
foobar
9b4f865e5d
MFH
2003-02-13 20:58:41 +00:00
Shane Caraveo
40e365b239
MFH
2003-02-13 18:21:23 +00:00
Shane Caraveo
839512558f
MFH
...
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
2003-01-25 22:02:45 +00:00
Ilia Alshanetsky
7a16fdbd27
MFH
2003-01-08 00:44:58 +00:00
Sebastian Bergmann
03d440e1c0
MFH: Bump year.
2002-12-31 16:27:40 +00:00
George Schlossnagle
45f5605f38
mfh (bug #21177 )
2002-12-25 21:14:55 +00:00
Stefan Esser
cb6d34ee25
MFH
2002-12-24 23:50:21 +00:00
Edin Kadribasic
83638d2232
Making build system changes according to proposal:
...
http://news.php.net/article.php?group=php.dev&article=92682
2002-12-19 16:55:57 +00:00
Melvyn Sopacua
c81b7d7156
MFH: fix make install target on Cygwin
2002-12-09 17:25:01 +00:00
Shane Caraveo
f4e68f2504
MFH
2002-12-02 05:25:55 +00:00
Shane Caraveo
dab83e9889
MFH
2002-12-02 02:21:01 +00:00
Shane Caraveo
e1b7458984
MFH
2002-12-01 23:30:22 +00:00
Shane Caraveo
c16d330371
MFH
2002-12-01 23:15:31 +00:00
SVN Migration
7801f96096
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
2002-11-26 12:06:00 +00:00
Edin Kadribasic
14d6306385
MFH: Avoid possible buffer overflow.
2002-11-22 15:47:44 +00:00
Edin Kadribasic
9e7f020233
Don't send default http status (200) (Thanks to Sascha Schumann for idea).
2002-11-22 13:50:40 +00:00
Edin Kadribasic
837d371f50
MFH: Fixed bug #19207 by adding cgi.rfc2616_headers config directive.
2002-11-22 10:16:36 +00:00
Andrei Zmievski
54e893af56
MFH
2002-11-15 00:33:18 +00:00
Andrei Zmievski
d9d34ae282
MFH
2002-11-14 21:09:47 +00:00