Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'PHP-5.6' | Christoph M. Becker | 2015-08-09 | 1 | -0/+3 | |
|\ \ | |/ | ||||||
| * | Fix #66606: Sets HTTP_CONTENT_TYPE but not CONTENT_TYPE | wusuopu | 2015-08-09 | 1 | -0/+3 | |
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -11/+11 | |
* | | Merge branch 'PHP-5.6' | Christoph M. Becker | 2015-06-27 | 1 | -0/+3 | |
|\ \ | |/ | ||||||
| * | Fix #64878: 304 responses return Content-Type header | Christoph M. Becker | 2015-06-27 | 1 | -0/+3 | |
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 | |
| * | Fix bug #68784 | Rasmus Lerdorf | 2015-01-09 | 1 | -1/+1 | |
* | | cleanup more redundant S_IS* declarations | Anatol Belski | 2015-05-25 | 1 | -4/+0 | |
* | | Drop zend_indent() as it was never used, complete or working | Kalle Sommer Nielsen | 2015-03-27 | 1 | -1/+0 | |
* | | made ZEND_TSRMLS_CACHE_* macros look like function calls | Anatol Belski | 2015-02-16 | 1 | -1/+1 | |
* | | remove useless condition (same as headers_list()) | Anatol Belski | 2015-02-13 | 1 | -3/+0 | |
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 | |
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -1/+1 | |
* | | Fix bug #68784 | Rasmus Lerdorf | 2015-01-09 | 1 | -1/+1 | |
* | | Merge branch 'PHP-5.6' | Adam Harvey | 2015-01-06 | 1 | -0/+5 | |
|\ \ | |/ | ||||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Adam Harvey | 2015-01-06 | 1 | -0/+5 | |
| |\ | ||||||
| | * | Handle NULL strings in sapi_cli_server_register_variable(). | Adam Harvey | 2015-01-06 | 1 | -0/+5 | |
| | * | Fix php cli (-S option) inconsistent port parsing | nil0x42 | 2014-11-30 | 1 | -2/+2 | |
| * | | Fix php cli (-S option) inconsistent port parsing | nil0x42 | 2014-11-30 | 1 | -2/+2 | |
* | | | Unify HTTP status code maps | Andrea Faulds | 2014-12-21 | 1 | -56/+6 | |
* | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -115/+115 | |
* | | | Merge remote-tracking branch 'origin/master' into native-tls | Anatol Belski | 2014-12-05 | 1 | -2/+2 | |
|\ \ \ | ||||||
| * | | | Fix php cli (-S option) inconsistent port parsing | nil0x42 | 2014-11-30 | 1 | -2/+2 | |
* | | | | Merge remote-tracking branch 'origin/master' into native-tls | Anatol Belski | 2014-11-18 | 1 | -5/+6 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | fix var usage only when unistd.h available | Anatol Belski | 2014-11-10 | 1 | -0/+2 | |
| * | | | cleanup unused variable | Anatol Belski | 2014-11-10 | 1 | -1/+0 | |
| * | | | do portable socket checks | Anatol Belski | 2014-11-10 | 1 | -4/+4 | |
* | | | | moved most of the core to use static tsrm ls cache pointer | Anatol Belski | 2014-10-15 | 1 | -0/+3 | |
* | | | | bring back all the TSRMLS_FETCH() stuff | Anatol Belski | 2014-10-15 | 1 | -1/+0 | |
* | | | | Merge remote-tracking branch 'origin/master' into native-tls | Anatol Belski | 2014-10-13 | 1 | -5/+35 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | fix several datatype mismatch warnings | Anatol Belski | 2014-10-13 | 1 | -5/+35 | |
* | | | | cleanup direct tsrm_ls passing | Anatol Belski | 2014-09-26 | 1 | -9/+1 | |
* | | | | reworked the patch, less new stuff but worky | Anatol Belski | 2014-09-25 | 1 | -7/+7 | |
* | | | | basic windows fix | Anatol Belski | 2014-09-22 | 1 | -2/+0 | |
* | | | | Merge remote-tracking branch 'origin/master' into native-tls | Anatol Belski | 2014-09-22 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Move smart_str implementation into Zend/ | Nikita Popov | 2014-09-21 | 1 | -1/+1 | |
* | | | | fix wrong doings | krakjoe | 2014-09-20 | 1 | -2/+4 | |
* | | | | native tls initial patch | krakjoe | 2014-09-20 | 1 | -6/+3 | |
|/ / / | ||||||
* | | | Make number printing functions less generic | Nikita Popov | 2014-09-19 | 1 | -5/+5 | |
* | | | Use inline functions for most of smart_str | Nikita Popov | 2014-09-19 | 1 | -2/+2 | |
* | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 | |
* | | | master renames phase 4 | Anatol Belski | 2014-08-25 | 1 | -3/+3 | |
* | | | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -6/+6 | |
* | | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -6/+6 | |
* | | | fix macros in the 5 basic extensions | Anatol Belski | 2014-08-16 | 1 | -16/+16 | |
* | | | cleanup | Dmitry Stogov | 2014-08-13 | 1 | -8/+5 | |
* | | | cleanup (use zend_string* instead of char*) | Dmitry Stogov | 2014-08-13 | 1 | -11/+13 | |
* | | | Merge branch 'master' into phpng | Dmitry Stogov | 2014-07-14 | 1 | -4/+7 | |
|\ \ \ | ||||||
| * \ \ | Merge branch 'PHP-5.6' | Tjerk Meesters | 2014-07-12 | 1 | -4/+8 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Merge branch 'PHP-5.5' into PHP-5.6 | Tjerk Meesters | 2014-07-12 | 1 | -4/+8 | |
| | |\ \ | | | |/ |