History log of /php-src/ext/xsl/xsltprocessor.c (Results 151 – 175 of 193)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-5.2.0RC1, php-4.4.3RC2
# d7fd19b7 14-Jun-2006 Christian Stocker

MFH
Fix a segfault, when an unknown type was given and support all known xpath object types

Revision tags: BEFORE_NEW_OUTPUT_API, php-4.4.3RC1
# 8d1427dd 12-May-2006 Rob Richards

MFH: add doXInclude property to allow processor to perform XIncludes

Revision tags: php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3, php-5.1.3RC2, php-5.1.3RC1, RELEASE_1_2, RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2
# 5bd93221 01-Jan-2006 foobar

bump year and license version

Revision tags: php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0, RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5
# 44840ace 02-Sep-2005 Rob Richards

MFH: Fix key length so params passed by array can be retrieved by getParameter()

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

12345678