summaryrefslogtreecommitdiff
path: root/ext/standard/incomplete_class.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-03-221-1/+1
|\ | | | | | | | | | | * PHP-5.4: Bacport fix bug #68741 - Null pointer dereference Check that the type is correct
| * 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
| |
* | 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, ↵Dmitry Stogov2010-05-241-2/+0
| | | | classes, constants, methods and properties
* Changed the structure of op_array.opcodes. The constant values are moved ↵Dmitry Stogov2010-04-201-6/+6
| | | | from opcode operands into a separate literal table
* 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
|
* BUG #27469 was fixed (serialize() objects of incomplete class)Dmitry Stogov2004-03-181-5/+2
|
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* pass trsm via parametersStanislav Malyshev2003-08-051-5/+4
|
* fix incomplete class for ZE2Stanislav Malyshev2003-08-051-21/+34
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* build fixesZeev Suraski2003-01-011-0/+2
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* -php_error -> php_error_docrefMarcus Boerger2002-12-051-2/+3
| | | | | -removed some cases where emalloc result was tested
* is_object() returns FALSE if object is a "incomplete object".Yasuo Ohgaki2002-07-241-7/+5
| | | | | | Raise E_NOTICE, instead of E_ERROR, for setting/getting properties to/from a "incomplete object".
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* we can no longer register internal-classes once the script is started.Thies C. Arntzen2001-08-061-3/+1
| | | | | therefore the "incomplete class" is now registered at MINIT time.
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵Zeev Suraski2001-07-301-1/+1
| | | | the way
* - Use object macrosAndi Gutmans2001-07-281-3/+6
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-1/+1
|
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-2/+23
|
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+8
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* - Cleanup some output functionsAndi Gutmans2000-09-301-1/+1
|
* - Make the output globals accessible from the outside worldZeev Suraski2000-06-241-0/+1
| | | | | - Fix Win32 compilation
* API change: Use zval * instead of zval **Sascha Schumann2000-06-231-6/+6
|
* Move the incomplete class stuff into its own file, so that we canSascha Schumann2000-06-231-0/+120
make it easier accessible to WDDX.