History log of /PHP-7.1/ext/dom/xpath.c (Results 76 – 95 of 95)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3
# 7b1f927e 06-Apr-2004 Rob Richards

register_namespace changed to registerNamespace for consistency


Revision tags: php-4.3.6RC2, php-4.3.6RC1
# 010c340f 31-Mar-2004 Rob Richards

use new style constructors
fix return for nodelist item


Revision tags: php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0
# 7deeb0f9 18-Feb-2004 Rob Richards

always return domnodelist unless error


# ec2ea131 17-Feb-2004 Rob Richards

implement clone functionality to fix segfault
DomNode->clone() creates new doc proxy if document is cloned
remove printf from xpath
fix remaining invalid object state issues


Revision tags: php-4.3.5RC3
# a2e1844d 15-Feb-2004 Rob Richards

start of dom update
switch to zend_parse_method_parameters for consistancy
insure object parameters are correct class types
convert zvals to correct type if needed for property writes


Revision tags: php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split
# 7e619b7f 22-Jan-2004 Rob Richards

update constructors so they cant be called statically


# a4815f7c 20-Jan-2004 Rob Richards

Warn when empty string supplied to load methods (by Pierre-Alain)
Fix refcount on xpath iterators
xpath_query should return nodelist even when empty


# 920358a0 20-Jan-2004 Marcus Boerger

Fix warning (and possible problem)


# 6b70f9d1 19-Jan-2004 Christian Stocker

Fix leaks in dom_xpath_query (create retval only if requiered) by Pierre-Alain


Revision tags: php-4.3.5RC1
# 394bf2ba 10-Jan-2004 Rob Richards

XPath query returns nodelist object rather than array


# dbeb4158 08-Jan-2004 Andi Gutmans

- A belated happy holidays and PHP 5


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1, php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1
# 207dc909 26-Oct-2003 Rob Richards

add interop with simplexml - dom_import_simplexml
fix cloneNode with elements


Revision tags: php-5.0.0b2RC1, php-4.3.4RC2
# 44164170 20-Oct-2003 Rob Richards

implement namespace nodes
fix getElementsByTagName
fixes to attribute namespaces
remove safemode stuff as its handled in streams


Revision tags: RELEASE_1_3b3
# a05dbd3a 05-Oct-2003 Shane Caraveo

remove a debug printf


# 8f489130 05-Oct-2003 Rob Richards

fix segfault if xpath expression string is invalid


Revision tags: BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1
# b437ac77 29-Sep-2003 Rob Richards

add property_get_ptr handler
fix possible segfault in xpath
add wide character support for characterdata


Revision tags: RELEASE_0_7
# 315bf401 08-Sep-2003 Rob Richards

move some document properties internally
add xpath namespace support (by Shane)


Revision tags: php-4.3.3
# b196c055 24-Aug-2003 Rob Richards

implement stricterrorcheck
fix clonenode
cleanup error routines
forgot these files


# 21329c5e 22-Aug-2003 Wez Furlong

allow building without libxml2 under win32


Revision tags: php-4.3.3RC4, RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2
# e8a87e54 24-Jul-2003 Rob Richards

initial xpath implementation
make dom_object generic


1234