Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 2 | -2/+2 |
|\ | |||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 2 | -2/+2 |
* | | Internal function argumensts cleanup (strict_types) | Xinchen Hui | 2015-12-12 | 1 | -1/+1 |
* | | catch more places for libxml headers search | Anatol Belski | 2015-05-10 | 1 | -1/+1 |
* | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-04-14 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.5-security' into PHP-5.5.24 | Stanislav Malyshev | 2015-04-12 | 1 | -1/+1 |
| |\ | |||||
| * \ | Merge branch 'PHP-5.4.40' into PHP-5.5.24 | Stanislav Malyshev | 2015-04-11 | 1 | -2/+2 |
| |\ \ | |||||
| | * | | Fixed bug #69353 (Missing null byte checks for paths in various PHP extensions) | Stanislav Malyshev | 2015-04-11 | 1 | -2/+2 |
| | * | | Bump year | Xinchen Hui | 2014-01-03 | 2 | -2/+2 |
| | * | | typo fixes | Veres Lajos | 2013-07-15 | 1 | -1/+1 |
| | * | | Happy New Year | Xinchen Hui | 2013-01-01 | 2 | -2/+2 |
| | * | | Merge branch 'PHP-5.3' into PHP-5.4 | Felipe Pena | 2012-05-18 | 1 | -0/+2 |
| | |\ \ | |||||
| | | * | | - Fixed bug #62064 (memory leak in the XML Writer module) | Felipe Pena | 2012-05-18 | 1 | -0/+2 |
| | | * | | - Year++ | Felipe Pena | 2012-01-01 | 2 | -2/+2 |
| | | * | | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | | * | | - Year++ | Felipe Pena | 2011-01-01 | 2 | -2/+2 |
| | * | | | - Year++ | Felipe Pena | 2012-01-01 | 2 | -2/+2 |
| | * | | | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
* | | | | | Merge branch 'PHP-5.6' | Lior Kaplan | 2015-04-01 | 1 | -1/+1 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | Fix typo: unitialized -> uninitialized | Lior Kaplan | 2015-04-01 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | Bump year | Xinchen Hui | 2015-01-15 | 2 | -2/+2 |
* | | | | Fixed tests | Xinchen Hui | 2015-03-30 | 4 | -4/+4 |
* | | | | cleanup mod version macros and mod defs, round x | Anatol Belski | 2015-03-23 | 2 | -1/+4 |
* | | | | Move zend_object->guards into additional slot of zend_object->properties_tabl... | Dmitry Stogov | 2015-02-04 | 1 | -1/+1 |
* | | | | Cleanup resource handling APIs | Xinchen Hui | 2015-02-02 | 1 | -23/+62 |
* | | | | bump year | Xinchen Hui | 2015-01-15 | 2 | -2/+2 |
* | | | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -56/+56 |
* | | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -60/+60 |
* | | | | Removed ZEND_ENGINE_2 checks (and ZE1 code, it's been a decade!) | Andrea Faulds | 2014-12-05 | 1 | -3/+0 |
* | | | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2014-11-23 | 4 | -0/+148 |
|\ \ \ \ | |/ / / | |||||
| * | | | xmlwriter_full_end_element tests | Mauricio Vieira | 2014-08-02 | 2 | -0/+77 |
| * | | | Tests for writeAttributeNS and xmlwriter_write_attribute_ns | Mauricio Vieira | 2014-08-02 | 2 | -0/+71 |
| * | | | Bump year | Xinchen Hui | 2014-01-03 | 2 | -2/+2 |
* | | | | removed *.dsw and *.dsp files | Anatol Belski | 2014-09-28 | 1 | -113/+0 |
* | | | | Merge branch 'master' into issue-67910 | Florian MARGAINE | 2014-09-20 | 2 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 2 | -2/+2 |
* | | | | | Replaces php5 with php7, without whitespace changes. | Florian MARGAINE | 2014-09-20 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -17/+30 |
* | | | | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
* | | | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
* | | | | ported xsl, xml reader and writer | Anatol Belski | 2014-08-19 | 1 | -1/+1 |
* | | | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -1/+1 |
* | | | | Use self instead of this(keyword) | Xinchen Hui | 2014-05-04 | 1 | -68/+68 |
* | | | | Port XMLWriter | Xinchen Hui | 2014-05-04 | 2 | -229/+68 |
* | | | | Bump year | Xinchen Hui | 2014-01-03 | 2 | -2/+2 |
|/ / / | |||||
* | | | Fix long-standing visual pain point: the misalignment of './configure help' t... | Christopher Jones | 2013-08-06 | 1 | -1/+1 |
* | | | typo fixes | Veres Lajos | 2013-07-15 | 1 | -1/+1 |
* | | | Happy New Year | Xinchen Hui | 2013-01-01 | 2 | -2/+2 |
* | | | - Fixed bug #62064 (memory leak in the XML Writer module) | Felipe Pena | 2012-05-18 | 1 | -0/+2 |
* | | | - Year++ | Felipe Pena | 2012-01-01 | 2 | -2/+2 |