ID: 41350
Comment by: maxfm at abv dot bg
Reported By: graham at directhostinguk dot com
Status: Assigned
Bug Type: MySQL related
Operating System: Windows 2003
PHP Version: 5.2.2
Assigned To: georg
New Comment:
Just go to the end of php.ini
Change:
[PHP_MYSQL]
extension=php_mysql.dll
to:
;[PHP_MYSQL]
;extension=php_mysql.dll
Then go to:
;extension=php_mysql.dll
and enable it:
extension=php_mysql.dll
Previous Comments:
------------------------------------------------------------------------
[2007-06-24 09:37:28] ysangkok at gmail dot com
I'm experiencing the same problem with 5.2.3. Using CGI on IIS5.
I fixed it by using the dll from 5.2.1.
------------------------------------------------------------------------
[2007-06-21 10:51:18] chris at crgs dot co dot uk
Am using CGI here (php-cgi.exe in IIS6)
There appears to be some action on the MySQL bug...
------------------------------------------------------------------------
[2007-06-20 15:08:56] [EMAIL PROTECTED]
Is everyone running a CGI implementation or ISAPI?
------------------------------------------------------------------------
[2007-06-19 16:26:42] chris at crgs dot co dot uk
Re short_open_tag option
I have tested on my server with short_open_tag set to both 'on' and
'off' and get this problem whatever happens with PHP 5.2.3.
The error occurs even with this page:
<?php phpinfo(); ?>
------------------------------------------------------------------------
[2007-06-18 19:33:57] curthenderson at hotmail dot com
I have found that this error will come up if you are using short php
opening tags <? and do not have that option turned on in your php.ini.
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/41350
--
Edit this bug report at http://bugs.php.net/?id=41350&edit=1