Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Good catch Coverity | Rasmus Lerdorf | 2011-08-07 | 1 | -0/+1 | |
| | | | ||||||
* | | | - remove magic quotes support, functions are kept (see the NEWS entry for ↵ | Pierre Joye | 2011-07-22 | 1 | -5/+0 | |
| | | | | | | | | | | | | the details) for BC reasons but do not allow to set enable MQ | |||||
* | | | - Fixed crash in fastcgi (related to zend signals changes) | Felipe Pena | 2011-06-05 | 1 | -1/+2 | |
|/ / | ||||||
* | | Added checks for malformated FastCGI requests (Edgar Frank) | Dmitry Stogov | 2011-01-19 | 1 | -6/+6 | |
| | | ||||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 3 | -5/+5 | |
| | | ||||||
* | | - Implemented FR #53271, FR #52410 (Building multiple PHP binary SAPIs and ↵ | Jani Taskinen | 2010-11-13 | 2 | -19/+22 | |
| | | | | | | | | | | | | | | one SAPI module the same time) # Bug #53271, Bug #52410 | |||||
* | | Reverted wrong patch | Dmitry Stogov | 2010-09-20 | 1 | -1/+1 | |
| | | ||||||
* | | Fix incompatible types, we need to use a char here for recv() | Kalle Sommer Nielsen | 2010-09-19 | 1 | -1/+1 | |
| | | ||||||
* | | - unused, double declared | Pierre Joye | 2010-09-15 | 1 | -1/+1 | |
| | | ||||||
* | | Fixed bug #46723 (FastCGI persistent connection is incredibly slow due to ↵ | Dmitry Stogov | 2010-09-06 | 1 | -19/+49 | |
| | | | | | | | | TCP ack delay). | |||||
* | | - Fixed compiler warning (missing return statement) | Felipe Pena | 2010-09-01 | 1 | -0/+2 | |
| | | ||||||
* | | Reduced overhead of FastCGI using near-perfect hash function and ↵ | Dmitry Stogov | 2010-09-01 | 3 | -161/+269 | |
| | | | | | | | | predcalculated hash values. | |||||
* | | invalid length | Dmitry Stogov | 2010-09-01 | 1 | -1/+1 | |
| | | ||||||
* | | Don't check FCGI_WEB_SERVER_ADDRS for UNIX sockets | Dmitry Stogov | 2010-08-27 | 1 | -7/+9 | |
| | | ||||||
* | | Added apache compatible functions (apache_child_terminate, getallheaders, ↵ | Dmitry Stogov | 2010-08-27 | 3 | -1/+202 | |
| | | | | | | | | apache_request_headers, apache_response_headers) to FastCGI SAPI | |||||
* | | Don't try to read the rest of malformed FCGI requests, close immediately. It ↵ | Dmitry Stogov | 2010-08-25 | 1 | -4/+6 | |
| | | | | | | | | saves one recv() call for proper FCGI request. | |||||
* | | ws | Dmitry Stogov | 2010-08-25 | 1 | -34/+34 | |
| | | ||||||
* | | Nuke compiler warning, wrong fix that shouldn't have been in the previously ↵ | Kalle Sommer Nielsen | 2010-08-18 | 1 | -1/+1 | |
| | | | | | | | | commit | |||||
* | | Pass the TSRMS pointers to sapi_module_struct.log_message, this saves some ↵ | Kalle Sommer Nielsen | 2010-08-18 | 1 | -3/+1 | |
| | | | | | | | | TSRMLS_FETCH() calls in a few of our SAPI's | |||||
* | | Use the TSRMLS_DC/TSRMLS_CC macros instead of TSRMLS_FETCH() | Kalle Sommer Nielsen | 2010-08-18 | 3 | -12/+10 | |
| | | ||||||
* | | Fixed ZTS build | Dmitry Stogov | 2010-08-18 | 1 | -1/+3 | |
| | | ||||||
* | | improved performance of FastCGI request parsing | Dmitry Stogov | 2010-08-18 | 3 | -116/+294 | |
| | | ||||||
* | | typo | Dmitry Stogov | 2010-07-20 | 1 | -1/+1 | |
| | | ||||||
* | | Use zend_stream API to open main PHP script in CGI/FastCGI. This allows to ↵ | Dmitry Stogov | 2010-07-07 | 1 | -15/+67 | |
| | | | | | | | | override the open function by opcode caches and eliminate the actual open syscall. | |||||
* | | reduced request processing overhead | Dmitry Stogov | 2010-07-05 | 3 | -24/+24 | |
| | | ||||||
* | | - MF5.3: Reverted fix for bug #48930 (due binary compatibility breakage) | Felipe Pena | 2010-06-30 | 1 | -2/+0 | |
| | | | | | | | | | | # To commit a new common fix | |||||
* | | - Improved initialization | Felipe Pena | 2010-06-27 | 1 | -1/+1 | |
| | | ||||||
* | | - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3) | Felipe Pena | 2010-06-27 | 1 | -0/+2 | |
| | | ||||||
* | | fix micro-memleaks (happened once per process) | Antony Dovgal | 2010-06-08 | 1 | -0/+3 | |
| | | ||||||
* | | * implement new output API, fixing some bugs and implementing some feature | Michael Wallner | 2010-05-31 | 1 | -8/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | requests--let's see what I can dig out of the bugtracker for NEWS-- and while crossing the road: * implemented new zlib API * fixed up ext/tidy (what was "s&" in zend_parse_parameters() supposed to do?) Thanks to Jani and Felipe for pioneering. | |||||
* | | - Fix #51688, ini per dir crashes when invalid document root are given | Pierre Joye | 2010-04-30 | 1 | -0/+3 | |
|/ | ||||||
* | - Reverted r296062 and r296065 | Jani Taskinen | 2010-03-12 | 1 | -14/+23 | |
| | ||||||
* | MFH: Improved / fixed output buffering (Michael Wallner) | Jani Taskinen | 2010-03-11 | 1 | -23/+14 | |
| | ||||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 3 | -5/+5 | |
| | ||||||
* | fix minor leak in CGI sapi (happened once per child) | Antony Dovgal | 2009-12-23 | 1 | -0/+3 | |
| | ||||||
* | Fixed bug #50168 (FastCGI fails with wrong error on HEAD request to ↵ | Dmitry Stogov | 2009-11-30 | 1 | -10/+15 | |
| | | | | non-existant file) | |||||
* | fix crash on empty doc_root | Antony Dovgal | 2009-10-20 | 1 | -1/+1 | |
| | ||||||
* | improve fix for #49767 and #47627 - make PHP report | Stanislav Malyshev | 2009-10-16 | 1 | -1/+1 | |
| | | | | | "no script" on 404 again | |||||
* | - #48779, fix another use case where / usage may differ | Pierre Joye | 2009-10-15 | 1 | -4/+0 | |
| | ||||||
* | - #48779, improve fix, drop usage of _tolower and use zend_strtolower | Pierre Joye | 2009-10-12 | 1 | -2/+2 | |
| | ||||||
* | - Fixed build and comment-style | Felipe Pena | 2009-10-09 | 1 | -4/+4 | |
| | ||||||
* | - changed ini file directives [PATH=](on Win32) and [HOST=](on all) to be ↵ | Garrett Serack | 2009-10-09 | 1 | -2/+22 | |
| | | | | case insensitive (garretts) | |||||
* | - Simplified a bit and fixed possible memory corruption and definate leak. | Jani Taskinen | 2009-09-10 | 1 | -23/+6 | |
| | ||||||
* | - Drop unused var | Felipe Pena | 2009-09-05 | 1 | -1/+0 | |
| | ||||||
* | - Fixed bug #49182 (PHP CGI always outputs the shebang line) | Jani Taskinen | 2009-09-05 | 1 | -0/+24 | |
| | ||||||
* | - fix build | Pierre Joye | 2009-08-26 | 1 | -2/+2 | |
| | ||||||
* | Fixed variable clobbering | Ilia Alshanetsky | 2009-08-26 | 1 | -5/+5 | |
| | ||||||
* | - Fix this again :) | Jani Taskinen | 2009-07-25 | 1 | -1/+3 | |
| | ||||||
* | - Fix test | Jani Taskinen | 2009-07-25 | 1 | -1/+1 | |
| | ||||||
* | - #48624 .user.ini never gets parsed | Pierre Joye | 2009-06-22 | 1 | -1/+1 | |
| |