Commit Graph

6111 Commits

Author SHA1 Message Date
41b5aeee2c ChangeLog update 2007-11-24 01:31:37 +00:00
Dmitry Stogov
17c6007445 Fixed compilation on Windows 2007-11-23 15:02:50 +00:00
Dmitry Stogov
cfd49894f9 Fixed definitions 2007-11-23 13:38:44 +00:00
Marcus Boerger
fa51d6497e # My editor somehow likes to convert to UTF-8 2007-11-23 13:27:18 +00:00
Marcus Boerger
46b8084748 - Add another LSB test 2007-11-23 13:25:35 +00:00
af0f550acc ChangeLog update 2007-11-23 01:31:35 +00:00
Dmitry Stogov
47dc82ecb9 Fixed bug #43128 (Very long class name causes segfault) 2007-11-22 13:33:53 +00:00
Dmitry Stogov
975a66da79 Fixed bug #43318
The "const" statement is still allowed outside of namespaces but arrays are disabled.
2007-11-22 10:46:44 +00:00
Dmitry Stogov
32ff00efce Speed-up of ZEND_DO_FCALL and ZEND_INIT_FCALL_BY_NAME by lowercasing and calculating hash values at compile time. 2007-11-22 09:03:11 +00:00
8151fd3dc6 ChangeLog update 2007-11-22 01:32:49 +00:00
Dmitry Stogov
a5f9d8bad2 Macro definitions are moved to zend.h 2007-11-21 14:55:51 +00:00
Dmitry Stogov
21f68908b9 Safe exit from executor() 2007-11-21 12:28:30 +00:00
Johannes Schlüter
c1c404efc0 - Improve test 2007-11-21 09:38:32 +00:00
857e6f03e0 ChangeLog update 2007-11-21 01:31:29 +00:00
Johannes Schlüter
0f9d8bc066 - Add test 2007-11-20 23:56:45 +00:00
Johannes Schlüter
2977111b5e - Fix build 2007-11-20 21:45:52 +00:00
Dmitry Stogov
e8621c99b2 dead code 2007-11-20 19:12:01 +00:00
Jani Taskinen
6bbcffdd15 - Added ZEND_DEBUG_BUILD constant 2007-11-20 16:34:08 +00:00
Dmitry Stogov
ed26ad2809 Optimization of zend_do_fcall_common_helper() 2007-11-20 13:53:37 +00:00
Dmitry Stogov
6bd7c61eb8 math and comparison optimization 2007-11-20 13:26:08 +00:00
Dmitry Stogov
6947bc31a3 ZEND_FETCH_DIM optimization 2007-11-20 11:01:48 +00:00
Dmitry Stogov
ec999516f8 Fixed compilation on some systems (Wez) 2007-11-20 10:19:27 +00:00
Dmitry Stogov
3f247aaf10 Fixed bug #43136 (possible crash on script execution timeout. The EG(function_state_ptr) is completely removed, EG(current_execute_data)->function_state must be used instead) 2007-11-20 09:51:44 +00:00
Dmitry Stogov
2a84434ea3 Added support for "namespace::" prefix that is resolved to current namespace name. 2007-11-20 08:53:17 +00:00
8e2fcb0bc4 ChangeLog update 2007-11-20 01:31:32 +00:00
Dmitry Stogov
0ab5a2c203 Fixed tests 2007-11-19 08:21:58 +00:00
ac1f5021c7 ChangeLog update 2007-11-19 01:31:30 +00:00
Derick Rethans
e1dff27540 - Initialize the reserved resource bits so that they can be reliably used. 2007-11-18 21:29:29 +00:00
1d34763960 ChangeLog update 2007-11-18 01:31:29 +00:00
Sara Golemon
56731de6dc Remove extraneous space in error/notice messages (felipe) 2007-11-17 21:51:40 +00:00
803a295c49 ChangeLog update 2007-11-14 01:31:28 +00:00
Antony Dovgal
9c7296f165 disallow multiple access modifiers and 'abstract abstract' methods
add tests
2007-11-13 16:51:22 +00:00
36e52c89b1 ChangeLog update 2007-11-13 01:31:33 +00:00
Dmitry Stogov
b6963efdda better error messages 2007-11-12 17:53:36 +00:00
Antony Dovgal
0c07db4420 fix error message (reported by Felipe Nascimento) 2007-11-12 16:55:28 +00:00
Dmitry Stogov
c74918f5d5 Fixed bug #43183 ("use" of the same class in difference scripts results in a fatal error) 2007-11-12 15:52:11 +00:00
Dmitry Stogov
0dd6af6afd Fixed bug #42937 (__call() method not invoked when methods are called on parent from child class). 2007-11-12 09:12:20 +00:00
1f63a6fca2 ChangeLog update 2007-11-12 01:31:27 +00:00
Johannes Schlüter
a8e26830fe - static can't be used as type hint, fixes #43126 (Etienne Kneuss) 2007-11-11 22:10:57 +00:00
fad789b01b ChangeLog update 2007-11-10 01:31:35 +00:00
Dmitry Stogov
cdbeea7e2e Fixed type-hint compatibility check in namespaces 2007-11-09 13:35:22 +00:00
Dmitry Stogov
aea2368bda Fixed implementation of internal interfaces in namespaces 2007-11-09 12:16:55 +00:00
Johannes Schlüter
17f0bd9ef4 - That line got lost while merging around... 2007-11-09 11:34:17 +00:00
Johannes Schlüter
fd54a5363c - Allow persistent zent_ptr_stacks (patch by Andrey Hristov) 2007-11-09 10:33:51 +00:00
6509c3c13b ChangeLog update 2007-11-08 01:31:31 +00:00
d5bf0e7c7c ChangeLog update 2007-11-07 01:31:29 +00:00
Dmitry Stogov
c882ba8e69 Fixed bug #43175 (__destruct() throwing an exception with __call() causes segfault) 2007-11-06 14:56:32 +00:00
Dmitry Stogov
d945aea891 Fixed bug #43201 (Crash on using unitialized vals and __get/__set) 2007-11-06 14:12:14 +00:00
Dmitry Stogov
ac702108c6 Fixed windows build (Rob) 2007-11-06 12:06:23 +00:00
Dmitry Stogov
99e0a46b39 Allow user defined malloc/realloc/free 2007-11-06 07:37:50 +00:00