Commit Graph

80 Commits

Author SHA1 Message Date
Felipe Pena
6d34e06a2f - Dropped *_TEXT* macros in favor of unicode macros direct usage 2009-05-25 14:32:15 +00:00
Felipe Pena
e39452524a - Removed unicode.semantics check 2009-03-27 23:08:28 +00:00
Felipe Pena
8ecf8ede1f - Removed:
- UG(unicode) checks
       - pcre_cache_entry.unicode_mode
- Changed:
       - ZEND_STR_TYPE -> IS_UNICODE
       - convert_to_text -> convert_to_unicode
       - convert_to_text_ex -> convert_to_unicode_ex

(Felipe, Steph)
2009-03-26 20:02:53 +00:00
Marcus Boerger
d4f5b3f0a9 - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
Sebastian Bergmann
7f4dc8702a Bump copyright year, 3 of 3. 2008-12-31 11:12:40 +00:00
Felipe Pena
43791516db - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
Felipe Pena
e006a89e71 - Revert ZEND_BEGIN_ARG_INFO change 2008-11-02 21:10:13 +00:00
Felipe Pena
7eb2715464 - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-10-24 14:34:17 +00:00
Hannes Magnusson
b6132d16ca Fix proto 2008-08-23 18:06:43 +00:00
Rob Richards
dc761b1af1 add parameter allowing node to be exported into existing Document context
add test
fix warnings
2008-06-16 15:44:22 +00:00
Felipe Pena
77080b64d9 - Removed UEXPECT(F) 2008-05-27 02:55:52 +00:00
Nuno Lopes
1dc0e94e0f MFB: remove unused PHP_EXTNAME_API macros.
#in preparation for the gcc 4 visibility patch
2008-01-03 16:18:29 +00:00
Sebastian Bergmann
9b620d50b4 Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
Yiduo (David) Wang
95da0dc570 Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:15:07 +00:00
Dmitry Stogov
8146078f7b Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
Rob Richards
2fab025256 fix bug #42139 (XMLReader option constants are broken using XML())
add test
2007-09-20 09:30:17 +00:00
Hannes Magnusson
15bac417cd Add arginfo 2007-07-26 13:19:22 +00:00
Dmitry Stogov
d3a6deb076 Unicode support 2007-07-11 16:47:30 +00:00
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