Jani Taskinen
eb923bf6fc
MFH: - Changed AC_ARG_* options to PHP_ARG_* options.
...
MFH: - Some cleanups here and there
MFH: - Enabled PHP_CHECK_CONFIGURE_OPTIONS (checks for unknown configure
MFH: options)
# Note to Marcus: ext/dba/config.m4 needs to be "converted" to use
# the PHP_ARG_* options. I did't touch it needs quite a lot of work to keep
# it's current behaviour regarding "enabled-by-default" parts of it.
#
# Hint: By using the PHP_ARG_* options you have the "default" option.. ;)
2007-07-11 23:20:37 +00:00
Dmitry Stogov
3a5501e0d4
ECONNABORTED is not a critical error (Andrei Nigmatulin)
2007-07-09 11:48:39 +00:00
foobar
7ed3c4536d
MFH: Fix some configure --help texts
2007-07-03 17:25:43 +00:00
Antony Dovgal
37e0738f3a
MFH
2007-06-28 17:23:07 +00:00
Dmitry Stogov
e5909f149c
Fixed bug #40419 (Trailing Slash in CGI request don't work)
2007-06-26 14:47:16 +00:00
Dmitry Stogov
5d2180835a
no need to return exit status of the last fastcgi request
2007-06-21 08:40:43 +00:00
Scott MacVicar
b73d2a94ae
Fixed bug #41628 (PHP settings leak between Virtual Hosts in Apache 1.3).
2007-06-18 15:52:46 +00:00
Antony Dovgal
5c75e5b4f4
MFH: add missing open_basedir checks to CGI
2007-06-04 15:38:12 +00:00
Antony Dovgal
3285bd834b
fix folding
2007-06-04 09:47:54 +00:00
foobar
ca1b7e7b47
fix test
2007-06-03 22:50:19 +00:00
foobar
d12bbce277
MFH
2007-06-03 21:57:35 +00:00
foobar
7bd41e0715
MFH:- Fixed bug #41576 (misbehaviour when using --without-apxs)
2007-06-03 20:27:16 +00:00
foobar
6567a93a2a
fix test
2007-06-01 22:18:56 +00:00
Antony Dovgal
6d76fc2834
MFH: fix #39330 (apache2handler does not call shutdown actions before apache child die)
2007-06-01 10:04:06 +00:00
Antony Dovgal
568525bbb5
fix test (second try)
2007-05-30 14:43:18 +00:00
Antony Dovgal
2958037b2a
fix test
2007-05-30 14:40:24 +00:00
Antony Dovgal
b529617499
fix tests
2007-05-30 10:19:39 +00:00
Dmitry Stogov
e35679618e
Removed deprecated comment
2007-05-28 08:11:59 +00:00
Antony Dovgal
ccd16d09c0
MFH
2007-05-27 19:23:09 +00:00
foobar
a894611636
- Unify installation of SAPIs: CGI is no exception anymore.
2007-05-24 23:29:59 +00:00
Dmitry Stogov
23409a4bbf
Fixed crash on "php -b 1234 -unknown-option"
2007-05-21 09:08:13 +00:00
Dmitry Stogov
3040a34b21
libfcgi cleanup (Andrei Nigmatulin)
2007-05-21 08:47:51 +00:00
Ilia Alshanetsky
30dd6a45d3
Fixed a possible crash when PATH_INFO is not provided but the path contains
...
path info information
2007-05-20 15:56:10 +00:00
Dmitry Stogov
633aff5541
Fixed bug #41378 (fastcgi protocol lacks support for Reason-Phrase in "Status:" header)
2007-05-15 08:17:08 +00:00
Dmitry Stogov
6e8438633b
Fixed bug #41291 (FastCGI does not set SO_REUSEADDR). (fmajid at kefta dot com)
2007-05-10 15:21:02 +00:00
Johannes Schlüter
9edf1dc617
- MFH: Fix build without reflection
2007-05-06 12:57:50 +00:00
Marcus Boerger
3cd6bc54bc
- MFH --ri does not require ext/Reflection
...
- MFH --ini to show ini files being used
2007-05-05 16:21:07 +00:00
Edin Kadribasic
567c9daeae
Update Apache 2 libs to 2.0.59 on the build box and standardize the dirs
2007-05-04 18:17:55 +00:00
Uwe Schindler
88bef568da
MFH: Fix crash on server startup when log message is printed
2007-04-27 00:29:26 +00:00
Hannes Magnusson
42170968cf
MFH: php --ri main
2007-04-25 09:56:29 +00:00
Johannes Schlüter
3d7dd44ceb
- MFH: Add my name (sync to CREDITS file)
2007-04-23 20:54:22 +00:00
Antony Dovgal
a10cd19d05
MFH: fix long options
2007-04-23 11:05:16 +00:00
Marcus Boerger
f62d5c9adf
- MFH getopt fixes
2007-04-22 15:31:16 +00:00
Dmitry Stogov
52a9667c3a
Fixed tests
2007-04-19 07:00:41 +00:00
Antony Dovgal
695e81c2cc
fix test
2007-04-17 20:17:25 +00:00
foobar
4f54b301ef
- Fix a possible leak when multiple -c parameters are used
2007-04-17 20:00:53 +00:00
Antony Dovgal
a0370cd797
add tests for CGI
2007-04-17 19:49:26 +00:00
foobar
75d8d28e71
- Fix a possible leak when multiple -c parameters are used
2007-04-17 19:46:13 +00:00
Antony Dovgal
44066f23b7
MFH: fix leak appearing when more than one -f option specified
2007-04-17 18:51:34 +00:00
foobar
2fe7267d53
MFH: Simplify previous patch.
2007-04-15 23:06:08 +00:00
foobar
a40b6f5c4f
- Allow using syntax highlighting under FastCGI mode.
2007-04-15 22:52:07 +00:00
foobar
c71b1401ff
- Synch these files from sapi/cli/ and allow using s.c. long-options
...
with CGI.
2007-04-15 22:50:58 +00:00
Antony Dovgal
61a3b763d8
fix tests
2007-04-13 12:29:32 +00:00
Dmitry Stogov
857f992cd3
Removed wrong size_t definition
2007-04-09 15:39:59 +00:00
Sara Golemon
52b07d1895
Add missing #if check
2007-03-29 18:47:04 +00:00
Dmitry Stogov
4a119f9a79
Improved FastCGI SAPI to support external pipe and socket servers on win32
2007-03-28 15:39:22 +00:00
foobar
1c36d38891
- Fix test: Some people actually use --enable-debug here..
2007-03-28 12:25:33 +00:00
Antony Dovgal
481609c980
MFH: fix #40392 (memory leaks in PHP milter SAPI)
2007-03-28 10:08:31 +00:00
Johannes Schlüter
d95939d566
- MFH: Fix handling of not existing long CLI options
2007-03-22 21:35:41 +00:00
Marcus Boerger
68c1c83149
- MFH Fix issue with long form of command line switches
2007-03-21 23:20:21 +00:00