After installing Apache, PHP and MySQL I can't add extension to php.ini without Apache error
        Posted  
        
            by 
                Evgeni
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Evgeni
        
        
        
        Published on 2010-01-06T01:50:48Z
        Indexed on 
            2012/04/07
            23:33 UTC
        
        
        Read the original article
        Hit count: 460
        
I have Windows XP OS.
Installed Apache 2.2.14, then PHP 5.2.12 (tested with phpinfo.php -> IT'S WORKS!)
Then I installed MySQL 5.1. And now, when I add extension = php_mysql.dll to php.ini and restart server, Apache tells me that he can't start (small window with "The requested operation has failed"). Even if I add only extension = *smth*.dll ---> the same thing. Apache just don't love my extensions. How to prove him, that they are cool and stuff? Thanks.
© Server Fault or respective owner