Marcus Boerger
|
8797aa99b7
|
MFH
- Register engine classes when and where they should be
- Show core module version as PHP version
|
2008-12-31 13:25:21 +00:00 |
|
Marcus Boerger
|
63d00f7006
|
- MFH Move stdClass registering where it should be
|
2008-12-31 12:26:33 +00:00 |
|
Sebastian Bergmann
|
08659c2dcd
|
MFH: Bump copyright year, 3 of 3.
|
2008-12-31 11:15:49 +00:00 |
|
Marcus Boerger
|
826cc0dc3d
|
- MFH Provide a core module that contains all Zend and php/main (in 5.3 incl. stdClass)
|
2008-12-30 20:15:28 +00:00 |
|
Hannes Magnusson
|
7cfc6b9116
|
Fix arginfo and proto
|
2008-12-30 18:55:16 +00:00 |
|
Marcus Boerger
|
ff037203c7
|
MFH Use a module struct for the built-in functions
|
2008-12-30 18:17:44 +00:00 |
|
Johannes Schlüter
|
d828b8acc0
|
MFH: Fix #46813 (class_exists doesn`t work with fully qualified namespace)
|
2008-12-09 19:17:11 +00:00 |
|
Felipe Pena
|
34742e3f13
|
MFH:
- Changed 'strlen' to use ZEND_FUNCTION(strlen)
- Removed duplicated arginfo structs
|
2008-11-17 22:21:55 +00:00 |
|
Felipe Pena
|
fc2fb50d09
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
2008-11-17 11:28:01 +00:00 |
|
Felipe Pena
|
96ab6ace7c
|
- MFH: Fixed strlen function entry (missing arginfo struct size, thanks Philip!)
|
2008-11-16 00:45:03 +00:00 |
|
Felipe Pena
|
7a37fa2d6b
|
- Revert ZEND_BEGIN_ARG_INFO change
|
2008-11-02 21:19:39 +00:00 |
|
Felipe Pena
|
df10005563
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
2008-10-24 14:35:40 +00:00 |
|
Ilia Alshanetsky
|
8a106deb24
|
Revert define() fix, it needs further review
|
2008-10-22 23:28:34 +00:00 |
|
Ilia Alshanetsky
|
e2bee4923b
|
Fixed bug #46341 (Added missing validation checks into define() for class
constants)
|
2008-10-19 18:07:37 +00:00 |
|
Felipe Pena
|
317b48f3af
|
MFH:
- Fixed bug #45862 (get_class_vars is inconsistent with 'protected' and 'private' variables)
- Added some tests
|
2008-08-22 00:59:39 +00:00 |
|
Felipe Pena
|
9c787d8c97
|
- MFH: Fixed bug #45743 (property_exists fails to find static protected member in child class)
|
2008-08-18 17:44:02 +00:00 |
|
Felipe Pena
|
e304515ddb
|
- MFH: Added parameter TSRMLS_DC in zend_is_callable()
|
2008-08-02 04:46:07 +00:00 |
|
Moriyoshi Koizumi
|
1f845199f7
|
- MFH: Suppress signedness warnings
|
2008-07-24 20:44:15 +00:00 |
|
Felipe Pena
|
0fbe6a0c14
|
- MFH: Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments.
|
2008-07-24 19:52:24 +00:00 |
|
Hannes Magnusson
|
d619b57efa
|
MFH: Add E_USER_DEPRECATED (patch by Lars Strojny)
|
2008-07-21 09:41:00 +00:00 |
|
Felipe Pena
|
73d93df417
|
- Fixed arginfo
|
2008-07-06 01:57:39 +00:00 |
|
Felipe Pena
|
816e66a85a
|
- Added arginfo
- Removed #include "zend_arg_defs.c"
|
2008-07-05 23:30:22 +00:00 |
|
Antony Dovgal
|
22b86e5d80
|
MFH
|
2008-07-01 07:23:00 +00:00 |
|
Felipe Pena
|
d8bc2719d7
|
- Removed E_DEPRECATED on is_a()
(http://marc.info/?l=php-internals&m=121390431523970&w=2)
[doc]
|
2008-06-25 22:35:31 +00:00 |
|
Dmitry Stogov
|
8b8f3599ad
|
Fixed #45307 (define() crashes because of uninitialized variable)
|
2008-06-19 11:27:41 +00:00 |
|
Stanislav Malyshev
|
58a673a909
|
Use new parameter parsing API for builtin functions
|
2008-06-18 23:38:37 +00:00 |
|
Matt Wilmas
|
7da75d81e7
|
MFH: Add array_init_size() and use it where array size is known at initialization
|
2008-05-27 10:29:33 +00:00 |
|
Dmitry Stogov
|
907fa66507
|
Added API to use namesapces in internal extensions
|
2008-05-12 07:11:55 +00:00 |
|
Dmitry Stogov
|
2ecf4bb0a7
|
Lazy EG(active_symbol_table) initialization
|
2008-04-29 08:15:20 +00:00 |
|
Felipe Pena
|
cc2b17d51d
|
MFH: Added new macro for check void parameters.
(deprecating ZEND_WRONG_PARAM_COUNT for this cases)
|
2008-03-10 22:02:41 +00:00 |
|
Marcus Boerger
|
d3e5026564
|
- MFH Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus)
[DOC] Finally added deprecation messages
|
2008-02-23 17:06:22 +00:00 |
|
Dmitry Stogov
|
18cc21c662
|
Fixed bug #43483 (get_class_methods() does not list all visible methods)
|
2008-02-21 15:14:27 +00:00 |
|
Dmitry Stogov
|
cb714158af
|
Fixed memory leaks
|
2008-02-19 16:39:18 +00:00 |
|
Dmitry Stogov
|
d90ebc65a6
|
Fixed comilation warnings
|
2008-01-24 18:07:45 +00:00 |
|
Dmitry Stogov
|
0b6825102d
|
Changed EG(argument_stack) implementation.
|
2008-01-24 09:41:39 +00:00 |
|
Dmitry Stogov
|
71592cec06
|
Added garbage collector
|
2008-01-22 09:27:48 +00:00 |
|
Sebastian Bergmann
|
d1dded8751
|
MFH: Bump copyright year, 2 of 2.
|
2007-12-31 07:17:19 +00:00 |
|
Dmitry Stogov
|
648fbe9d58
|
Fixed bug #43128 (Very long class name causes segfault)
|
2007-11-22 13:27:13 +00:00 |
|
Yiduo (David) Wang
|
4b4d634cb9
|
MFH: Added macros for managing zval refcounts and is_ref statuses
|
2007-10-07 05:22:07 +00:00 |
|
Dmitry Stogov
|
eb0c56ada1
|
Fixed bug #42820 (defined() on constant with namespace prefixes tries to load class).
|
2007-10-03 10:33:02 +00:00 |
|
Dmitry Stogov
|
166266df68
|
Added support for Late Static Binding. (Dmitry, Etienne Kneuss)
|
2007-09-29 07:28:34 +00:00 |
|
Dmitry Stogov
|
f32ffe9b43
|
Namespaces
|
2007-09-28 19:52:53 +00:00 |
|
Dmitry Stogov
|
6c810b0d4c
|
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)
|
2007-09-27 18:00:48 +00:00 |
|
Sebastian Bergmann
|
d0d1e42c75
|
Add optional parameter to debug_backtrace().
|
2007-08-30 07:43:21 +00:00 |
|
Dmitry Stogov
|
1aab36e3f2
|
Fixed bug #42009 (is_a() and is_subclass_of() should NOT call autoload, in the same way as "instanceof" operator).
|
2007-08-22 13:19:48 +00:00 |
|
Dmitry Stogov
|
ef71664817
|
Fixed bug #42211 (property_exists() fails to find protected properties from a parent class)
|
2007-08-08 13:32:46 +00:00 |
|
Antony Dovgal
|
48d5519378
|
MFH: int -> zend_bool
|
2007-08-02 20:32:44 +00:00 |
|
Johannes Schlüter
|
c0667eeaff
|
- MFH: Respect value of the parameter for get_loaded_extensions() and only
print zend extensions if set to true
|
2007-08-02 16:54:44 +00:00 |
|
Johannes Schlüter
|
ebaba40774
|
- MFH: Add additional param to get_loaded_extensions() for returning Zend
extensions (Fixes #41278) [DOC]
|
2007-07-31 22:47:25 +00:00 |
|
Dmitry Stogov
|
7ec48cb37f
|
Fixed bug #40757 (get_object_vars get nothing in child class)
Fixed bug #41929 (Foreach on object does not iterate over all visible properties)
|
2007-07-24 11:39:56 +00:00 |
|