summaryrefslogtreecommitdiff
path: root/Zend/zend_builtin_functions.c
Commit message (Collapse)AuthorAgeFilesLines
* - typoPierre Joye2009-06-081-1/+1
|
* Fixed bug #44827 (define() is missing error checks for class constants)Ilia Alshanetsky2009-06-081-0/+29
|
* MFH: Added zend_eval_stringl and made create_function(), etc. binary-safeMatt Wilmas2009-06-051-5/+24
|
* MFH: Use zend_get_property_info() in get_class_vars() (fixes #46812)Arnaud Le Blanc2009-05-221-12/+7
|
* - MFH: Parameter parsing changes for get_defined_constants() (Kalle)Felipe Pena2009-05-071-6/+6
|
* Fixed bug #47664 (get_class returns NULL instead of FALSE)Dmitry Stogov2009-03-161-1/+1
|
* - MFH: Fixed bug #47593 (interface_exists() returns false when using ↵Felipe Pena2009-03-081-2/+20
| | | | | | | | absolute namespace path) patch by Kalle - BFN #47572
* Fixed bug #47549 (get_defined_constants() return array with brokenIlia Alshanetsky2009-03-031-1/+2
| | | | | array categories)
* - MFH: Fixed bug #47054 (BC break in static functions called as dynamic)Felipe Pena2009-01-101-2/+2
|
* MFHMarcus Boerger2008-12-311-0/+2
| | | | | | - Register engine classes when and where they should be - Show core module version as PHP version
* - MFH Move stdClass registering where it should beMarcus Boerger2008-12-311-1/+11
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* - MFH Provide a core module that contains all Zend and php/main (in 5.3 ↵Marcus Boerger2008-12-301-2/+4
| | | | incl. stdClass)
* Fix arginfo and protoHannes Magnusson2008-12-301-2/+2
|
* MFH Use a module struct for the built-in functionsMarcus Boerger2008-12-301-4/+18
|
* MFH: Fix #46813 (class_exists doesn`t work with fully qualified namespace)Johannes Schlüter2008-12-091-1/+12
|
* MFH:Felipe Pena2008-11-171-105/+31
| | | | | | - Changed 'strlen' to use ZEND_FUNCTION(strlen) - Removed duplicated arginfo structs
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-49/+0
|
* - MFH: Fixed strlen function entry (missing arginfo struct size, thanks Philip!)Felipe Pena2008-11-161-1/+1
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+49
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-49/+0
|
* Revert define() fix, it needs further reviewIlia Alshanetsky2008-10-221-36/+1
|
* Fixed bug #46341 (Added missing validation checks into define() for classIlia Alshanetsky2008-10-191-1/+36
| | | | | constants)
* MFH:Felipe Pena2008-08-221-11/+17
| | | | | | - Fixed bug #45862 (get_class_vars is inconsistent with 'protected' and 'private' variables) - Added some tests
* - MFH: Fixed bug #45743 (property_exists fails to find static protected ↵Felipe Pena2008-08-181-40/+22
| | | | member in child class)
* - MFH: Added parameter TSRMLS_DC in zend_is_callable()Felipe Pena2008-08-021-2/+2
|
* - MFH: Suppress signedness warningsMoriyoshi Koizumi2008-07-241-1/+1
|
* - MFH: Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments.Felipe Pena2008-07-241-5/+5
|
* MFH: Add E_USER_DEPRECATED (patch by Lars Strojny)Hannes Magnusson2008-07-211-0/+1
|
* - Fixed arginfoFelipe Pena2008-07-061-1/+1
|
* - Added arginfoFelipe Pena2008-07-051-53/+300
| | | | | - Removed #include "zend_arg_defs.c"
* MFHAntony Dovgal2008-07-011-2/+2
|
* - Removed E_DEPRECATED on is_a()Felipe Pena2008-06-251-1/+0
| | | | | | (http://marc.info/?l=php-internals&m=121390431523970&w=2) [doc]
* Fixed #45307 (define() crashes because of uninitialized variable)Dmitry Stogov2008-06-191-1/+2
|
* Use new parameter parsing API for builtin functionsStanislav Malyshev2008-06-181-262/+211
|
* MFH: Add array_init_size() and use it where array size is known at ↵Matt Wilmas2008-05-271-7/+5
| | | | initialization
* Added API to use namesapces in internal extensionsDmitry Stogov2008-05-121-0/+45
|
* Lazy EG(active_symbol_table) initializationDmitry Stogov2008-04-291-0/+4
|
* MFH: Added new macro for check void parameters.Felipe Pena2008-03-101-10/+10
| | | | | (deprecating ZEND_WRONG_PARAM_COUNT for this cases)
* - MFH Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus)Marcus Boerger2008-02-231-1/+1
| | | | | [DOC] Finally added deprecation messages
* Fixed bug #43483 (get_class_methods() does not list all visible methods)Dmitry Stogov2008-02-211-1/+1
|
* Fixed memory leaksDmitry Stogov2008-02-191-0/+2
|
* Fixed comilation warningsDmitry Stogov2008-01-241-2/+2
|
* Changed EG(argument_stack) implementation.Dmitry Stogov2008-01-241-110/+20
|
* Added garbage collectorDmitry Stogov2008-01-221-0/+40
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* Fixed bug #43128 (Very long class name causes segfault)Dmitry Stogov2007-11-221-6/+8
|
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-9/+9
|
* Fixed bug #42820 (defined() on constant with namespace prefixes tries to ↵Dmitry Stogov2007-10-031-1/+1
| | | | load class).
* Added support for Late Static Binding. (Dmitry, Etienne Kneuss)Dmitry Stogov2007-09-291-0/+21
|