isputra, did you compile PHP with the "versioning" option enabled?
Versioning is incompatible with both PHP 5 and Zend Optimizer and will
generate an error message similar to the one you just quoted.
Another way that message can be triggered is if you are calling an
external module or library from your PHP.INI file and the called file
isn't in the search path or doesn't exist.
Versioning is incompatible with both PHP 5 and Zend Optimizer and will
generate an error message similar to the one you just quoted.
Another way that message can be triggered is if you are calling an
external module or library from your PHP.INI file and the called file
isn't in the search path or doesn't exist.