Add php extension (geoip.so) to Zend Studio for code validation
        Posted  
        
            by Agustinus
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Agustinus
        
        
        
        Published on 2010-04-27T08:11:39Z
        Indexed on 
            2010/04/27
            8:13 UTC
        
        
        Read the original article
        Hit count: 500
        
Hi everyone,
just have a short question here. I've just installed new php extension (geoip.so) using pecl to /usr/local/zend/lib/php_extensions/ and added the extension to the php.ini. Run the code and it works just fine. But Zend Studio is giving warning of undefined geoip function. Try to add the directory path above to the include path of Zend Studio, still the warning exists. Any clue how to remove this warning? Thank you in advance!!
/Agustinus
© Stack Overflow or respective owner