#
6c810b0d |
| 27-Sep-2007 |
Dmitry Stogov |
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)
|
Revision tags: RELEASE_1_2_4 |
|
#
d0d1e42c |
| 30-Aug-2007 |
Sebastian Bergmann |
Add optional parameter to debug_backtrace().
|
Revision tags: RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3 |
|
#
1aab36e3 |
| 22-Aug-2007 |
Dmitry Stogov |
Fixed bug #42009 (is_a() and is_subclass_of() should NOT call autoload, in the same way as "instanceof" operator).
|
Revision tags: php-5.2.4RC2 |
|
#
ef716648 |
| 08-Aug-2007 |
Dmitry Stogov |
Fixed bug #42211 (property_exists() fails to find protected properties from a parent class)
|
Revision tags: php-5.2.4RC1 |
|
#
48d55193 |
| 02-Aug-2007 |
Antony Dovgal |
MFH: int -> zend_bool
|
#
c0667eea |
| 02-Aug-2007 |
Johannes Schlüter |
- MFH: Respect value of the parameter for get_loaded_extensions() and only print zend extensions if set to true
|
#
ebaba407 |
| 31-Jul-2007 |
Johannes Schlüter |
- MFH: Add additional param to get_loaded_extensions() for returning Zend extensions (Fixes #41278) [DOC]
|
Revision tags: BEFORE_REAL_IMPORT_OF_MYSQLND |
|
#
7ec48cb3 |
| 24-Jul-2007 |
Dmitry Stogov |
Fixed bug #40757 (get_object_vars get nothing in child class) Fixed bug #41929 (Foreach on object does not iterate over all visible properties)
|
Revision tags: BEFORE_IMPORT_OF_MYSQLND |
|
#
1351bc4e |
| 09-Jun-2007 |
Johannes Schlüter |
Fix #41640 (get_class_vars produces error on class constants)
|
Revision tags: php-5.2.3, RELEASE_1_4, php-5.2.3RC1, RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2 |
|
#
e1814f0d |
| 16-Apr-2007 |
Dmitry Stogov |
WIN64 support
|
Revision tags: RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1, 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, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2 |
|
#
4223aa4d |
| 01-Jan-2007 |
Sebastian Bergmann |
MFH: Bump year.
|
#
d040ec9b |
| 20-Dec-2006 |
Antony Dovgal |
MFH
|
#
ea013f92 |
| 20-Dec-2006 |
Antony Dovgal |
use Z_* macros
|
Revision tags: php-5.2.1RC1 |
|
#
09666662 |
| 28-Nov-2006 |
Antony Dovgal |
MFH: resolve coverity issue #224
|
#
eb666b72 |
| 21-Nov-2006 |
Antony Dovgal |
MFH: fix proto
|
#
3f92ab71 |
| 15-Nov-2006 |
Dmitry Stogov |
typo
|
#
842b1b5a |
| 15-Nov-2006 |
Dmitry Stogov |
Fixed bug #39445 (Calling debug_backtrace() in the __toString() function produces a crash)
|
Revision tags: php-5.2.0, php-5.2.0RC6, php-5.2.0RC5 |
|
#
a04b6ed6 |
| 26-Sep-2006 |
Dmitry Stogov |
Fixed bug #38942 (Double old-style-ctor inheritance)
|
Revision tags: php-5.2.0RC4, 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 |
|
#
ee97ffd8 |
| 27-Jul-2006 |
Dmitry Stogov |
Fixed bug #38047 ("file" and "line" sometimes not set in backtrace from inside error handler)
|
Revision tags: php-5.2.0RC1 |
|
#
519ed8e1 |
| 24-Jul-2006 |
Marcus Boerger |
- Better fix for #34505 and related, drop zend_unmangle_property_name_ex()
|
#
92696119 |
| 20-Jul-2006 |
Antony Dovgal |
MFH
|
#
dd5cbcd2 |
| 09-Jul-2006 |
Marcus Boerger |
- Fixed Bug #37811 define not using toString on objects
|
Revision tags: php-4.4.3RC2 |
|
#
badf27fb |
| 27-Jun-2006 |
Antony Dovgal |
MFH: no need to throw E_ERROR here
|
Revision tags: BEFORE_NEW_OUTPUT_API |
|
#
8df40bdb |
| 31-May-2006 |
Dmitry Stogov |
Keeping consistent arg_stack during arguments freeing (Exception from destructor may use inconsistent arg_stack for backtrace).
|