History log of /PHP-8.2/ext/xsl/php_xsl.c (Results 76 – 93 of 93)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split
# 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

Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# 87bd1f4d 10-Dec-2003 Christian Stocker

fix crashes when you call php:functionString() with a
non-string handler (by adam)

# 49494dee 09-Dec-2003 Rob Richards

fix issues when passing in mulitple arguments

# 8c700ad5 29-Nov-2003 Rob Richards

fix ZTS build

# 5c039bba 29-Nov-2003 Christian Stocker

Fixed for Bug #26384 (domxslt->process causes segfault with xsl:key)

# df63bcdd 29-Nov-2003 Christian Stocker

follow coding standards.

# d699569f 29-Nov-2003 Christian Stocker

it's now possible to return a DomNode from userland functions back to the xsl-processor

# 3f07e436 28-Nov-2003 Christian Stocker

@- Added possibility to call php functions as XSLT-functions (chregu)
- Added possibility to call php functions as XSLT-functions
eg: <xsl:value-of select="php:function('date','r')"/>

@- Added possibility to call php functions as XSLT-functions (chregu)
- Added possibility to call php functions as XSLT-functions
eg: <xsl:value-of select="php:function('date','r')"/>
Namespace is http://php.net/functions

show more ...

# b63803a0 19-Nov-2003 Christian Stocker

added exslt support

Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7, php-4.3.3
# ea1b3343 24-Aug-2003 Rob Richards

remove document pointer references as doc is now copied

# 9ada9e57 19-Aug-2003 Wez Furlong

fix build

Revision tags: php-4.3.3RC4, RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2
# 1688895f 05-Jul-2003 Rob Richards

use common doc with ref counting rather than copy

Revision tags: php-5.0.0b1
# 015c6bac 20-Jun-2003 Rob Richards

fix mem leak
remove unused code

Revision tags: php-4.3.3RC1
# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.

# f2957721 09-Jun-2003 Rob Richards

changes for /ext/dom document ref count
changes for /ext/dom internal object handling

# cf0087ef 05-Jun-2003 Moriyoshi Koizumi

WS fix

# 848795e3 05-Jun-2003 Rob Richards

Inital cut of new xsl extension
interoperates with new dom extension
PHP5 only

1234