summaryrefslogtreecommitdiff
path: root/ext/standard/php_incomplete_class.h
Commit message (Collapse)AuthorAgeFilesLines
* bump yearXinchen Hui2015-01-151-1/+1
|
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-1/+1
|
* move to size_t where zend_string is used internallyAnatol Belski2014-11-181-1/+1
|
* Update get_class_name semanticsNikita Popov2014-10-091-1/+1
| | | | | | | | | | | | | | * get_class_name is now only used for displaying the class name in debugging functions like var_dump, print_r, etc. It is no longer used in get_class() etc. * As it is no longer used in get_parent_class() the parent argument is now gone. This also fixes incorrect parent classes being reported in COM. * get_class_name is now always required (previously some places made it optional and some required it) and is also required to return a non-NULL value. * Remove zend_get_object_classname. This also fixes a number of potential leaks due to incorrect usage of this function.
* Remove support for classes without class entriesNikita Popov2014-10-091-2/+1
| | | | get_class_entry must be non-NULL and return non-NULL.
* 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 data structures to keep zend_object* instead of a whole zval in ↵Dmitry Stogov2014-03-281-1/+1
| | | | some places
* Use better data structures (incomplete)Dmitry Stogov2014-02-131-10/+6
|
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* Eliminated compiler's warningsXinchen Hui2011-08-101-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* 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
|
* MFHAntony Dovgal2008-09-161-0/+4
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFHJani Taskinen2007-11-061-2/+1
|
* 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-3/+3
|
* - Fix TSRM buildJohannes Schlüter2005-06-291-1/+1
|
* fix handling of non-PHP classes (John Coggeshall)Stanislav Malyshev2005-06-281-9/+9
|
* BUG #27469 was fixed (serialize() objects of incomplete class)Dmitry Stogov2004-03-181-3/+5
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* is_object() returns FALSE if object is a "incomplete object".Yasuo Ohgaki2002-07-241-2/+3
| | | | | | Raise E_NOTICE, instead of E_ERROR, for setting/getting properties to/from a "incomplete object".
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* we can no longer register internal-classes once the script is started.Thies C. Arntzen2001-08-061-4/+0
| | | | | therefore the "incomplete class" is now registered at MINIT time.
* - More object macrosAndi Gutmans2001-07-291-4/+5
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-2/+2
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-1/+2
| | | | | | | | | Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers.
* API change: Use zval * instead of zval **Sascha Schumann2000-06-231-6/+8
|
* Move the incomplete class stuff into its own file, so that we canSascha Schumann2000-06-231-0/+62
make it easier accessible to WDDX.