Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -3/+3 |
* | code standard | Xinchen Hui | 2015-05-16 | 1 | -5/+4 |
* | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-05-12 | 1 | -21/+25 |
|\ | |||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-05-12 | 1 | -24/+27 |
| |\ | |||||
| | * | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-05-12 | 1 | -24/+27 |
| | |\ | |||||
| | | * | Fixed bug #69364 - use smart_str to assemble strings | Stanislav Malyshev | 2015-05-09 | 1 | -24/+27 |
| | | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | * | | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| * | | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | | | expose destroy_uploaded_files_hash in the API (used by apfd extension) | Remi Collet | 2015-03-25 | 1 | -1/+1 |
* | | | | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati... | Dmitry Stogov | 2015-03-04 | 1 | -13/+22 |
* | | | | fix warnings | Michael Wallner | 2015-01-30 | 1 | -1/+1 |
* | | | | avoid duplicate array_init | Michael Wallner | 2015-01-22 | 1 | -1/+4 |
* | | | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -1/+1 |
* | | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -85/+85 |
* | | | | fix datatype mismatches | Anatol Belski | 2014-10-27 | 1 | -11/+15 |
* | | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | | | | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -12/+12 |
* | | | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -14/+14 |
* | | | | mostly fixes to spl, but also some other | Anatol Belski | 2014-08-17 | 1 | -2/+2 |
* | | | | fix some cases with fast zpp | Anatol Belski | 2014-08-16 | 1 | -3/+3 |
* | | | | first shot on merging the core fro the int64 branch | Anatol Belski | 2014-08-16 | 1 | -22/+22 |
* | | | | Merge branch 'master' into phpng | Dmitry Stogov | 2014-07-22 | 1 | -0/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | force atoll macro usage on windows | Anatol Belski | 2014-07-21 | 1 | -0/+1 |
* | | | | Merge remote-tracking branch 'origin/master' into phpng | Xinchen Hui | 2014-07-18 | 1 | -0/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Enable build without atoll (e.g old AIX flavours) | Lior Kaplan | 2014-07-17 | 1 | -0/+4 |
* | | | | Combine HashTable.flags and HashTable.nApplyCount into single 32-bit word | Dmitry Stogov | 2014-04-21 | 1 | -2/+2 |
* | | | | Fixed memory leak | Xinchen Hui | 2014-03-05 | 1 | -1/+7 |
* | | | | Fixed unlink file | Xinchen Hui | 2014-03-05 | 1 | -3/+4 |
* | | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-17 | 1 | -1/+1 |
* | | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 1 | -19/+13 |
|/ / / | |||||
* | | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | | Merge branch 'PHP-5.5' | Christopher Jones | 2013-08-14 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Christopher Jones | 2013-08-14 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Reduce (some) compile noise of 'unused variable' and 'may be used uninitializ... | Christopher Jones | 2013-08-14 | 1 | -1/+1 |
| | * | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 |
| | * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | * | Improved max_input_vars directive to check nested variables | Dmitry Stogov | 2012-02-14 | 1 | -10/+17 |
| | * | fix bug #54374, bug #55500 - filter file names better, no dangling [s | Stanislav Malyshev | 2012-01-01 | 1 | -3/+7 |
| | * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | * | Fixed bug #55504 (Content-Type header is not parsed correctly on HTTP POST re... | Hannes Magnusson | 2011-09-07 | 1 | -1/+1 |
| | * | - remove magic quotes support, functions are kept (see the NEWS entry for the... | Pierre Joye | 2011-07-22 | 1 | -10/+1 |
| | * | - Restore basename in filename on non Windows OS | Felipe Pena | 2011-06-12 | 1 | -8/+12 |
* | | | Fix to file uploads >2G with size overflow | Anatol Belski | 2013-08-14 | 1 | -8/+29 |
* | | | more precise condition | Ralf Lang | 2013-08-06 | 1 | -1/+1 |
* | | | make this work in vc11 too | Ralf Lang | 2013-08-06 | 1 | -0/+4 |
* | | | Use int64_t and atoll() after discussion with johannes | Ralf Lang | 2013-08-06 | 1 | -2/+2 |
* | | | ws | Ralf Lang | 2013-08-06 | 1 | -1/+1 |