1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 08:28:26 +02:00
Commit Graph

112 Commits

Author SHA1 Message Date
Ilia Alshanetsky f884a5b437 Kill unused variables. 2003-11-05 23:44:09 +00:00
Moriyoshi Koizumi 8572fc2af5 Add regression test for XPath support 2003-11-03 22:49:24 +00:00
Moriyoshi Koizumi 2a3e05e865 Fix test 2003-11-03 22:42:56 +00:00
Sterling Hughes 040d945fb7 make this macro safe 2003-11-03 13:55:19 +00:00
Sterling Hughes 6ab221b3f6 remove attributes from this check 2003-11-03 13:50:43 +00:00
Sterling Hughes e963f0b168 - Stop a crash in xpath
- Remove the ability to access attributes via the -> operator, attributes
are accessed via the array indicators
2003-11-03 13:36:23 +00:00
Moriyoshi Koizumi 9547ac2dde Oops. 2003-10-29 18:04:24 +00:00
Moriyoshi Koizumi 088acb6efb Update test for an additional check to ensure the variable used for an
index would not be modified during deference.
2003-10-29 17:58:40 +00:00
Moriyoshi Koizumi 734254513c Do not use convert_to_*_ex() for ordinary zval pointers. 2003-10-29 17:50:56 +00:00
Marcus Boerger 6b57bb1675 Add simplexml array handlers that allow to explicitly work with attributes. 2003-10-29 12:06:52 +00:00
Christian Stocker 11a63934d4 added interop test 2003-10-27 11:34:45 +00:00
Rob Richards a807b34427 cannot import nodes without document 2003-10-27 01:12:53 +00:00
Christian Stocker 70f75fff89 fix test (validation returns a warning, if xml is not valid) 2003-10-26 19:35:08 +00:00
Christian Stocker 4e5d4006fd - added interop between DOM and SimpleXML example
- added xpath example
2003-10-26 19:15:52 +00:00
Christian Stocker 1e46a26f0f fix example for saving to file 2003-10-26 18:56:03 +00:00
Rob Richards 5191cd3e99 add interop with dom - simplexml_import_dom
change write behavior on elements to change actual contents
change clone method to clone node and not document
fix a few libxml mem leaks
2003-10-26 16:00:58 +00:00
Marcus Boerger 7e90647611 Add attribute test 2003-10-26 13:27:26 +00:00
Marcus Boerger 14911a136f Fix memory corruption 2003-10-26 13:27:03 +00:00
Marcus Boerger c7995af071 Add foreach test 2003-10-26 13:18:59 +00:00
Marcus Boerger 6131454cca Add iterator to make foreach work 2003-10-26 13:11:56 +00:00
Marcus Boerger 869ce07c96 And get the last thing working 2003-10-26 01:17:51 +00:00
Marcus Boerger ad172161e0 Add test 2003-10-26 01:04:25 +00:00
Marcus Boerger 2318a83e81 Fix tests 2003-10-26 01:03:21 +00:00
Marcus Boerger 0d95b23a51 Fix casting (the question is when & what should be freed here). 2003-10-26 00:39:48 +00:00
Marcus Boerger 2befd022b1 Fix test 2003-10-26 00:35:56 +00:00
Marcus Boerger 07d94c2410 Fix test 4 with the help of Rob 2003-10-25 23:06:23 +00:00
Marcus Boerger 46251fa3f8 Show if Schemas are supported 2003-10-25 21:28:01 +00:00
Marcus Boerger 873bcefa52 Fix memleaks 2003-10-25 21:08:33 +00:00
Marcus Boerger 0197d5b916 More testing 2003-10-25 21:07:37 +00:00
Marcus Boerger 0a68fb0222 Fix warning 2003-10-25 20:28:39 +00:00
Marcus Boerger 168f2ac787 Fix test 2003-10-25 20:27:48 +00:00
Marcus Boerger f67510a0d8 Add some testing 2003-10-25 20:00:04 +00:00
Shane Caraveo 052f9378b2 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
2003-10-19 23:17:56 +00:00
Zeev Suraski 2cc9511cc7 Fix cast callbacks 2003-10-07 15:47:25 +00:00
Moriyoshi Koizumi 506136f9c6 Forgot about this one 2003-10-06 01:04:49 +00:00
Moriyoshi Koizumi 503d74aa29 Fixed bug #25756 (SimpleXML's validate_schema_file() broken) 2003-10-06 01:02:28 +00:00
Moriyoshi Koizumi 30d64ecc3e Fix test to make sure it can find the external xml file relatively to
the script file.
2003-10-05 13:53:16 +00:00
Zeev Suraski c6c240a455 Sync with new API 2003-10-05 08:08:49 +00:00
Moriyoshi Koizumi d7398813c3 A temporary voodoo hack to avoid memory leaks.
# Stuff of this kind must be removed if any neater way is out there.
2003-10-02 19:45:05 +00:00
Wez Furlong 21329c5e0c allow building without libxml2 under win32 2003-08-22 15:04:29 +00:00
Wez Furlong 9ada9e5767 fix build 2003-08-19 01:30:27 +00:00
Zeev Suraski ed21ddd4f3 Fix a gazillion leaks in SimpleXML. One gazillion to go ;) 2003-08-18 22:33:15 +00:00
Zeev Suraski 1fb9d4896a WTF was that doing here? :)
Fix crash
2003-08-18 11:26:12 +00:00
Rob Richards 6fae803c12 fix bug #24957 (var_dump of object segfaults) 2003-08-07 21:39:00 +00:00
Zeev Suraski 538d58dd5f Use new infrastructure.
There are bound to be some messups, please report build/runtime bugs!
2003-08-03 17:44:39 +00:00
Zeev Suraski 785130c09c Fix interface 2003-07-23 08:53:23 +00:00
foobar 5afd8cbf07 update credits. 2003-07-11 07:44:56 +00:00
Zeev Suraski d6320007e0 Add missing elements 2003-07-07 12:07:02 +00:00
foobar f55b83cb18 ws + missing fold tag 2003-07-07 11:43:34 +00:00
Sterling Hughes 73d98824d7 not a temp var unless its a singular var 2003-07-05 00:33:13 +00:00