1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00
Commit Graph

6143 Commits

Author SHA1 Message Date
934e09323e ChangeLog update 2008-01-01 01:31:32 +00:00
Sebastian Bergmann db55cbabb2 Leftover: Bump copyright year. 2007-12-31 07:24:13 +00:00
Sebastian Bergmann 9b620d50b4 Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
18b84b89ba ChangeLog update 2007-12-29 01:31:29 +00:00
Dmitry Stogov d107ebec58 Fixed possible memory corruption 2007-12-28 15:32:25 +00:00
Dmitry Stogov 9da3b7cf8e Fixed bug #38469 (unexpected creation of cycle, json tests failed, leaks memory) 2007-12-28 13:22:17 +00:00
Dmitry Stogov 35111ba922 Initialize operand type 2007-12-28 09:47:56 +00:00
5cf4f8c716 ChangeLog update 2007-12-28 01:31:29 +00:00
Dmitry Stogov 5e649f9e8d Use proper result type 2007-12-27 13:52:29 +00:00
e37b2f46f7 ChangeLog update 2007-12-26 01:31:36 +00:00
Dmitry Stogov 1ccc6a4f10 Fixed bug #43651 (is_callable() with one or more nonconsecutive colons crashes) 2007-12-25 10:58:49 +00:00
dae2a5f2a5 ChangeLog update 2007-12-25 01:31:32 +00:00
Dmitry Stogov 0c75772f68 Additional fix for bug #42868 2007-12-24 18:10:20 +00:00
2bbd4be65e ChangeLog update 2007-12-22 01:31:34 +00:00
Johannes Schlüter e40c4fc243 - Fix #43450 (Memory leak on some functions with implicit object
__toString() call) (Davic C.)
2007-12-21 20:56:10 +00:00
62c602f17d ChangeLog update 2007-12-21 01:31:31 +00:00
Dmitry Stogov 20f9a64b54 x86_64 assembler optimization (Brain Shire) 2007-12-20 13:11:35 +00:00
Robert Nicholson 7eecbc021a New test - Indexing - various special cases 2007-12-20 11:42:23 +00:00
a2f8c2efc9 ChangeLog update 2007-12-18 01:31:33 +00:00
Dmitry Stogov 9c024a30a5 Fixed bug #42868 (Floats cast to integer droduce unpredicatable results). (Zoe Slattery) 2007-12-17 11:06:43 +00:00
4399577219 ChangeLog update 2007-12-15 01:31:29 +00:00
Dmitry Stogov a692ca857e executor optimization 2007-12-14 14:15:23 +00:00
fe0b683b21 ChangeLog update 2007-12-14 01:31:26 +00:00
Antony Dovgal 63c9380328 add new tests written by Felipe Pena 2007-12-13 13:51:02 +00:00
Dmitry Stogov 579defac82 Allowed import of global classes "use ::GlobalClassName;" (Gregory) 2007-12-13 10:02:26 +00:00
Dmitry Stogov d47c88feb2 Allowed multiple namespaces per file (Gregory) 2007-12-13 08:58:28 +00:00
36dcf484ac ChangeLog update 2007-12-08 01:31:38 +00:00
Dmitry Stogov 31f6f1583e Fixed bug #43344 (Wrong error message for undefined namespace constant) 2007-12-07 17:12:22 +00:00
22bfae241a ChangeLog update 2007-12-05 01:31:36 +00:00
Dmitry Stogov 7cac634fc4 Fixed uninitialized value 2007-12-04 12:36:20 +00:00
17573c63ca ChangeLog update 2007-12-04 01:31:51 +00:00
Dmitry Stogov 4de1707062 Fixed bug #43332 (self and parent as type hint in namespace) 2007-12-03 14:15:55 +00:00
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