Revision tags: RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1 |
|
#
17c0c49a |
| 04-Apr-2007 |
Ilia Alshanetsky |
Addres limitation of __HALT_COMPILER() that allowed only one instance per request. # Patch by Greg Beaver
|
Revision tags: RELEASE_1_0_1 |
|
#
6458e424 |
| 23-Mar-2007 |
Dmitry Stogov |
Fixed bug #40899 (memory leak when nesting list())
|
#
30f45e15 |
| 12-Mar-2007 |
Antony Dovgal |
MFH: fix #40784 (Case sensivity in constructor's fallback)
|
Revision tags: php-4.4.6 |
|
#
50ea2676 |
| 24-Feb-2007 |
Marcus Boerger |
- Avoid sprintf, even when checked copy'n'paste or changes lead to errors
|
Revision tags: php-4.4.6RC1 |
|
#
0291ad5f |
| 15-Feb-2007 |
Dmitry Stogov |
Fixed bug #40236 (php -a function allocation eats memory)
|
Revision tags: php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1 |
|
#
ed30d91c |
| 01-Feb-2007 |
Dmitry Stogov |
Fixed possible crash because of dereference of NULL
|
Revision tags: php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3 |
|
#
7b70e5be |
| 15-Jan-2007 |
Antony Dovgal |
missing comma
|
#
9ca5652f |
| 15-Jan-2007 |
Antony Dovgal |
fix error message and #40111
|
#
e470e22e |
| 10-Jan-2007 |
Dmitry Stogov |
- Fixed bug #35106 (nested foreach fails when array variable has a reference). - Fixed bug #36214 (__get method works properly only when conditional operator is used). - Fixed bug #39449 (Ove
- Fixed bug #35106 (nested foreach fails when array variable has a reference). - Fixed bug #36214 (__get method works properly only when conditional operator is used). - Fixed bug #39449 (Overloaded array properties do not work correctly). - Fixed bug #39990 (Cannot "foreach" over overloaded properties).
show more ...
|
#
8c086cae |
| 09-Jan-2007 |
Dmitry Stogov |
Fixed bug #40002 (Try/Catch performs poorly)
|
Revision tags: php-4.4.5RC1, php-5.2.1RC2 |
|
#
4223aa4d |
| 01-Jan-2007 |
Sebastian Bergmann |
MFH: Bump year.
|
#
5ead6133 |
| 21-Dec-2006 |
Ilia Alshanetsky |
Fix a possible memory leak
|
Revision tags: php-5.2.1RC1 |
|
#
db87e11e |
| 12-Dec-2006 |
Sara Golemon |
MFH: Bugfix# 39435: 'foo' instanceof bar gives invalid opcode error
|
#
68890ce1 |
| 05-Dec-2006 |
Dmitry Stogov |
Fixed bug #39721 (Runtime inheritance causes data corruption)
|
Revision tags: php-5.2.0, php-5.2.0RC6 |
|
#
3b1e2992 |
| 20-Oct-2006 |
Ilia Alshanetsky |
Make use of abstract methods be E_STRICT rather then E_ERROR
|
Revision tags: php-5.2.0RC5 |
|
#
c1ad451c |
| 03-Oct-2006 |
Dmitry Stogov |
Speedup array/HashTable copying. (Matt W)
|
#
cd6537ed |
| 19-Sep-2006 |
Dmitry Stogov |
Fixed bugs #34065 and #38623 (throw in foreach/switch causes memory leaks)
|
Revision tags: php-5.2.0RC4 |
|
#
7e17f859 |
| 12-Sep-2006 |
Dmitry Stogov |
Fixed bug #38772 (inconsistent overriding of methods in different visibility contexts)
|
Revision tags: php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3 |
|
#
4da92e63 |
| 24-Jul-2006 |
Marcus Boerger |
- MFH Yet another problematic case with mangled properties
|
Revision tags: php-5.2.0RC1 |
|
#
519ed8e1 |
| 24-Jul-2006 |
Marcus Boerger |
- Better fix for #34505 and related, drop zend_unmangle_property_name_ex()
|
#
29ed52ff |
| 18-Jul-2006 |
Dmitry Stogov |
New memory manager
|
Revision tags: php-4.4.3RC2 |
|
#
7bbf3532 |
| 13-Jun-2006 |
Stefan Esser |
MFH: Added hook for compile_string()
|
#
5cdefd07 |
| 07-Jun-2006 |
Marcus Boerger |
- MFH Fix issue with interfaces being inherited multiple times
|
#
f6a400bd |
| 06-Jun-2006 |
Antony Dovgal |
revert by Andi's request
|
#
8204511d |
| 06-Jun-2006 |
Antony Dovgal |
MFH: do not allow to implement the same interface twice add tests
|