Christian Stocker
|
d7fd19b7ff
|
MFH
Fix a segfault, when an unknown type was given and support all known xpath object types
|
2006-06-14 09:42:35 +00:00 |
|
Rob Richards
|
8d1427dd98
|
MFH: add doXInclude property to allow processor to perform XIncludes
|
2006-05-12 18:53:40 +00:00 |
|
Antony Dovgal
|
59b8592c8c
|
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)
to initialize and destroy zend_object structs
|
2006-03-29 14:28:43 +00:00 |
|
foobar
|
5bd93221a8
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
|
Pierre Joye
|
41284d17b0
|
- MFH: #35805 add LIBXSLT_VERSION, LIBXSLT_DOTTED_VERSION, LIBEXSLT_VERSION
and LIBEXSLT_DOTTED_VERSION
|
2005-12-26 00:56:41 +00:00 |
|
foobar
|
3e669bc950
|
MFH: nuke php3 legacy
|
2005-12-06 02:28:41 +00:00 |
|
Dmitry Stogov
|
d3e0b57e1a
|
Allow recursive calls to __get/__set for different properties
|
2005-11-15 14:28:40 +00:00 |
|
Antony Dovgal
|
241aa9a59d
|
MFH: fix #35197 (Destructor is not called) and similar issues in other extensions
|
2005-11-14 22:03:02 +00:00 |
|
Rob Richards
|
44840ace8e
|
MFH: Fix key length so params passed by array can be retrieved by getParameter()
|
2005-09-02 06:38:02 +00:00 |
|
foobar
|
23e671a51e
|
- Bumber up year
|
2005-08-03 14:08:58 +00:00 |
|
Marcus Boerger
|
e8ea32a789
|
- Add new test
|
2005-07-25 20:21:43 +00:00 |
|
George Schlossnagle
|
869d6002d6
|
Darwin seems to like this arrangement much better.
|
2005-07-15 16:47:12 +00:00 |
|
foobar
|
371135fa2c
|
Use the new dependency system
|
2005-06-17 11:44:59 +00:00 |
|
Rob Richards
|
f14292df21
|
Fixed bug #33340 (CLI Crash when calling php:function from XSLT)
|
2005-06-14 19:39:52 +00:00 |
|
foobar
|
a20383ba06
|
- Unify the "configure --help" texts
|
2005-05-29 23:17:16 +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 |
|
Christian Stocker
|
997690b132
|
- Added optional first parameter to XsltProcessor::registerPHPFunctions to only
allow certain functions to be called from XSLT.
|
2005-04-06 12:26:29 +00:00 |
|
Rob Richards
|
c90305cb2e
|
Fixed bug #31033 (php:function(string, nodeset) with xsl:key crashes PHP)
- only in 5.1 branch for now due to significance of change
|
2005-03-02 18:27:25 +00:00 |
|
Christian Stocker
|
8d10b52ddf
|
fix protos (by Mehdi Achour )
|
2005-01-17 15:56:17 +00:00 |
|
Joe Orton
|
2685ca935f
|
Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/lib
to support multi-ABI platforms.
|
2004-11-03 14:32:52 +00:00 |
|
Rob Richards
|
da5ff5d9f1
|
fix issue with multiple xsl objects using registerPHPfunctions
- also fixes threading issue
|
2004-09-08 16:54:17 +00:00 |
|
Rob Richards
|
d39cca1530
|
remove clone functionality
|
2004-08-30 14:59:30 +00:00 |
|
Rob Richards
|
53d0c7a753
|
fix segfault when object cloned
|
2004-08-24 13:33:11 +00:00 |
|
Christian Stocker
|
ce65982ec1
|
This extension is no more experimental
|
2004-08-24 11:50:26 +00:00 |
|
Christian Stocker
|
32613f510c
|
Fix segfault on error in xslt
|
2004-08-10 08:00:06 +00:00 |
|
Christian Stocker
|
264fd866a1
|
- Fix bug #29573: Segmentation fault when php function(called from XSLT templat) throw exception
- Fix some 0 Byte Memory Leaks
|
2004-08-08 18:01:33 +00:00 |
|
Antony Dovgal
|
e63a7d893b
|
change xsl_xsltprocessor_set_parameter() to support parameter->value arrays
add test for it
@Change xsl_xsltprocessor_set_parameter() to support parameter->value arrays (Tony)
|
2004-08-05 13:31:17 +00:00 |
|
Christian Stocker
|
5f888422d9
|
Fix for bug #29409 (Segfault in PHP functions called from XSLT). (by Rob)
|
2004-07-28 12:40:53 +00:00 |
|
Christian Stocker
|
6bd845e365
|
set errorhandler to generic php_libxml_error_handler
|
2004-07-25 08:37:39 +00:00 |
|
Rob Richards
|
42ade33fa6
|
MFB: enable exslt support for win32 builds
WS fixes for exslt tests
|
2004-07-18 13:23:33 +00:00 |
|
Wez Furlong
|
ed682e570a
|
Implement extension load-order deps.
|
2004-07-18 12:03:51 +00:00 |
|
Christian Stocker
|
14a61929b9
|
implement the clone code for the XSLTProcessor object and fix #29108
"xslt segfaults when ze1_compatibility_mode is on" (By Rob Richards)
|
2004-07-12 13:04:01 +00:00 |
|
Ilia Alshanetsky
|
6544f8d47e
|
Fixed memory leak on error.
|
2004-05-28 14:17:46 +00:00 |
|
Christian Stocker
|
c59471cd1f
|
fix memleak in php callbacks
|
2004-05-28 13:04:19 +00:00 |
|
Ilia Alshanetsky
|
738aa1099f
|
Added missing skip condition.
|
2004-04-28 15:14:47 +00:00 |
|
Christian Stocker
|
65bc57a81f
|
- make static methods calls work from within xslt
- extended tests
|
2004-04-20 09:24:24 +00:00 |
|
Rob Richards
|
fb39035e77
|
Fix class name
|
2004-04-07 16:48:11 +00:00 |
|
Marcus Boerger
|
d7cea0945c
|
Fix XSL (Rob/Marcus)
|
2004-03-28 15:35:01 +00:00 |
|
Rob Richards
|
5e4b287463
|
use php_libxml_import_node for transform functions
|
2004-03-01 12:43:34 +00:00 |
|
Rob Richards
|
76ee5707f7
|
Fix bug #27436 dom_import_simplexml innaccurate
extensions register callbacks to export nodes
prevents segfault passing invalid objects to import functions
|
2004-03-01 12:09:24 +00:00 |
|
Marcus Boerger
|
09fe52c687
|
Fix Warning
|
2004-02-04 21:04:39 +00:00 |
|
Zeev Suraski
|
8424be849f
|
- Update with new destructor code
|
2004-02-04 11:14:47 +00:00 |
|
Rob Richards
|
109ea54871
|
fix corruption when cloneDocument is not defined
|
2004-01-29 00:33:20 +00:00 |
|
Christian Stocker
|
ab26ac118d
|
really fix this test...
|
2004-01-19 17:38:47 +00:00 |
|
Christian Stocker
|
efed27ae1b
|
fix test
|
2004-01-19 17:35:38 +00:00 |
|
Christian Stocker
|
d4488ccf2d
|
Cosmetics and NEWS entry
|
2004-01-19 17:27:22 +00:00 |
|
Christian Stocker
|
23b30e9a30
|
@- added XsltProcessor->registerPhpFunctions() (Christian)
without that method call, it is not allowed to call php functions from
xslt stylesheets for security reasons.
|
2004-01-19 15:07:08 +00:00 |
|
Christian Stocker
|
c0a1f294e9
|
adjust test
|
2004-01-19 15:00:59 +00:00 |
|
Christian Stocker
|
c9bd0195a3
|
-test for more than one argument (this segfaulted before)
|
2004-01-18 12:30:52 +00:00 |
|
foobar
|
f4983c0d3f
|
- Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5
|
2004-01-17 13:00:38 +00:00 |
|