RE: PHP 4.3.x and Tidy

Hello, thanks for your reply, here I paste part of the php.ini file
regarding extensions:
;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;
; if you wish to have an extension loaded automaticly, use the ; following
syntax:  extension=modulename.extension ; for example, on windows, ;
extension=msql.dll ; or under UNIX, ; extension=msql.so ; Note that it
should be the name of the module only, no directory information 
; needs to go here.  Specify the location of the extension with the
extension_dir directive above.

;zend_optimizer.optimization_level=15
;zend_extension="/usr/local/Zend/lib/ZendOptimizer.so"

;Windows Extensions
;Note that MySQL and ODBC support is now built in, so no dll is needed for
it. ; ;extension=php_cpdf.dll ;extension=php_cybercash.dll
;extension=php_db.dll ;extension=php_dbase.dll ;extension=php_domxml.dll
;extension=php_dotnet.dll ;extension=php_exif.dll ;extension=php_fdf.dll
;extension=php_gd.dll ;extension=php_gettext.dll ;extension=php_ifx.dll
;extension=php_imap.dll ;extension=php_interbase.dll ;extension=php_java.dll
;extension=php_ldap.dll ;extension=php_mhash.dll ;extension=php_mssql65.dll
;extension=php_mssql70.dll ;extension=php_oci8.dll ;extension=php_oracle.dll
;extension=php_pdf.dll ;extension=php_pgsql.dll ;extension=php_sablot.dll
;extension=php_swf.dll ;extension=php_sybase_ct.dll ;extension=php_zlib.dll
extension=/usr/local/lib/php/extensions/no-debug-non-zts-20020429/tidy.so


We followed downloaded  tidy from http://pecl.php.net/package/tidy/1.1 and
followed the instructions at http://www.php.net/tidy :

gunzip tidy-xxx.tgz
tar -xvf tidy-xxx.tar
cd tidy-xxx
phpize
./configure && make && make install

Restarted the server and nothing, the package wasn't listed as extension in
the phpinfo script, also tried to use dl() to load the library... Anyway,
each time we try to use a tidy function we get an unable to call function
error.

Thanks in advance,
lizet

-----Original Message-----
From: John Coggeshall [mailto:john@coggeshall.org] 
Sent: Thursday, September 09, 2004 7:11 PM
To: Lizet P.
Subject: RE: PHP 4.3.x and Tidy


Knowing where the tidylib is installed would be helpful.

John

On Thu, 2004-09-09 at 18:45, Lizet P. wrote:
> Ok, thank you, if you need details of our php.ini file or the place of 
> installation of the tidy library, please ask. Hoping to hear from 
> you... Lizet
> 
> 
> 
> -----Original Message-----
> From: html-tidy-request@w3.org [mailto:html-tidy-request@w3.org] On 
> Behalf Of John Coggeshall
> Sent: Thursday, September 09, 2004 4:07 PM
> To: Cory Nelson
> Cc: Lizet P.; html-tidy@w3.org
> Subject: Re: PHP 4.3.x and Tidy
> 
> 
> 
> On Thu, 2004-09-09 at 16:08, Cory Nelson wrote:
> > you might want to ask the PHP lists about it, I dont think anyone 
> > here
> > works on the PHP bindings.
> 
> Not quite true, I wrote them. :)
> 
> But, I haven't had time to explore your installation issues. I'll try 
> to formulate an answer sooner rather than later.
> 
> John
> 
> 
> 
> 

Received on Thursday, 9 September 2004 23:35:36 UTC