summaryrefslogtreecommitdiff
path: root/ext/standard/php_incomplete_class.h
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.