0

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;

Smandoli
  • 6,919
  • 3
  • 49
  • 83
jmt
  • 223
  • 1
  • 8
  • 28
  • You get shocked when you win the lottery. You're surprised (or annoyed) when a file isn't found. – Marc B Jul 27 '12 at 18:37
  • thank you but if you have an answer plz help, – jmt Jul 27 '12 at 18:45
  • Marc B -- your correction seems neurotypical-centric to me! – Smandoli Jul 27 '12 at 19:48
  • possible duplicate of [Error In PHP5 ..Unable to load dynamic library](http://stackoverflow.com/questions/10565521/error-in-php5-unable-to-load-dynamic-library) – j0k Jul 28 '12 at 09:10

1 Answers1

0

You must load php_mbstring.dll before the php_exif.dll.

Bruno Nardini
  • 461
  • 5
  • 13
  • :thank you but i'm change the order of extension and i placed the php_exif.dll at the end of extensions list in php.ini – jmt Jul 28 '12 at 01:55
  • i'm used appserv-win32-2.5.10 and ZendFramework-1.11.12-minimal, when write zf command "Entry point Not Found" error appear say "the procedure entry point zend_wrong_param_count could not be located in the dynamic link library php4ts.dll but i have php5ts.dll . Is zendFramework version can't work correctly with appserv? – jmt Jul 28 '12 at 19:46