From:             nerta at yauza dot com
Operating system: Windows
PHP version:      5.1.2
PHP Bug Type:     MySQL related
Bug description:  Don't work mysql

Description:
------------
Operation sistem is Windows XP SP2

I had read all bugs and comments about this topic. It's not help me.

My configuration:
Apache 1.3.34/ PHP 5.1.2/ MySQL 5.0.18

php was installed as module
php.ini:

extension_dir = "D:\MyPrograms\php5\php\ext"
extension=php_mysql.dll

php_mysql.dll is in folder D:\MyPrograms\php5\php\ext
libmysql.dll is in folder D:\MyPrograms\php5\php
last i add to Path

also i try to put libmysql.dll to C:\Windows\system32 and to directory
with Apache

>From http://snaps.php.net/ i get today version
php5.1-win32-200601271530.zip
But mysql don't works




Reproduce code:
---------------
$LinkId = mysql_connect($host, $user, $pwd);

Expected result:
----------------
Fatal error: Call to undefined function mysql_connect() in _FILE_ on line
_LINE_


-- 
Edit bug report at http://bugs.php.net/?id=36181&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=36181&r=trysnapshot44
Try a CVS snapshot (PHP 5.1): 
http://bugs.php.net/fix.php?id=36181&r=trysnapshot51
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=36181&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=36181&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=36181&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=36181&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=36181&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=36181&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=36181&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=36181&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=36181&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=36181&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=36181&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=36181&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=36181&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=36181&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=36181&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=36181&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=36181&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=36181&r=mysqlcfg

Reply via email to