summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
...
* - Fix compiler warningFelipe Pena2011-07-251-1/+1
* - Use ZEND_FE_END macro hereFelipe Pena2011-07-251-1/+1
* - Added new macro to be used in the end of zend_function_entry declaration (G...Felipe Pena2011-07-251-0/+2
* Change E_ALL to include E_STRICTStanislav Malyshev2011-07-232-2/+2
* - add short array syntax as defined in https://wiki.php.net/rfc/shortsyntaxfo...Pierre Joye2011-07-232-1/+3
* Fixed incorrect initialization when copied op_array.vars was NULL (TRAITS)Stefan Marr2011-07-231-9/+14
* Fixed bug in the handling of conflicting property initializers for traits.Stefan Marr2011-07-232-6/+31
* Added test case which was only added to trunk, bug seems to be fixed already.Stefan Marr2011-07-231-0/+26
* - remove magic quotes support, functions are kept (see the NEWS entry for the...Pierre Joye2011-07-222-2/+2
* - Added a check for an enviroment variable (ZEND_DONT_UNLOAD_MODULES) that, ifDerick Rethans2011-07-141-1/+1
* remove warning for is_a() BCStanislav Malyshev2011-07-121-1/+0
* Fixed bug #54305 (Crash in gc_remove_zval_from_buffer)Dmitry Stogov2011-07-113-20/+72
* Fixed bug #55150 (php -a segfaults)Dmitry Stogov2011-07-111-0/+9
* - Added zend_is_auto_global_quick functionFelipe Pena2011-07-102-5/+13
* - Year++Felipe Pena2011-07-103-4/+4
* - Minor optimization taking the computed hash of interned stringsFelipe Pena2011-07-103-17/+41
* - Minor optimization, use the computed hash when availableFelipe Pena2011-07-101-4/+12
* - Changed zend_resolve_class_name() prototypeFelipe Pena2011-07-093-21/+14
* - WSFelipe Pena2011-07-091-1/+1
* - Minor optimization and clean upFelipe Pena2011-07-091-48/+46
* - CS and WSFelipe Pena2011-07-081-77/+47
* - Fixed bug #55156 (ReflectionClass::getDocComment() returns comment even tho...Felipe Pena2011-07-072-0/+36
* Fixed bug #55135 (Array keys are no longer type casted in unset())Dmitry Stogov2011-07-063-13/+116
* - Fixed bug #55137 (Changing trait static method visibility)Felipe Pena2011-07-062-0/+28
* Fixed bug #53727 (Inconsistent behavior of is_subclass_of with interfaces)Dmitry Stogov2011-07-043-26/+29
* - Removed accidental offsetof definitionFelipe Pena2011-07-031-5/+0
* - Fixed bug #55086 (Namespace alias does not work inside trait's use block)Felipe Pena2011-07-023-2/+40
* - Fixed build on WindowsFelipe Pena2011-06-241-4/+8
* - Improved parse error messagesFelipe Pena2011-06-237-412/+537
* - Fix ZTS buildFelipe Pena2011-06-221-0/+3
* Zend Signal HandlingIlia Alshanetsky2011-06-229-28/+635
* - Fix broken code in 64bitFelipe Pena2011-06-201-0/+4
* Fixed typoPatrick Allaert2011-06-201-1/+1
* - Optimize property finding by zend_hash_quick_findFelipe Pena2011-06-201-8/+11
* - Simplify function codeFelipe Pena2011-06-201-16/+17
* - Avoid re-hash here tooFelipe Pena2011-06-201-1/+5
* - Minor optimization (avoid to re-hash already computed var name hash)Felipe Pena2011-06-192-9/+12
* - Removed unnecessary TSRMLS_FETCHFelipe Pena2011-06-191-1/+0
* fix test with floats - make it not produce different result Stanislav Malyshev2011-06-191-2/+2
* - Fix testFelipe Pena2011-06-191-2/+3
* - Fixed compiler warning (redefinition of offsetof)Felipe Pena2011-06-181-0/+2
* - New tests for new featureFelipe Pena2011-06-144-0/+131
* - Fix build on WindowsFelipe Pena2011-06-131-6/+7
* - Fixed bug #54624 (class_alias and type hint)Felipe Pena2011-06-122-3/+41
* - Added Bison 2.5 to bison_version_listFelipe Pena2011-06-121-1/+1
* - Avoid zend_do_ticks() call for each statement in parsingFelipe Pena2011-06-123-10/+9
* - Missing fixes for grammar fix 's/valid path/a valid path/'Felipe Pena2011-06-091-1/+1
* s/valid path/a valid path/Felipe Pena2011-06-081-2/+2
* - Fixed bug #55007 (compiler fail after previous fail)Felipe Pena2011-06-072-0/+24
* - Added indirect method call through array variable (FR Bug #47160)Felipe Pena2011-06-063-0/+455