Revision tags: PRE_NEW_VM_GEN_PATCH |
|
#
7dced12c |
| 07-Oct-2004 |
Rob Richards |
add DOMDocument xmlEncoding, xmlStandalone, xmlVersion (spec name changes) add DOMText isElementContentWhitespace (spec name change) - old props/method kept for BC. - spec names changed
add DOMDocument xmlEncoding, xmlStandalone, xmlVersion (spec name changes) add DOMText isElementContentWhitespace (spec name change) - old props/method kept for BC. - spec names changed when Level 3 went from Draft to Recommendation nuke some unused code
show more ...
|
Revision tags: php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, 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, php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7 |
|
#
5b0f34ae |
| 31-May-2004 |
Rob Richards |
Fix bug #28584: DOMText::splitText() does not split text properly (benjcarson) Prototype fixes
|
Revision tags: php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1 |
|
#
9e3956b3 |
| 16-May-2004 |
Rob Richards |
constructors throw DOMException add DOM_PHP_ERR DomException code validate tagnames in constructors use C style comments update TODO
|
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, 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, php-4.3.5RC3 |
|
#
602c786a |
| 16-Feb-2004 |
Rob Richards |
issue warning if object is in invalid state when dealing with properties
|
#
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
|
Revision tags: php-4.3.5RC1 |
|
#
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, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7, php-4.3.3 |
|
#
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 |
|
#
4cd06845 |
| 07-Jul-2003 |
Rob Richards |
implement node proxies: next phase of interop
|
Revision tags: php-5.0.0b1, php-4.3.3RC1 |
|
#
2a020455 |
| 15-Jun-2003 |
Rob Richards |
remove code no longer needed fix format Output property
|
#
2b8fcfbe |
| 12-Jun-2003 |
Rob Richards |
fix some calls to libxml
|
#
b2c4882d |
| 11-Jun-2003 |
Rob Richards |
forgot this: set doc for new text node as current may not be in tree
|
#
110920bc |
| 11-Jun-2003 |
Rob Richards |
add isWhitespaceInElementContent() fix splitText for nodes not in tree correct links to specs
|
#
a3128df0 |
| 10-Jun-2003 |
Rob Richards |
Fixed memleaks
|
#
f68c7ff2 |
| 10-Jun-2003 |
James Cox |
updating license information in the headers.
|
#
6d72c894 |
| 09-Jun-2003 |
Rob Richards |
implmentation of document ref counting for persistance re-work of internal object handling
|
#
1837db58 |
| 07-Jun-2003 |
Sterling Hughes |
add the wholeText property
|
#
66101832 |
| 06-Jun-2003 |
Sterling Hughes |
add splitText() never has such a complex process been endured for such a simple function libxml makes me queasy right now :)
|
#
1b046ed4 |
| 05-Jun-2003 |
Rob Richards |
Inital cut of new dom extension PHP5 only
|