summaryrefslogtreecommitdiff
path: root/Zend/zend_builtin_functions.c
Commit message (Collapse)AuthorAgeFilesLines
* fix is_a reflectionStanislav Malyshev2011-11-201-0/+1
|
* fix typoStanislav Malyshev2011-11-181-1/+1
|
* fixes for bug #55748Stanislav Malyshev2011-11-181-0/+3
|
* fix bug #55475 - implement is_a BC solutionStanislav Malyshev2011-11-091-6/+13
|
* update protoStanislav Malyshev2011-09-261-2/+2
|
* Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-22/+24
|
* Fix typoEtienne Kneuss2011-08-081-1/+1
|
* Use snprintf to make the static analyzers happyPierrick Charron2011-08-081-1/+1
|
* function_name cannot be falsePierrick Charron2011-08-071-1/+1
|
* - Fix compiler warningFelipe Pena2011-07-251-1/+1
|
* - Use ZEND_FE_END macro hereFelipe Pena2011-07-251-1/+1
|
* Change E_ALL to include E_STRICTStanislav Malyshev2011-07-231-1/+1
|
* remove warning for is_a() BCStanislav Malyshev2011-07-121-1/+0
|
* Fixed bug #53727 (Inconsistent behavior of is_subclass_of with interfaces)Dmitry Stogov2011-07-041-25/+6
|
* Add optional argument to debug_backtrace() and debug_print_backtrace() to ↵Sebastian Bergmann2011-04-091-11/+20
| | | | limit the amount of stack frames returned.
* Add options to debug_backtrace functionsStanislav Malyshev2011-01-161-12/+14
|
* Added trait_exists() [TRAITS] [DOC]Stefan Marr2011-01-091-2/+52
| | | | | | - also changed class_exists() to return false for traits - added related tests, and get_declared_traits() tests in ext/s/t/co
* - Year++Felipe Pena2011-01-011-1/+1
|
* - Moved leak_variable() to zend_builtin_functions.c (Gustavo)Felipe Pena2010-11-151-0/+31
|
* marked char pointer arguments as const in lots ofHartmut Holzgraefe2010-10-141-2/+2
| | | | | | places where strings pointed to are not modified to prevent compiler warnings about discarded qualifiers ...
* - Fixed bug #52060 (Memory leak when passing a closure to method_exists())Felipe Pena2010-06-111-3/+11
|
* Added caches to eliminate repeatable run-time bindings of functions, ↵Dmitry Stogov2010-05-241-40/+44
| | | | classes, constants, methods and properties
* - Added get_declared_traits()Felipe Pena2010-05-061-1/+19
|
* - Fixed bug #51719 (typo in function prototype)Felipe Pena2010-05-011-2/+2
|
* Added concept of interned strings. All strings constants known at compile ↵Dmitry Stogov2010-04-201-1/+1
| | | | time are allocated in a single copy and never changed.
* Changed the structure of op_array.opcodes. The constant values are moved ↵Dmitry Stogov2010-04-201-5/+5
| | | | from opcode operands into a separate literal table
* - Fixed bug #50383 (Exceptions thrown in __call / __callStatic do not ↵Felipe Pena2010-03-071-1/+3
| | | | include file and line in trace)
* - Fixed bug #50810 (property_exists does not work for private)Felipe Pena2010-03-071-4/+2
|
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
|
* Fixed bug #44827 (define() allows :: in constant names).Ilia Alshanetsky2009-12-301-26/+3
|
* - Restore PHP-5.2 behaviour when passing null inside object scope to get_class()Jani Taskinen2009-08-061-1/+1
|
* - MFH: Fixed bug #48709 (metaphone and 'wh')Felipe Pena2009-06-301-0/+1
|
* - 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
|