Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix protos (by Mehdi Achour ) | Christian Stocker | 2005-01-17 | 1 | -9/+9 |
| | |||||
* | Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/lib | Joe Orton | 2004-11-03 | 1 | -1/+1 |
| | | | | | to support multi-ABI platforms. | ||||
* | fix issue with multiple xsl objects using registerPHPfunctions | Rob Richards | 2004-09-08 | 3 | -31/+53 |
| | | | | | - also fixes threading issue | ||||
* | remove clone functionality | Rob Richards | 2004-08-30 | 1 | -57/+2 |
| | |||||
* | fix segfault when object cloned | Rob Richards | 2004-08-24 | 1 | -0/+1 |
| | |||||
* | This extension is no more experimental | Christian Stocker | 2004-08-24 | 1 | -5/+0 |
| | |||||
* | Fix segfault on error in xslt | Christian Stocker | 2004-08-10 | 1 | -1/+4 |
| | |||||
* | - Fix bug #29573: Segmentation fault when php function(called from XSLT ↵ | Christian Stocker | 2004-08-08 | 1 | -11/+19 |
| | | | | | | | templat) throw exception - Fix some 0 Byte Memory Leaks | ||||
* | change xsl_xsltprocessor_set_parameter() to support parameter->value arrays | Antony Dovgal | 2004-08-05 | 3 | -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 Stocker | 2004-07-28 | 3 | -80/+71 |
| | |||||
* | set errorhandler to generic php_libxml_error_handler | Christian Stocker | 2004-07-25 | 1 | -0/+2 |
| | |||||
* | MFB: enable exslt support for win32 builds | Rob Richards | 2004-07-18 | 3 | -58/+68 |
| | | | | | WS fixes for exslt tests | ||||
* | Implement extension load-order deps. | Wez Furlong | 2004-07-18 | 1 | -0/+1 |
| | |||||
* | implement the clone code for the XSLTProcessor object and fix #29108 | Christian Stocker | 2004-07-12 | 1 | -2/+50 |
| | | | | | "xslt segfaults when ze1_compatibility_mode is on" (By Rob Richards) | ||||
* | Fixed memory leak on error. | Ilia Alshanetsky | 2004-05-28 | 1 | -0/+1 |
| | |||||
* | fix memleak in php callbacks | Christian Stocker | 2004-05-28 | 1 | -1/+1 |
| | |||||
* | Added missing skip condition. | Ilia Alshanetsky | 2004-04-28 | 2 | -2/+8 |
| | |||||
* | - make static methods calls work from within xslt | Christian Stocker | 2004-04-20 | 3 | -21/+39 |
| | | | | | - extended tests | ||||
* | Fix class name | Rob Richards | 2004-04-07 | 2 | -2/+2 |
| | |||||
* | Fix XSL (Rob/Marcus) | Marcus Boerger | 2004-03-28 | 1 | -1/+1 |
| | |||||
* | use php_libxml_import_node for transform functions | Rob Richards | 2004-03-01 | 1 | -6/+32 |
| | |||||
* | Fix bug #27436 dom_import_simplexml innaccurate | Rob Richards | 2004-03-01 | 1 | -6/+11 |
| | | | | | | extensions register callbacks to export nodes prevents segfault passing invalid objects to import functions | ||||
* | Fix Warning | Marcus Boerger | 2004-02-04 | 1 | -1/+1 |
| | |||||
* | - Update with new destructor code | Zeev Suraski | 2004-02-04 | 2 | -4/+4 |
| | |||||
* | fix corruption when cloneDocument is not defined | Rob Richards | 2004-01-29 | 1 | -3/+5 |
| | |||||
* | really fix this test... | Christian Stocker | 2004-01-19 | 1 | -5/+2 |
| | |||||
* | fix test | Christian Stocker | 2004-01-19 | 2 | -2/+2 |
| | |||||
* | Cosmetics and NEWS entry | Christian Stocker | 2004-01-19 | 2 | -2/+2 |
| | |||||
* | @- added XsltProcessor->registerPhpFunctions() (Christian) | Christian Stocker | 2004-01-19 | 4 | -161/+208 |
| | | | | | | without that method call, it is not allowed to call php functions from xslt stylesheets for security reasons. | ||||
* | adjust test | Christian Stocker | 2004-01-19 | 1 | -2/+4 |
| | |||||
* | -test for more than one argument (this segfaulted before) | Christian Stocker | 2004-01-18 | 2 | -6/+6 |
| | |||||
* | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 1 | -2/+2 |
| | |||||
* | Update tests | Rob Richards | 2004-01-10 | 4 | -7/+7 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 2 | -4/+4 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 2 | -4/+4 |
| | |||||
* | rollback to previouos version | Rob Richards | 2003-12-22 | 1 | -10/+1 |
| | | | | | bug #26690 fixed in libxml.c | ||||
* | Fixed bug #26690 (make xsltProcessor->transformToUri use streams wrappers). | Ilia Alshanetsky | 2003-12-22 | 1 | -1/+10 |
| | |||||
* | Add dependencies for these extensions | Wez Furlong | 2003-12-22 | 1 | -0/+1 |
| | |||||
* | fix crashes when you call php:functionString() with a | Christian Stocker | 2003-12-10 | 1 | -0/+10 |
| | | | | | non-string handler (by adam) | ||||
* | fix issues when passing in mulitple arguments | Rob Richards | 2003-12-09 | 1 | -4/+8 |
| | |||||
* | export libxml2 and iconv symbols | Rob Richards | 2003-12-08 | 1 | -4/+4 |
| | | | | | extensions no longer link against either of those | ||||
* | fix warning for shared debug | Rob Richards | 2003-12-07 | 3 | -19/+26 |
| | | | | | fix test bug26384 - WS issue | ||||
* | Fix the xsl warnings | Rob Richards | 2003-12-05 | 1 | -1/+1 |
| | |||||
* | Tweak xml related build. | Wez Furlong | 2003-12-05 | 1 | -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 longer | Wez Furlong | 2003-12-05 | 1 | -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 extension | Rob Richards | 2003-12-04 | 1 | -8/+12 |
| | |||||
* | correct test | Rob Richards | 2003-12-04 | 1 | -1/+1 |
| | |||||
* | Add xsl config for new win build | Rob Richards | 2003-12-04 | 1 | -0/+18 |
| | |||||
* | fix test to the changes made regarding __toString() | Christian Stocker | 2003-12-03 | 1 | -3/+5 |
| | |||||
* | fix ZTS build | Rob Richards | 2003-11-29 | 1 | -1/+1 |
| |