stockton Posted August 14, 2008 Share Posted August 14, 2008 I have created a small test script <?php echo date('Y-m-d H:i:s'); ?> and when I IE7 browse to it, it displays the date and time as expected but when I run it from the command line, with the command "php datetest.php" it fails with "The procedure entry point _zval_dtor could not be located in the dynamic link library php5ts.dll" Please tell me how to fix this. Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted August 14, 2008 Share Posted August 14, 2008 The image you provided in your post needs to be uploaded to your site, you cant link files to your computer and expect us to see it. How have you installed/setup PHP? From what I found on google it is to do with PHP trying to load extensions which doesn't exist, this is normally due to PHP not being configured correctly. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.