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.10 for Windows x64 available
Author
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Thu 20 Dec '12 19:14    Post subject: PHP 5.4.10 for Windows x64 available Reply with quote

-compiled: Visual C++ 2008 (VC9)
-lots of extensions

http://dl.dropbox.com/u/8954372/php-5.4.10-Win32-VC9-x64.zip
http://dl.dropbox.com/u/8954372/php-5.4.10-nts-Win32-VC9-x64.zip

See the phpinfo.htm in the zip-files for information on the versions of some (but not all) of the extensions.
Back to top
wm003



Joined: 24 Mar 2006
Posts: 88

PostPosted: Fri 21 Dec '12 17:34    Post subject: Reply with quote

Thank you very much for the nts build and that many extensions! That one seems to be fully working (the 5.4.9 you posted at anindya had that oci8 problems which are gone in this 5.4.10 Smile

Season greetings and a happy new year
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Fri 21 Dec '12 17:41    Post subject: Reply with quote

That is probably because I removed oci8.dll from the zips. Now it is looking for your installed oci8.dll and finding the necessary other dll's in the same directory.

Last edited by Jan-E on Tue 01 Jan '13 22:36; edited 1 time in total
Back to top
aras



Joined: 07 Dec 2012
Posts: 18
Location: USA

PostPosted: Tue 01 Jan '13 21:20    Post subject: Reply with quote

Thank you for this. Please look at this post: http://www.apachelounge.com/viewtopic.php?p=23519#23519
Back to top
pjduplooy



Joined: 12 May 2012
Posts: 11

PostPosted: Fri 04 Jan '13 11:16    Post subject: Reply with quote

Hi I was wondering, will the 32 bit ioncube loader work with 64 bit php?
Back to top
jfha73



Joined: 18 Aug 2011
Posts: 62
Location: New York

PostPosted: Sun 06 Jan '13 22:18    Post subject: Reply with quote

I wasn't expecting this here, but let me ask if somebody knows where I can find the x64 deps to compile php on a 64-bit environment?

I'm looking for this because I need to upload really big files up to 7GB and 32-bit will not allow this since php uses memory to put the file before putting it in place and the maximum for 32-bit is 3.5GB and every time I try to go over that size in the memory used by php it crashes.

Also, is there a x64 httpd installation file with SSL?

Thanks.
Back to top
jfha73



Joined: 18 Aug 2011
Posts: 62
Location: New York

PostPosted: Tue 08 Jan '13 18:11    Post subject: Not working with Memory Limit larger than 3072M Reply with quote

Hey guys, did you test this with Large memory_limit, large post_max_size and upload_max_filesize?

It was working fine when I set it to 3072M, but once I changed it to 4096M, all I get is BLANK.

I have it on a Virtual Server with 32GB of RAM, so it's not running out of memory and one of the things that 64-bit gives you is being capable of handling large amounts of memory.

Thanks.
Back to top
dj02



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

PostPosted: Fri 11 Jan '13 3:10    Post subject: Re: PHP 5.4.10 for Windows x64 available Reply with quote

Jan-E wrote:
-compiled: Visual C++ 2008 (VC9)
-lots of extensions

http://dl.dropbox.com/u/8954372/php-5.4.10-Win32-VC9-x64.zip
http://dl.dropbox.com/u/8954372/php-5.4.10-nts-Win32-VC9-x64.zip

See the phpinfo.htm in the zip-files for information on the versions of some (but not all) of the extensions.


http://dl.dropbox.com/u/8954372/php-5.4.10-nts-Win32-VC9-x64.zip link does not work.
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Fri 11 Jan '13 9:34    Post subject: Reply with quote

Maybe a glitch in dropbox or something like that. When I try it now it downloads OK:
http://dl.dropbox.com/u/8954372/php-5.4.10-nts-Win32-VC9-x64.zip
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Fri 18 Jan '13 7:31    Post subject: Reply with quote

looking forward to your 5.4.11
this .10 TS seems missing ext/php_zip.dll
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Fri 18 Jan '13 9:19    Post subject: php_zip is built-in Reply with quote

php_zip.dll is built-in nowadays. Look at the official x86 binaries and you will not find it either.
Back to top
jfha73



Joined: 18 Aug 2011
Posts: 62
Location: New York

PostPosted: Mon 21 Jan '13 3:54    Post subject: Reply with quote

Hey guys, can you upload the dependencies that you use to compile these?

I have been trying to compile my own because even though yours looks amazing, whenever I put 4096M for memory limit, it goes blank and won't show me anything.

Now I heard from the team of PHP developers at php.net that not all deps are available for Windows x64 just yet, so I was wondering if you were using x86 deps instead and that was causing the memory limit problem.

Also, the uploadprogress extension in one of the files you have in this post doesn't work either, it shows when I run php -m but not when I do a phpinfo()

I and I'm sure most of us will appreciate if you do this just to make sure you are using the right deps to compile it.

Thanks much.
Back to top


Reply to topic   Topic: PHP 5.4.10 for Windows x64 available View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads