Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | removed *.dsw and *.dsp files | Anatol Belski | 2014-09-28 | 1 | -114/+0 | |
| | | ||||||
* | | Reverts some unwanted changes | Florian MARGAINE | 2014-09-20 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' into issue-67910 | Florian MARGAINE | 2014-09-20 | 2 | -2/+2 | |
|\ \ | | | | | | | | | | | | | | | | Conflicts: README.PARAMETER_PARSING_API ext/gmp/tests/001.phpt | |||||
| * | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 2 | -2/+2 | |
| | | | ||||||
* | | | Deletes patch leftovers | Florian MARGAINE | 2014-09-20 | 1 | -5/+0 | |
| | | | ||||||
* | | | Replaces php5 with php7, without whitespace changes. | Florian MARGAINE | 2014-09-20 | 4 | -5/+10 | |
|/ / | ||||||
* | | 's' works with size_t round 3 | Anatol Belski | 2014-08-27 | 1 | -5/+10 | |
| | | ||||||
* | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -5/+5 | |
| | | ||||||
* | | fixed several long vs zend_long casts | Anatol Belski | 2014-08-26 | 1 | -1/+1 | |
| | | ||||||
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 2 | -45/+45 | |
| | | ||||||
* | | ported xsl, xml reader and writer | Anatol Belski | 2014-08-19 | 1 | -12/+12 | |
| | | ||||||
* | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 2 | -33/+33 | |
| | | ||||||
* | | Refactored run_time_cache usage in object handlers | Dmitry Stogov | 2014-07-07 | 1 | -3/+3 | |
| | | ||||||
* | | Fixed memory leak in prop_handlers registering | Xinchen Hui | 2014-05-05 | 1 | -3/+8 | |
| | | ||||||
* | | Port XMLReader | Xinchen Hui | 2014-05-04 | 2 | -90/+84 | |
|/ | ||||||
* | Bump year | Xinchen Hui | 2014-01-03 | 2 | -2/+2 | |
| | ||||||
* | Merge branch 'PHP-5.5' | Michael Wallner | 2013-10-04 | 2 | -2/+50 | |
|\ | | | | | | | | | * PHP-5.5: Fixed bug #64230 (XMLReader does not suppress errors) | |||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Michael Wallner | 2013-10-04 | 2 | -2/+50 | |
| |\ | | | | | | | | | | | | | * PHP-5.4: Fixed bug #64230 (XMLReader does not suppress errors) | |||||
| | * | Fixed bug #64230 (XMLReader does not suppress errors) | Michael Wallner | 2013-10-04 | 2 | -2/+50 | |
| | | | ||||||
* | | | fix bug #55285 XMLReader::getAttribute/No/Ns methods inconsistency | Michael Wallner | 2013-10-03 | 1 | -6/+0 | |
|/ / | ||||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Michael Wallner | 2013-10-03 | 1 | -1/+1 | |
|\ \ | |/ | | | | | | | * PHP-5.4: typo: really fix bug #51936 Crash with clone xmlreader | |||||
| * | typo: really fix bug #51936 Crash with clone xmlreader | Michael Wallner | 2013-10-03 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Michael Wallner | 2013-10-03 | 2 | -0/+23 | |
|\ \ | |/ | | | | | | | * PHP-5.4: fix bug #59613 (Crash with clone XMLReader) | |||||
| * | fix bug #59613 (Crash with clone XMLReader) | Michael Wallner | 2013-10-03 | 2 | -0/+23 | |
| | | ||||||
* | | Fix long-standing visual pain point: the misalignment of './configure help' ↵ | Christopher Jones | 2013-08-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | text. Whitespace changes and a couple of grammar fixes. | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2013-06-19 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Fix test typo | Xinchen Hui | 2013-06-19 | 1 | -2/+2 | |
| | | ||||||
| * | Merge branch 'pull-request/320' | Stanislav Malyshev | 2013-06-17 | 5 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pull-request/320: this is test 5 not 6 fix race condition more shared names that create race conditions change to a unique filename more shared filenames yet another shared filename don't share a filename to stop race conditions fix race condition for 2-4 and normalize names for others fix race condition when running tests in parallel clean up after test Fix #64572: Clean up after the test Fix #64572: Clean up after the test | |||||
| * | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -4/+4 | |
| | | | | | | | | | | * pull-request/341: (23 commits) typofixes | |||||
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 2 | -2/+2 | |
| | | ||||||
* | | Merge branch 'pull-request/320' | Stanislav Malyshev | 2013-06-17 | 5 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pull-request/320: this is test 5 not 6 fix race condition more shared names that create race conditions change to a unique filename more shared filenames yet another shared filename don't share a filename to stop race conditions fix race condition for 2-4 and normalize names for others fix race condition when running tests in parallel clean up after test Fix #64572: Clean up after the test Fix #64572: Clean up after the test | |||||
* | | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -4/+4 | |
| | | | | | | | | | | * pull-request/341: (23 commits) typofixes | |||||
* | | fix bug #49348 - issue notice on get_property_ptr_ptr when used for read | Stanislav Malyshev | 2013-02-18 | 1 | -22/+22 | |
| | | ||||||
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 2 | -2/+2 | |
|/ | ||||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-10 | 2 | -0/+0 | |
|\ | ||||||
| * | Remove executable permission on phpt | Xinchen Hui | 2012-10-10 | 2 | -0/+0 | |
| | | ||||||
| * | Fix #62432 ReflectionMethod random corrupt memory on high concurrent | Johannes Schlüter | 2012-06-27 | 1 | -1/+1 | |
| | | | | | | | | | | This fixes the same issue in multiple extensions. This isn't needed in later branches as 5.4 introduced object_properties_init() | |||||
| * | more verbose skip reason in test files with not so obvious extension ↵ | Olivier DOUCET | 2012-02-25 | 1 | -1/+1 | |
| | | | | | | | | requirements | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 2 | -2/+2 | |
| | | ||||||
| * | - fix test for OS where dir sep is \ | Pierre Joye | 2011-09-07 | 1 | -7/+13 | |
| | | ||||||
| * | - 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 | |
| | | ||||||
| * | Fix use after free() in XMLReader::xml() | Scott MacVicar | 2011-05-13 | 1 | -3/+10 | |
| | | ||||||
| * | Fix common typos in the source code (Reported in Bug #54065) | Pierrick Charron | 2011-04-03 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | # External libraries were excluded # Thanks eitan at eitanadler dot com for the first patch :) | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 2 | -2/+2 | |
| | | ||||||
* | | more verbose skip reason in test files with not so obvious extension ↵ | Olivier DOUCET | 2012-02-25 | 1 | -1/+1 | |
| | | | | | | | | requirements | |||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 2 | -2/+2 | |
| | | ||||||
* | | - fix test for OS where dir sep is \ | Pierre Joye | 2011-09-07 | 1 | -7/+13 | |
| | | ||||||
* | | Removal of deadcode identified by coverity | Ilia Alshanetsky | 2011-08-08 | 1 | -2/+2 | |
| | | ||||||
* | | - Added ZEND_MOD_END macro to use in the end of zend_module_dep[] | Felipe Pena | 2011-08-06 | 1 | -1/+1 | |
| | |