Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove duplicated skipif conditions | Anatol Belski | 2016-01-02 | 4 | -4/+0 |
| | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Anatol Belski | 2016-01-01 | 4 | -0/+4 |
|\ | | | | | | | | | | | * PHP-5.6: sync with new tests from 7.0 for ICU 55_1 and 56_1 compat sync skipifs for ext/intl for ICU 55_* and 56_* compat | ||||
| * | sync with new tests from 7.0 for ICU 55_1 and 56_1 compat | Anatol Belski | 2016-01-01 | 10 | -0/+636 |
| | | |||||
| * | sync skipifs for ext/intl for ICU 55_* and 56_* compat | Anatol Belski | 2016-01-01 | 8 | -5/+10 |
| | | |||||
* | | Fixed bug #71020 (Use after free in Collator::sortWithSortKeys) | Xinchen Hui | 2015-12-07 | 2 | -1/+18 |
| | | |||||
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Ferenc Kovacs | 2015-10-19 | 1 | -2/+2 |
|\ \ | |/ | | | | | | | | | | | | | * PHP-5.6: fixup, both catched by nikic use another character device in this test as /dev/console seems that it is different for lxc containers the de_DE(iso-8859-1) locale is not available on ubuntu by default, but there is no reason to require that over the utf-8 one let's try running our testsuite without sudo | ||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Ferenc Kovacs | 2015-10-19 | 1 | -2/+2 |
| |\ | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: fixup, both catched by nikic use another character device in this test as /dev/console seems that it is different for lxc containers the de_DE(iso-8859-1) locale is not available on ubuntu by default, but there is no reason to require that over the utf-8 one let's try running our testsuite without sudo | ||||
| | * | the de_DE(iso-8859-1) locale is not available on ubuntu by default, but ↵ | Ferenc Kovacs | 2015-08-24 | 1 | -2/+2 |
| | | | | | | | | | | | | there is no reason to require that over the utf-8 one | ||||
| | * | Remove extraneous strlen() call | Rasmus Lerdorf | 2015-03-21 | 1 | -2/+0 |
| | | | |||||
| * | | Remove extraneous strlen() call | Rasmus Lerdorf | 2015-03-21 | 1 | -2/+0 |
| | | | |||||
* | | | fork test for ICU 56.1 | Anatol Belski | 2015-10-12 | 2 | -1/+124 |
| | | | |||||
* | | | fork test for ICU-56.1 | Anatol Belski | 2015-10-12 | 2 | -1/+132 |
| | | | |||||
* | | | fix test for ICU-56.1 | Anatol Belski | 2015-10-12 | 3 | -1/+100 |
| | | | |||||
* | | | More zpp cleanup in ext/intl | Nikita Popov | 2015-10-06 | 3 | -35/+16 |
| | | | |||||
* | | | Fix/improve zpp usage | Nikita Popov | 2015-10-02 | 3 | -10/+7 |
| | | | | | | | | | | | | | | | | | | The ext/interbase changes are done blindly, fingers crossed. Some of these are bug fixes, some make zpp usage more idiomatic. | ||||
* | | | Removed or simplified incorrect SEPARATE_*() macros usage. | Dmitry Stogov | 2015-09-29 | 3 | -3/+1 |
| | | | |||||
* | | | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more ↵ | Dmitry Stogov | 2015-09-24 | 2 | -5/+5 |
| | | | | | | | | | | | | appropriate Z_ARRVAL_P() or Z_OBJPROP_P(). | ||||
* | | | Cleanup: avoid reallocations | Dmitry Stogov | 2015-09-24 | 1 | -54/+60 |
| | | | |||||
* | | | Cleanup: zend_object_std_dtor() is called through free_obj handler | Dmitry Stogov | 2015-09-23 | 1 | -2/+0 |
| | | | |||||
* | | | Merge branch 'master' of git.php.net:php-src | Dmitry Stogov | 2015-09-10 | 2 | -18/+20 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | * 'master' of git.php.net:php-src: Aligned IntlChar protos to their ARG_INFO (related to #70453) Skip IntlChar related test if ext/intl is not available | ||||
| * | | | Aligned IntlChar protos to their ARG_INFO (related to #70453) | Christoph M. Becker | 2015-09-10 | 1 | -18/+18 |
| | | | | |||||
| * | | | Skip IntlChar related test if ext/intl is not available | Christoph M. Becker | 2015-09-10 | 1 | -0/+2 |
| | | | | |||||
* | | | | Change array sorting implementation to avoid two level callbacks system. | Dmitry Stogov | 2015-09-10 | 1 | -3/+2 |
|/ / / | | | | | | | | | | Simplify zval comparion API. | ||||
* | | | Fix #70454: IntlChar::forDigit second parameter should be optional | Christoph M. Becker | 2015-09-07 | 2 | -1/+19 |
| | | | | | | | | | | | | | | | ZPP expects "ll" instead of "l|l" what would match the "proto" and the ARG_INFO. | ||||
* | | | Fix #70453: IntlChar::foldCase() incorrect arguments and missing constants | Christoph M. Becker | 2015-09-07 | 2 | -0/+21 |
| | | | | | | | | | | | | | | | | | | We add missing ARG_INFO for the seconds parameter $options, and add the respective constants IntlChar::FOLD_CASE_DEFAULT and ::FOLD_CASE_EXCLUDE_SPECIAL_I. | ||||
* | | | Get rid of implicit type casting in GC_*() macros in Zend/zend_types.h. | Dmitry Stogov | 2015-08-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | This prevented compilation warnings and disclosed few incorrect usages in Zend/zend_vm_def.h and ext/dom/xpath.c. Now explicit type casting may be required on call site. This may break some C extension code, but it shoulfn't be a problem to add explicit casting. | ||||
* | | | Check the function UConverter::getAvailable with parameter wrong | Rodrigo Prado | 2015-08-06 | 1 | -0/+8 |
| | | | |||||
* | | | switch to the unified globals accessor where appropriate | Anatol Belski | 2015-07-29 | 1 | -7/+3 |
| | | | |||||
* | | | Various warning fixes | Nikita Popov | 2015-07-17 | 3 | -4/+4 |
| | | | |||||
* | | | Fix failing tests from exception code changes | Aaron Piotrowski | 2015-07-07 | 7 | -20/+20 |
| | | | |||||
* | | | Switch position of ce in exception ce variable names | Aaron Piotrowski | 2015-07-03 | 1 | -2/+2 |
| | | | |||||
* | | | Change zend_exception_get_default() to zend_exception_ce | Aaron Piotrowski | 2015-07-03 | 1 | -7/+4 |
| | | | |||||
* | | | change the inclusion order which fixes the vc build | Anatol Belski | 2015-07-01 | 1 | -1/+1 |
| | | | |||||
* | | | Cleanup (avoid string reallocations) | Dmitry Stogov | 2015-07-01 | 23 | -294/+197 |
| | | | |||||
* | | | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵ | Dmitry Stogov | 2015-06-30 | 13 | -25/+25 |
| | | | | | | | | | | | | semantick changes). | ||||
* | | | Improved zend_string API (Francois Laupretre) | Dmitry Stogov | 2015-06-29 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit d96eab8d79b75ac83d49d49ae4665f948d15a804 Author: Francois Laupretre <francois@tekwire.net> Date: Fri Jun 26 01:23:31 2015 +0200 Use the new 'ZSTR' macros in the rest of the code. Does not change anything to the generated code (thanks to compat macros) but cleaner. commit b3526439104ac7a89a8e0c79dbebf33b22bd01b8 Author: Francois Laupretre <francois@tekwire.net> Date: Thu Jun 25 13:45:06 2015 +0200 Improve zend_string API Add missing methods | ||||
* | | | Merge branch 'master' into throwable-interface | Aaron Piotrowski | 2015-06-14 | 15 | -11/+281 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Zend/zend_language_scanner.c # Zend/zend_language_scanner.l # ext/simplexml/tests/SimpleXMLElement_xpath.phpt | ||||
| * | | | Get rid of more ZVAL_ZVAL() macros | Dmitry Stogov | 2015-06-12 | 2 | -2/+4 |
| | | | | |||||
| * | | | Avoid zval duplication in ZVAL_ZVAL() macro (it was necessary only in few ↵ | Dmitry Stogov | 2015-06-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | places). Switch from ZVAL_ZVAL() to simpler macros where possible (it makes sense to review remaining places) | ||||
| * | | | fix hard-coded path in test | Ferenc Kovacs | 2015-06-09 | 1 | -1/+1 |
| | | | | |||||
| * | | | fix test title | Anatol Belski | 2015-05-18 | 1 | -1/+1 |
| | | | | |||||
| * | | | fork test for ICU >= 55.1 compat | Anatol Belski | 2015-05-18 | 2 | -0/+30 |
| | | | | |||||
| * | | | sync test with exception currently thrown | Anatol Belski | 2015-05-18 | 1 | -2/+5 |
| | | | | |||||
| * | | | fork test for ICU >= 55.1 compat | Anatol Belski | 2015-05-18 | 2 | -1/+100 |
| | | | | |||||
| * | | | fork test for ICU >= 55.1 compat | Anatol Belski | 2015-05-18 | 2 | -0/+63 |
| | | | | |||||
| * | | | skip test for ICU >= 55.1, a newer test is available and passes | Anatol Belski | 2015-05-18 | 1 | -5/+3 |
| | | | | |||||
| * | | | fork test for ICU >= 55.1 compat | Anatol Belski | 2015-05-18 | 2 | -0/+41 |
| | | | | |||||
| * | | | fork test for ICU >= 55.1 compat | Anatol Belski | 2015-05-18 | 2 | -0/+34 |
| | | | | |||||
* | | | | Update exception names in tests after formatting changes. | Aaron Piotrowski | 2015-05-17 | 43 | -43/+43 |
| | | | | |||||
* | | | | Merge branch 'master' into throwable-interface | Aaron Piotrowski | 2015-05-17 | 46 | -46/+210 |
|\ \ \ \ | |/ / / |