Jérôme Loyet
|
f577f22de0
|
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
|
b7bee05d46
|
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
|
bbce374565
|
- don't write directly to stderr, use the internal logger instead (zlog)
|
2011-07-18 00:53:13 +00:00 |
|
Jérôme Loyet
|
d70bddb02d
|
remove unused variable
|
2011-07-18 00:19:22 +00:00 |
|
Jérôme Loyet
|
0b71f4f58b
|
- remove is_fastcgi because FPM is always fastcgi
|
2011-07-18 00:09:30 +00:00 |
|
Jérôme Loyet
|
e615a86cf0
|
- 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
|
66dd371c43
|
fix revision r313323
|
2011-07-17 14:28:31 +00:00 |
|
Jérôme Loyet
|
7cdef345d5
|
- Implemented FR #55166 (Added process.max to control the number of process FPM can fork)
|
2011-07-17 11:41:57 +00:00 |
|
Jérôme Loyet
|
2f0a379c03
|
- Implemented FR #55181 (Enhance security by limiting access to user defined extensions)
|
2011-07-12 23:00:42 +00:00 |
|
Stanislav Malyshev
|
4a5959d113
|
MF53
|
2011-07-12 04:58:55 +00:00 |
|
Stanislav Malyshev
|
46407e6f5e
|
MF53
|
2011-07-12 04:45:38 +00:00 |
|
Pierre Joye
|
fdd4aa7073
|
- add apache 2.3 (upcoming 2.4) handler
|
2011-07-06 11:13:38 +00:00 |
|
Felipe Pena
|
93776977d8
|
- 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
|
505537274d
|
- Implemented FR #54098 (Lowered default value for Process Manager)
|
2011-07-05 21:03:26 +00:00 |
|
Jérôme Loyet
|
5842a4147f
|
- FR #52052: Added partial syslog support (on error_log only)
|
2011-07-05 19:22:45 +00:00 |
|
Jérôme Loyet
|
81579a352a
|
- Fixed wrong value of log_level when invoking fpm with -tt
|
2011-07-05 18:09:07 +00:00 |
|
Jérôme Loyet
|
0494615b3c
|
- ws and cosmetics
|
2011-07-05 02:42:40 +00:00 |
|
Jérôme Loyet
|
4afe3eb3f3
|
Fixed memory leak
|
2011-07-05 01:43:50 +00:00 |
|
Jérôme Loyet
|
3fd5fc9cd7
|
- 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
|
aba5ecbad9
|
fix comment syntax
|
2011-07-04 12:49:46 +00:00 |
|
Felipe Pena
|
7711da059e
|
- Fixed bug #55118 (Imcomplete start message)
|
2011-07-03 14:45:41 +00:00 |
|
Felipe Pena
|
3923d02332
|
- Fixed crash when using -e option
|
2011-07-03 01:06:20 +00:00 |
|
Jérôme Loyet
|
b7e5a7f206
|
- Implemented FR #54172 (Overriding the pid file location of php-fpm)
|
2011-07-02 23:41:01 +00:00 |
|
Jérôme Loyet
|
440727f4ed
|
- 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
|
d7897c2c2a
|
- Implemented FR #54499 (FPM ping and status_path should handle HEAD request)
|
2011-07-02 16:34:39 +00:00 |
|
Jérôme Loyet
|
1e0cb5fec5
|
- 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
|
71e52a5ccd
|
- Reverted php_printf -> printf change
|
2011-07-01 17:18:50 +00:00 |
|
Philip Olson
|
18e0f8a489
|
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
|
c1abc8938d
|
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
|
54b84f832a
|
fix #55072 in-built web server needs to check -t option is a directory
|
2011-06-29 23:29:01 +00:00 |
|
Felipe Pena
|
6cc66ef964
|
- Fixed crash on invalid addr:port (Chris Jones, Felipe)
|
2011-06-27 23:18:26 +00:00 |
|
Jérôme Loyet
|
89c9a8ef44
|
- fixed request_timeout and slowlog_timeout from last FPM commit (r312496)
- typo
|
2011-06-27 11:33:03 +00:00 |
|
Jérôme Loyet
|
849d4e0357
|
- Replaced shm_slots with a real scoreboard
- Added several improvements to the status page
|
2011-06-26 15:48:11 +00:00 |
|
Felipe Pena
|
5304004cc7
|
- Fixed crash when using -e option
|
2011-06-25 20:40:03 +00:00 |
|
Felipe Pena
|
29588a6fa3
|
- Fixed crash when calling sapi_shutdown() and sapi hasn't been started
Reported by: David Tajchreber
|
2011-06-25 14:17:17 +00:00 |
|
Felipe Pena
|
dc467a70d3
|
- Fixed crash when zend_eval_string bailouts (-r 'a();')
Reported by: David Tajchreber
|
2011-06-25 13:15:24 +00:00 |
|
Pierre Joye
|
213e1f4456
|
- reflection is always enabled
|
2011-06-25 10:47:54 +00:00 |
|
Derick Rethans
|
8e30050416
|
- Fixed layout. Tabs on the terminal don't align nicely in most cases.
|
2011-06-25 10:16:46 +00:00 |
|
Ilia Alshanetsky
|
86c44e119f
|
Fixed a bug with calculation of REQUEST_TIME in apache2
|
2011-06-23 14:12:50 +00:00 |
|
Jérôme Loyet
|
73b6310098
|
- Added custom access log (also added per request %CPU and memory mesurement)
|
2011-06-23 08:03:52 +00:00 |
|
Felipe Pena
|
34ef66d7a4
|
- Fix crash on cgi
|
2011-06-23 02:28:04 +00:00 |
|
Felipe Pena
|
7b91a9778a
|
- Fixed crash (take 2)
|
2011-06-23 00:40:31 +00:00 |
|
Felipe Pena
|
10bea32e8d
|
- Fixed crash on startup
|
2011-06-23 00:25:54 +00:00 |
|
Pierre Joye
|
f027884ca1
|
- fix build
|
2011-06-21 11:43:19 +00:00 |
|
Felipe Pena
|
8480b7f4be
|
- Fix memleak on `php -v'
|
2011-06-21 01:47:05 +00:00 |
|
Felipe Pena
|
b83af94c2b
|
- Fixed hardcoded INI
|
2011-06-20 23:36:25 +00:00 |
|
Moriyoshi Koizumi
|
5b921a87a1
|
- Add built-in web server to CLI SAPI. See the RFC for detail.
|
2011-06-20 20:27:39 +00:00 |
|
Jérôme Loyet
|
0f19777b7a
|
Removed pid in debug logs written by chrildren processes
|
2011-06-20 00:03:39 +00:00 |
|
Felipe Pena
|
63db6d1435
|
- Missing change
|
2011-06-18 17:46:16 +00:00 |
|
Felipe Pena
|
94cd08457b
|
- Fixed ZTS build
|
2011-06-18 17:41:56 +00:00 |
|