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 -> Building & Member Downloads View previous topic :: View next topic
Reply to topic   Topic: PHP 5.4.4-Win64 available
Author
Virsacer



Joined: 16 Jan 2010
Posts: 108
Location: Germany, Darmstadt

PostPosted: Mon 18 Jun '12 22:00    Post subject: PHP 5.4.4-Win64 available Reply with quote

http://www.erazergermany.de/HOME/PHP-5.4.4-Win64.zip

ADDITIONAL EXTENSIONS:
win32service 0.1.0
xdebug 2.2.0

MISSING EXTENSIONS:
enchant, ldap, snmp
Back to top
clear_viz_computer



Joined: 21 Jun 2012
Posts: 1
Location: USA, New Jersey

PostPosted: Sun 24 Jun '12 21:36    Post subject: Re: PHP 5.4.4-Win64 available Reply with quote

Virsacer - Thank you for this. I'm new to the ApacheLounge, and obviously, this package is not a full install of PHP (i.e. no php.ini, etc.). I assume that you must install a full package and then install yours over it to make it work.

Can you recommend the appropriate PHP package to install first, prior to the above? Also, are there instructions that accompany your download?

My environment is:

Win 7x64
Apache 2.4 x64
MySql 5.5 x64
VC09 and VC10 run time(s) installed.

Apache & MySQL are installed individually and are up and running.

Thanks & Regards...

Arnold
Clear Viz Computer


EDIT: Nevermind! I got the base kernel working! I just have to configure it for MySQL now.
Back to top
dj02



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

PostPosted: Tue 26 Jun '12 10:15    Post subject: Reply with quote

Thank you very much. Working well. I intalled it over PHP x86 VC9 TS Version.

Would you be able to build geoip and ssh2 modules?
Back to top
Virsacer



Joined: 16 Jan 2010
Posts: 108
Location: Germany, Darmstadt

PostPosted: Wed 11 Jul '12 18:59    Post subject: Reply with quote

Hi, I put it on my todo list, but I have very little time right now...
Back to top
Virsacer



Joined: 16 Jan 2010
Posts: 108
Location: Germany, Darmstadt

PostPosted: Thu 26 Jul '12 20:52    Post subject: Reply with quote

Hi, geoip and ssh did not compile.
It seems that something is missing in the libraries...
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7306
Location: Germany, Next to Hamburg

PostPosted: Thu 26 Jul '12 21:32    Post subject: Reply with quote

Virsacer wrote:
Hi, geoip and ssh did not compile.
It seems that something is missing in the libraries...


ssh2 requires:
in the bin folder
- libssh2.dll

in the include/libssh2 folder
- libssh2.h
- libssh2_publickey.h
- libssh2_sftp.h

in the lib folder
- libssh2.lib
- libssh2_a.lib

Maybe you already downloaded the source from www.libssh2.org ?

the offical php is build with libssh2 1.2.7

For geoip I'm overasked at the moment

---- edit ----
I remember that for building mod_geoip the GeoIP C API was needed.
Back to top
Virsacer



Joined: 16 Jan 2010
Posts: 108
Location: Germany, Darmstadt

PostPosted: Mon 30 Jul '12 0:34    Post subject: Reply with quote

Thanks for the hint!

I have in fact downloaded (and compiled) libssh2 as it is used by curl.
But I don't have a dll - perhaps that is the reason...

I'll try it again, when I have more time...
Back to top


Reply to topic   Topic: PHP 5.4.4-Win64 available View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads