Revision tags: RELEASE_1_3b3 |
|
#
052f9378 |
| 19-Oct-2003 |
Shane Caraveo |
add global init/shutdown functions for libxml. this is required as shutdown is not safe to call multiple times, and to make streams work correctly some init stuff has to happen in a specific
add global init/shutdown functions for libxml. this is required as shutdown is not safe to call multiple times, and to make streams work correctly some init stuff has to happen in a specific order
show more ...
|
#
6c9bbe70 |
| 06-Oct-2003 |
Rob Richards |
some namespace fixes fix compiler warning
|
#
c21e78dd |
| 05-Oct-2003 |
Rob Richards |
implement isDefaultNameSpace and baseURI nodeName and tagName return qualified names fix removeAttributeNode - takes domAttr as parameter better uri and file handling for document load me
implement isDefaultNameSpace and baseURI nodeName and tagName return qualified names fix removeAttributeNode - takes domAttr as parameter better uri and file handling for document load method fix possible segfault when document is freed set get_property_ptr_ptr handler to NULL
show more ...
|
#
c6c240a4 |
| 05-Oct-2003 |
Zeev Suraski |
Sync with new API
|
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)
|
#
afdecc37 |
| 03-Sep-2003 |
Sebastian Bergmann |
ZTS fix.
|
#
fd575878 |
| 03-Sep-2003 |
Rob Richards |
changes to php_dom.h for last commit replaced removed closing tags - doh
|
#
5630dd0b |
| 03-Sep-2003 |
Rob Richards |
add document HTML load/save methods add document standalone validate method cleanup some prototype declarations domexception inherits from default exception
|
Revision tags: php-4.3.3 |
|
#
09481c64 |
| 24-Aug-2003 |
Rob Richards |
implement stricterrorcheck fix clonenode cleanup error routines
|
#
21329c5e |
| 22-Aug-2003 |
Wez Furlong |
allow building without libxml2 under win32
|
#
d7e6bdaa |
| 20-Aug-2003 |
Rob Richards |
fix infinite loop in normalize
|
#
9ada9e57 |
| 19-Aug-2003 |
Wez Furlong |
fix build
|
#
391c027d |
| 18-Aug-2003 |
Zeev Suraski |
Get rid of PZVAL_UNLOCK() - fix untested
|
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 |
|
#
7ba3cb8c |
| 27-Jul-2003 |
Rob Richards |
remove xml debug code
|
#
43bc2f0b |
| 27-Jul-2003 |
Rob Richards |
reworking xml namespace support add node lookupNamespaceURI and lookupPrefix add attr isId
|
#
e8a87e54 |
| 24-Jul-2003 |
Rob Richards |
initial xpath implementation make dom_object generic
|
#
6c24e157 |
| 22-Jul-2003 |
Zeev Suraski |
API update
|
#
d85845a6 |
| 19-Jul-2003 |
Rob Richards |
fix for Bug #24715 segfault in dom_document_create_element removed xmlmemorydump debug code
|
#
d75618e7 |
| 12-Jul-2003 |
Rob Richards |
implement read only exceptions implement notation nodes changes for spec conformance
|
#
16fb3e91 |
| 10-Jul-2003 |
Rob Richards |
remove global error handling - use of libxml globals is a bad thing add domDocument properties for parsing options: validateOnParse, resolveExternals, preserveWhiteSpace, substituteEntities
remove global error handling - use of libxml globals is a bad thing add domDocument properties for parsing options: validateOnParse, resolveExternals, preserveWhiteSpace, substituteEntities implement custom parsing to avoid use of globals implement local errors while parsing errors displayed until error objects implemented
show more ...
|
#
4cd06845 |
| 07-Jul-2003 |
Rob Richards |
implement node proxies: next phase of interop
|
Revision tags: php-5.0.0b1, php-4.3.3RC1 |
|
#
46b4ab47 |
| 16-Jun-2003 |
Marcus Boerger |
Fit the error handler into the naming scheme and get rid of trailing new lines
|
#
e208b0e7 |
| 15-Jun-2003 |
Marcus Boerger |
Add an error handler (thx to timm for the idea)
|
#
2a020455 |
| 15-Jun-2003 |
Rob Richards |
remove code no longer needed fix format Output property
|