summaryrefslogtreecommitdiff
path: root/Zend/zend_object_handlers.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-08-121-10/+0
|\
| * Fixed bug #72813 (Segfault with __get returned by ref)Xinchen Hui2016-08-121-10/+0
* | Implemented RFC: Fix inconsistent behavior of $this variableDmitry Stogov2016-06-161-1/+0
* | Allow empty property namesNikita Popov2016-05-241-38/+14
* | Fixed bug #72177 (Scope issue in __destruct after ReflectionProperty::setValu...Dmitry Stogov2016-05-131-0/+20
* | Intern some known (and offten used) strings.Dmitry Stogov2016-05-121-1/+1
* | Merge branch 'PHP-7.0'Xinchen Hui2016-05-071-2/+3
|\ \ | |/
| * Strlen cleanup (additions for previous one fix)Xinchen Hui2016-05-071-2/+3
| * fix standard object handler for properties when type == BP_VAR_ISJoe Watkins2016-03-261-0/+25
* | Revert "Refactor zval cleanup into single function"Dmitry Stogov2016-05-061-2/+2
* | Refactor zval cleanup into single functionBob Weinand2016-05-051-2/+2
* | This function needs to be exported for extensions that implement complex zend...Joe Watkins2016-04-301-1/+1
* | Fix leak in guards patchNikita Popov2016-04-281-1/+3
* | - get rid of EG(scope). zend_get_executed_scope() should be used instead.Dmitry Stogov2016-04-281-35/+82
* | Optimize property guards for the most usual case with only one acive guard.Dmitry Stogov2016-04-271-19/+46
* | fix standard object handler for properties when type == BP_VAR_ISJoe Watkins2016-03-261-0/+25
|/
* Fixed bug #71731Nikita Popov2016-03-201-1/+14
* Fix use of UNDEF instead of NULL in read_dimensionNikita Popov2016-03-201-1/+1
* Fixed bug #71474 (Crash because of VM stack corruption on Magento2).Dmitry Stogov2016-01-281-0/+2
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* Fixed Bug #70967 (Weird error handling for __toString when Error is thrown)Xinchen Hui2015-11-281-1/+10
* Fixed bug #70873 (Regression on private static properties access)Xinchen Hui2015-11-071-2/+2
* Remove dead assignment in get_property_guardNikita Popov2015-10-011-2/+0
* Avoid reallocationsDmitry Stogov2015-09-141-3/+1
* Use efree_sizeXinchen Hui2015-09-101-1/+1
* UnexpectedXinchen Hui2015-09-101-4/+4
* cleanup tmp_member handlingXinchen Hui2015-09-101-6/+5
* Add myself into list of authors of the most refactored files.Dmitry Stogov2015-08-311-0/+1
* Fixed bug #70187 (Notice: unserialize(): Unexpected end of serialized data)Dmitry Stogov2015-08-261-4/+13
* Mark error and exception functions as "cold" (Matt's idea)Dmitry Stogov2015-08-191-1/+1
* Use NULL where possible for exception classAaron Piotrowski2015-07-071-28/+28
* Remove need to pass error levelAaron Piotrowski2015-07-031-28/+28
* Enable throwing custom exceptions from errorsAaron Piotrowski2015-07-031-28/+29
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-43/+43
* Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-4/+4
* Use COW to prevent unnecessary duplication of dynamic propertyes of stdClass ...Dmitry Stogov2015-06-171-15/+39
* Make convert_to_* safe with rc>1Nikita Popov2015-06-111-1/+1
* micro-optimizationDmitry Stogov2015-06-031-8/+7
* Fixed zend_update_class_constants() to always resolve all constants.Dmitry Stogov2015-05-211-2/+4
* Fixed bug #69534 (Cycle leaks through declared properties on internal classes)Dmitry Stogov2015-05-061-3/+9
* Micro optimizationsDmitry Stogov2015-04-281-8/+14
* Don't propogate "fake" EX(called_scope) and EX(This) into each internal funct...Dmitry Stogov2015-04-231-3/+4
* Use fast method to check if first arguments should be passed by reference (no...Dmitry Stogov2015-04-221-0/+3
* Fixed bug #69427 (Segfault on magic method __call of private method in superc...Xinchen Hui2015-04-111-1/+1
* Squashed commit of the following:Dmitry Stogov2015-04-101-114/+46
* Improved reference countingDmitry Stogov2015-04-031-1/+1
* Convert fatal errors into EngineExceptionsDmitry Stogov2015-04-021-1/+3
* Use zend_error_noreturn() for fatal errorsDmitry Stogov2015-04-011-2/+2
* Reclassify E_STRICT noticesNikita Popov2015-04-011-2/+2
* Converted most object handlers fatal errors into EngineExceptionsDmitry Stogov2015-04-011-28/+54