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 |
|
Antony Dovgal
|
722287a538
|
fix tests
|
2007-03-17 19:16:17 +00:00 |
|
Dmitry Stogov
|
1e13ef2de5
|
Fixed compilation warning
|
2007-03-12 07:39:01 +00:00 |
|
Dmitry Stogov
|
c2a71f8eb1
|
Return HTTP 403 in case of "access denied".
|
2007-03-09 16:46:07 +00:00 |
|
Uwe Schindler
|
ad336e432a
|
remove (large) static buffers for header names and request uri
|
2007-03-06 18:15:25 +00:00 |
|
Uwe Schindler
|
e25bb8ea04
|
use slprintf instead of snprintf and remove 0termination things (because slprintf is always available now)
|
2007-03-06 15:43:49 +00:00 |
|
Uwe Schindler
|
f34ec4f606
|
snprintf patch
|
2007-03-05 16:29:18 +00:00 |
|
Ilia Alshanetsky
|
efad70c2cc
|
snprintf() -> slprintf()
|
2007-02-27 03:28:17 +00:00 |
|
Dmitry Stogov
|
94d7b8b004
|
poll() is not affected by FD_SETSIZE (Tony)
|
2007-02-26 09:38:44 +00:00 |
|
Dmitry Stogov
|
0caa2be91f
|
Use poll() instead of select() if available
|
2007-02-24 11:20:43 +00:00 |
|
Marcus Boerger
|
50ea26760d
|
- Avoid sprintf, even when checked copy'n'paste or changes lead to errors
|
2007-02-24 02:17:47 +00:00 |
|
Stanislav Malyshev
|
59bcd2372d
|
use strlcat
|
2007-02-23 22:08:31 +00:00 |
|
Stanislav Malyshev
|
b40c94194f
|
use strlcat
|
2007-02-23 22:05:46 +00:00 |
|
Stanislav Malyshev
|
4019bf5370
|
use snprintf
|
2007-02-23 21:45:00 +00:00 |
|
Stanislav Malyshev
|
e894206874
|
use snprintf
|
2007-02-23 21:38:25 +00:00 |
|
Antony Dovgal
|
dfbc224555
|
MFH
|
2007-02-22 10:06:22 +00:00 |
|
Antony Dovgal
|
4a95928d1d
|
MFH: implement PHP_STREAM_FLAG_NO_CLOSE and avoid hacks
|
2007-02-21 21:57:21 +00:00 |
|
Dmitry Stogov
|
2b5e7d315f
|
Check for FD_SETSIZE limit
|
2007-02-21 15:46:13 +00:00 |
|
Antony Dovgal
|
43d788ec33
|
MFH: move PHP_TEST_WRITE_STDOUT to acinclude.m4 and use it in configure.in
|
2007-02-20 20:11:11 +00:00 |
|
Antony Dovgal
|
748b6fdeb3
|
MFH: make use of startup hooks
|
2007-02-20 19:20:41 +00:00 |
|
Ilia Alshanetsky
|
9ae588dfb1
|
Fixed strlcat() usage.
# Thanks Andi
|
2007-02-19 23:52:13 +00:00 |
|
Dmitry Stogov
|
2a170f0584
|
Initialize "retval" on each request
|
2007-02-19 14:13:02 +00:00 |
|
Dmitry Stogov
|
7c77611057
|
Fixed fcgi_putenv() semantic with NULL value
|
2007-02-19 13:21:14 +00:00 |
|
Ilia Alshanetsky
|
26214fc15f
|
Eliminate strcat() usage
Fixed handling of argv[] for GET
|
2007-02-18 18:08:22 +00:00 |
|
Dmitry Stogov
|
780c66d14b
|
Fixed bug #40286 (PHP fastcgi with PHP_FCGI_CHILDREN don't kill children when parent is killed)
|
2007-02-16 11:30:03 +00:00 |
|
Dmitry Stogov
|
a79d74b694
|
Fixed bug #40414 (possivle endless fork() loop when running fastcgi)
|
2007-02-15 12:33:16 +00:00 |
|
Dmitry Stogov
|
12bbbf022f
|
Fixed Bug #40352 (FCGI_WEB_SERVER_ADDRS function get lost)
|
2007-02-15 12:04:59 +00:00 |
|
Andi Gutmans
|
71645e8c4f
|
- Give Dmitry credit for all the FastCGI work
|
2007-02-14 08:12:27 +00:00 |
|
Marcus Boerger
|
38201d8d12
|
- MFH php --ri <extension>
|
2007-02-08 16:55:34 +00:00 |
|
Dmitry Stogov
|
d44cb7fa7b
|
Prevent flush of closed handle on php_module_shutdown()
|
2007-01-29 19:36:01 +00:00 |
|
Antony Dovgal
|
1b002cf39f
|
use getenv()
|
2007-01-20 22:12:55 +00:00 |
|
Ilia Alshanetsky
|
d4fbb3ca53
|
Fixed bug #40127 (apache2handler doesnt compile on Netware).
|
2007-01-14 16:59:05 +00:00 |
|
Johannes Schlüter
|
a95781d9bf
|
- MFH: Bump year
|
2007-01-10 22:17:27 +00:00 |
|
Antony Dovgal
|
3f3509606d
|
use RETURN_* instead of RETVAL_* and fix #40083
|
2007-01-10 12:03:11 +00:00 |
|
Sebastian Bergmann
|
4223aa4d5e
|
MFH: Bump year.
|
2007-01-01 09:36:18 +00:00 |
|
Antony Dovgal
|
2820e6c1fa
|
MFH
|
2006-12-28 22:36:53 +00:00 |
|
Antony Dovgal
|
46a6bd7f9d
|
MFH
|
2006-12-28 13:30:25 +00:00 |
|
Antony Dovgal
|
41b55d9b78
|
MFH
|
2006-12-21 00:47:02 +00:00 |
|
Dmitry Stogov
|
53b088e60c
|
Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't make any significant slowdown, but incrise maintainability a lot. Note that the setting of memory_limit wasn't changes (neither in main/main.c nor in php.ini) and it still set to 16M.
|
2006-12-20 10:49:33 +00:00 |
|
Antony Dovgal
|
d6db0ccc12
|
fix test on MacOS
|
2006-12-19 13:08:35 +00:00 |
|
Dmitry Stogov
|
868ac7d3a3
|
Fixed bug #39869 (safe_read does not initialize errno). (michiel at boland dot org)
|
2006-12-19 09:17:04 +00:00 |
|
Ilia Alshanetsky
|
eb8bab9f46
|
Fixed bug #39816 (apxs2filter ignores httpd.conf & .htaccess php config
settings).
|
2006-12-13 15:45:20 +00:00 |
|
Ilia Alshanetsky
|
1c4806c515
|
Fixed bug #39201 (Possible crash in Apache 2 with 413 ErrorHandler).
|
2006-12-13 00:41:33 +00:00 |
|