Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ \ | |/ | |||||
| * | Display TypeExceptions like normal exceptions | Nikita Popov | 2015-05-17 | 41 | -41/+205 |
| | | | | | | | | | | | | | | We currently don't show the argument at which the error actually occured in the trace - should probably either add it or don't display args on incomplete frames altogether, otherwise this'll probably be confusing. | ||||
| * | Tweak uncaught exception message display | Nikita Popov | 2015-05-17 | 5 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This implements a reduced variant of #1226 with just the following change: -Fatal error: Uncaught exception 'EngineException' with message 'Call to private method foo::bar() from context ''' in %s:%d +Fatal error: Uncaught EngineException: Call to private method foo::bar() from context '' in %s:%d The '' wrapper around messages is very weird if the exception message itself contains ''. Futhermore having the message wrapped in '' doesn't work for the "and defined" suffix of TypeExceptions. | ||||
* | | Fix a few missed tests. | Aaron Piotrowski | 2015-05-16 | 3 | -3/+3 |
| | | |||||
* | | Updated tests to reflect exception class changes. | Aaron Piotrowski | 2015-05-16 | 15 | -61/+61 |
|/ | |||||
* | Display EngineExceptions like ordinary exceptions | Nikita Popov | 2015-05-15 | 2 | -2/+8 |
| | | | | | | | | | TypeException stays as-is for now because it uses messages that are incompatible with the way exception messages are displayed. closure_038.phpt and a few others now show that we're generating too many exceptions for compound operations on undefined properties -- this needs to be fixed in a followup. | ||||
* | Fixed redundand internal constructor behavior (they shouldn't return NULL ↵ | Dmitry Stogov | 2015-05-07 | 2 | -31/+39 |
| | | | | anymore) | ||||
* | Fix Intl constructor leaks | Nikita Popov | 2015-04-17 | 9 | -69/+66 |
| | | | | | Drop the Z_OBJ(return_value) = NULL hack and return status code from ctor function instead. | ||||
* | Fix leak in transliterator_transliterate() | Nikita Popov | 2015-04-17 | 1 | -1/+2 |
| | |||||
* | Fix leak in IntlDateFormatter::getTimeZone() | Nikita Popov | 2015-04-17 | 1 | -1/+0 |
| | |||||
* | Fix leak in IntlCalendar::fromDateTime() | Nikita Popov | 2015-04-17 | 1 | -1/+1 |
| |