Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - typo | Pierre Joye | 2009-06-08 | 1 | -1/+1 |
| | |||||
* | Fixed bug #44827 (define() is missing error checks for class constants) | Ilia Alshanetsky | 2009-06-08 | 1 | -0/+29 |
| | |||||
* | MFH: Added zend_eval_stringl and made create_function(), etc. binary-safe | Matt Wilmas | 2009-06-05 | 1 | -5/+24 |
| | |||||
* | MFH: Use zend_get_property_info() in get_class_vars() (fixes #46812) | Arnaud Le Blanc | 2009-05-22 | 1 | -12/+7 |
| | |||||
* | - MFH: Parameter parsing changes for get_defined_constants() (Kalle) | Felipe Pena | 2009-05-07 | 1 | -6/+6 |
| | |||||
* | Fixed bug #47664 (get_class returns NULL instead of FALSE) | Dmitry Stogov | 2009-03-16 | 1 | -1/+1 |
| | |||||
* | - MFH: Fixed bug #47593 (interface_exists() returns false when using ↵ | Felipe Pena | 2009-03-08 | 1 | -2/+20 |
| | | | | | | | | absolute namespace path) patch by Kalle - BFN #47572 | ||||
* | Fixed bug #47549 (get_defined_constants() return array with broken | Ilia Alshanetsky | 2009-03-03 | 1 | -1/+2 |
| | | | | | array categories) | ||||
* | - MFH: Fixed bug #47054 (BC break in static functions called as dynamic) | Felipe Pena | 2009-01-10 | 1 | -2/+2 |
| | |||||
* | MFH | Marcus Boerger | 2008-12-31 | 1 | -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 be | Marcus Boerger | 2008-12-31 | 1 | -1/+11 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | - MFH Provide a core module that contains all Zend and php/main (in 5.3 ↵ | Marcus Boerger | 2008-12-30 | 1 | -2/+4 |
| | | | | incl. stdClass) | ||||
* | Fix arginfo and proto | Hannes Magnusson | 2008-12-30 | 1 | -2/+2 |
| | |||||
* | MFH Use a module struct for the built-in functions | Marcus Boerger | 2008-12-30 | 1 | -4/+18 |
| | |||||
* | MFH: Fix #46813 (class_exists doesn`t work with fully qualified namespace) | Johannes Schlüter | 2008-12-09 | 1 | -1/+12 |
| | |||||
* | MFH: | Felipe Pena | 2008-11-17 | 1 | -105/+31 |
| | | | | | | - Changed 'strlen' to use ZEND_FUNCTION(strlen) - Removed duplicated arginfo structs | ||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -49/+0 |
| | |||||
* | - MFH: Fixed strlen function entry (missing arginfo struct size, thanks Philip!) | Felipe Pena | 2008-11-16 | 1 | -1/+1 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+49 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -49/+0 |
| | |||||
* | Revert define() fix, it needs further review | Ilia Alshanetsky | 2008-10-22 | 1 | -36/+1 |
| | |||||
* | Fixed bug #46341 (Added missing validation checks into define() for class | Ilia Alshanetsky | 2008-10-19 | 1 | -1/+36 |
| | | | | | constants) | ||||
* | MFH: | Felipe Pena | 2008-08-22 | 1 | -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 Pena | 2008-08-18 | 1 | -40/+22 |
| | | | | member in child class) | ||||
* | - MFH: Added parameter TSRMLS_DC in zend_is_callable() | Felipe Pena | 2008-08-02 | 1 | -2/+2 |
| | |||||
* | - MFH: Suppress signedness warnings | Moriyoshi Koizumi | 2008-07-24 | 1 | -1/+1 |
| | |||||
* | - MFH: Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments. | Felipe Pena | 2008-07-24 | 1 | -5/+5 |
| | |||||
* | MFH: Add E_USER_DEPRECATED (patch by Lars Strojny) | Hannes Magnusson | 2008-07-21 | 1 | -0/+1 |
| | |||||
* | - Fixed arginfo | Felipe Pena | 2008-07-06 | 1 | -1/+1 |
| | |||||
* | - Added arginfo | Felipe Pena | 2008-07-05 | 1 | -53/+300 |
| | | | | | - Removed #include "zend_arg_defs.c" | ||||
* | MFH | Antony Dovgal | 2008-07-01 | 1 | -2/+2 |
| | |||||
* | - Removed E_DEPRECATED on is_a() | Felipe Pena | 2008-06-25 | 1 | -1/+0 |
| | | | | | | (http://marc.info/?l=php-internals&m=121390431523970&w=2) [doc] | ||||
* | Fixed #45307 (define() crashes because of uninitialized variable) | Dmitry Stogov | 2008-06-19 | 1 | -1/+2 |
| | |||||
* | Use new parameter parsing API for builtin functions | Stanislav Malyshev | 2008-06-18 | 1 | -262/+211 |
| | |||||
* | MFH: Add array_init_size() and use it where array size is known at ↵ | Matt Wilmas | 2008-05-27 | 1 | -7/+5 |
| | | | | initialization | ||||
* | Added API to use namesapces in internal extensions | Dmitry Stogov | 2008-05-12 | 1 | -0/+45 |
| | |||||
* | Lazy EG(active_symbol_table) initialization | Dmitry Stogov | 2008-04-29 | 1 | -0/+4 |
| | |||||
* | MFH: Added new macro for check void parameters. | Felipe Pena | 2008-03-10 | 1 | -10/+10 |
| | | | | | (deprecating ZEND_WRONG_PARAM_COUNT for this cases) | ||||
* | - MFH Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus) | Marcus Boerger | 2008-02-23 | 1 | -1/+1 |
| | | | | | [DOC] Finally added deprecation messages | ||||
* | Fixed bug #43483 (get_class_methods() does not list all visible methods) | Dmitry Stogov | 2008-02-21 | 1 | -1/+1 |
| | |||||
* | Fixed memory leaks | Dmitry Stogov | 2008-02-19 | 1 | -0/+2 |
| | |||||
* | Fixed comilation warnings | Dmitry Stogov | 2008-01-24 | 1 | -2/+2 |
| | |||||
* | Changed EG(argument_stack) implementation. | Dmitry Stogov | 2008-01-24 | 1 | -110/+20 |
| | |||||
* | Added garbage collector | Dmitry Stogov | 2008-01-22 | 1 | -0/+40 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Fixed bug #43128 (Very long class name causes segfault) | Dmitry Stogov | 2007-11-22 | 1 | -6/+8 |
| | |||||
* | MFH: Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -9/+9 |
| | |||||
* | Fixed bug #42820 (defined() on constant with namespace prefixes tries to ↵ | Dmitry Stogov | 2007-10-03 | 1 | -1/+1 |
| | | | | load class). | ||||
* | Added support for Late Static Binding. (Dmitry, Etienne Kneuss) | Dmitry Stogov | 2007-09-29 | 1 | -0/+21 |
| |