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
|
8c32f99c25
|
Fixed bug #44184 (Double free of loop-variable on exception)
|
2008-02-20 12:05:57 +00:00 |
|
Hannes Magnusson
|
86c9b5e46c
|
Fix segfaults when calling "ctors statically"
|
2008-02-11 15:46:10 +00:00 |
|
Marcus Boerger
|
da5b979f88
|
- MFH Add comment that explains why we need E_ERROR in those cases
|
2008-02-02 15:48:04 +00:00 |
|
Marcus Boerger
|
95a3cccf5f
|
- Fix flag handling in message generation
|
2008-02-02 13:56:59 +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
|
07000cc2ba
|
Fixed error message
|
2008-01-24 08:51:38 +00:00 |
|
Dmitry Stogov
|
0095544c4d
|
Additional executor specialization
|
2008-01-23 17:55:55 +00:00 |
|
Dmitry Stogov
|
71592cec06
|
Added garbage collector
|
2008-01-22 09:27:48 +00:00 |
|
Dmitry Stogov
|
48379d53e6
|
Eliminate unnecessary checks for INC/DEC IS_CV
|
2008-01-21 14:22:59 +00:00 |
|
Dmitry Stogov
|
6be997dca9
|
Fixed unspecialized executor
|
2008-01-11 10:08:49 +00:00 |
|
Sebastian Bergmann
|
d1dded8751
|
MFH: Bump copyright year, 2 of 2.
|
2007-12-31 07:17:19 +00:00 |
|
Dmitry Stogov
|
f817a1ce6a
|
executor optimization
|
2007-12-14 14:14:50 +00:00 |
|
Dmitry Stogov
|
6484b3c458
|
Fixed bug #43344 (Wrong error message for undefined namespace constant)
|
2007-12-07 17:11:24 +00:00 |
|
Dmitry Stogov
|
ea0a1c09e9
|
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:02:55 +00:00 |
|
Dmitry Stogov
|
e0ae3d22c1
|
Safe exit from executor()
|
2007-11-21 12:28:13 +00:00 |
|
Johannes Schlüter
|
45f6b4ce2f
|
- MFH Improved version of ternary shortcut (Marcus)
|
2007-11-21 09:41:35 +00:00 |
|
Dmitry Stogov
|
a29a9d5a42
|
Optimization of zend_do_fcall_common_helper()
|
2007-11-20 13:53:08 +00:00 |
|
Dmitry Stogov
|
c3ab6bd091
|
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:12 +00:00 |
|
Dmitry Stogov
|
52f25f6132
|
Fixed bug #43175 (__destruct() throwing an exception with __call() causes segfault)
|
2007-11-06 14:56:14 +00:00 |
|
Dmitry Stogov
|
22db451fdd
|
Fixed bug #43201 (Crash on using unitialized vals and __get/__set)
|
2007-11-06 14:11:59 +00:00 |
|
Antony Dovgal
|
0d74798914
|
fix bug37251.phpt failure (two error messages instead of one)
should I merge this to 5_2?
|
2007-11-02 18:05:55 +00:00 |
|
Dmitry Stogov
|
1530fe99c8
|
Fixed variations of bug #35163
|
2007-10-23 12:52:40 +00:00 |
|
Dmitry Stogov
|
b599e434ad
|
Fixed bug #35163 (Array elements can lose references)
|
2007-10-23 09:55:11 +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 |
|
Ilia Alshanetsky
|
4c619a3f5f
|
Fixed bug #42817 (clone() on a non-object does not result in a fatal error)
|
2007-10-04 23:19:20 +00:00 |
|
Dmitry Stogov
|
68055015eb
|
Fixed bug #42818 ($foo = clone(array()); leaks memory)
|
2007-10-03 09:47:45 +00:00 |
|
Dmitry Stogov
|
1491992f76
|
Fixed bug #42772 (Storing $this in a static var fails while handling a cast to string)
|
2007-10-03 08:02:36 +00:00 |
|
Dmitry Stogov
|
69edb0131a
|
ws
|
2007-10-03 06:49:15 +00:00 |
|
Dmitry Stogov
|
9aee9e0417
|
Fixed access to freed memory in tests/classes/__call_001.phpt
|
2007-10-02 08:47:22 +00:00 |
|
Dmitry Stogov
|
220641af70
|
Fixed bug #42819 (namespaces in indexes of constant arrays)
|
2007-10-02 08:26:50 +00:00 |
|
Dmitry Stogov
|
41e9b6b61c
|
Fixed bug #42802 (Namespace not supported in typehints)
|
2007-10-01 10:37:14 +00:00 |
|
Dmitry Stogov
|
72d0454bf6
|
Added support for __callstatic() magic method (missing part). (Sara)
|
2007-09-29 09:34:24 +00:00 |
|
Dmitry Stogov
|
c560a96848
|
Removed commented code
|
2007-09-29 08:29:56 +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 |
|
Jani Taskinen
|
338a12a018
|
MFH: Nuked unnecessary TSRMLS_FETCH() call
|
2007-09-27 16:55:25 +00:00 |
|
Jani Taskinen
|
82626c1868
|
MFH: - Fixed the rest of bug #41561 ( @ operator not working )
|
2007-09-07 09:37:38 +00:00 |
|
Dmitry Stogov
|
e13b4c2c4e
|
Fixed bug #40705 (Iterating within function moves original array pointer)
Fixed bug #40509 (key() function changed behaviour if global array is used within function)
|
2007-07-24 19:24:40 +00:00 |
|
Dmitry Stogov
|
28bc39500a
|
Fixed some class constant issues related to bug #41633
|
2007-06-13 14:50:13 +00:00 |
|
Dmitry Stogov
|
80d2409fd8
|
Improved compilation of heredocs and interpolated strings. (Matt, Dmitry)
|
2007-05-18 13:12:05 +00:00 |
|
Dmitry Stogov
|
d2fe65c191
|
Fixed bug #39542 (Behaviour of require/include different to < 5.2.0)
|
2007-05-11 08:02:43 +00:00 |
|
Dmitry Stogov
|
e1814f0dbe
|
WIN64 support
|
2007-04-16 08:09:56 +00:00 |
|
Ilia Alshanetsky
|
d9adb6715f
|
Fixed foreach by-ref bug.
# Patch from Brian Shire
|
2007-04-05 23:48:43 +00:00 |
|
Dmitry Stogov
|
b0a875104e
|
Fixed bug #40833 (Crash when using unset() on an ArrayAccess object retrieved via __get())
|
2007-03-19 18:31:30 +00:00 |
|
Stanislav Malyshev
|
8779d1cdd3
|
fix crash on $x['x']['y'] += 1, patch by Brian Shire
|
2007-03-08 20:59:31 +00:00 |
|
Dmitry Stogov
|
c373324692
|
Fixed bug #40591 (list()="string"; gives invalid opcode)
|
2007-02-25 16:02:43 +00:00 |
|
Antony Dovgal
|
e058ba92f9
|
MFH: fix #40621 (Crash when constructor called inappropriately (statically))
|
2007-02-24 21:30:48 +00:00 |
|
Dmitry Stogov
|
44297ddea8
|
Removed dead code
|
2007-02-01 16:23:28 +00:00 |
|