summaryrefslogtreecommitdiff
path: root/Zend/zend_API.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagphp_ibase_before_splitSVN Migration2004-01-251-1936/+0
* Switch from ZEND_ACC_DYNAMIC to ZEND_ACC_ALLOW_STATIC and disallow callingMarcus Boerger2004-01-241-3/+6
* Simplify detection of methods that must be called dynamic (with object)Marcus Boerger2004-01-231-3/+3
* Disallow static declaration of cloneMarcus Boerger2004-01-231-0/+6
* Add zend_get_module_started() to quickly check whether a module is presentMarcus Boerger2004-01-191-0/+8
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
* Fix bug #26543 - check parent:: and self:: in class namesStanislav Malyshev2004-01-051-2/+2
* - Fixed var_export() to show public, protected and private modifiers properly.Derick Rethans2004-01-031-3/+3
* WSMarcus Boerger2003-12-281-4/+6
* export these symbols for use by SPL as a shared extensionWez Furlong2003-12-221-2/+2
* - Revert the revert of these patches. This overloading can only be usedAndi Gutmans2003-12-021-1/+8
* - Revert auto-conversion in parameter APIAndi Gutmans2003-12-011-8/+1
* Add removed lcname, it is still needed.Ilia Alshanetsky2003-11-281-0/+2
* Convert objects to string if string is required by newer parameter parsingMarcus Boerger2003-11-271-1/+8
* - Fix __autoload() to preserve class case.Andi Gutmans2003-11-241-3/+1
* Add zend_make_callable() which allows to make zval's callable zval's.Marcus Boerger2003-10-251-1/+28
* Revert accidental commitMarcus Boerger2003-10-241-16/+1
* Zend/ZEND_CHANGESMarcus Boerger2003-10-241-1/+16
* Expand Interface C API.Marcus Boerger2003-10-221-16/+29
* Add oo support function zend_class_implements()Marcus Boerger2003-10-151-0/+20
* Fixed bug #24766 (strange result array from unpack())Moriyoshi Koizumi2003-10-031-10/+10
* Add missing checkMarcus Boerger2003-09-181-0/+4
* Tests show updating consts must happen once at runtime (revert optimization).Marcus Boerger2003-09-041-2/+1
* Fix handling of static properties initialized to arraysMarcus Boerger2003-09-031-7/+9
* Fix static properties.Marcus Boerger2003-09-031-1/+0
* Allow redeclaring of protected properties as public (for internal classes).Marcus Boerger2003-09-021-0/+8
* Currently we cannot support static ctor/dtorMarcus Boerger2003-09-021-0/+6
* - Add zend_merge_properties() which is designed to serve *_fetch_object().Marcus Boerger2003-08-291-0/+38
* Add missing checkMarcus Boerger2003-08-241-9/+11
* Fix memory source of string duplication for non internal propertiesMarcus Boerger2003-08-241-1/+2
* - Provide appropriate way to destroy internal zval's.Marcus Boerger2003-08-241-0/+25
* Use ""'s if you want empty strings. We want to crash on errors.Zeev Suraski2003-08-241-3/+0
* Allow NULL, tooMarcus Boerger2003-08-241-0/+3
* Fix fn_flags handlingMarcus Boerger2003-08-241-1/+3
* Add property read code and use that in default exception classMarcus Boerger2003-08-241-0/+17
* Internal classes can now have default properties.Marcus Boerger2003-08-231-3/+80
* - Flag ctor/dtor methodsMarcus Boerger2003-08-231-0/+6
* If ce not given than any object would doMarcus Boerger2003-08-211-1/+1
* Paramspec 'O' / zend_parse_method_params(): only if given check the class typeMarcus Boerger2003-08-211-1/+5
* Improve trackingZeev Suraski2003-08-181-1/+1
* - Show class names in error messages when dealing with methodsMarcus Boerger2003-08-171-5/+11
* Simplify abstract method declarationMarcus Boerger2003-08-161-1/+1
* - Show classes in case of methodsMarcus Boerger2003-08-131-4/+11
* Ensure functions have a valid access levelZeev Suraski2003-08-031-0/+3
* Default to publicZeev Suraski2003-08-031-1/+5
* Not needed, will be copied from ptr->flags laterMarcus Boerger2003-08-031-1/+0
* ntroduce infrastructure for supplying information about arguments,Zeev Suraski2003-08-031-1/+10
* No need for this initialization - this function initializes all of theZeev Suraski2003-08-031-1/+0
* Initialize all struct members: Necessary for reflectionMarcus Boerger2003-08-021-0/+1
* fix usage of instanceof here tooWez Furlong2003-08-021-3/+4