| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove unnecessary macros | Anatol Belski | 2015-09-02 | 1 | -10/+4 |
| * | Merge branch 'PHP-5.6' | Christoph M. Becker | 2015-08-11 | 1 | -1/+6 |
| |\ | |||||
| | * | Fix #69487: SAPI may truncate POST data | Christoph M. Becker | 2015-08-11 | 1 | -1/+6 |
| | * | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-02-05 | 1 | -7/+2 |
| | |\ | |||||
| | | * | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-02-05 | 1 | -7/+2 |
| | | |\ | |||||
| | | | * | Update header handling to RFC 7230 | Stanislav Malyshev | 2015-02-05 | 1 | -7/+2 |
| | | * | | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |/ | |||||
| | * | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| * | | | fix datatype mismatches | Anatol Belski | 2015-03-24 | 1 | -6/+6 |
| * | | | fix datatype mismatches | Anatol Belski | 2015-03-24 | 1 | -3/+3 |
| * | | | Revive Zend Signals handler (and fixed bug #61083) | Xinchen Hui | 2015-03-05 | 1 | -4/+0 |
| * | | | made ZEND_TSRMLS_CACHE_* macros look like function calls | Anatol Belski | 2015-02-16 | 1 | -1/+1 |
| * | | | Update header handling to RFC 7230 | Stanislav Malyshev | 2015-02-05 | 1 | -7/+2 |
| * | | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| * | | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -18/+18 |
| * | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -98/+98 |
| * | | | Merge remote-tracking branch 'origin/master' into native-tls | Anatol Belski | 2014-11-18 | 1 | -7/+7 |
| |\ \ \ | |||||
| | * | | | fix datatype mismatch warns | Anatol Belski | 2014-10-28 | 1 | -7/+7 |
| * | | | | move SG to use global tsrmls pointer | Anatol Belski | 2014-10-15 | 1 | -0/+3 |
| * | | | | reworked the patch, less new stuff but worky | Anatol Belski | 2014-09-25 | 1 | -2/+2 |
| * | | | | native tls initial patch | krakjoe | 2014-09-20 | 1 | -2/+2 |
| |/ / / | |||||
| * | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| * | | | fix signed/unsigned mismatch | Anatol Belski | 2014-09-15 | 1 | -1/+1 |
| * | | | Refactored INI subsystem to use zend_string* instead of char* | Dmitry Stogov | 2014-09-01 | 1 | -2/+2 |
| * | | | Fixed incompatible pointer type (int64) | Xinchen Hui | 2014-08-26 | 1 | -1/+1 |
| * | | | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
| * | | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -4/+4 |
| * | | | fixes to %pd format usage | Anatol Belski | 2014-08-24 | 1 | -1/+1 |
| * | | | first shot on merging the core fro the int64 branch | Anatol Belski | 2014-08-16 | 1 | -2/+2 |
| * | | | Merge branch 'master' into test | Dmitry Stogov | 2014-07-07 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'PHP-5.6' | Michael Wallner | 2014-07-03 | 1 | -1/+1 |
| | |\ \ \ | | |/ / | |||||
| | | * | | finish | Michael Wallner | 2014-07-03 | 1 | -1/+1 |
| * | | | | Removed EG(in_execution). If EG(currentent_execute_data) is not NULL we are e... | Dmitry Stogov | 2014-07-03 | 1 | -5/+5 |
| * | | | | Merge branch 'master' into phpng | Dmitry Stogov | 2014-06-18 | 1 | -1/+1 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Merge branch 'PHP-5.6' | Adam Harvey | 2014-06-12 | 1 | -1/+1 |
| | |\ \ \ | | |/ / | |||||
| | | * | | Merge branch 'PHP-5.5' into PHP-5.6 | Adam Harvey | 2014-06-12 | 1 | -1/+1 |
| | | |\ \ | | | |/ | |||||
| | | | * | Keep 308-399 HTTP response codes when header('Location:') is called. | Adam Harvey | 2014-06-12 | 1 | -1/+1 |
| | | * | | fix bug #67198 (php://input regression) | Michael Wallner | 2014-05-06 | 1 | -1/+1 |
| * | | | | Merge branch 'master' into phpng | Dmitry Stogov | 2014-05-13 | 1 | -1/+1 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | fix bug #67198 (php://input regression) | Michael Wallner | 2014-05-06 | 1 | -1/+1 |
| * | | | | Merge mainstream 'master' branch into refactoring | Dmitry Stogov | 2014-04-26 | 1 | -1/+1 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Merge branch 'PHP-5.6' | Ferenc Kovacs | 2014-04-13 | 1 | -1/+1 |
| | |\ \ \ | | |/ / | |||||
| | | * | | Merge branch 'PHP-5.5' into PHP-5.6 | Ferenc Kovacs | 2014-04-13 | 1 | -1/+1 |
| | | |\ \ | | | |/ | |||||
| | | | * | fix typo | Ferenc Kovacs | 2014-04-13 | 1 | -1/+1 |
| | | | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| * | | | | Combine HashTable.flags and HashTable.nApplyCount into single 32-bit word | Dmitry Stogov | 2014-04-21 | 1 | -1/+1 |
| * | | | | Changes zend_is_callable() to use zend_string* instead of char* | Dmitry Stogov | 2014-02-25 | 1 | -10/+3 |
| * | | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-18 | 1 | -2/+2 |
| * | | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-17 | 1 | -1/+6 |
| * | | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 1 | -23/+23 |
| |/ / / | |||||
