hi to all,
I need the php_exif so i tried enabling from php extensions, nothing i could not flag.
so i tried enable the extension from the php.ini and a strange problem happen.
in windows in order to enable the php_exif php_mbstrig need to be enabled, and need to be loaded before the php_exif. so i put the php_exif just after the php_mbstring in php.ini saved.. done a controlX and php_exif is red... reopened the php.ini and the php_exif is listed not after php_mbstring but before....
i suppose there's something that rewrite the list.. in php ini in letter order.. if is that way how to disable this funcion? or how could this happened?!