summaryrefslogtreecommitdiff
path: root/ext/standard/incomplete_class.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Deprecate __autoload()Nikita Popov2017-02-031-2/+2
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Use special type IS_ERROR instread of EG(error_zval). (we still need EG(error...Dmitry Stogov2016-01-281-1/+2
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-1/+1
* | Merge branch 'PHP-5.6'Stanislav Malyshev2015-03-221-1/+1
|\ \ | |/
| * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-03-221-1/+1
| |\
| | * Check that the type is correctStanislav Malyshev2015-03-221-1/+1
| | * Bump yearXinchen Hui2014-01-031-1/+1
| | * Happy New YearXinchen Hui2013-01-011-1/+1
| * | Bump yearXinchen Hui2015-01-151-1/+1
| * | Bump yearXinchen Hui2014-01-031-1/+1
* | | bump yearXinchen Hui2015-01-151-1/+1
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-21/+19
* | | move to size_t where zend_string is used internallyAnatol Belski2014-11-181-1/+1
* | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | master renames phase 2Anatol Belski2014-08-251-1/+1
* | | master renames phase 1Anatol Belski2014-08-251-2/+2
* | | Refactored run_time_cache usage in object handlersDmitry Stogov2014-07-071-5/+5
* | | Moved zend_literal->cache_slot right into zval.Dmitry Stogov2014-04-171-6/+6
* | | Refactored data structures to keep zend_object* instead of a whole zval in so...Dmitry Stogov2014-03-281-2/+5
* | | Various fixes related to read_property(), read_dimension() and iterators refa...Dmitry Stogov2014-02-271-1/+1
* | | Fixed NULL pointer dereferenceXinchen Hui2014-02-251-2/+2
* | | Use better data structures (incomplete)Dmitry Stogov2014-02-131-40/+25
* | | Bump yearXinchen Hui2014-01-031-1/+1
|/ /
* | fix bug #49348 - issue notice on get_property_ptr_ptr when used for readStanislav Malyshev2013-02-181-9/+9
* | Happy New YearXinchen Hui2013-01-011-1/+1
|/
* - Fixed bug #62565 (Crashes due non-initialized internal properties_table)Felipe Pena2012-07-141-0/+2
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* Added caches to eliminate repeatable run-time bindings of functions, classes,...Dmitry Stogov2010-05-241-2/+0
* Changed the structure of op_array.opcodes. The constant values are moved from...Dmitry Stogov2010-04-201-6/+6
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFHJani Taskinen2007-11-061-14/+22
* MFH: free class_name when necessaryAntony Dovgal2007-02-011-0/+6
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Export symbols that will allow building WDDX as shared objectFrank M. Kromann2006-01-281-2/+2
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* - Fixed crash in serialize() + classes. (64bit only)foobar2005-07-051-2/+2
* - Update to new APIMarcus Boerger2004-10-301-2/+2
* - Bugfix #29985Marcus Boerger2004-09-051-20/+14
* Fix incomplete class for the new object modelStanislav Malyshev2004-04-071-35/+48
* - Tiny improvement.Andi Gutmans2004-03-301-2/+3