Andi Gutmans
|
61e93ccfe8
|
- Update copyright notices to 2006
|
2006-01-04 23:53:05 +00:00 |
|
Marcus Boerger
|
18a99796ad
|
- MFH Fix Bug #35720 A final constructor can be overwritten
|
2005-12-17 15:51:52 +00:00 |
|
Dmitry Stogov
|
8768ab94b3
|
Fixed bug #34729 (Crash in ZTS mode under Apache)
|
2005-12-01 11:48:17 +00:00 |
|
Ilia Alshanetsky
|
497fae9d1f
|
Fixed bug #35411 (Regression with \{$ handling).
Fixed bug #35382 (Comment in end of file produces fatal error).
|
2005-11-27 06:39:31 +00:00 |
|
Dmitry Stogov
|
a570981151
|
Fixed bug #35360 (exceptions in interactive mode (php -a) may cause crash)
|
2005-11-24 11:33:11 +00:00 |
|
Dmitry Stogov
|
36d6ddc241
|
Bug #33732 (Wrong behavior of constants in class and interface extending)
|
2005-11-23 09:26:43 +00:00 |
|
Ilia Alshanetsky
|
0d088689c0
|
Removed {} E_STRICT pending furher discussion, may be introduced later on.
|
2005-11-22 19:46:13 +00:00 |
|
Ilia Alshanetsky
|
9aeb125f4a
|
By popular demand the {} message is now an E_STRICT.
|
2005-11-16 15:10:56 +00:00 |
|
Ilia Alshanetsky
|
aab9009deb
|
Added depreciation notice for {} string offset access.
|
2005-11-16 14:55:21 +00:00 |
|
Dmitry Stogov
|
b58ed261d7
|
Allow "null" default value for arguments with array type hint
|
2005-11-15 16:49:40 +00:00 |
|
Derick Rethans
|
aa9ea59851
|
- Allow "= null" default for parameters with a class type-hint.
|
2005-11-15 15:59:49 +00:00 |
|
Dmitry Stogov
|
cc50a96139
|
Fixed bug #34873 (Segmentation Fault on foreach in object)
|
2005-10-17 07:57:00 +00:00 |
|
Dmitry Stogov
|
b94970a3bd
|
MFH
|
2005-10-10 10:50:16 +00:00 |
|
Dmitry Stogov
|
45794ee259
|
Fixed bug #34467 (foreach + __get + __set incosistency)
|
2005-10-10 09:50:05 +00:00 |
|
Dmitry Stogov
|
728acc3785
|
Fixed bug #34358 (Fatal error: Cannot re-assign $this)
|
2005-10-03 08:21:51 +00:00 |
|
Antony Dovgal
|
f43767b249
|
fix #34505 (possible memory corruption when unmangling properties with empty names)
1st part
|
2005-09-16 17:05:09 +00:00 |
|
Dmitry Stogov
|
8cf678c306
|
MFH (overriding of protected static property)
|
2005-09-16 13:42:49 +00:00 |
|
Dmitry Stogov
|
9305339d94
|
Changed "instanceof" and "catch" operators, is_a() and is_subclass_of() functions to not call __autoload().
|
2005-09-09 06:48:49 +00:00 |
|
Dmitry Stogov
|
40f971b5b6
|
Fixed bug #34310 (foreach($arr as $c->d => $x) crashes)
|
2005-09-01 10:54:38 +00:00 |
|
Dmitry Stogov
|
248345d920
|
Support for class constants and static members for internal classes
|
2005-09-01 10:05:32 +00:00 |
|
Dmitry Stogov
|
ebd4ab4d78
|
Fixed bug #25359 (array_multisort() doesn't work in a function if array is global or reference)
|
2005-08-10 12:02:52 +00:00 |
|
Dmitry Stogov
|
aafc593eb5
|
Fixed possible memory corryption during compilation of <?php foreach($a as $b); ?>
|
2005-08-04 14:04:36 +00:00 |
|
foobar
|
916815b779
|
Bump up the year
|
2005-08-03 13:30:58 +00:00 |
|
Dmitry Stogov
|
7aca138456
|
Fixed bug #33710 (ArrayAccess objects doen't initialize $this)
|
2005-07-19 07:33:00 +00:00 |
|
Ilia Alshanetsky
|
96fc6717e9
|
Added missing init.
|
2005-07-17 19:17:10 +00:00 |
|
Dmitry Stogov
|
345e0255b5
|
Fixed bug #33512 (Add missing support for isset()/unset() overloading to complement the property get/set methods)
|
2005-07-07 16:07:09 +00:00 |
|
Dmitry Stogov
|
6bc321395d
|
Partial fix for bug #26584 (Class member - array key overflow)
It doesn't fix integer overflow problem, but allows null, boolean and double keys in array constants in the same way as in runtime.
|
2005-06-24 09:24:42 +00:00 |
|
Dmitry Stogov
|
12b66c262a
|
Fixed bug #30519 (Interface not existing says Class not found)
|
2005-06-24 08:45:17 +00:00 |
|
Dmitry Stogov
|
21e071be06
|
Fixed bug #33257 (array_splice() inconsistent when passed function instead of variable)
|
2005-06-22 08:33:00 +00:00 |
|
Dmitry Stogov
|
1098ec03c1
|
Remove unnecessary ZEND_FETCH_CLASS together with ZEND_DECLARE_INHERITED_CLASS in case of early binding
|
2005-06-21 12:05:15 +00:00 |
|
Dmitry Stogov
|
aedbdb087d
|
Allowed return by refrence from internal functions
|
2005-06-16 14:56:13 +00:00 |
|
Dmitry Stogov
|
c3e6a90808
|
ZEND_UNSET_DIM_OBJ is splitted to ZEND_UNSET_DIM and ZEND_UNSET_OBJ.
|
2005-06-16 12:17:39 +00:00 |
|
Dmitry Stogov
|
6efa17c2a1
|
Merge three opcodes (ZEND_NEW, ZEND_JMP_NO_CTOR, ZEND_INIT_CTOR) into one (ZEND_NEW). There was no real reason for this anymore and API should be changed before 5.1
|
2005-06-10 07:56:40 +00:00 |
|
Stanislav Malyshev
|
2cb52151ac
|
MF50: fix #29689 and more private property problems
|
2005-06-09 17:20:44 +00:00 |
|
Stanislav Malyshev
|
b83a2603b3
|
disallow abstrace private methods
|
2005-06-09 17:12:54 +00:00 |
|
Dmitry Stogov
|
d873ecb29c
|
Fixed valgrind errors
|
2005-06-08 18:11:06 +00:00 |
|
Dmitry Stogov
|
55cdb7c043
|
Fixed lookups for previos opcodes
|
2005-06-08 15:01:35 +00:00 |
|
Dmitry Stogov
|
0a44789bf3
|
Fixed bug #30961 (Wrong linenumber in ReflectionClass getStartLine())
|
2005-06-08 06:49:01 +00:00 |
|
Dmitry Stogov
|
58a0ee09c3
|
Fixed bug #26456 (Wrong results from Reflection-API getDocComment() when called via STDIN)
|
2005-06-07 18:11:56 +00:00 |
|
Dmitry Stogov
|
91a344a504
|
Fixed bug #32428 (The @ warning error supression operator is broken)
|
2005-06-06 11:20:46 +00:00 |
|
Dmitry Stogov
|
89e53d5ab2
|
Fixed bug #30080 (Passing array or non array of objects)
|
2005-06-03 15:02:49 +00:00 |
|
Dmitry Stogov
|
6b39b374ef
|
Fixed bug #27598 (list() array key assignment causes HUGE memory leak)
|
2005-06-03 13:57:26 +00:00 |
|
Marcus Boerger
|
4f9a2bed42
|
- Only allow changing return ref agnostic when a script method overrides an
internal method (found by dmitry)
|
2005-05-31 09:06:43 +00:00 |
|
Marcus Boerger
|
4918b67ac5
|
- Make zend_do_inheritance ZEND_API
|
2005-05-28 10:24:56 +00:00 |
|
Dmitry Stogov
|
1a72341328
|
Added array type hinting. (This patch requires full re-make)
|
2005-05-26 13:46:17 +00:00 |
|
Dmitry Stogov
|
79d6f11a4a
|
Fixed bug #31525 (object reference being dropped. $this getting lost)
|
2005-05-05 17:37:25 +00:00 |
|
Dmitry Stogov
|
abb07db4c6
|
Fixed bug #29104 (Function declaration in method doesn't work)
|
2005-04-27 13:30:53 +00:00 |
|
Dmitry Stogov
|
694f7a9e90
|
Fixed bug #32427 (Interfaces are not allowed 'static' access modifier).
|
2005-04-26 08:48:23 +00:00 |
|
Dmitry Stogov
|
35b38598cc
|
Fixed bug #29944 (Function defined in switch, crashes).
|
2005-04-25 09:56:42 +00:00 |
|
Marcus Boerger
|
20e67fd175
|
- Need to copy doc comments correct for properties
|
2005-04-24 17:32:05 +00:00 |
|