#
a90a0305 |
| 12-Nov-2007 |
Dmitry Stogov |
Fixed bug #43183 ("use" of the same class in difference scripts results in a fatal error)
|
#
8646d9af |
| 09-Nov-2007 |
Dmitry Stogov |
Fixed type-hint compatibility check in namespaces
|
#
98b3c247 |
| 09-Nov-2007 |
Dmitry Stogov |
Fixed implementation of internal interfaces in namesapces
|
Revision tags: php-5.2.5 |
|
#
b7d87beb |
| 07-Nov-2007 |
Dmitry Stogov |
T_IMPORT -> T_USE
|
#
f10766f1 |
| 02-Nov-2007 |
Dmitry Stogov |
Reimplemented support for namespaces in indexes id constant arrays (removed zval.idx_type)
|
Revision tags: php-5.2.5RC2 |
|
#
acd9a960 |
| 01-Nov-2007 |
Dmitry Stogov |
Fixed bug #43027 (Declare cause fatal error)
|
#
1530fe99 |
| 23-Oct-2007 |
Dmitry Stogov |
Fixed variations of bug #35163
|
#
b599e434 |
| 23-Oct-2007 |
Dmitry Stogov |
Fixed bug #35163 (Array elements can lose references)
|
Revision tags: php-5.2.5RC1 |
|
#
1087e6b1 |
| 17-Oct-2007 |
Dmitry Stogov |
Fixed bug #42859 (import always conflicts with internal classes). (cellog@php.net, Dmitry)
|
#
4b4d634c |
| 07-Oct-2007 |
Yiduo (David) Wang |
MFH: Added macros for managing zval refcounts and is_ref statuses
|
Revision tags: BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2 |
|
#
220641af |
| 02-Oct-2007 |
Dmitry Stogov |
Fixed bug #42819 (namespaces in indexes of constant arrays)
|
#
0625e266 |
| 01-Oct-2007 |
Dmitry Stogov |
Late Static Binding make no sense in compile-time constants.
|
#
41e9b6b6 |
| 01-Oct-2007 |
Dmitry Stogov |
Fixed bug #42802 (Namespace not supported in typehints)
|
#
72d0454b |
| 29-Sep-2007 |
Dmitry Stogov |
Added support for __callstatic() magic method (missing part). (Sara)
|
#
b20ed0d2 |
| 29-Sep-2007 |
Dmitry Stogov |
Added support for __callstatic() magic method. (Sara)
|
#
166266df |
| 29-Sep-2007 |
Dmitry Stogov |
Added support for Late Static Binding. (Dmitry, Etienne Kneuss)
|
#
f32ffe9b |
| 28-Sep-2007 |
Dmitry Stogov |
Namespaces
|
#
6c810b0d |
| 27-Sep-2007 |
Dmitry Stogov |
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)
|
#
ba144fd4 |
| 20-Sep-2007 |
Jani Taskinen |
- Fix test and tuned error message
|
Revision tags: RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND, php-5.2.3, RELEASE_1_4, php-5.2.3RC1 |
|
#
80d2409f |
| 18-May-2007 |
Dmitry Stogov |
Improved compilation of heredocs and interpolated strings. (Matt, Dmitry)
|
Revision tags: RELEASE_1_2_0 |
|
#
756f3f60 |
| 11-May-2007 |
Antony Dovgal |
MFH: fix #41351 (Invalid opcode with foreach ($a[] as $b))
|
#
d8ce0568 |
| 04-May-2007 |
Dmitry Stogov |
Fixed altering $this via argument named "this"
|
Revision tags: php-4.4.7, php-5.2.2 |
|
#
df61bae6 |
| 02-May-2007 |
Dmitry Stogov |
Reverted the following fixed because of php-5.2.2 release process - Fixed altering $this via argument named "this". - Fixed bug #41097 (ext/soap returning associative array as indexed without
Reverted the following fixed because of php-5.2.2 release process - Fixed altering $this via argument named "this". - Fixed bug #41097 (ext/soap returning associative array as indexed without using WSDL). - Fixed bug #41004 (minOccurs="0" and null class member variable).
show more ...
|
#
688cc503 |
| 02-May-2007 |
Dmitry Stogov |
Fixed altering $this via argument named "this"
|
Revision tags: php-5.2.2RC2 |
|
#
e1814f0d |
| 16-Apr-2007 |
Dmitry Stogov |
WIN64 support
|