Ilia Alshanetsky
|
0c1516f174
|
Removed deadcode
|
2011-08-08 12:14:58 +00:00 |
|
Xinchen Hui
|
8de80c9679
|
Prevented the warning about truncate int to char
|
2011-08-08 07:12:12 +00:00 |
|
Rasmus Lerdorf
|
d9845c2046
|
More signed 1-bit bitfields
|
2011-08-07 15:57:35 +00:00 |
|
Rasmus Lerdorf
|
25cdff4d75
|
Signed 1-bit bitfields make no sense
|
2011-08-07 15:52:46 +00:00 |
|
Rasmus Lerdorf
|
2b874abb74
|
Good catch Coverity
|
2011-08-07 03:25:19 +00:00 |
|
Rasmus Lerdorf
|
1a9f66d6d4
|
Avoid a potential double-free here
|
2011-08-06 23:42:52 +00:00 |
|
Felipe Pena
|
9c289189d3
|
- Added missing PHP_FE_END/ZEND_FE_END
|
2011-08-06 01:22:27 +00:00 |
|
Jérôme Loyet
|
3bd0db004e
|
- Fixed bug #55340 (segfault when using some arguments -- bug introduced by commit r313351)
|
2011-08-02 00:58:51 +00:00 |
|
Florian Anderiasch
|
a06539a10d
|
Fix #55121 Segfault with multipart/form-data POST
|
2011-07-25 16:45:39 +00:00 |
|
Moriyoshi Koizumi
|
c724b2eeb1
|
- Give index.php a precedence over index.html. Patch by davidc.
|
2011-07-23 11:29:26 +00:00 |
|
Pierre Joye
|
cc1c7af037
|
- remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ
|
2011-07-22 11:25:30 +00:00 |
|
Moriyoshi Koizumi
|
1f396617eb
|
- Show PHP_VERSION in the banner. Suggested by Chris and others.
|
2011-07-21 07:31:29 +00:00 |
|
Moriyoshi Koizumi
|
b07ad1e1a2
|
Fixed bug #55071. Maybe a bit overkill?
|
2011-07-20 09:00:20 +00:00 |
|
Moriyoshi Koizumi
|
06381a8f25
|
- Better error handling.
|
2011-07-20 08:43:12 +00:00 |
|
Moriyoshi Koizumi
|
81cd23df4a
|
- Fixed bug #55073 (PHP-CLI-webserver does not listen on ipv6 interfaces), letting getaddrinfo(3) validate IPv6 addresses.
|
2011-07-20 04:34:01 +00:00 |
|
Jérôme Loyet
|
9620fb7e09
|
- Dropped restriction of not setting the same value multiple times, the last one holds (giovanni at giacobbi dot net)
|
2011-07-19 22:38:04 +00:00 |
|
Jérôme Loyet
|
3d10c57cd6
|
- enhanced log messages
- code cosmetic
|
2011-07-19 22:18:08 +00:00 |
|
Moriyoshi Koizumi
|
9f98a430fd
|
- Fixed bug #55107 (Null bytes in URL cause insecure behavior (code execution / code disclosure)).
|
2011-07-19 18:17:25 +00:00 |
|
Moriyoshi Koizumi
|
7505322d15
|
- Buffers are local to the blocks where they belong.
|
2011-07-19 18:00:16 +00:00 |
|
Moriyoshi Koizumi
|
8e42748a37
|
- Print HTTP method as well in the log.
- Print response code also when the request is processed by a script.
- Those changes partly closes #55109.
|
2011-07-19 17:47:34 +00:00 |
|
Jérôme Loyet
|
9fa7a7e554
|
order fpm configuration items the same way in php-fpm.conf.in, fpm_conf.h and fpm_conf.c
|
2011-07-18 21:49:38 +00:00 |
|
Jérôme Loyet
|
251879c890
|
fix a segfault when passing an empty value to a ini parameter from the web server (php_(admin_)?value)
|
2011-07-18 21:03:44 +00:00 |
|
Jérôme Loyet
|
6d3ff0eda1
|
- don't write directly to stderr, use the internal logger instead (zlog)
|
2011-07-18 00:53:13 +00:00 |
|
Jérôme Loyet
|
1dc21c2fd0
|
remove unused variable
|
2011-07-18 00:19:22 +00:00 |
|
Jérôme Loyet
|
a476f4d92c
|
- remove is_fastcgi because FPM is always fastcgi
|
2011-07-18 00:09:30 +00:00 |
|
Jérôme Loyet
|
22065bc050
|
- get rid of FPM_AUTOCONFIG_H which has never existed since FPM integration into core
|
2011-07-17 23:33:22 +00:00 |
|
Jérôme Loyet
|
a3592145f8
|
backport r313186 from PHP_5_4
|
2011-07-17 14:42:58 +00:00 |
|
Jérôme Loyet
|
5ba64c511f
|
backport r313323 and r313326 from PHP_5_4
|
2011-07-17 14:31:32 +00:00 |
|
Stanislav Malyshev
|
23ad275e24
|
MF53
|
2011-07-12 04:58:55 +00:00 |
|
Stanislav Malyshev
|
3f0abb300c
|
MF53
|
2011-07-12 04:45:38 +00:00 |
|
Pierre Joye
|
e501b7613d
|
- add apache 2.3 (upcoming 2.4) handler
|
2011-07-06 11:13:38 +00:00 |
|
Felipe Pena
|
c10d148870
|
- Fixed bug #55076 (requires() fails in a subdirectory with the in-built webserver)
|
2011-07-06 01:54:54 +00:00 |
|
Jérôme Loyet
|
1dcd19eba0
|
- Implemented FR #54098 (Lowered default value for Process Manager)
|
2011-07-05 21:03:26 +00:00 |
|
Jérôme Loyet
|
af84289663
|
- FR #52052: Added partial syslog support (on error_log only)
|
2011-07-05 19:22:45 +00:00 |
|
Jérôme Loyet
|
035536adca
|
- Fixed wrong value of log_level when invoking fpm with -tt
|
2011-07-05 18:09:07 +00:00 |
|
Jérôme Loyet
|
a3b31f5c18
|
- ws and cosmetics
|
2011-07-05 02:42:40 +00:00 |
|
Jérôme Loyet
|
e57914c1d8
|
Fixed memory leak
|
2011-07-05 01:43:50 +00:00 |
|
Jérôme Loyet
|
d12fab2d4b
|
- moved STR2STR, BOOL2STR and PM2STR from fpm_conf.h to fpm_conf.c (Giovanni Giacobbi)
|
2011-07-05 01:24:10 +00:00 |
|
Jérôme Loyet
|
bc427b0eba
|
fix comment syntax
|
2011-07-04 12:49:46 +00:00 |
|
Felipe Pena
|
df10314070
|
- Fixed bug #55118 (Imcomplete start message)
|
2011-07-03 14:45:41 +00:00 |
|
Felipe Pena
|
96d927c6ac
|
- Fixed crash when using -e option
|
2011-07-03 01:06:20 +00:00 |
|
Jérôme Loyet
|
9b64314250
|
- Implemented FR #54172 (Overriding the pid file location of php-fpm)
|
2011-07-02 23:41:01 +00:00 |
|
Jérôme Loyet
|
b06e62d4fe
|
- Fix php_escape_html_entities_ex call (int * has been changed to size_t *)
|
2011-07-02 16:40:59 +00:00 |
|
Jérôme Loyet
|
710ff963f4
|
- Implemented FR #54499 (FPM ping and status_path should handle HEAD request)
|
2011-07-02 16:34:39 +00:00 |
|
Jérôme Loyet
|
2fb5b8200b
|
- Implemented FR #54577 (Enhanced status page with full status and details about each processes
- Added a web page (status.html) for real-time FPM status
- Fixed missing Expires and Cache-Control headers for ping and status pages
|
2011-07-02 16:10:18 +00:00 |
|
Felipe Pena
|
4296f07fcc
|
- Reverted php_printf -> printf change
|
2011-07-01 17:18:50 +00:00 |
|
Philip Olson
|
7497a0eb4a
|
Updated name to 'PHP Development Server', and CTRL-C to Ctrl-C, as per PHP bug #55071
|
2011-06-30 23:50:56 +00:00 |
|
David Soria Parra
|
cdad24cda5
|
correct error message for a missing document root in the cli webserver
the document root is always a directory.
|
2011-06-29 23:44:02 +00:00 |
|
David Soria Parra
|
5024c32798
|
fix #55072 in-built web server needs to check -t option is a directory
|
2011-06-29 23:29:01 +00:00 |
|
Felipe Pena
|
f7a024023f
|
- Fixed crash on invalid addr:port (Chris Jones, Felipe)
|
2011-06-27 23:18:26 +00:00 |
|