Ask a Question related to PHP Bugs, Design and Development.
-
cexyga at hotmail dot com #1
#40736 [NEW]: DOESN'T HAVE ALL LIBRARIES PHP 5.2.1 MYSQL -IIS 6
From: cexyga at hotmail dot com
Operating system: Windows 2003
PHP version: 5.2.1
PHP Bug Type: MySQL related
Bug description: DOESN'T HAVE ALL LIBRARIES PHP 5.2.1 MYSQL -IIS 6
Description:
------------
I tried to install the new version from the win zip 5.2.1 binaries, and
download the PECL libraries as well, I followed each step carefully,
install the Variable Enviroments (path), check for the extensions, verify
the libmysql.dll in windows32, run the isapiphp on the web service
extensions, work on the web sites properties, go to home directory and
enable .php. Dowload the odbc for mysql 5.0 and php always displayed the
same libraries, mysql was not displayed in the phpinfo(). I enabled the
extension_dir, I enable the extension= php_mysql.dll and I did everything
to get it working and the only thing I've got was call to undefined
function mysql_connect, then I tried to go to the regedit trick and give
the correct path to the php but that wouldn't work for me either. So
finally I noticed that when I executed php.exe from the cmd of DOS I have
missing libraries it didnt find the php_mysql.dll or others that were
without the quotes ; although they were on their place at extensions
folder. So I find out that php5.dll was missing and other libraries as
well, I downloaded this and other extensions and then I've got an
extension problem saying something that these files didnt belong to that
version, so finally, after a week trying I gave up and install php 5.1.4
with mysql wich worked fine for me :(
Expected result:
----------------
MYSQL DISPLAYED ON PHPINFO() file
Actual result:
--------------
no display after a week trying with all possible combinations, I also
downloaded the win installer and the pecl, to finally find that there are
missing files on the extensions.
--
Edit bug report at [url]http://bugs.php.net/?id=40736&edit=1[/url]
--
Try a CVS snapshot (PHP 4.4): [url]http://bugs.php.net/fix.php?id=40736&r=trysnapshot44[/url]
Try a CVS snapshot (PHP 5.2): [url]http://bugs.php.net/fix.php?id=40736&r=trysnapshot52[/url]
Try a CVS snapshot (PHP 6.0): [url]http://bugs.php.net/fix.php?id=40736&r=trysnapshot60[/url]
Fixed in CVS: [url]http://bugs.php.net/fix.php?id=40736&r=fixedcvs[/url]
Fixed in release: [url]http://bugs.php.net/fix.php?id=40736&r=alreadyfixed[/url]
Need backtrace: [url]http://bugs.php.net/fix.php?id=40736&r=needtrace[/url]
Need Reproduce Script: [url]http://bugs.php.net/fix.php?id=40736&r=needscript[/url]
Try newer version: [url]http://bugs.php.net/fix.php?id=40736&r=oldversion[/url]
Not developer issue: [url]http://bugs.php.net/fix.php?id=40736&r=support[/url]
Expected behavior: [url]http://bugs.php.net/fix.php?id=40736&r=notwrong[/url]
Not enough info: [url]http://bugs.php.net/fix.php?id=40736&r=notenoughinfo[/url]
Submitted twice: [url]http://bugs.php.net/fix.php?id=40736&r=submittedtwice[/url]
register_globals: [url]http://bugs.php.net/fix.php?id=40736&r=globals[/url]
PHP 3 support discontinued: [url]http://bugs.php.net/fix.php?id=40736&r=php3[/url]
Daylight Savings: [url]http://bugs.php.net/fix.php?id=40736&r=dst[/url]
IIS Stability: [url]http://bugs.php.net/fix.php?id=40736&r=isapi[/url]
Install GNU Sed: [url]http://bugs.php.net/fix.php?id=40736&r=gnused[/url]
Floating point limitations: [url]http://bugs.php.net/fix.php?id=40736&r=float[/url]
No Zend Extensions: [url]http://bugs.php.net/fix.php?id=40736&r=nozend[/url]
MySQL Configuration Error: [url]http://bugs.php.net/fix.php?id=40736&r=mysqlcfg[/url]
cexyga at hotmail dot com Guest
-
#39644 [NEW]: Update MySQL & MySQLI Libraries
From: dj02 dot net at nbl dot fi Operating system: Windows XP 5.1.2600 PHP version: 5CVS-2006-11-27 (snap) PHP Bug Type: ... -
ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
When i try to start my mysql server, i get this error ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock'... -
ANN: Tag Libraries for XML
I assembled tag libraries for 4 XML based languages: RSS 2.0 http://www.massimocorner.com/dreamweaver/xml/rss_2.0.mxp DocBook 4.2:... -
Using LDAP and SSL with C# libraries
How do I make an LDAP connection that uses SSL with the .NET libaries? I'm currently using DirectoryEntry, but I don't see an option to force the... -
What is more efficient (*.a or *.so) libraries?
Hi, Recently I developed a series of static libraries (*.a files) for performing various different operations. I used these libraries to create... -
tony2001@php.net #2
#40736 [Opn->Bgs]: DOESN'T HAVE ALL LIBRARIES PHP 5.2.1 MYSQL -IIS 6
ID: 40736
Updated by: [email]tony2001@php.net[/email]
Reported By: cexyga at hotmail dot com
-Status: Open
+Status: Bogus
Bug Type: MySQL related
Operating System: Windows 2003
PHP Version: 5.2.1
New Comment:
[url]http://php.net/mysql[/url]
Previous Comments:
------------------------------------------------------------------------
[2007-03-06 04:32:23] cexyga at hotmail dot com
Description:
------------
I tried to install the new version from the win zip 5.2.1 binaries, and
download the PECL libraries as well, I followed each step carefully,
install the Variable Enviroments (path), check for the extensions,
verify the libmysql.dll in windows32, run the isapiphp on the web
service extensions, work on the web sites properties, go to home
directory and enable .php. Dowload the odbc for mysql 5.0 and php
always displayed the same libraries, mysql was not displayed in the
phpinfo(). I enabled the extension_dir, I enable the extension=
php_mysql.dll and I did everything to get it working and the only thing
I've got was call to undefined function mysql_connect, then I tried to
go to the regedit trick and give the correct path to the php but that
wouldn't work for me either. So finally I noticed that when I executed
php.exe from the cmd of DOS I have missing libraries it didnt find the
php_mysql.dll or others that were without the quotes ; although they
were on their place at extensions folder. So I find out that php5.dll
was missing and other libraries as well, I downloaded this and other
extensions and then I've got an extension problem saying something that
these files didnt belong to that version, so finally, after a week
trying I gave up and install php 5.1.4 with mysql wich worked fine for
me :(
Expected result:
----------------
MYSQL DISPLAYED ON PHPINFO() file
Actual result:
--------------
no display after a week trying with all possible combinations, I also
downloaded the win installer and the pecl, to finally find that there
are missing files on the extensions.
------------------------------------------------------------------------
--
Edit this bug report at [url]http://bugs.php.net/?id=40736&edit=1[/url]
tony2001@php.net Guest



Reply With Quote

