[PHP] Looking for xslt extension that was part of php4

2007-08-14 Thread Per Jessen
I am moving a web application from php4 to php5, and have just stumbled
over the lack of the xslt() extension in php5.  The manual says it's
been moved to PECL = pecl.php.net, but I can't find it there.  Does
anyone know where it has gone?
(migrating the code to the newer php5 XSL support is not yet an option).


thanks
Per Jessen

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Looking for xslt extension that was part of php4

2007-08-14 Thread Thijs Lensselink
On Tue, 14 Aug 2007 15:13:48 +0200, Per Jessen [EMAIL PROTECTED] wrote:
 I am moving a web application from php4 to php5, and have just stumbled
 over the lack of the xslt() extension in php5.  The manual says it's
 been moved to PECL = pecl.php.net, but I can't find it there.  Does
 anyone know where it has gone?
 (migrating the code to the newer php5 XSL support is not yet an option).
 
 
 thanks
 Per Jessen
 
 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php

The manual also says :

If you need xslt support with PHP 5 you can use the XSL extension.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Looking for xslt extension that was part of php4

2007-08-14 Thread Thijs Lensselink
On Tue, 14 Aug 2007 15:13:48 +0200, Per Jessen [EMAIL PROTECTED] wrote:
 I am moving a web application from php4 to php5, and have just stumbled
 over the lack of the xslt() extension in php5.  The manual says it's
 been moved to PECL = pecl.php.net, but I can't find it there.  Does
 anyone know where it has gone?
 (migrating the code to the newer php5 XSL support is not yet an option).
 
 
 thanks
 Per Jessen
 
 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php

Seems the xslt extension that should have been placed in PECL was never 
released.
http://bugs.php.net/bug.php?id=41934

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Looking for xslt extension that was part of php4

2007-08-14 Thread Per Jessen
Thijs Lensselink wrote:

 The manual also says :
 
 If you need xslt support with PHP 5 you can use the XSL extension.

Yeah, but it is not compatible with the php4 xslt extension, so I would
have to migrate the code, which is as I said not an option yet.


/Per Jessen

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Looking for xslt extension that was part of php4

2007-08-14 Thread Per Jessen
Thijs Lensselink wrote:

 Seems the xslt extension that should have been placed in PECL was
 never released. http://bugs.php.net/bug.php?id=41934

Ah, wonderful.  That's what I love about PHP ... 


/Per Jessen

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php