This is my first day with Zend Framework with appServ and i used NetBeans IDE, but i got this error.
PHP Startup: Unable to load dynamic library 'G:/PROGRA~2/AppServ\php5\ext\php_exif.dll' - The specified procedure could not be found.
I am surprised cause this file already exists when i serached on google i found that i can solve this by change the order of extensions in php.ini and put the ;extension=php_exif.dll at the ends of other. but the error still.
help me plz;