Categories:
Administration (10)
Adware Spyware (7)
Apache (10)
Bluetooth (125)
DOS Commands (1)
Edge (28)
General (2)
Internet Explorer (217)
Media Center (12)
Media Player (11)
Mozilla Firefox (18)
PHP (15)
Programming (8)
Security (4)
Silverlight (15)
Tips (17)
Tools (218)
Tutorials (5)
Windows 10 (166)
Windows 7 (636)
Windows 8 (1091)
Windows Phone (33)
Windows Server 2008 (165)
Windows Server 2012 (84)
Windows Server 2016 (23)
Windows Vista (52)
Collections:
Other Resources:
PHP Installation Problem with php5ts.dll
What is wrong if you get an execution error: "The procedure entry point _zval_dtor could not be located in the dynamic link library php5ts.dll"?
✍: FYIcenter.com
1. Open command line window and run the following command:
C:>cd \ C:\>cd Program Files C:\Program Files>cd php-5.2.0-Win32 C:\Program Files\php-5.2.0-Win32>php -version
2. You will get an error message box saying: "The procedure entry point _zval_dtor could not be located in the dynamic link library php5ts.dll",
as shown in the picture below:
3. If you click OK on the error message box, you will get several similar error messages.
4. Finally, you will get some errors in the command window:
C:\Program Files\php-5.2.0-Win32>php -version PHP Warning: PHP Startup: Unable to load dynamic library './php_curl.dll' - The specified procedure could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library './php_imap.dll' ... PHP Warning: PHP Startup: Unable to load dynamic library './php_mbstring.dll' ... PHP Warning: PHP Startup: Unable to load dynamic library './php_mcrypt.dll' ... PHP Warning: PHP Startup: Unable to load dynamic library './php_mysql.dll' ... PHP Warning: PHP Startup: Unable to load dynamic library './php_sockets.dll' ... PHP Warning: PHP Startup: Unable to load dynamic library './php_soap.dll' ... PHP 5.2.0 (cli) (built: Nov 2 2006 11:57:36) Copyright (c) 1997-2006 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2006 Zend Technolo...
The error messages tell us that your PHP engine is trying to load some libraries, but those libraries could not be located. See our Configuring PHP Environments tutorial for solution.
2016-12-04, 127009👍, 9💬
Popular Posts:
What is msntb.dll - DLL file - Windows Live Toolbar for Internet Explorer? DLL msntb.dll is installe...
Why am I getting errors when starting Apache server to load PHP as a module with php5apache2.dll? If...
How to download Windows 7 Service Pack 1 (SP1)? Windows 7 Service Pack 1 (SP1) is an update for all ...
How to use sc.exe command to create a new service? If you want to create a new service, you can use ...
What is smss.exe process - Windows NT Session Manager? Process smss.exe is part of Windows system. I...