Uwe Schindler
b6b4369972
fix typo
2003-07-02 22:40:13 +00:00
Uwe Schindler
62ef1e2857
Prevent user from making nested PHP requests with virtual()
2003-07-02 13:37:39 +00:00
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
Sascha Schumann
55b41157cf
properly restart syscalls
2003-07-01 05:28:53 +00:00
Edin Kadribasic
92e30ad3df
Fixed win32 build
2003-06-30 00:44:03 +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
Sascha Schumann
50eb9f576a
Serialize headers for systems with low IOV_MAX (e.g. Solaris)
2003-06-27 18:40:55 +00:00
foobar
0db5048d6a
MFH
2003-06-27 16:42:51 +00:00
Sascha Schumann
6b8d3f6b01
Simplify/fix logging
2003-06-16 19:11:44 +00:00
Sascha Schumann
533c499b44
Don't corrupt data during request body handling
2003-06-04 05:28:00 +00:00
Sascha Schumann
39f801b957
Don't return CRLF from broken clients
2003-06-04 05:13:41 +00:00
Edin Kadribasic
4f75f3bef1
MFH (bugfix #23902 by Shane).
2003-06-03 10:08:17 +00:00
Rasmus Lerdorf
28f4501f0a
Fix a couple of closing folding tags
2003-06-03 05:41:49 +00:00
Holger Zimmermann
35659b625f
Merged with main trunk 1.53/1.5.
2003-06-02 17:14:10 +00:00
Uwe Schindler
84ebb3ae39
MFH: Messages for newer servers.
2003-06-01 21:45:26 +00:00
Uwe Schindler
aa9d7d766e
MFH: Update of README for newer servers; apache-similar functions nsapi_request_headers and nsapi_response_headers with apache_* aliases; hide authorization-header in save mode.
2003-06-01 21:15:52 +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
Uwe Schindler
2da81fefb8
zend_alter_ini_entry now with PHP_INI_USER
2003-05-31 15:32:38 +00:00
Marcus Boerger
fe95410380
Reapply this one, too.
2003-05-31 02:31:10 +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
Uwe Schindler
873f321cf7
Disable virtual() if zlib.output_compression is turned on. Better detection of ns-httpdXX.dll
2003-05-30 23:39:04 +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
Uwe Schindler
f9f0c83b30
virtual() now works under windows, too
2003-05-30 13:15:04 +00:00
Edin Kadribasic
ae7fadf900
Nuke the rest of headers-sent code
2003-05-29 23:57:27 +00:00
Uwe Schindler
c97e3bac2a
fix of incomplete windows fix
2003-05-29 21:05:06 +00:00
Uwe Schindler
b653dfe7ba
Changes for compilation on windows
2003-05-29 20:13:15 +00:00
Marcus Boerger
f01b062a06
MFH: --style switches
2003-05-29 15:41:52 +00:00
Marcus Boerger
db81c3d979
MFH: new switches and --style switches
2003-05-29 15:28:01 +00:00
Sascha Schumann
092b805de5
Fix VPATH builds
2003-05-29 14:55:07 +00:00
Uwe Schindler
c5ec799b2d
MFH.
2003-05-29 12:29:50 +00:00
Uwe Schindler
3ae99689f7
MFH: php.ini values in magnus/obj.conf; virtual() similar to apache;...
2003-05-29 12:27:39 +00:00
foobar
2dc7873362
MFH
2003-05-28 14:12:04 +00:00
foobar
b5c6ea479d
Nuke the php_header() call here. Fixes the rest of #14409 .
2003-05-26 23:21:08 +00:00
Marcus Boerger
9990a0a301
MFH: In CLI log errors always
2003-05-26 23:07:09 +00:00
Derick Rethans
33bed67b99
- Fixed a bug in reporting start-up errors with the CLI: No HTTP header shall
...
be shown.
2003-05-26 18:33:20 +00:00
Derick Rethans
3d3416d10e
MFH: Typo
2003-05-26 09:46:34 +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
Ilia Alshanetsky
31fe8c5c16
MFH
2003-05-23 02:42:22 +00:00
Zeev Suraski
cbd712e8c9
Fix typo
2003-05-21 10:23:31 +00:00
Zeev Suraski
2127840893
Revert PHP part of the fd patch
2003-05-21 09:34:21 +00:00
Moriyoshi Koizumi
a9a7057448
Revisit the braindead patch only for this branch
...
# this behaviour is fixed in the php5 branch
2003-05-20 07:34:08 +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