logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Other Software View previous topic :: View next topic
Reply to topic   Topic: MySQL 5.1.3x and PHP 5.2.x solved
Author
SabinF



Joined: 03 May 2006
Posts: 37
Location: Timisoara (Romania)

PostPosted: Sun 30 Nov '08 22:18    Post subject: MySQL 5.1.3x and PHP 5.2.x solved Reply with quote

Hello!

I have a bit of a problem. I installed MySQL 5.1.30 and I get a blank page in phpMyAdmin after I log in. MySQL 5.0 was working just fine. Could it be a problem with the MySQL extension for PHP? I use PHP 5.2.6 and Apache 2.2.10.

Thank you in advance.
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3057
Location: Hilversum, NL, EU

PostPosted: Mon 01 Dec '08 21:31    Post subject: Reply with quote

Tom (Thanks) has made a solution for us:

Download removed,
for a new version php_mysql.dll and php_mysqli.dll,
go to www.apachelounge.com/viewtopic.php?t=2992


This is a PHP 5.2.x php_mysql.dll linked with the MySQL 5.1.30 libmysql.lib library. This php_mysql.dll was built with Visual C++ 6.0 (like PHP)

Backup and replace the php_mysql.dll in your PHP \EXT directory with this replacement to use MySQL 5.1.3x with PHP 5.2.x.

I also replaced the libmysql.dll in the PHP dir with the inlcuded in MySQL 5.1.3x.


Please tell how are you going,


Steffen


Last edited by Steffen on Sun 03 May '09 17:55; edited 2 times in total
Back to top
Soul--Reaver



Joined: 03 Aug 2007
Posts: 2
Location: The Netherlands

PostPosted: Fri 05 Dec '08 19:22    Post subject: Reply with quote

Which would be better?

MySQL 5.1.30 package for windows x64 found on the mysql.com website or this vc9 compiled package?
Back to top
muerte



Joined: 12 Jan 2006
Posts: 37

PostPosted: Sat 06 Dec '08 0:29    Post subject: Reply with quote

I think the VC9 versions from Steffen are always better and should be the first choice. Cool

Just I have no lucky on mysql-5.1.30-win32-x86-VC9.rar this time, Crying or Very sad but the x64 one from dev.mysql.com works like a charm even without update php_mysql.dll & libmysql.dll

Isn't it strange? Question
Back to top
waldbauer.com



Joined: 05 Jan 2008
Posts: 49
Location: Vienna

PostPosted: Tue 09 Dec '08 13:33    Post subject: Reply with quote

Hi Steffen & Tom !

Thank you for the php_mysql.dll which works now also with the new 5.1.30 libmysql.dll on my sambar server !

Good work !
Back to top
waldbauer.com



Joined: 05 Jan 2008
Posts: 49
Location: Vienna

PostPosted: Wed 10 Dec '08 16:28    Post subject: Reply with quote

PHP 5.2.8 is out right now - i use still the libmysql.dll and php_mysql.dll but in the new package are both files new. Do you provide still some updates for these 2 files or can we take the newer ones too ?
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3057
Location: Hilversum, NL, EU

PostPosted: Wed 10 Dec '08 20:31    Post subject: Reply with quote

Just use the same, nothing changed in that area in PHP 5.2.8

Steffen
Back to top
Devastator



Joined: 16 Dec 2008
Posts: 1

PostPosted: Tue 16 Dec '08 14:03    Post subject: Reply with quote

Thank you Steffen for php_mysql.dll
Maybe you can share php_mysqli.dll ?
Back to top
Smitty



Joined: 03 Jan 2008
Posts: 197

PostPosted: Tue 16 Dec '08 16:56    Post subject: Reply with quote

I agree with Devastator, it would be great to get php_mysqli.dll.
Back to top
gauss256



Joined: 05 Jan 2009
Posts: 1
Location: Vancouver, BC

PostPosted: Mon 05 Jan '09 7:08    Post subject: Reply with quote

A big thanks for this. I have been carefully setting up a WAMP stack for the first time in my life, using all the latest versions of everything, and was pulling my hair out trying to understand why phpMyAdmin would cause an unhandled exception in httpd.exe on startup. This DLL fixed it.

Let me add my vote to those who wish for a fix for php_mysqli.dll too.

Bruce
Back to top
BeauMartinez



Joined: 19 Jan 2009
Posts: 1

PostPosted: Mon 19 Jan '09 1:30    Post subject: Reply with quote

I had the same issue, and now the problem is solved. Thank you!

I also second the distribution of the MySQLi DLL.

Thanks once again.
Back to top
rmccny



Joined: 23 Feb 2009
Posts: 1
Location: NY

PostPosted: Mon 23 Feb '09 3:06    Post subject: php_mysql.dll for MySQl 5.1.31 Non-Threadsafe Reply with quote

I apologize for digging up a month-old thread, but it was of some use for me when I was searching for a MySQL 5.1 php extension and I wanted to give something back. The problem I had was related to the fact I run a non-threadsafe php through FastCGI and the driver provided here is for threadsafe builds.

For those who need a non-threadsafe 5.1.31 client for php 5.2.8-nts, you can download it here.
Back to top
waldbauer.com



Joined: 05 Jan 2008
Posts: 49
Location: Vienna

PostPosted: Mon 09 Mar '09 17:59    Post subject: Reply with quote

Hello again !

What about the new PHP 5.2.9 ? Has someone experience ?
Back to top
Brian White



Joined: 24 Aug 2008
Posts: 21

PostPosted: Thu 12 Mar '09 2:10    Post subject: Reply with quote

waldbauer.com wrote:
Hello again !

What about the new PHP 5.2.9 ? Has someone experience ?


I have been running PHP 5.2.9 as an Apache module since 3/1/09 and have not experienced any issues. In fact, it corrects a memory leak that I had been having with 5.2.8 the necessitated a reboot of the server every few days. 10 days is not that much time; but I have not had any problem.

FYI, I use the 32-bit VS2008 build of Apache posted on this site and the php_mysql.dll from here as well. (See above.)
Back to top
admin
Site Admin


Joined: 15 Oct 2005
Posts: 677

PostPosted: Sat 14 Mar '09 19:59    Post subject: Reply with quote

Above download php_mysql.dll-for-MySQL-5.1.3x.zip works with Mysql 5.1.30-5.1.32 and tested with PHP 5.2.6-5.2.9

Steffen


Last edited by admin on Thu 30 Apr '09 23:04; edited 1 time in total
Back to top
admin
Site Admin


Joined: 15 Oct 2005
Posts: 677

PostPosted: Thu 30 Apr '09 22:51    Post subject: Reply with quote

Tested with MySql 5.1.34 with PHP 5.2.9-2, all fine.

Steffen
Back to top
dj02



Joined: 11 Dec 2005
Posts: 23
Location: FI, EU

PostPosted: Sat 02 May '09 19:53    Post subject: Reply with quote

Could you build php_mysqli.dll too?
Back to top
Sobakh



Joined: 19 Jan 2010
Posts: 1

PostPosted: Tue 19 Jan '10 19:46    Post subject: Reply with quote

Server: localhost via TCP/IP
Server version: 5.1.42-community
Protocol version: 10
User: root@localhost
MySQL charset: UTF-8 Unicode (utf8)
Apache/2.2.14 (Win32) PHP/5.3.1.0-dev mod_jk/1.2.19
MySQL client version: 5.0.51a
PHP extension: mysqli
PhpMyAdmin Version information: 3.2.5

PhpMMyAdmin gives blank page, using any other of Php version from
5.1.x to 5.2.x works fine.

is their a solution to the blank page for these version, I tried your bulids
but seem not to work with these version.

Regards,
##
Sobakh
Back to top


Reply to topic   Topic: MySQL 5.1.3x and PHP 5.2.x solved View previous topic :: View next topic
Post new topic   Forum Index -> Other Software