Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

i have installed on my computer WAMP with PHP 5.2.9-2. I want to install php_tidy and i have read some tuts over the internet and i found out that i have to uncomment this extension=php_tidy.dll in php.ini, the problem is that i can't find that line.

share|improve this question
Are you 100% sure you are editing the correct php.ini? It should be there, Tidy is bundled with PHP >= 5. – Pekka 웃 Apr 24 '10 at 12:16
that's what i have read too, but...is not there >:) anyway...i solved it like @seengee said – kmunky Apr 24 '10 at 12:29

2 Answers

up vote 1 down vote accepted

assuming you are on Wampserver 2.0 you just need to click on the Wampserver icon in your system tray, then go PHP > PHP extensions and click on php_tidy

share|improve this answer
great :P thanks @seengee – kmunky Apr 24 '10 at 12:28

I've recently flipped the switch to enable php_tidy, and ran the examples from php.net as a test here:

http://www.php.net/manual/en/tidy.examples.basic.php

Unfortunately, I did not see any output. What am I doing wrong?

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.