#
aa9ea598 |
| 15-Nov-2005 |
Derick Rethans |
- Allow "= null" default for parameters with a class type-hint.
|
Revision tags: RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3 |
|
#
cc50a961 |
| 17-Oct-2005 |
Dmitry Stogov |
Fixed bug #34873 (Segmentation Fault on foreach in object)
|
Revision tags: php-5.1.0RC2 |
|
#
b94970a3 |
| 10-Oct-2005 |
Dmitry Stogov |
MFH
|
#
45794ee2 |
| 10-Oct-2005 |
Dmitry Stogov |
Fixed bug #34467 (foreach + __get + __set incosistency)
|
Revision tags: php-4.4.1RC1, RELEASE_0_9_0 |
|
#
728acc37 |
| 03-Oct-2005 |
Dmitry Stogov |
Fixed bug #34358 (Fatal error: Cannot re-assign $this)
|
#
f43767b2 |
| 16-Sep-2005 |
Antony Dovgal |
fix #34505 (possible memory corruption when unmangling properties with empty names) 1st part
|
#
8cf678c3 |
| 16-Sep-2005 |
Dmitry Stogov |
MFH (overriding of protected static property)
|
Revision tags: RELEASE_1_0RC1 |
|
#
9305339d |
| 09-Sep-2005 |
Dmitry Stogov |
Changed "instanceof" and "catch" operators, is_a() and is_subclass_of() functions to not call __autoload().
|
Revision tags: PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5 |
|
#
40f971b5 |
| 01-Sep-2005 |
Dmitry Stogov |
Fixed bug #34310 (foreach($arr as $c->d => $x) crashes)
|
#
248345d9 |
| 01-Sep-2005 |
Dmitry Stogov |
Support for class constants and static members for internal classes
|
Revision tags: php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE |
|
#
ebd4ab4d |
| 10-Aug-2005 |
Dmitry Stogov |
Fixed bug #25359 (array_multisort() doesn't work in a function if array is global or reference)
|
Revision tags: RELEASE_2_0_0 |
|
#
aafc593e |
| 04-Aug-2005 |
Dmitry Stogov |
Fixed possible memory corryption during compilation of <?php foreach($a as $b); ?>
|
#
916815b7 |
| 03-Aug-2005 |
foobar |
Bump up the year
|
Revision tags: RELEASE_0_9 |
|
#
7aca1384 |
| 19-Jul-2005 |
Dmitry Stogov |
Fixed bug #33710 (ArrayAccess objects doen't initialize $this)
|
#
96fc6717 |
| 17-Jul-2005 |
Ilia Alshanetsky |
Added missing init.
|
Revision tags: php-5.1.0b3, php-4.4.0 |
|
#
345e0255 |
| 07-Jul-2005 |
Dmitry Stogov |
Fixed bug #33512 (Add missing support for isset()/unset() overloading to complement the property get/set methods)
|
Revision tags: php-4.4.0RC2 |
|
#
6bc32139 |
| 24-Jun-2005 |
Dmitry Stogov |
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.
|
#
12b66c26 |
| 24-Jun-2005 |
Dmitry Stogov |
Fixed bug #30519 (Interface not existing says Class not found)
|
Revision tags: php-5.1.0b2 |
|
#
21e071be |
| 22-Jun-2005 |
Dmitry Stogov |
Fixed bug #33257 (array_splice() inconsistent when passed function instead of variable)
|
#
1098ec03 |
| 21-Jun-2005 |
Dmitry Stogov |
Remove unnecessary ZEND_FETCH_CLASS together with ZEND_DECLARE_INHERITED_CLASS in case of early binding
|
#
aedbdb08 |
| 16-Jun-2005 |
Dmitry Stogov |
Allowed return by refrence from internal functions
|
#
c3e6a908 |
| 16-Jun-2005 |
Dmitry Stogov |
ZEND_UNSET_DIM_OBJ is splitted to ZEND_UNSET_DIM and ZEND_UNSET_OBJ.
|
Revision tags: php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1 |
|
#
6efa17c2 |
| 10-Jun-2005 |
Dmitry Stogov |
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
|
#
2cb52151 |
| 09-Jun-2005 |
Stanislav Malyshev |
MF50: fix #29689 and more private property problems
|
#
b83a2603 |
| 09-Jun-2005 |
Stanislav Malyshev |
disallow abstrace private methods
|