History log of /PHP-5.5/ext/simplexml/simplexml.c (Results 126 – 150 of 301)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.4.3RC1
# 09b741ff 17-May-2006 Marcus Boerger

- MFH Proto fix/add


# 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, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3
# 011266f7 14-Apr-2006 Marcus Boerger

- MFH Fix properties access to children() result


# 45b64e7a 10-Apr-2006 Marcus Boerger

- Coverity issue 59


# 0f510a6a 03-Apr-2006 Antony Dovgal

#ifdef new functions and use their bodies to make PECL extensions compile with PHP < 5.1.3
(as was agreed with Ilia)


Revision tags: 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 ...


Revision tags: php-5.1.3RC1
# 8dffbf21 07-Mar-2006 Rob Richards

- Synch with head


# a9080d38 05-Mar-2006 Antony Dovgal

fix #36611 (assignment to SimpleXML object attribute changes argument type to string)


Revision tags: RELEASE_1_2
# 84ad6255 01-Mar-2006 Rob Richards

nuke tests for libxml2 version - will always be > 2.6.0


# c5d70528 27-Feb-2006 Marcus Boerger

- MFH Fix count/foreach interaction


# 44d4ba47 27-Feb-2006 Marcus Boerger

- Cleanup


# cde6f6e0 27-Feb-2006 Dmitry Stogov

Fixed memory leak


# 4d442447 26-Feb-2006 Marcus Boerger

- Synch with head


# c353a52a 06-Feb-2006 Antony Dovgal

initialize variables


Revision tags: 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, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0
# 3e669bc9 06-Dec-2005 foobar

MFH: nuke php3 legacy


Revision tags: RELEASE_2_0_2
# 40a3cdd9 29-Nov-2005 Marcus Boerger

- MFH
. Fix memleaks
. Add tests
. Add functions: getNamespaces(), getDocNamespaces()
. Fixed var_dump()
. Fixed bugs: #35028 XML object fails FALSE test
# This plan

- MFH
. Fix memleaks
. Add tests
. Add functions: getNamespaces(), getDocNamespaces()
. Fixed var_dump()
. Fixed bugs: #35028 XML object fails FALSE test
# This plan was decided before 5.1.0 came out with ilia and checked again
# just now. The extension currently shows no more memleaks or errors using
# the test suite.

show more ...


Revision tags: php-5.1.1, php-5.1.0
# cfeb12cc 20-Nov-2005 Marcus Boerger

- MFH Fix parameter parsing


Revision tags: php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1
# b0335163 05-Nov-2005 Rasmus Lerdorf

And simplexml doesn't need dom anymore to do the import


Revision tags: RELEASE_1_0RC2
# 9622ccfa 31-Oct-2005 Marcus Boerger

- Drop unnecessary exports to prevent forward BC problems


Revision tags: php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1
# 5460d2da 24-Oct-2005 Marcus Boerger

- Fix issue with entities in attributes


Revision tags: php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0
# 308a64bc 03-Oct-2005 Marcus Boerger

- MFH Really allow SXE being shared by not using anything from it directly in SPL


Revision tags: RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5
# ab78a633 31-Aug-2005 Rob Richards

MFH: make sxe_properties_get respect namespace scope


Revision tags: php-5.0.5RC2, php-5.0.5RC1
# 94770975 18-Aug-2005 foobar

MFH: Nuked EOLs from error messages


12345678910>>...13