NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
how to use php tidy


Joined: 19 May 2009
Posts: 3
Reply with quote
Trying to gets phps tidy to work, i copied the php_tidy.dll into

Code:
...\PhpED\php\extensions


i added this uncommented line to php.ini in

Code:
...\NuSphere\PhpED\php\php.ini


Code:
extension=php_php_tidy.dll


stopped and started the server but still not regognising tidy, get this error,

Code:
Fatal error: Class 'tidy' not found in ......


any ideas?
View user's profileFind all posts by lp90Send private message
Site Admin

Joined: 13 Jul 2003
Posts: 8344
Reply with quote
Quote:
i copied the php_tidy.dll into


All php extensions are php-version-dependant. They are binary incompatible with any php versions but the version they are compiled for.

Quote:
...\PhpED\php\extensions


\PhpED\php\ contains php version 4.
As far as I know, php_tidy is not available for this version at all.

If you check \PhpED\php5\extensions, you'll find php_tidy.dll and all you need is uncommend it in php.ini

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
how to use php tidy
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic