#
2188f26c |
| 25-Aug-2010 |
Dmitry Stogov |
Fixed bug #52614 (Memory leak when writing on uninitialized variable returned from method call)
|
#
2fb2f815 |
| 18-Aug-2010 |
Felipe Pena |
- Improved fix for bug #52573
|
#
f3028b92 |
| 18-Aug-2010 |
Felipe Pena |
- Improved fix for bug #52573
|
#
50a0ea7b |
| 12-Aug-2010 |
Sascha Schumann |
separate properties of internal classes in ZTS mode fully, otherwise multiple threads will modify the zvals' contents without any synchronisation.
|
#
7d55780c |
| 11-Aug-2010 |
Dmitry Stogov |
In ZTS mode default properties and constants of internal classes can't be modified in place and have to be separated
|
#
931c2d10 |
| 11-Aug-2010 |
Dmitry Stogov |
In ZTS mode default properties and constants of internal classes can't be modified in place and have to be separated
|
Revision tags: oci8-1.4.3 |
|
#
3cf5ab9e |
| 05-Aug-2010 |
Dmitry Stogov |
Use interned strings for class names
|
#
6443445f |
| 29-Jul-2010 |
Dmitry Stogov |
ZEND_UNSET_* don't have results
|
Revision tags: php-5.2.14, php-5.3.3 |
|
#
ca4de03e |
| 16-Jul-2010 |
Dmitry Stogov |
ZEND_FETCH_*_R operations simplified and can't be used with EXT_TYPE_UNUSED flag any more. Thit is very rare and useless case. ZEND_FREE might be required after them instead.
|
Revision tags: php-5.3.3RC3, php-5.2.14RC3 |
|
#
b458b1a4 |
| 08-Jul-2010 |
Felipe Pena |
- Fix ZTS build
|
#
f0c8366a |
| 08-Jul-2010 |
Dmitry Stogov |
- use interned strings for auto globals - $GLOBALS became a JIT autoglobal, so it's initialized only if used (this may affect opcode caches)
|
#
1a1178a6 |
| 06-Jul-2010 |
Dmitry Stogov |
eliminated unnecessary iterations during request startup/shutdown
|
Revision tags: php-5.3.3RC2, php-5.2.14RC2 |
|
#
a8e80ec2 |
| 28-Jun-2010 |
Felipe Pena |
- Reverted fix for bug #51421
|
#
cb6bf19b |
| 26-Jun-2010 |
Felipe Pena |
- Fixed bug #51421 (Abstract __construct constructor argument list not enforced)
|
#
10a9634b |
| 26-Jun-2010 |
Felipe Pena |
- Fixed bug #51421 (Abstract __construct constructor argument list not enforced)
|
#
d98de7d2 |
| 26-Jun-2010 |
Felipe Pena |
- Fixed bug #52160 (Invalid E_STRICT redefined constructor error)
|
#
eb5e97ad |
| 26-Jun-2010 |
Felipe Pena |
- Fixed bug #52160 (Invalid E_STRICT redefined constructor error)
|
Revision tags: php-5.3.3RC1, php-5.2.14RC1 |
|
#
dc3940bd |
| 08-Jun-2010 |
Felipe Pena |
- Fix ZTS build
|
#
e6bd5368 |
| 08-Jun-2010 |
Stefan Marr |
Fixed issue with statics in traits. #Please review this change, I moved the routine which copies statics from the closure code to zend_variables.c #Please also have a look to check whether th
Fixed issue with statics in traits. #Please review this change, I moved the routine which copies statics from the closure code to zend_variables.c #Please also have a look to check whether the TSRMLS_DC is correct, and whether it fits with the rest in zend_variables, because there you are using some macro magic and I am not exactly sure what the reason is for that.
show more ...
|
#
0262fdf3 |
| 29-May-2010 |
Johannes Schlüter |
- A method called like a trait is no constructor
|
#
f7ce6958 |
| 25-May-2010 |
Dmitry Stogov |
- Interned string related callbacks moved turned from compiler_globals into real globals - Updated API version number
|
#
33fae4ca |
| 24-May-2010 |
Ilia Alshanetsky |
Added support for numeric & scalar type hint as defined within http://wiki.php.net/rfc/typecheckingstrictandweak RFC
|
#
f23e8576 |
| 24-May-2010 |
Dmitry Stogov |
Fixed ZTS build
|
#
c5237d82 |
| 24-May-2010 |
Dmitry Stogov |
Added caches to eliminate repeatable run-time bindings of functions, classes, constants, methods and properties
|
#
1bc92476 |
| 20-May-2010 |
Derick Rethans |
- Added scalar typehinting.
|