Commit Graph

157 Commits

Author SHA1 Message Date
Matt Wilmas
fa54a9d0f3 Fixed error message grammar:
- "cannot" instead of "can not" (meaning "also can")
 - "than" instead of "then" (Hint: "then" should hardly be needed;
     you're not telling the order in which to do something)

... plus removed a couple ending. dots
2009-06-06 02:40:14 +00:00
Felipe Pena
59b0990c1c - Fixed tests 2009-06-04 01:14:48 +00:00
Felipe Pena
1797bb805b - New xsl files 2009-05-23 14:49:29 +00:00
Felipe Pena
d2616018e4 - New tests (testfest BerlinUG) 2009-05-23 14:44:37 +00:00
David Coallier
67be3d9e01 - MFB: Removed the RETURN_TRUE to keep consistency with documentation.
This function is supposed to be "void registerPHPFunctions"
2009-05-10 20:00:58 +00:00
Felipe Pena
1e3b227a99 - Simplify test (cweiske) 2009-05-10 15:48:25 +00:00
Felipe Pena
bc74d0ee81 - Fixed bug #48221 (memory leak when passing invalid xslt parameter) 2009-05-10 15:12:32 +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
Pierre Joye
ee9948ecd7 - MFB: be sure we define the deps so the right exts are built before (dom symbol error when dom and xsl are shared) 2008-12-26 14:06:29 +00:00
Rob Richards
97a63ab6b4 fix arginfo - these also accept SimpleXMLElement 2008-12-05 18:34:54 +00:00
Dmitry Stogov
e5454b359a Fixed bug #46409 (__invoke method called outside of object context when using array_map) 2008-11-27 19:02:45 +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
Rob Richards
b85af35818 fix bug #46099 (Xsltprocessor::setProfiling - memory leak) 2008-09-18 11:46:54 +00:00
Jani Taskinen
c9c53d7bcd - Nuketh C++ comments from C files. 2008-08-03 12:12:45 +00:00
Felipe Pena
77080b64d9 - Removed UEXPECT(F) 2008-05-27 02:55:52 +00:00
Rob Richards
97256c625f fix bug #44891 Memory leak using registerPHPFunctions and XSLT Variable 2008-05-04 15:13:39 +00:00
Sebastian Bergmann
133679ec8c - Fix arginfo and prototype. 2008-01-29 21:21:04 +00:00
Sebastian Bergmann
f238cbb0a0 Add Reflection API metadata for XSLTProcessor. 2008-01-29 07:51:40 +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
Antony Dovgal
8e1a65814b fix ws & folding, nuke unused vars 2007-10-06 21:28:10 +00:00
Christian Stocker
04e7a85518 - Added xsl->setProfiling() for profiling stylesheets. (MFB) 2007-10-02 06:32:16 +00:00
Antony Dovgal
a1d9649e69 ws 2007-09-28 05:32:41 +00:00
Antony Dovgal
d07a8a6b64 fix build 2007-09-28 05:32: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
a1cf7cec92 allow user specified class to be returned from transformToDoc 2007-07-28 09:16:15 +00:00
foobar
f0f44a3652 - Fix some configure --help texts 2007-07-03 17:24:39 +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
Antony Dovgal
3bbf11859c more safe_emalloc() 2006-12-25 22:27:12 +00:00
Rob Richards
5ccef7164e MFB: fix bug #39625 (Apache crashes on importStylesheet call) 2006-12-05 12:05:03 +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
Hannes Magnusson
9080febcc7 fix test 2006-09-28 12:03:24 +00:00
Rob Richards
d421131d98 finish unicode updates
update test
2006-09-21 10:31:36 +00:00
Hannes Magnusson
e22b06c957 MFB bug#35589 2006-09-08 16:51:32 +00:00
Rob Richards
b855c33590 fix prototypes 2006-09-08 13:04:29 +00:00
Rob Richards
db883a8b9d add unicode support
registered_phpfunctions hashtable still needs to be handled
update tests
2006-09-07 21:57:26 +00:00
Christian Stocker
304816bf78 return false instead of null, if it's an invalid document
(MFB)
2006-07-31 13:07:44 +00:00
Christian Stocker
b59ad4f938 return true, if xsl import did work 2006-07-31 12:51:08 +00:00
Christian Stocker
aad9541658 Fix a segfault, when an unknown type was given support all known xpath object types 2006-06-14 09:41:28 +00:00
Rob Richards
d12a4835fb add doXInclude property to allow processor to perform XIncludes 2006-05-12 18:52:11 +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
foobar
251c5173fd bump year and license version 2006-01-01 13:10:10 +00:00
Pierre Joye
ed3a1b0e96 - #35805 add LIBXSLT_VERSION, LIBXSLT_DOTTED_VERSION, LIBEXSLT_VERSION and
LIBEXSLT_DOTTED_VERSION

MFH?
2005-12-26 00:54:12 +00:00
foobar
a208d9a966 - Nuke php3 legacy 2005-12-06 02:28:26 +00:00
Dmitry Stogov
8bb39e7dba Allow recursive calls to __get/__set for different properties 2005-11-15 15:21:47 +00:00