Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 3 | -70/+69 | |
* | | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2014-11-23 | 21 | -0/+1034 | |
|\ \ \ | |/ / | ||||||
| * | | added various tests for XSLTProcessor and one test for iconv extension | Rodrigo Prado de Jesus | 2014-09-28 | 21 | -0/+1034 | |
* | | | removed *.dsw and *.dsp files | Anatol Belski | 2014-09-28 | 1 | -120/+0 | |
* | | | Merge branch 'master' into issue-67910 | Florian MARGAINE | 2014-09-20 | 4 | -5/+5 | |
|\ \ \ | ||||||
| * | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 4 | -4/+4 | |
| * | | | Avoid double IS_INTERNED() check | Dmitry Stogov | 2014-09-19 | 1 | -1/+1 | |
* | | | | Replaces php5 with php7, without whitespace changes. | Florian MARGAINE | 2014-09-20 | 1 | -2/+2 | |
|/ / / | ||||||
* | | | 's' works with size_t round 3 | Anatol Belski | 2014-08-27 | 1 | -2/+2 | |
* | | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -3/+4 | |
* | | | master renames phase 7PRE_AST_MERGE | Anatol Belski | 2014-08-25 | 1 | -2/+2 | |
* | | | master renames phase 1 | Anatol Belski | 2014-08-25 | 3 | -31/+31 | |
* | | | Merge remote-tracking branch 'php/master' | Anatol Belski | 2014-08-19 | 1 | -0/+1 | |
|\ \ \ | ||||||
| * | | | fix uninitialized args usage | Anatol Belski | 2014-08-19 | 1 | -1/+6 | |
* | | | | ported xsl, xml reader and writer | Anatol Belski | 2014-08-19 | 2 | -6/+10 | |
* | | | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 2 | -25/+25 | |
|/ / / | ||||||
* | | | Refactored run_time_cache usage in object handlers | Dmitry Stogov | 2014-07-07 | 1 | -2/+2 | |
* | | | Fixed two tests, 1 left | Xinchen Hui | 2014-05-15 | 1 | -0/+1 | |
* | | | Refactored ext/xsl, need some help in 3 tests failed | Xinchen Hui | 2014-05-15 | 3 | -196/+155 | |
* | | | Merge mainstream 'master' branch into refactoring | Dmitry Stogov | 2014-04-26 | 4 | -0/+58 | |
|\ \ \ | ||||||
| * \ \ | Merge branch 'PHP-5.6' | Anatol Belski | 2014-04-01 | 4 | -0/+58 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2014-04-01 | 4 | -0/+58 | |
| | |\ \ | | | |/ | ||||||
| | | * | added test for bug #53965 | Anatol Belski | 2014-04-01 | 4 | -0/+58 | |
| | | * | Bump year | Xinchen Hui | 2014-01-03 | 4 | -4/+4 | |
| | * | | Bump year | Xinchen Hui | 2014-01-03 | 4 | -4/+4 | |
* | | | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -1/+2 | |
* | | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge branch 'PHP-5.6' | Xinchen Hui | 2014-01-03 | 4 | -4/+4 | |
|\ \ \ | ||||||
| * | | | Bump year | Xinchen Hui | 2014-01-03 | 4 | -4/+4 | |
| |/ / | ||||||
* | | | Fix Bug #64776 The XSLT extension is not thread safe. | Michael Wallner | 2013-12-02 | 1 | -21/+4 | |
|/ / | ||||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Michael Wallner | 2013-12-02 | 3 | -0/+109 | |
|\ \ | |/ | ||||||
| * | fix bug #49634x | Michael Wallner | 2013-12-02 | 3 | -0/+109 | |
* | | 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 | |
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 4 | -4/+4 | |
* | | Fix long-standing visual pain point: the misalignment of './configure help' t... | Christopher Jones | 2013-08-06 | 1 | -1/+1 | |
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 4 | -4/+4 | |
* | | Merge branch 'PHP-5.4' | Xinchen Hui | 2012-10-10 | 1 | -0/+0 | |
|\ \ | |/ | ||||||
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-10 | 1 | -0/+0 | |
| |\ | ||||||
| | * | Remove executable permission on phpt | Xinchen Hui | 2012-10-10 | 1 | -0/+0 | |
| | * | Fix #62432 ReflectionMethod random corrupt memory on high concurrent | Johannes Schlüter | 2012-06-27 | 1 | -1/+1 | |
| | * | - Year++ | Felipe Pena | 2012-01-01 | 4 | -4/+4 | |
| | * | Added the xsl.security_prefs option to 5_4 and trunk and | Christian Stocker | 2011-10-10 | 4 | -10/+13 | |
| | * | Fix wrong comment | Christian Stocker | 2011-10-06 | 1 | -1/+3 | |
| | * | Added test for Bug 54446 | Christian Stocker | 2011-10-05 | 2 | -1/+96 | |
| | * | Added xsl.security_prefs ini option to define forbidden operations within XSLT | Christian Stocker | 2011-10-05 | 3 | -1/+73 | |
| | * | fix xsl tests | Christian Stocker | 2011-08-31 | 2 | -4/+4 | |
| | * | fix xsl date tests | Christian Stocker | 2011-08-29 | 2 | -3/+99 | |
| | * | - Added ZEND_MOD_END macro to use in the end of zend_module_dep[] | Felipe Pena | 2011-08-06 | 1 | -1/+1 | |
| | * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |