Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create branch 'PHP_5'.PHP-5 | SVN Migration | 2003-02-27 | 1 | -63/+0 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | is_object() returns FALSE if object is a "incomplete object". | Yasuo Ohgaki | 2002-07-24 | 1 | -2/+3 |
| | | | | | | Raise E_NOTICE, instead of E_ERROR, for setting/getting properties to/from a "incomplete object". | ||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | we can no longer register internal-classes once the script is started. | Thies C. Arntzen | 2001-08-06 | 1 | -4/+0 |
| | | | | | therefore the "incomplete class" is now registered at MINIT time. | ||||
* | - More object macros | Andi Gutmans | 2001-07-29 | 1 | -4/+5 |
| | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -2/+2 |
| | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. | David Croft | 2000-07-24 | 1 | -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 Schumann | 2000-06-23 | 1 | -6/+8 |
| | |||||
* | Move the incomplete class stuff into its own file, so that we can | Sascha Schumann | 2000-06-23 | 1 | -0/+62 |
make it easier accessible to WDDX. |