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
Marcus Boerger
cecb9dfc79
Implemented -n switch to skip parsing ini at startup as suggested by Wez.
...
#The switch 'n' was planned to be used for beautifying....delete n to make
#clear these functions do not have a switch yet.
2002-11-12 20:56:47 +00:00
Hartmut Holzgraefe
cb6202bbe8
reverting accidential commit
2002-11-12 16:41:14 +00:00
Hartmut Holzgraefe
0c395d0f4c
*** empty log message ***
2002-11-12 16:37:47 +00:00
Ilia Alshanetsky
64f77577f0
Fixed bug #20035 . ZE now allows us to pass the current line position by
...
setting zend_lineno to (current_line * -1).
2002-11-05 22:04:12 +00:00
Derick Rethans
d82565fb7a
- Fix build
...
#- Jan, please TEST! before committing :-)
2002-10-25 14:33:46 +00:00
Jan Lehnardt
ed29169f91
- alphabetcial output for php -h (cgi)
...
- cosmetics
2002-10-25 09:28:55 +00:00
Sascha Schumann
2909e5c9c9
centralize #include "build-defs.h" and drop (sometimes inconsistent) other
...
instances
2002-10-24 13:15:49 +00:00
foobar
9d21dd450d
- Moved CGI specific lines from configure.in to sapi/cgi/config9.m4
...
which is 'executed' last of the SAPI config.m4's.
- Added --disable-cgi option. (was possible only with above change)
- Made the sed check to not test for the possibly working sed on Solaris
since that would make the test quite useless. (compile would still fail)
# That sed check is not enabled yet..need to know whether we fail
# during configure or just put out a warning about possible non-working
# sed. As even plain ./configure doesn't work in most cases, I think
# it would be better to just fail during configure and let the users
# fix their paths/install GNU sed.
2002-10-21 03:12:27 +00:00
Shane Caraveo
69f56e8c4a
make fastcgi usage threadsafe, ready for future multithreaded fastcgi implementation
...
get rid of environment overwriting but hooking into php's environment function
set $_ENV correctly for mod_fastcgi
add -b to specify binding for fastcgi
new readme file with information for running under apache2.0 and iis
2002-10-13 09:40:44 +00:00
Shane Caraveo
acb9bc95e3
fixes for unix, untested
...
remove exit calls
fix a couple function definitions
2002-10-13 08:34:27 +00:00
Shane Caraveo
2b40a0f2a3
fix shutdown issues
2002-10-13 07:23:17 +00:00
Shane Caraveo
bfd3efcbd3
fix invalid handle issue that shutdown php fastcgi prematurly
...
fix checking os name for impersonation
2002-10-13 05:55:03 +00:00
foobar
068907c9bc
- Removed sapi/fhttpd (this webserver is dead)
2002-10-12 23:02:43 +00:00
foobar
ba3730c2c8
ws fix
2002-10-12 01:48:47 +00:00
Sascha Schumann
e6e54605b7
Follow Yasuo's suggestion and build sapi program's under the sapi-specific
...
directory.
Move sapi-specific makefile fragments to their respective directory.
Create an embed sapi module which resides in its own dir now.
2002-09-29 16:22:49 +00:00
Zeev Suraski
d31604997b
We leak quite a few things intentionally, if you want to debug it - enable
...
explicitly please..
2002-09-23 11:35:22 +00:00
Zeev Suraski
76312b4508
another startup initialization fix - only ISAPI and CGI SAPI's tested,
...
minor compile buglets might occur in other SAPIs, but should be trivial
to fix...
2002-09-18 21:57:42 +00:00
foobar
3bf7519210
@- Added --disable-all configure option. (Jani)
2002-09-04 18:47:28 +00:00
Marcus Boerger
0b25d07f15
Fix headers when default content type is used.
...
#THIS fixes the problems with error_log()
2002-09-04 15:30:56 +00:00
Edin Kadribasic
1fb6a30f0f
Debug functions should only work in debug mode.
2002-08-19 13:46:39 +00:00