Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix bug #36898 (__set() leaks in classes extending internal ones) | Antony Dovgal | 2006-03-29 | 1 | -6/+2 |
| | | | | | | | | | 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 | ||||
* | bump year and license version | foobar | 2006-01-01 | 4 | -12/+12 |
| | |||||
* | - MFH: #35805 add LIBXSLT_VERSION, LIBXSLT_DOTTED_VERSION, LIBEXSLT_VERSION | Pierre Joye | 2005-12-26 | 1 | -0/+8 |
| | | | | | and LIBEXSLT_DOTTED_VERSION | ||||
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | Allow recursive calls to __get/__set for different properties | Dmitry Stogov | 2005-11-15 | 1 | -2/+1 |
| | |||||
* | MFH: fix #35197 (Destructor is not called) and similar issues in other ↵ | Antony Dovgal | 2005-11-14 | 1 | -1/+1 |
| | | | | extensions | ||||
* | MFH: Fix key length so params passed by array can be retrieved by getParameter() | Rob Richards | 2005-09-02 | 1 | -1/+1 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 4 | -4/+4 |
| | |||||
* | - Add new test | Marcus Boerger | 2005-07-25 | 1 | -0/+33 |
| | |||||
* | Darwin seems to like this arrangement much better. | George Schlossnagle | 2005-07-15 | 2 | -2/+2 |
| | |||||
* | Use the new dependency system | foobar | 2005-06-17 | 1 | -1/+9 |
| | |||||
* | Fixed bug #33340 (CLI Crash when calling php:function from XSLT) | Rob Richards | 2005-06-14 | 1 | -1/+1 |
| | |||||
* | - Unify the "configure --help" texts | foobar | 2005-05-29 | 1 | -1/+1 |
| | |||||
* | - Made the libxml related stuff to error out if someone does --disable-all | foobar | 2005-04-27 | 1 | -4/+8 |
| | | | | | or --disable-libxml. Better than silently just leave the ext out.. | ||||
* | - Added optional first parameter to XsltProcessor::registerPHPFunctions to only | Christian Stocker | 2005-04-06 | 3 | -2/+43 |
| | | | | | allow certain functions to be called from XSLT. | ||||
* | Fixed bug #31033 (php:function(string, nodeset) with xsl:key crashes PHP) | Rob Richards | 2005-03-02 | 3 | -46/+37 |
| | | | | | - only in 5.1 branch for now due to significance of change | ||||
* | 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? |