Marcus Boerger
|
0cf5184a1c
|
- Add new test
|
2007-04-22 15:29:20 +00:00 |
|
Marcus Boerger
|
223cd73da9
|
- Merge getopt fixes from re2c
|
2007-04-22 15:24:19 +00:00 |
|
Dmitry Stogov
|
ea86faafeb
|
Fixed tests
|
2007-04-19 07:00:57 +00:00 |
|
Antony Dovgal
|
83b3d8545e
|
fix test
|
2007-04-17 20:17:20 +00:00 |
|
foobar
|
c19178d966
|
MFB:- Fix a possible leak when multiple -c parameters are used
|
2007-04-17 20:01:22 +00:00 |
|
Antony Dovgal
|
2488b83ebe
|
add tests for CGI
|
2007-04-17 19:48:22 +00:00 |
|
foobar
|
c225e4a7d8
|
MFB
|
2007-04-17 19:48:16 +00:00 |
|
Antony Dovgal
|
b2f169ebf8
|
fix leak appearing when more than one -f option specified
|
2007-04-17 18:51:24 +00:00 |
|
foobar
|
0439662815
|
MFB: Allow using syntax highlighting in fastcgi mode
|
2007-04-15 23:02:05 +00:00 |
|
foobar
|
fd9af91146
|
MFB: sync getopt from CLI
|
2007-04-15 22:54:26 +00:00 |
|
Dmitry Stogov
|
2ebfb15089
|
Removed wrong size_t definition
|
2007-04-09 15:40:23 +00:00 |
|
Dmitry Stogov
|
072f7f1c60
|
Improved FastCGI SAPI to support external pipe and socket servers on win32
|
2007-03-28 15:39:35 +00:00 |
|
foobar
|
59e48ad26f
|
- Fixed test
|
2007-03-28 12:26:44 +00:00 |
|
Antony Dovgal
|
658743f7b9
|
fix #40392 (memory leaks in PHP milter SAPI)
we should have dropped this SAPI years ago
|
2007-03-28 10:06:54 +00:00 |
|
Johannes Schlüter
|
5dc2d0b0d6
|
- Fix handling of not existing long CLI options
|
2007-03-22 21:34:58 +00:00 |
|
Marcus Boerger
|
4d5ac8e9cf
|
- Fix issue with long form of command line switches
|
2007-03-21 23:19:00 +00:00 |
|
Antony Dovgal
|
29c4f0590c
|
fix tests
I was absolutely sure we removed --disable-reflection option.
|
2007-03-17 19:15:58 +00:00 |
|
Dmitry Stogov
|
3a4101c437
|
Fixed compilation warning
|
2007-03-12 07:39:24 +00:00 |
|
Dmitry Stogov
|
69ff1d0e4d
|
Return HTTP 403 in case of "access denied".
|
2007-03-09 16:50:17 +00:00 |
|
Uwe Schindler
|
4f370ac55f
|
Update function names for PHP6 to php6*
|
2007-03-06 19:47:12 +00:00 |
|
Uwe Schindler
|
7d9bf1d1cc
|
remove (large) static buffers for header names and request uri
|
2007-03-06 18:15:04 +00:00 |
|
Uwe Schindler
|
ff979699c9
|
use slprintf instead of snprintf and remove 0termination things (because slprintf is always available now)
|
2007-03-06 16:19:36 +00:00 |
|
Uwe Schindler
|
f8b7d0e046
|
snprintf patch
|
2007-03-05 16:28:39 +00:00 |
|
Dmitry Stogov
|
b915076031
|
poll() is not affected by FD_SETSIZE (Tony)
|
2007-02-26 09:39:08 +00:00 |
|
Marcus Boerger
|
20a40063c5
|
- avoid sprintf
|
2007-02-24 16:25:58 +00:00 |
|
Dmitry Stogov
|
10ffce3285
|
Use poll() instead of select() if available
|
2007-02-24 11:21:10 +00:00 |
|
Antony Dovgal
|
30239ea383
|
check for NULL, then add flag
|
2007-02-22 10:06:02 +00:00 |
|
Antony Dovgal
|
30dacafa72
|
implement PHP_STREAM_FLAG_NO_CLOSE and avoid hacks in plain wrapper
|
2007-02-21 21:56:45 +00:00 |
|
Dmitry Stogov
|
23ee3bf9bc
|
Check for FD_SETSIZE limit
|
2007-02-21 15:46:30 +00:00 |
|
Antony Dovgal
|
0f5b9e4e39
|
fix typo
|
2007-02-21 08:08:47 +00:00 |
|
Antony Dovgal
|
389e17332e
|
move PHP_TEST_WRITE_STDOUT to acinclude.m4 and use it in configure.in
its result is used in sapi/cli & sapi/embed, not just sapi/cgi
|
2007-02-20 20:10:53 +00:00 |
|
Antony Dovgal
|
2ad6c07ca1
|
don't call php_module_startup() directly, use startup functions
patch by Andrei Nigmatulin
|
2007-02-20 19:19:14 +00:00 |
|
Antony Dovgal
|
95741bd34a
|
MFB
|
2007-02-20 09:09:47 +00:00 |
|
Antony Dovgal
|
862523f69a
|
MFB: Eliminate strcat() usage
Fixed handling of argv[] for GET
|
2007-02-19 20:01:17 +00:00 |
|
Dmitry Stogov
|
bc873b7b1d
|
Initialize "retval" on each request
|
2007-02-19 14:13:35 +00:00 |
|
Dmitry Stogov
|
4de0758b91
|
Fixed fcgi_putenv() semantic with NULL value
|
2007-02-19 13:21:49 +00:00 |
|
Dmitry Stogov
|
32d7fd76a2
|
Fixed bug #40286 (PHP fastcgi with PHP_FCGI_CHILDREN don't kill children when parent is killed)
|
2007-02-16 11:30:38 +00:00 |
|
Dmitry Stogov
|
d57b78aab1
|
Fixed bug #40414 (possivle endless fork() loop when running fastcgi)
|
2007-02-15 12:33:54 +00:00 |
|
Dmitry Stogov
|
5ebba1b2f6
|
Fixed Bug #40352 (FCGI_WEB_SERVER_ADDRS function get lost)
|
2007-02-15 12:05:25 +00:00 |
|
Antony Dovgal
|
233ebb67e8
|
explicitly set module name
|
2007-02-07 18:22:38 +00:00 |
|
Antony Dovgal
|
a4f5b662a3
|
upgrade apache2filter to php6
|
2007-02-07 09:37:34 +00:00 |
|
Antony Dovgal
|
903ef1a071
|
change "php5" to "php6" everywhere
rename mod_php5.c to mod_php.c
|
2007-02-07 09:35:09 +00:00 |
|
Dmitry Stogov
|
68885b28dc
|
Prevent flush() of closed handle on php_module_shutdown()
|
2007-01-29 19:38:21 +00:00 |
|
Marcus Boerger
|
94292d3e01
|
- Add --ri/--rextinfo
|
2007-01-23 20:02:29 +00:00 |
|
Antony Dovgal
|
94f9dc1d8a
|
use getenv()
|
2007-01-20 22:12:45 +00:00 |
|
Andrei Zmievski
|
7963278bf4
|
Fake out the module name, since the filename is different now.
|
2007-01-11 23:18:11 +00:00 |
|
Andrei Zmievski
|
0b222980d0
|
Rename php5 module to php6. Remove version number from
sapi/apache/mod_php.* filenames (for future's sake). No other SAPI
moduels modified (up to invididual maintainers).
|
2007-01-10 23:46:09 +00:00 |
|
Johannes Schlüter
|
086ae075c2
|
- Bump year
|
2007-01-10 22:17:09 +00:00 |
|
Antony Dovgal
|
17efa1aea6
|
fix #40083
|
2007-01-10 14:10:28 +00:00 |
|
Antony Dovgal
|
287e1b3f36
|
fix magic numbers
|
2007-01-03 18:52:23 +00:00 |
|