Revision tags: php-5.2.5, php-5.2.5RC2 |
|
#
19bf724c |
| 29-Oct-2007 |
Dmitry Stogov |
optimization
|
Revision tags: php-5.2.5RC1 |
|
#
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, 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 |
|
#
226c56fe |
| 21-Jul-2007 |
Jani Taskinen |
MFH: Fixed compiler warnings
|
#
e029945a |
| 06-Jun-2007 |
Antony Dovgal |
MFH: minor optimization - make sure the objects are not the same instance before we start comparing their properties
|
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 |
|
#
b1aea75a |
| 23-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.
|
#
68950455 |
| 30-Dec-2006 |
Ilia Alshanetsky |
Simplify & optimize code # Patch by Matt Wilmas
|
#
ff9d0fcc |
| 26-Dec-2006 |
Ilia Alshanetsky |
is_numeric_string() optimization # Original Patch by Matt Wilmas
|
#
dba3fe38 |
| 21-Dec-2006 |
Ilia Alshanetsky |
Fixed possible memory leak
|
Revision tags: php-5.2.1RC1 |
|
#
5218d956 |
| 11-Dec-2006 |
Ilia Alshanetsky |
Fixed typo
|
#
19e4dc50 |
| 11-Dec-2006 |
Ilia Alshanetsky |
Removed bool<>long optimization as it causes issues with strict type checks
|
#
7e1973d9 |
| 11-Dec-2006 |
Ilia Alshanetsky |
Minor optimization (2-3%) from Brian Shire
|
#
6b651f8e |
| 04-Dec-2006 |
Stanislav Malyshev |
Improve tolower()-related functions on Windows and VC2005 by caching locale and using tolower_l function. # Gives 10-18% speedup on bench.php # Does not change behaviour for non-windows
|
#
9d6f7755 |
| 15-Nov-2006 |
Antony Dovgal |
fix leak appearing when converting object to NULL add test
|
Revision tags: php-5.2.0, php-5.2.0RC6, php-5.2.0RC5 |
|
#
8e1c9371 |
| 03-Oct-2006 |
Antony Dovgal |
MFH: throw a warning when doing modulus by 0 (fr #39027)
|
#
47600225 |
| 27-Sep-2006 |
Antony Dovgal |
MFH: use if() instead of ?:
|
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, php-5.2.0RC1 |
|
#
29ed52ff |
| 18-Jul-2006 |
Dmitry Stogov |
New memory manager
|
#
7f9a4365 |
| 18-Jul-2006 |
Antony Dovgal |
fix logic
|
#
7a089a43 |
| 18-Jul-2006 |
Antony Dovgal |
MFH: fix DVAL_TO_LVAL() on AIX with old gcc
|
#
c514ee0c |
| 09-Jul-2006 |
Marcus Boerger |
- MFH Fix issue with comparing objects with objects
|
#
fa57959f |
| 09-Jul-2006 |
Marcus Boerger |
- MFH: . Fix comparision edgecases involving objects (Tony, Marcus) . Use ZVAL_LONG() where appropriate
|
Revision tags: php-4.4.3RC2 |
|
#
51d49585 |
| 05-Jun-2006 |
Zeev Suraski |
Restore ZE1 compatibility mode (Zend Engine part - the modules patches will follow later today)
|
Revision tags: BEFORE_NEW_OUTPUT_API |
|
#
9dd24c6d |
| 25-May-2006 |
Antony Dovgal |
fix error messages when converting objects to other types add new function MFB will follow soon
|
Revision tags: php-4.4.3RC1 |
|
#
637a4042 |
| 09-May-2006 |
Marcus Boerger |
- MFH as discussed . zend_exception_get_default() -> zend_exception_get_default(TSRMLS_D) . zend_get_error_exception() -> zend_get_error_exception(TSRMLS_D) . added E_RECOVERABLE_
- MFH as discussed . zend_exception_get_default() -> zend_exception_get_default(TSRMLS_D) . zend_get_error_exception() -> zend_get_error_exception(TSRMLS_D) . added E_RECOVERABLE_ERROR . added ZEND_TOSTRING_FUNC_NAME . added __tostring function cache to zend_class_entry . added ZEND_NAMED_ME . modified ZEND_ME_MAPPING to support method flags . added ZEND_MN . method entries now use prefix "zim_" instead of "zif_" . drop EG(ze1_compatibility_mode) . changed cast handler, now without (int should_free): typedef int (*zend_object_cast_t)(zval *readobj, zval *retval, int type TSRMLS_DC); . changed get_iterator, now receives whether value is by ref: zend_object_iterator *(*get_iterator)(zend_class_entry *ce, zval *object, int by_ref TSRMLS_DC); . added zend_objects_store_add_ref_by_handle . added zend_objects_store_del_ref_by_handle . convert_to_explicit_type(pzv, type)
show more ...
|