summaryrefslogtreecommitdiff
path: root/ext/xsl
Commit message (Collapse)AuthorAgeFilesLines
* fix protos (by Mehdi Achour )Christian Stocker2005-01-171-9/+9
|
* Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/libJoe Orton2004-11-031-1/+1
| | | | | to support multi-ABI platforms.
* fix issue with multiple xsl objects using registerPHPfunctionsRob Richards2004-09-083-31/+53
| | | | | - also fixes threading issue
* remove clone functionalityRob Richards2004-08-301-57/+2
|
* fix segfault when object clonedRob Richards2004-08-241-0/+1
|
* This extension is no more experimentalChristian Stocker2004-08-241-5/+0
|
* Fix segfault on error in xsltChristian Stocker2004-08-101-1/+4
|
* - Fix bug #29573: Segmentation fault when php function(called from XSLT ↵Christian Stocker2004-08-081-11/+19
| | | | | | | templat) throw exception - Fix some 0 Byte Memory Leaks
* change xsl_xsltprocessor_set_parameter() to support parameter->value arraysAntony Dovgal2004-08-053-17/+123
| | | | | | add test for it @Change xsl_xsltprocessor_set_parameter() to support parameter->value arrays (Tony)
* Fix for bug #29409 (Segfault in PHP functions called from XSLT). (by Rob)Christian Stocker2004-07-283-80/+71
|
* set errorhandler to generic php_libxml_error_handlerChristian Stocker2004-07-251-0/+2
|
* MFB: enable exslt support for win32 buildsRob Richards2004-07-183-58/+68
| | | | | WS fixes for exslt tests
* Implement extension load-order deps.Wez Furlong2004-07-181-0/+1
|
* implement the clone code for the XSLTProcessor object and fix #29108Christian Stocker2004-07-121-2/+50
| | | | | "xslt segfaults when ze1_compatibility_mode is on" (By Rob Richards)
* Fixed memory leak on error.Ilia Alshanetsky2004-05-281-0/+1
|
* fix memleak in php callbacksChristian Stocker2004-05-281-1/+1
|
* Added missing skip condition.Ilia Alshanetsky2004-04-282-2/+8
|
* - make static methods calls work from within xsltChristian Stocker2004-04-203-21/+39
| | | | | - extended tests
* Fix class nameRob Richards2004-04-072-2/+2
|
* Fix XSL (Rob/Marcus)Marcus Boerger2004-03-281-1/+1
|
* use php_libxml_import_node for transform functionsRob Richards2004-03-011-6/+32
|
* Fix bug #27436 dom_import_simplexml innaccurateRob Richards2004-03-011-6/+11
| | | | | | extensions register callbacks to export nodes prevents segfault passing invalid objects to import functions
* Fix WarningMarcus Boerger2004-02-041-1/+1
|
* - Update with new destructor codeZeev Suraski2004-02-042-4/+4
|
* fix corruption when cloneDocument is not definedRob Richards2004-01-291-3/+5
|
* really fix this test...Christian Stocker2004-01-191-5/+2
|
* fix testChristian Stocker2004-01-192-2/+2
|
* Cosmetics and NEWS entryChristian Stocker2004-01-192-2/+2
|
* @- added XsltProcessor->registerPhpFunctions() (Christian)Christian Stocker2004-01-194-161/+208
| | | | | | without that method call, it is not allowed to call php functions from xslt stylesheets for security reasons.
* adjust testChristian Stocker2004-01-191-2/+4
|
* -test for more than one argument (this segfaulted before)Christian Stocker2004-01-182-6/+6
|
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-2/+2
|
* Update testsRob Richards2004-01-104-7/+7
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-082-4/+4
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-082-4/+4
|
* rollback to previouos versionRob Richards2003-12-221-10/+1
| | | | | bug #26690 fixed in libxml.c
* Fixed bug #26690 (make xsltProcessor->transformToUri use streams wrappers).Ilia Alshanetsky2003-12-221-1/+10
|
* Add dependencies for these extensionsWez Furlong2003-12-221-0/+1
|
* fix crashes when you call php:functionString() with aChristian Stocker2003-12-101-0/+10
| | | | | non-string handler (by adam)
* fix issues when passing in mulitple argumentsRob Richards2003-12-091-4/+8
|
* export libxml2 and iconv symbolsRob Richards2003-12-081-4/+4
| | | | | extensions no longer link against either of those
* fix warning for shared debugRob Richards2003-12-073-19/+26
| | | | | fix test bug26384 - WS issue
* Fix the xsl warningsRob Richards2003-12-051-1/+1
|
* Tweak xml related build.Wez Furlong2003-12-051-3/+11
| | | | | Still some warnings for ext/xsl, but I'll leave that to someone else for now.
* Use Rob's static libxml+libiconv library; new build no longerWez Furlong2003-12-051-2/+2
| | | | | | | requires libxml2.dll or iconv.dll at runtime. Since we have iconv built in, enable iconv extension by default too.
* test for dom extensionRob Richards2003-12-041-8/+12
|
* correct testRob Richards2003-12-041-1/+1
|
* Add xsl config for new win buildRob Richards2003-12-041-0/+18
|
* fix test to the changes made regarding __toString()Christian Stocker2003-12-031-3/+5
|
* fix ZTS buildRob Richards2003-11-291-1/+1
|