Revision tags: php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3, php-5.1.3RC2, php-5.1.3RC1, RELEASE_1_2 |
|
#
647eafcb |
| 05-Feb-2006 |
Marcus Boerger |
- MFH
|
Revision tags: RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2 |
|
#
61e93ccf |
| 04-Jan-2006 |
Andi Gutmans |
- Update copyright notices to 2006
|
Revision tags: php-5.1.2RC1 |
|
#
882a9eff |
| 12-Dec-2005 |
Marcus Boerger |
- Enforce termination to prevent possible SEGVs
|
Revision tags: RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0 |
|
#
9d1f2f30 |
| 12-Sep-2005 |
Dmitry Stogov |
Fixed bug #34199 (if($obj)/if(!$obj) inconsistency)
|
Revision tags: RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0 |
|
#
c10d6d3c |
| 05-Aug-2005 |
Dmitry Stogov |
Fixed bug #33999 (object remains object when cast to int)
|
#
916815b7 |
| 03-Aug-2005 |
foobar |
Bump up the year
|
Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1 |
|
#
747074f9 |
| 31-May-2005 |
Dmitry Stogov |
Reverted wrong fix for bug #30572. Seems the bug was already fixed in other way. But reverted patch produced a lot of valgrind errors, because IS_TMP_VAR operands don't initialize refcount.
|
#
d100328d |
| 08-Apr-2005 |
Marcus Boerger |
- Fix memory corruption found by rob
|
Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2, php-5.0.3, php-4.3.10 |
|
#
d91a531d |
| 13-Dec-2004 |
Derick Rethans |
- Added "G" modifier to ini setting number format.
|
Revision tags: SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1 |
|
#
ebca90f0 |
| 29-Nov-2004 |
Derick Rethans |
- MFH: Revert Joe's work around a bug in GCC patch as it breaks too many things.
|
Revision tags: php-4.3.10RC1 |
|
#
e612284e |
| 03-Nov-2004 |
Derick Rethans |
- Fixed bug #30630: Added a BSD based strtod function that is locale-independent.
|
#
b86cdbbd |
| 29-Oct-2004 |
Andi Gutmans |
- For Ilia: - MFH: Fixed bug #30572 (crash when comparing SimpleXML attribute to a boolean). - Hope this works well. I will MFH tomorrow if no one complains.
|
#
a4dff681 |
| 27-Oct-2004 |
Andi Gutmans |
- Revert Fixed bug #30228 (crash when comparing SimpleXML attribute to a boolean). - Need to discuss where the real problem is.
|
#
bb928e70 |
| 26-Oct-2004 |
Ilia Alshanetsky |
Fixed bug #30228 (crash when comparing SimpleXML attribute to a boolean).
|
Revision tags: PRE_NEW_VM_GEN_PATCH |
|
#
abd42847 |
| 20-Oct-2004 |
Andi Gutmans |
- If object handles are equal then save the comparison of properties in - the == operator.
|
#
1a4bfd65 |
| 30-Sep-2004 |
Andi Gutmans |
- Small improvement to DVAL_TO_ZVAL macro
|
Revision tags: php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3 |
|
#
4bae5cb4 |
| 11-Sep-2004 |
Derick Rethans |
- MFB: Added the sorting flag SORT_LOCALE_STRING to the sort() functions which makes them sort based on the current locale. (Derick)
|
#
3e201ac2 |
| 11-Sep-2004 |
Andi Gutmans |
- Resolve undefined behavior (joe at redhat)
|
Revision tags: PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1 |
|
#
56f8195f |
| 19-Jul-2004 |
Andi Gutmans |
- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() used to return "" and not bool(false). It's not worth keeping it because STR_FREE() and zval_dtor() always have
- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() used to return "" and not bool(false). It's not worth keeping it because STR_FREE() and zval_dtor() always have to check for it and it slows down the general case. In addition, it seems that empty_string has been abused quite a lot, and was used not only for setting zval's but generally in PHP code instead of "", which wasn't the intention. Last but not least, nuking empty_string should improve stability as I doubt every place correctly checked if they are not mistakenly erealloc()'ing it or calling efree() on it. NOTE: Some code is probably broken. Each extension maintainer should check and see that my changes are OK. Also, I haven't had time to touch PECL yet. Will try and do it tomorrow.
show more ...
|
Revision tags: php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1 |
|
#
428e722d |
| 10-May-2004 |
Zeev Suraski |
- Fix comparison of objects - Clarify convert_object_to_type()
|
#
33170709 |
| 02-May-2004 |
Andi Gutmans |
- Fix comparison of two objects in non-compatibility mode.
|
Revision tags: php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2 |
|
#
91192243 |
| 03-Apr-2004 |
Andi Gutmans |
- Nuke more old junk
|
#
1c7cfe73 |
| 03-Apr-2004 |
Andi Gutmans |
- Nuke code which hasn't been in use for ages.
|
Revision tags: php-4.3.6RC1 |
|
#
9091bf8e |
| 28-Mar-2004 |
Stanislav Malyshev |
centralize object-to-scalar conversion, make it work with get handler
|
#
c331afa2 |
| 28-Mar-2004 |
Stanislav Malyshev |
Use macros for object parts access
|