1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 10:16:41 +02:00
Commit Graph

2263 Commits

Author SHA1 Message Date
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
Jérôme Loyet 527313919b - fixed request_timeout and slowlog_timeout from last FPM commit (r312496)
- typo
2011-06-27 11:33:03 +00:00
Jérôme Loyet dace636cc9 - Replaced shm_slots with a real scoreboard
- Added several improvements to the status page
2011-06-26 15:48:11 +00:00
Felipe Pena 8841454a10 - Fixed crash when using -e option 2011-06-25 20:40:03 +00:00
Felipe Pena 7b1f738b70 - 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 9424d255c9 - Fixed crash when zend_eval_string bailouts (-r 'a();')
Reported by: David Tajchreber
2011-06-25 13:15:24 +00:00
Pierre Joye eeade7180a - reflection is always enabled 2011-06-25 10:47:54 +00:00
Derick Rethans 6b56f4a5b8 - Fixed layout. Tabs on the terminal don't align nicely in most cases. 2011-06-25 10:16:46 +00:00
Ilia Alshanetsky 7f2882cc53 Fixed a bug with calculation of REQUEST_TIME in apache2 2011-06-23 14:12:50 +00:00
Jérôme Loyet 8dcfa2f916 - Added custom access log (also added per request %CPU and memory mesurement) 2011-06-23 08:03:52 +00:00
Felipe Pena de14ef3442 - Fixed crash (take 2) 2011-06-23 00:40:31 +00:00
Felipe Pena b9fff0d5b7 - Fixed crash on startup 2011-06-23 00:25:54 +00:00
Pierre Joye bdb5422951 - fix build 2011-06-21 11:43:19 +00:00
Felipe Pena 1521c79647 - Fix memleak on `php -v' 2011-06-21 01:47:05 +00:00
Felipe Pena 7b3350347a - Fixed hardcoded INI 2011-06-20 23:36:25 +00:00
Moriyoshi Koizumi 7dfef17c54 - 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 b5e5abb38a Removed pid in debug logs written by chrildren processes 2011-06-20 00:03:39 +00:00
Felipe Pena 8f76adb750 - Missing change 2011-06-18 17:46:16 +00:00
Felipe Pena 17bf772378 - Fixed ZTS build 2011-06-18 17:41:56 +00:00
Jérôme Loyet 8f0fdbb9e8 Added master rlimit_files and rlimit_core in the global configuration settings 2011-06-18 16:27:48 +00:00
Jérôme Loyet 7236ea5a46 Fixed exit at FPM startup on fpm_resources_prepare 2011-06-18 16:15:15 +00:00
Jérôme Loyet b813d1ff23 Remove timestamp in logs written by children process 2011-06-18 15:33:07 +00:00
Jérôme Loyet 35458820ad missing doc in the conf file 2011-06-17 23:35:47 +00:00
Jérôme Loyet ade2d21f72 - added xml format to the status page
- clean fpm_status.c code
2011-06-17 23:19:54 +00:00
Rasmus Lerdorf c49d060510 Fix Apache1 build 2011-06-10 11:46:35 +00:00
Felipe Pena 4737910b69 - Added new parameter parsing option (p - for valid path (string without null byte in the middle))
# The tests will be fixed in the next commits
2011-06-06 21:28:16 +00:00
Felipe Pena 61bbd09524 - Fixed crash in fastcgi (related to zend signals changes) 2011-06-05 17:02:46 +00:00
Ilia Alshanetsky 7acafb506a Fixed bug #52496 (Zero exit code on option parsing failure). 2011-05-30 15:57:50 +00:00
Felipe Pena 184f80ff66 - Fixed bug #54529 (SAPI crashes on apache_config.c:197)
patch by: hebergement at riastudio dot fr
2011-05-23 01:47:06 +00:00