History log of /PHP-5.5/ext/xsl/xsltprocessor.c (Results 76 – 100 of 109)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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)


# 09c09f42 26-Oct-2003 Rob Richards

use common structures from php_libxml.h


Revision tags: php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1
# bd2511af 22-Sep-2003 Rob Richards

set base href for copied, imported doc
set environment for imported stylesheet
add optional clone parameter for data to transform


Revision tags: RELEASE_0_7, php-4.3.3
# ea1b3343 24-Aug-2003 Rob Richards

remove document pointer references as doc is now copied


# 20a878dc 20-Aug-2003 Rob Richards

doc must be copied when importing stylesheet
libxslt uses the _private for processing


Revision tags: php-4.3.3RC4
# 93bcd55e 12-Aug-2003 Ilia Alshanetsky

emalloc -> safe_emalloc


12345