Commit Graph

62 Commits

Author SHA1 Message Date
Antony Dovgal
ae9a444a63 delete useless comments and skeleton leftovers 2007-01-12 12:16:36 +00:00
Sebastian Bergmann
3717df72ae Bump year. 2007-01-01 09:29:37 +00:00
Hannes Magnusson
176b72284c Error message clean up
(patch by Matt W (php_lists -AT- realpain.com))
2006-10-08 13:34:24 +00:00
Antony Dovgal
c51cc262da add missing ifdef 2006-10-04 13:30:41 +00:00
Nuno Lopes
121a317695 MFB 2006-09-16 18:21:53 +00:00
Rob Richards
38e29d008d update tests
use binary strings for XML() method
2006-08-05 12:32:54 +00:00
Andrei Zmievski
eeea7d3b50 I believe Rob indicated that XML() should take strictly a binary string. 2006-08-04 20:59:36 +00:00
Rob Richards
ae4d9f326c updated to use new modifier to specify converter 2006-08-04 18:10:02 +00:00
Rob Richards
53e6e4bb62 fix segfault 2006-07-24 17:42:25 +00:00
Andrei Zmievski
17f4578a10 Mark XMLReader methods with U. 2006-07-22 17:40:08 +00:00
Rob Richards
c58c7b88b1 return EMPTY_TEXT here 2006-07-21 02:09:28 +00:00
Rob Richards
f7575a538e unicode support for handling filenames 2006-07-21 00:57:14 +00:00
Rob Richards
d4be83b5c4 unicode support
update tests
2006-07-19 18:32:19 +00:00
Hannes Magnusson
e18bb1ce3d Fix/add SKIPIF 2006-06-27 00:09:23 +00:00
Rob Richards
ac4afe552b - revert back to using internal buffer
origional string may be modified during parse causing possible crash
2006-05-10 11:58:56 +00:00
Pierre Joye
ed35661f1e - move setSchema to the 2.6.20 block, this method is only available from
this version
2006-03-31 23:20:58 +00:00
Marcus Boerger
e08784867c - Add XMLReader::setSchema 2006-03-31 20:50:29 +00:00
Marcus Boerger
2c8b47ca31 - Add another test 2006-03-30 21:45:27 +00:00
Marcus Boerger
72a8396032 - Return NULL instead of '' if node does not exist 2006-03-30 17:36:46 +00:00
Antony Dovgal
6a53a49c8b MF51: 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)
2006-03-29 15:08:52 +00:00
Antony Dovgal
8c5059c3ad MFB: fix #36743 (In a class extending XMLReader array properties are not writable) 2006-03-17 10:17:36 +00:00
Antony Dovgal
96543b01ad initialize variables and reduce the number of warnings 2006-02-06 11:28:20 +00:00
Rob Richards
66835bd6c8 fix tests 2006-01-04 19:43:36 +00:00
foobar
251c5173fd bump year and license version 2006-01-01 13:10:10 +00:00
Pierre Joye
f91b2c66a8 - skip NG if no SCHEMAS support
- skip readInner/OuterXml if not defined
2005-12-21 13:34:44 +00:00
Pierre Joye
720753d864 - readInnerXml() and readOuterXml() test 2005-12-21 13:25:02 +00:00
Pierre Joye
bb2ea6d564 - add some tests, ~70% now 2005-12-21 03:46:02 +00:00
Pierre Joye
02b822397f - typo in error msg 2005-12-21 02:59:00 +00:00
Pierre Joye
0813bcbfd5 - update inline docs
- fix {{{ }}}
2005-12-21 00:37:49 +00:00
Rob Richards
ad97cf20be remove leftover code
clear zend_object rather than deal with the guards
issue notice if node is of a type that cannot be expanded
2005-12-20 14:13:11 +00:00
Antony Dovgal
9e23794cb8 MFB: fix typo 2005-12-18 21:17:42 +00:00
Zeev Suraski
9e5bd669d9 Fix prototypes (MFB) 2005-12-18 16:00:02 +00:00
Marcus Boerger
9360c2acd2 - MFB Add optional dependency to ext/dom 2005-12-17 15:41:18 +00:00
foobar
8ae898f486 - Use correct configure option style. Enabled by default. 2005-12-01 08:54:15 +00:00
foobar
04dffec1c4 - Use right define: ZEND_MODULE_API_NO as these are PHP modules, not Zend extensions 2005-11-25 15:40:14 +00:00
Dmitry Stogov
8bb39e7dba Allow recursive calls to __get/__set for different properties 2005-11-15 15:21:47 +00:00
Antony Dovgal
e658842761 fix #35197 (Destructor is not called) and similar issues in other extensions 2005-11-14 21:52:27 +00:00
Rob Richards
5abf267c11 move constants to class 2005-10-13 21:19:14 +00:00
Rob Richards
b2515629af maintain BC for PECL 2005-10-07 13:26:11 +00:00
Rob Richards
699084da71 these should have remained ints 2005-10-05 19:52:58 +00:00
Rob Richards
76324c5f7c - speed and memory usage optimizations
- implement readInnerXml, readOuterXml and readString: requires libxml 2.6.20
- add encoding and options paramters to open and XML methods
   options from libxml extension may be passed
   i.e. LIBXML_XINCLUDE to perform xinclude during read
2005-10-05 19:41:57 +00:00
foobar
23e671a51e - Bumber up year 2005-08-03 14:08:58 +00:00
foobar
19639aa9ab Use the new dependency system 2005-06-17 16:42:54 +00:00
foobar
a20383ba06 - Unify the "configure --help" texts 2005-05-29 23:17:16 +00:00
Rob Richards
eaf09df585 prep for release 2005-04-30 10:36:02 +00:00
foobar
39bcbfc306 - Made the libxml related stuff to error out if someone does --disable-all
or --disable-libxml. Better than silently just leave the ext out..
2005-04-27 13:12:55 +00:00
Ilia Alshanetsky
c17b18689c Checks not needed, done by ext/libxml already. 2005-04-18 02:43:42 +00:00
Ilia Alshanetsky
6de75a77c6 Added missing safe_mode & open_basedir checks. 2005-04-17 18:05:03 +00:00
Rob Richards
8462621bd7 add workaround for libxml bug when using next() method
remove some no longer needed windows specific code
2005-03-10 22:32:47 +00:00
Pierre Joye
7eaece85a8 - zend_bool for boolean arg 2005-02-20 22:56:32 +00:00