Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | Fix #67594 - invisible colon should be stripped off header name | Tjerk Meesters | 2014-07-12 | 1 | -4/+8 | |
* | | | | Merge branch 'master' into phpng | Dmitry Stogov | 2014-07-08 | 1 | -4/+3 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge branch 'PHP-5.6' | Adam Harvey | 2014-07-07 | 1 | -4/+3 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Merge branch 'PHP-5.5' into PHP-5.6 | Adam Harvey | 2014-07-07 | 1 | -4/+3 | |
| | |\ \ | | | |/ | ||||||
| | | * | Merge branch 'PHP-5.4' into PHP-5.5 | Adam Harvey | 2014-07-07 | 1 | -4/+3 | |
| | | |\ | ||||||
| | | | * | Fixed bug #66830 (Empty header causes PHP built-in web server to hang). | Adam Harvey | 2014-07-07 | 1 | -4/+3 | |
* | | | | | Merge branch 'master' into phpng | Dmitry Stogov | 2014-06-18 | 1 | -0/+2 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Merge branch 'PHP-5.6' | Adam Harvey | 2014-06-12 | 1 | -0/+2 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Adam Harvey | 2014-06-12 | 1 | -0/+2 | |
| | |\ \ \ | | | |/ / | ||||||
| | | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Adam Harvey | 2014-06-12 | 1 | -0/+2 | |
| | | |\ \ | | | | |/ | ||||||
| | | | * | Add 308 and 426 to the HTTP response code map in the CLI server. | Adam Harvey | 2014-06-12 | 1 | -0/+2 | |
* | | | | | Merge branch 'master' into phpng | Dmitry Stogov | 2014-06-12 | 1 | -78/+32 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Move the mime type map out of php_cli_server.c for easier generation. | Adam Harvey | 2014-06-11 | 1 | -63/+1 | |
| * | | | | Replace the CLI server's linear search for extensions with a hash table. | Adam Harvey | 2014-06-10 | 1 | -8/+34 | |
| * | | | | Merge branch 'PHP-5.6' | Remi Collet | 2014-06-10 | 1 | -5/+3 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | fix merge from php 5.5 (already fixed, differently) | Remi Collet | 2014-06-10 | 1 | -5/+3 | |
| | |\ \ \ | | | |/ / | ||||||
| | | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Remi Collet | 2014-06-10 | 1 | -3/+3 | |
| | | |\ \ | | | | |/ | ||||||
| | | | * | Fixed bug #67406 built-in web-server segfaults on startup | Remi Collet | 2014-06-10 | 1 | -3/+3 | |
| | | | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 | |
* | | | | | Split IS_BOOL into IS_FALSE and IS_TRUE | Dmitry Stogov | 2014-04-30 | 1 | -1/+1 | |
* | | | | | Merge mainstream 'master' branch into refactoring | Dmitry Stogov | 2014-04-26 | 1 | -0/+3 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Merge branch 'PHP-5.6' | Anatol Belski | 2014-04-16 | 1 | -0/+3 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2014-04-16 | 1 | -0/+3 | |
| | |\ \ \ | | | |/ / | ||||||
| | | * | | Fixed bug #67079 Missing MIME types for XML/XSL files | Anatol Belski | 2014-04-16 | 1 | -0/+3 | |
| | | * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 | |
* | | | | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -2/+2 | |
* | | | | | Fixed zend_string*/char* mess | Dmitry Stogov | 2014-03-18 | 1 | -7/+7 | |
* | | | | | Fixed various CLI problems | Dmitry Stogov | 2014-03-14 | 1 | -2/+2 | |
* | | | | | Refacting smart_str | Xinchen Hui | 2014-02-18 | 1 | -5/+5 | |
* | | | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-14 | 1 | -45/+46 | |
|/ / / / | ||||||
* | | | | Merge branch 'PHP-5.6' | Xinchen Hui | 2014-01-03 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 | |
* | | | | Pass the TSRMLS parameters to the sapi flush hook, this shaves off a few TSRM... | Kalle Sommer Nielsen | 2013-12-18 | 1 | -2/+1 | |
* | | | | Kill yet another TSRMLS_FETCH() inside the CLI HTTP server | Kalle Sommer Nielsen | 2013-12-18 | 1 | -3/+2 | |
|/ / / | ||||||
* | | | cli: don't cast away const in select() timeout argument | Ard Biesheuvel | 2013-12-09 | 1 | -1/+3 | |
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Andrea Faulds | 2013-11-18 | 1 | -0/+79 | |
|\ \ \ | |/ / | ||||||
| * | | Merge branch 'CLIGetAllHeadersBackport' into PHP-5.5 | Andrea Faulds | 2013-11-18 | 1 | -0/+79 | |
| |\ \ | ||||||
| | * | | Implemented FR #65917 (getallheaders() is not supported by the built-in...) | Andrea Faulds | 2013-11-12 | 1 | -0/+79 | |
* | | | | Merge branch 'PHP-5.5' into PHP-5.6 | Christopher Jones | 2013-11-15 | 1 | -0/+36 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | This is CLI web server change. Added some common MIME types to the | Christopher Jones | 2013-11-15 | 1 | -0/+36 | |
| |/ / | ||||||
* | | | Merge branch 'PHP-5.5' | Felipe Pena | 2013-10-05 | 1 | -0/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Felipe Pena | 2013-10-05 | 1 | -0/+1 | |
| |\ \ | | |/ | ||||||
| | * | - Fixed bug #65818 (Segfault with built-in webserver and chunked transfer enc... | Felipe Pena | 2013-10-05 | 1 | -0/+1 | |
* | | | Merge branch 'PHP-5.5' | Christopher Jones | 2013-09-19 | 1 | -0/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Added application/pdf to PHP CLI Web Server mime types. | Christopher Jones | 2013-09-19 | 1 | -0/+1 | |
* | | | Merge branch 'slim-postdata' | Michael Wallner | 2013-09-17 | 1 | -2/+1 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | slim post data | Michael Wallner | 2013-08-27 | 1 | -2/+1 | |
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Adam Harvey | 2013-09-09 | 1 | -10/+7 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Handle CLI server request headers case insensitively. | Adam Harvey | 2013-09-09 | 1 | -10/+7 | |
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Christopher Jones | 2013-08-14 | 1 | -1/+1 | |
|\ \ \ | |/ / | | / | |/ |/| |