php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5477 convert_to_string is not exist in php4ts.dll
Submitted: 2000-07-09 06:00 UTC Modified: 2000-07-16 06:00 UTC
From: gjkim at samsung dot co dot kr Assigned:
Status: Closed Package: Dynamic loading
PHP Version: 4.0.0 OS: Windows2000
Private report: No CVE-ID: None
 [2000-07-09 06:00 UTC] gjkim at samsung dot co dot kr
I tried to display the html page including the php scripts
as follows : <? phpinfo() ?>
When I tried the error message "convert_to_string is not exist in php4ts.dll" is shown up.
So I searched the exported function list of php4ts.dll by using the Visual Studio dumpbin utility.
Thare was not convert_to_string function.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-09 02:13 UTC] gjkim at samsung dot co dot kr
I installed mysql-php-4.0b3-Win32.zip also.
And modify php.ini removing ';' in front of extersion=php_mysql.dll.
So the error is occurred because i did needless job.
At first I didn't understand the meaning of "php4.0.0 include mySql support".

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 20:01:29 2024 UTC