Revision tags: php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0 |
|
#
23e671a5 |
| 03-Aug-2005 |
foobar |
- Bumber up year
|
Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2 |
|
#
f14292df |
| 14-Jun-2005 |
Rob Richards |
Fixed bug #33340 (CLI Crash when calling php:function from XSLT)
|
Revision tags: php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1 |
|
#
997690b1 |
| 06-Apr-2005 |
Christian Stocker |
- Added optional first parameter to XsltProcessor::registerPHPFunctions to only allow certain functions to be called from XSLT.
|
Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1 |
|
#
c90305cb |
| 02-Mar-2005 |
Rob Richards |
Fixed bug #31033 (php:function(string, nodeset) with xsl:key crashes PHP) - only in 5.1 branch for now due to significance of change
|
Revision tags: RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2 |
|
#
8d10b52d |
| 17-Jan-2005 |
Christian Stocker |
fix protos (by Mehdi Achour )
|
Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3 |
|
#
da5ff5d9 |
| 08-Sep-2004 |
Rob Richards |
fix issue with multiple xsl objects using registerPHPfunctions - also fixes threading issue
|
Revision tags: PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1 |
|
#
32613f51 |
| 10-Aug-2004 |
Christian Stocker |
Fix segfault on error in xslt
|
Revision tags: php-5.0.1RC1 |
|
#
264fd866 |
| 08-Aug-2004 |
Christian Stocker |
- Fix bug #29573: Segmentation fault when php function(called from XSLT templat) throw exception - Fix some 0 Byte Memory Leaks
|
#
e63a7d89 |
| 05-Aug-2004 |
Antony Dovgal |
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)
|
#
5f888422 |
| 28-Jul-2004 |
Christian Stocker |
Fix for bug #29409 (Segfault in PHP functions called from XSLT). (by Rob)
|
Revision tags: RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7 |
|
#
6544f8d4 |
| 28-May-2004 |
Ilia Alshanetsky |
Fixed memory leak on error.
|
#
c59471cd |
| 28-May-2004 |
Christian Stocker |
fix memleak in php callbacks
|
Revision tags: php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2, php-5.0.0RC2RC2 |
|
#
65bc57a8 |
| 20-Apr-2004 |
Christian Stocker |
- make static methods calls work from within xslt - extended tests
|
Revision tags: php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1 |
|
#
d7cea094 |
| 28-Mar-2004 |
Marcus Boerger |
Fix XSL (Rob/Marcus)
|
Revision tags: php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0 |
|
#
5e4b2874 |
| 01-Mar-2004 |
Rob Richards |
use php_libxml_import_node for transform functions
|
#
76ee5707 |
| 01-Mar-2004 |
Rob Richards |
Fix bug #27436 dom_import_simplexml innaccurate extensions register callbacks to export nodes prevents segfault passing invalid objects to import functions
|
Revision tags: php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2 |
|
#
109ea548 |
| 29-Jan-2004 |
Rob Richards |
fix corruption when cloneDocument is not defined
|
Revision tags: RELEASE_1_3b6, php_ibase_before_split |
|
#
d4488ccf |
| 19-Jan-2004 |
Christian Stocker |
Cosmetics and NEWS entry
|
#
23b30e9a |
| 19-Jan-2004 |
Christian Stocker |
@- added XsltProcessor->registerPhpFunctions() (Christian) without that method call, it is not allowed to call php functions from xslt stylesheets for security reasons.
|
Revision tags: php-4.3.5RC1 |
|
#
dbeb4158 |
| 08-Jan-2004 |
Andi Gutmans |
- A belated happy holidays and PHP 5
|
#
ab29ed00 |
| 22-Dec-2003 |
Rob Richards |
rollback to previouos version bug #26690 fixed in libxml.c
|
#
a8c58f1d |
| 22-Dec-2003 |
Ilia Alshanetsky |
Fixed bug #26690 (make xsltProcessor->transformToUri use streams wrappers).
|
Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1 |
|
#
5c039bba |
| 29-Nov-2003 |
Christian Stocker |
Fixed for Bug #26384 (domxslt->process causes segfault with xsl:key)
|
#
44ae8187 |
| 21-Nov-2003 |
Christian Stocker |
- Added $proc->hasExsltSupport()
|
Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1 |
|
#
45614453 |
| 27-Oct-2003 |
Christian Stocker |
fix for test Nr 3 bug (not freeing all params)
|