summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* - parser version independentPierre Joye2011-08-311-1/+1
* - parser version independentPierre Joye2011-08-311-1/+1
* - use only the test namePierre Joye2011-08-311-9/+9
* - use only the test namePierre Joye2011-08-311-9/+9
* - use only the test namePierre Joye2011-08-311-3/+3
* - use only test namePierre Joye2011-08-311-1/+1
* - make it parser version independentPierre Joye2011-08-311-2/+2
* - Fixed ZTS buildFelipe Pena2011-08-301-2/+2
* - Zend engine part for bug #55158: Add SORT_NATURAL type to array_multisortDerick Rethans2011-08-292-2/+20
* Fixed bug #55524 Traits should not be able to extend a classStefan Marr2011-08-292-1/+21
* - Fix bug #55471, fix zts build with dtrace (Laruense)Pierre Joye2011-08-211-1/+1
* Fix bug #55445 (Incomplete implementation of <?= being independant of short_o...Etienne Kneuss2011-08-174-4/+12
* - Drop T_SCALAR_CASTFelipe Pena2011-08-161-1/+0
* - Fixed ZTS buildFelipe Pena2011-08-161-1/+1
* Improve errormessage on wrong use statementsHannes Magnusson2011-08-161-0/+3
* Callable typehint following the rules of is_callable($arg, false);Hannes Magnusson2011-08-1610-668/+836
* Bug #55424 Fatal error when calling a method from a trait that is defined in ...Stefan Marr2011-08-152-4/+42
* Fixed Bug #55355: Inheritance chain was not regarded when checking whether th...Stefan Marr2011-08-152-0/+54
* Fixed Bug #55372 Incorrect handling of literals led to memory corruption.Stefan Marr2011-08-152-24/+76
* Addendum for patch to bug #55214: Class name was freed before method literal ...Stefan Marr2011-08-151-2/+2
* Fix typoEtienne Kneuss2011-08-081-1/+1
* Fix typoPierrick Charron2011-08-081-1/+1
* Use snprintf to make the static analyzers happyPierrick Charron2011-08-081-1/+1
* - Document the new ZEND_DONT_UNLOAD_MODULES environment variable.Derick Rethans2011-08-081-1/+10
* Use snprintf and strncat to make the static analyzers happyPierrick Charron2011-08-081-3/+3
* - Fixed bug #55378: binary number literal returns float number though its valueDerick Rethans2011-08-074-3/+311
* For 5.4, fix C++-style comments. For trunk, forward-port build fix.Gwynne Raskind2011-08-071-2/+2
* - Revert r314387Felipe Pena2011-08-071-1/+1
* function_name cannot be falsePierrick Charron2011-08-071-1/+1
* Fix build under Clang 2.9 - see LLVM bug #9164 (http://llvm.org/bugs/show_bug...Gwynne Raskind2011-08-071-0/+8
* Since we have fci_cache = &fci_cache_local inside that blockRasmus Lerdorf2011-08-071-1/+1
* Use snprintf here instead to make the static analyzers happy.Rasmus Lerdorf2011-08-071-1/+1
* Use property_info.name here instead since *name might be free'ed at this pointRasmus Lerdorf2011-08-071-1/+1
* - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-0/+2
* - Added missing PHP_FE_END/ZEND_FE_ENDFelipe Pena2011-08-061-2/+2
* Another potential missing va_end() found by CoverityRasmus Lerdorf2011-08-051-0/+1
* Fix missing va_end() found by CoverityRasmus Lerdorf2011-08-051-0/+1
* Fixed bug #55339 (Segfault with allow_call_time_pass_reference = Off)Dmitry Stogov2011-08-021-0/+41
* Fixed bug #55305 (ref lost: 1st ref instantiated in class def, 2nd ref made w...Dmitry Stogov2011-08-013-0/+42
* Added support for Class::{expr}() syntax (Pierrick)Dmitry Stogov2011-08-012-2/+35
* Fixed bug #50816 (Using class constants in array definition fails).Dmitry Stogov2011-08-013-82/+172
* - Fixed testsFelipe Pena2011-07-315-6/+6
* Fixed Bug #55214 use of __CLASS__ within trait returns trait name not class ...Stefan Marr2011-07-315-193/+296
* Added __TRAIT__ magic constant [TRAITS] [DOC]Stefan Marr2011-07-316-1659/+1802
* Fixed test which was assuming that E_STRICT is not on by default.Stefan Marr2011-07-311-0/+1
* - Fixed bug #55326 (Trait method copying misindentifies serialization callbacks)Felipe Pena2011-07-311-2/+0
* Reverted Gopal's patch that allowed plugable interned string checkDmitry Stogov2011-07-282-10/+1
* Allow zend_is_interned_string to be pluggableGopal Vijayaraghavan2011-07-272-1/+10
* Check if given string is long enough in zend_*_strtodDavid Soria Parra2011-07-271-0/+15
* - add binary suport, FR #50638, as defined in RFC https://wiki.php.net/rfc/bi...Pierre Joye2011-07-275-2242/+2372