#
7af8eadd |
| 21-May-2003 |
Marcus Boerger |
Make zend_str_tolower_copy() a copy function (like stccpy). Supply a dup version (like estrdup). Fix tolower() handling. # Havin copy and dup allows to use the faster version even with
Make zend_str_tolower_copy() a copy function (like stccpy). Supply a dup version (like estrdup). Fix tolower() handling. # Havin copy and dup allows to use the faster version even with # memory not allocated by emalloc.
show more ...
|
#
d141ffd9 |
| 21-May-2003 |
Sterling Hughes |
use zend_str_tolower_copy()
|
Revision tags: BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b |
|
#
bd74e75b |
| 04-May-2003 |
Marcus Boerger |
Fix namespace issue: Only CG is needed here
|
#
29a3586f |
| 04-May-2003 |
Marcus Boerger |
Allow functions in internal namespaces (for example factories)
|
Revision tags: SPL_ALPHA, php-4.3.2RC2 |
|
#
ad01495a |
| 21-Apr-2003 |
Stanislav Malyshev |
Change get_class() so that it returns qualified names for namespaced classes. *HEADS UP*: get_class_name() handler interface is changed, now it should allocate the space it returns w
Change get_class() so that it returns qualified names for namespaced classes. *HEADS UP*: get_class_name() handler interface is changed, now it should allocate the space it returns with emalloc, and the users free it. If anyone has problems with it or has suggestions how to do it without this - please tell. Also: make function_exists() understand namespaces.
show more ...
|
Revision tags: RELEASE_0_6, RELEASE_0_5, init |
|
#
e5f4c783 |
| 08-Apr-2003 |
Andrei Zmievski |
Rename zend_register_internal_class_in_ns() to a better, less filling, but with the same great taste zend_register_internal_ns_class().
|
#
6ed30594 |
| 04-Apr-2003 |
Stanislav Malyshev |
Fix namespace issues
|
#
e3f16415 |
| 03-Apr-2003 |
Andrei Zmievski |
Patch from Timm Friede for when EG(active_namespace) is NULL initially.
|
#
91eff553 |
| 03-Apr-2003 |
Andrei Zmievski |
Initialize all relevant zend_class_entry fields to avoid accidental crashes.
|
#
3d62a349 |
| 02-Apr-2003 |
Andrei Zmievski |
- Add zend_register_internal_namespace() API function. - Add zend_register_internal_class_in_ns() API function.
|
#
5097be30 |
| 29-Mar-2003 |
Zeev Suraski |
Initial support for enforcing prototype of abstract/interface method implementations
|
#
3fc85282 |
| 26-Mar-2003 |
Sebastian Bergmann |
Eliminate TSRMLS_FETCH() calls in destroy_op_array() and zend_get_class_entry().
|
#
866332a4 |
| 26-Mar-2003 |
Sebastian Bergmann |
Eliminate TSRMLS_FETCH() calls in zend_objects_new() and zend_objects_get_address().
|
#
3a297fac |
| 19-Mar-2003 |
Andrei Zmievski |
Lowercase the function name when used as key in the function name. The original case is still preserved in zend_function structure.
|
#
dedfa808 |
| 13-Mar-2003 |
Andrei Zmievski |
Fix warning in va_start().
|
Revision tags: php-4.3.2RC1 |
|
#
0c571538 |
| 12-Mar-2003 |
Andrei Zmievski |
Initialize the namespace when registering functions. # Correct me if I'm wrong..
|
#
3f8c08b5 |
| 03-Mar-2003 |
Harald Radi |
add missing strtolower
|
#
a700180f |
| 03-Mar-2003 |
Harald Radi |
commiting zend_disable_class patch for George: disabled classes will be replaced by dummy classes that print a warning upon instanciation
|
Revision tags: php-4.3.1 |
|
#
6d300baf |
| 16-Feb-2003 |
Sebastian Bergmann |
ZTS fixes
|
#
a2bd043e |
| 12-Feb-2003 |
Ilia Alshanetsky |
Removed zend_get_module(), this function is not used by anything and more importantly. it does not work. It tries to find data based on numeric keys in hash table using string keys.
|
#
c17c7a2b |
| 10-Feb-2003 |
Zeev Suraski |
Centralize class initialization
|
#
5e12de95 |
| 10-Feb-2003 |
Zeev Suraski |
Add missing destructors
|
#
325f9edb |
| 08-Feb-2003 |
Georg Richter |
fixed zend_parse_method_param
|
#
17439aa9 |
| 05-Feb-2003 |
Zeev Suraski |
Rework static class properties - now supports access restrictions
|
#
471947b1 |
| 04-Feb-2003 |
Zeev Suraski |
Reimplement PPP properties
|