Revision tags: php-4.4.8RC1, RELEASE_1_2_3, php-5.2.5, php-5.2.5RC2, 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 |
|
#
6c810b0d |
| 27-Sep-2007 |
Dmitry Stogov |
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) |
Revision tags: RELEASE_1_2_4 |
|
#
78b2aaa9 |
| 30-Aug-2007 |
Rob Richards |
MFH: fix bug #42462 (Segmentation when trying to set an attribute in DOMElement) |
Revision tags: RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2 |
|
#
9abc9072 |
| 06-Aug-2007 |
Rob Richards |
MFH: fix bug #42082 (NodeList length zero should be empty). (Hannes) add and update tests |
Revision tags: php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND, 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, RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1 |
|
#
02919242 |
| 03-Apr-2007 |
Rob Richards |
allow registered classes to be changed |
Revision tags: RELEASE_1_0_1, php-4.4.6, 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. |
Revision tags: php-5.2.1RC1, php-5.2.0, php-5.2.0RC6, php-5.2.0RC5 |
|
#
7a2a383a |
| 04-Oct-2006 |
Rob Richards |
fix bug #39035 (Compatibilty issue between DOM and ze1_compatibility_mode |
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 |
|
#
3048cd75 |
| 14-Aug-2006 |
Rob Richards |
fix underlying issue for bug #38438 |
Revision tags: php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1, php-4.4.3RC2 |
|
#
704ed962 |
| 06-Jun-2006 |
Rob Richards |
nuke unused call |
#
66b90c70 |
| 05-Jun-2006 |
Zeev Suraski |
Final ze1_compat restoration - it was mostly done by hand, so if anybody spots any (new) problems, let me know. Test wise, the same tests that failed before are failing now. |
Revision tags: BEFORE_NEW_OUTPUT_API |
|
#
c384b34a |
| 22-May-2006 |
Rob Richards |
MFH: add registerNodeClass() method - update attribute isID functionality - add test |
Revision tags: php-4.4.3RC1 |
|
#
aebc5833 |
| 17-May-2006 |
Rob Richards |
Synch from HEAD - Fix bug #37456 (DOMElement->setAttribute() loops forever) - update iterators for engine change merged from HEAD |
#
0dacd6d5 |
| 10-May-2006 |
Marcus Boerger |
- ze1 cleanup (bjori) /thx |
#
77c1b56c |
| 10-May-2006 |
Marcus Boerger |
- Update after api changes |
Revision tags: php-5.1.4 |
|
#
f57c7511 |
| 03-May-2006 |
Rob Richards |
Fix bug #37277 (cloning Dom Documents or Nodes does not work) Proper fix for bug #36859 add test |
Revision tags: RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3, php-5.1.3RC2 |
|
#
59b8592c |
| 29-Mar-2006 |
Antony Dovgal |
fix bug #36898 (__set() leaks in classes extending internal ones) Added: ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC) ZEND_API void zend_ob
fix bug #36898 (__set() leaks in classes extending internal ones) Added: ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC) ZEND_API void zend_object_std_dtor(zend_object *object TSRMLS_DC) to initialize and destroy zend_object structs
show more ...
|
#
d085b37f |
| 26-Mar-2006 |
Antony Dovgal |
fix #36859 (DOMElement crashes when calling __construct when clone'ing) |
#
aaec0675 |
| 18-Mar-2006 |
Rob Richards |
Fixed bug #36756 (DOMDocument::removeChild corrupts node) add test |
Revision tags: php-5.1.3RC1, RELEASE_1_2, RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2 |
|
#
5bd93221 |
| 01-Jan-2006 |
foobar |
bump year and license version |
Revision tags: php-5.1.2RC1 |
|
#
adc26d2b |
| 17-Dec-2005 |
Marcus Boerger |
- Fix export |
Revision tags: RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, php-5.1.1, php-5.1.0 |
|
#
ad7732c0 |
| 23-Nov-2005 |
Rob Richards |
Fixed bug #35342 (isset(DOMNodeList->length) returns false) add test |
Revision tags: php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1 |
|
#
3c193264 |
| 15-Nov-2005 |
Dmitry Stogov |
Allow recursive calls to __get/__set for different properties |
#
241aa9a5 |
| 14-Nov-2005 |
Antony Dovgal |
MFH: fix #35197 (Destructor is not called) and similar issues in other extensions |
#
04a291d3 |
| 05-Nov-2005 |
Rasmus Lerdorf |
This SimpleXML requirement is no longer needed and by removing it we remove a circular dep where it was impossible to build simplexml shared and not load it. |
Revision tags: 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 |
|
#
5eb6b78c |
| 19-Sep-2005 |
Dmitry Stogov |
Fixed access to uninitialized value |