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 8.3.2, 8.2.15, 8.1.27, 8.0.30, 7.4-7.0, 5.6-5.3 Page Previous  1, 2, 3 ... 11, 12, 13 ... 16, 17, 18  Next
Author
donna9



Joined: 24 Sep 2016
Posts: 6
Location: Toronto

PostPosted: Sun 11 Aug '19 19:56    Post subject: Reply with quote

Jan-E wrote:
With V8 7.2-lkgr it succeeds for most tests:

That version does not use the blob bin files yet. Try the new zip that I have uploaded now.


Success! It's working on my side now Smile Thanks very much @Jan-E!!
Back to top
ml1



Joined: 28 Jan 2009
Posts: 8

PostPosted: Tue 05 Nov '19 5:49    Post subject: 5.6.40 build Reply with quote

We're still using php 5 (incompatible other software).

Oddly, phpinfo() shows version 5.6.30 (previous version we were using), but server-info shows 5.6.40.

Any ideas as to why or what I may have done wrong?

Thanks
Back to top
Jan-E



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

PostPosted: Tue 05 Nov '19 8:51    Post subject: Reply with quote

On Windows? Right click on the php-cgi.exe > Properties > Details. It should show something like:

File desciption: CGI / FastCGI
Type: Application
File version: 5.6.40.0
Product name: PHP
Product version: 5.6.40
etc.

If you are using mod_php, php5apache2_4.dll should show the same, except fot the File description. That is Apache 2.0 Handler.

Or try 'php-cgi -v' in a DOS box. On my laptop this shows at the moment:
Code:
D:\phpdev\php56nts.x32>php-cgi -v
PHP 5.6.40 (cgi-fcgi) (built: Oct 11 2019 17:16:29)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
    with Xdebug v2.5.5, Copyright (c) 2002-2017, by Derick Rethans

Just curious: what incompatible other software?

Edit: the server info in 'services.msc' for Apache is retrieved from php5apache2_4.dll, the phpinfo() uses php-cgi.exe.

Edit 2: assuming you are using mod_php, could it be that the PHPINIDir points to the old version and the php5apache2_4.dll is loaded from the directory with the new version? Both paths have to be the same. Something like
Code:
PHPINIDir "/phpdev/php56.x32/"
LoadModule php5_module "/phpdev/php56.x32/php5apache2_4.dll"
Back to top
ml1



Joined: 28 Jan 2009
Posts: 8

PostPosted: Tue 05 Nov '19 14:18    Post subject: Reply with quote

Ugh. I found the problem.

For some reason, stopping/restarting the service wasn't rereading the path. Instead of using the change I made to the PATH, the change was being appended.

After rebooting the server, the path is now correct and everything shows 5.6.40.

Thanks for the tips, they got me thinking about other things that could be the problem.
Back to top
Jan-E



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

PostPosted: Fri 29 Nov '19 2:17    Post subject: PHP 7.4.0 released Reply with quote

The PHP development team announces the immediate availability of PHP 7.4.0. This release marks the fourth feature update to the PHP 7 series.

PHP 7.4.0 comes with numerous improvements and new features such as:

- Typed Properties
- Arrow Functions
- Limited Return Type Covariance and Argument Type Contravariance
- Unpacking Inside Arrays
- Numeric Literal Separator
- Weak References
- Allow Exceptions from __toString()
- Opcache Preloading

There are also several deprecations, and some extensions have been removed from the core distribution.

For source downloads of PHP 7.4.0 please visit our downloads page. Windows binaries can be found on the PHP for Windows site. The list of changes is recorded in the ChangeLog.

A migration guide is available in the PHP Manual. Please consult it for the detailed list of new features and backward incompatible changes.

Release Announcement: https://php.net/releases/7_4_0.php
Downloads: https://www.php.net/downloads
Windows downloads: https://windows.php.net/download
Changelog: https://www.php.net/ChangeLog-7.php#7.4.0
Migration guide: https://php.net/manual/migration74.php

Many thanks to all the contributors and supporters!

Derick Rethans and Peter Kokot
Back to top
Jan-E



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

PostPosted: Wed 04 Dec '19 6:45    Post subject: Reply with quote

I have upgraded my 7.4.0 builds to ImageMagick 7.0.9-7 Q16 x64/x86 2019-11-28. You can find the installer and the binaries here:

https://ci.appveyor.com/project/Jan-E/imagemagick-windows/builds/29233796

Look for the artifacts in the jobs. For VC15 that is

https://ci.appveyor.com/project/Jan-E/imagemagick-windows/builds/29233796/job/l3uelac2qe481pqg/artifacts (x64)
https://ci.appveyor.com/project/Jan-E/imagemagick-windows/builds/29233796/job/b6ns22dm3g4f68h4/artifacts (x86)

Every time I recompile one of the builds they will be upgraded to ImageMagick 7.0.9-7.
Back to top
Jan-E



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

PostPosted: Wed 18 Dec '19 13:09    Post subject: Reply with quote

The xhprof and svn extensions have been updated for PHP7. I have rebuilt all PHP7-versions with those extensions included.
Back to top
Jan-E



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

PostPosted: Fri 20 Dec '19 14:16    Post subject: Reply with quote

Added PHP extensions hprose, mongodb, msgpack to the PHP 7.4.1 builds.
Back to top
Jan-E



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

PostPosted: Sat 21 Dec '19 12:11    Post subject: Reply with quote

I have updated all builds with OpenSSL 1.0.2 to OpenSSL 1.0.2u-fips. Every once in a while I will recompile those builds, for instance when new versions of dependencies like Curl are released. Use them at your own risk, because OpenSSl 1.0.2 is not updated anymore and everything below PHP 7.2 is out-of-support as well.
Back to top
LGG



Joined: 26 Dec 2019
Posts: 1
Location: USA, Texas

PostPosted: Thu 26 Dec '19 22:25    Post subject: Include php_excel Reply with quote

Hello Jan,
Thank you so much for always providing these builds.

If there is there any way that you could include php_excel in your libraries like you used to, it would be very appreciated.
(Edit: Everything is awesome, thank you!)


Last edited by LGG on Sun 29 Dec '19 8:16; edited 1 time in total
Back to top
Jan-E



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

PostPosted: Sat 28 Dec '19 17:27    Post subject: Re: Include php_excel Reply with quote

LGG wrote:
If there is there any way that you could include php_excel in your libraries like you used to, it would be very appreciated.
(Edit: maybe you still do, it looks like I can't access any of your downloads on toolsforresearch)

I had terrible troubles with the server. I had to reinstall CentOS while retaining the almost 10 terabyte in RAID5. It is up and running again.
Back to top
Jan-E



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

PostPosted: Mon 30 Dec '19 10:23    Post subject: please do not use the LibXL 3.8.6 Reply with quote

Quote from the libxl release notes, found in libxl-win-3.8.8.3.zip on ftp://xlware.com/build:
Quote:
fixed a critical bug from the version 3.8.6 with loading some xlsx files (please do not use the version 3.8.6)

I will be gradually recompiling everything with LibXL 3.8.8.3. That was 3.8.6.1 in the latest builds.

Looking at the release notes it seems no problem just to replace an 3.8.6 libxl.dll with a 3.8.8 version.
Back to top
puertoblack2003



Joined: 31 Jul 2009
Posts: 118
Location: U.S

PostPosted: Sun 12 Jan '20 14:33    Post subject: Reply with quote

I seen this error before , but for the life of me I can't remember what the fix was.

PHP Warning: PHP Startup: Unable to load dynamic library 'imagick' (tried: :\www\server\PHP7\ext\imagick (The specified module could not be found.), :\www\server\PHP7\ext\php_imagick.dll (The specified module could not be found.)) in Unknown on line 0


I'm using the latest commit post above. Can you help?
Back to top
Jan-E



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

PostPosted: Mon 13 Jan '20 7:39    Post subject: Reply with quote

puertoblack2003 wrote:
I seen this error before , but for the life of me I can't remember what the fix was.

PHP Warning: PHP Startup: Unable to load dynamic library 'imagick' (tried: :\www\server\PHP7\ext\imagick (The specified module could not be found.), :\www\server\PHP7\ext\php_imagick.dll (The specified module could not be found.)) in Unknown on line 0

I'm using the latest commit post above. Can you help?

Probably you are missing some dependent DLL's. All of the core_*.dll's and im_*.dll's in the bin-folder of the zip's have to be in the directory with php.exe. See

https://ci.appveyor.com/project/Jan-E/imagemagick-windows/builds/29233796

Look for the zip artifacts in the jobs. For VC15 that is

https://ci.appveyor.com/project/Jan-E/imagemagick-windows/builds/29233796/job/l3uelac2qe481pqg/artifacts (x64)
https://ci.appveyor.com/project/Jan-E/imagemagick-windows/builds/29233796/job/b6ns22dm3g4f68h4/artifacts (x86)
Back to top
puertoblack2003



Joined: 31 Jul 2009
Posts: 118
Location: U.S

PostPosted: Mon 13 Jan '20 16:58    Post subject: Reply with quote

Jan-E wrote:
puertoblack2003 wrote:
I seen this error before , but for the life of me I can't remember what the fix was.

PHP Warning: PHP Startup: Unable to load dynamic library 'imagick' (tried: :\www\server\PHP7\ext\imagick (The specified module could not be found.), :\www\server\PHP7\ext\php_imagick.dll (The specified module could not be found.)) in Unknown on line 0

I'm using the latest commit post above. Can you help?

Probably you are missing some dependent DLL's. All of the core_*.dll's and im_*.dll's in the bin-folder of the zip's have to be in the directory with php.exe. See

https://ci.appveyor.com/project/Jan-E/imagemagick-windows/builds/29233796

Look for the zip artifacts in the jobs. For VC15 that is

https://ci.appveyor.com/project/Jan-E/imagemagick-windows/builds/29233796/job/l3uelac2qe481pqg/artifacts (x64)
https://ci.appveyor.com/project/Jan-E/imagemagick-windows/builds/29233796/job/b6ns22dm3g4f68h4/artifacts (x86)


ok, all folders are in assigned directory.Never had issues before when i was on windows 7 I'm on windows 10 using php 7.4.1 v15, somethings not right. I know windows 10 sucks. Ironic thing is no error in the windows error log only in php error log.
Back to top
Jan-E



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

PostPosted: Fri 20 Mar '20 12:01    Post subject: Reply with quote

Updated to OpenSSL 1.1.1e.

I also updated the php_imagick.dll dependencies to ImageMagick 7.0.10-1 Q16 x86/x64 2020-03-18.

Download the dependencies as artifact on
https://ci.appveyor.com/project/Jan-E/imagemagick-windows/builds/31561250

For instance, the dependencies for PHP 7.2, 7.3, 7.4 x64 are at
https://ci.appveyor.com/project/Jan-E/imagemagick-windows/builds/31561250/job/05q84msq405jecg8/artifacts
Back to top
Jan-E



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

PostPosted: Fri 27 Mar '20 9:08    Post subject: Reply with quote

Reverted the update to OpenSSL 1.1.1e. See https://www.apachelounge.com/viewtopic.php?p=38941#38941 to know why.
Back to top
Jan-E



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

PostPosted: Tue 31 Mar '20 20:08    Post subject: Reply with quote

Updated all applicable builds from OpenSSl 1.1.1d to OpenSSL 1.1.1f. 16 new downloads available.
Back to top
Jan-E



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

PostPosted: Thu 23 Apr '20 0:49    Post subject: Reply with quote

Updated all applicable builds from OpenSSl 1.1.1f to OpenSSL 1.1.1g. 16 new downloads available.
Back to top
ltdeta



Joined: 27 Feb 2015
Posts: 25
Location: Germany

PostPosted: Fri 24 Apr '20 15:02    Post subject: Reply with quote

I miss the file libssh2.dll in the current build.

The official download from https://windows.php.net/download#php-7.2 contains the file.
In the current version from here (download today) the file is missing https://phpdev.toolsforresearch.com/php-7.2.30-Win32-VC15-x86.zip

Can someone please explain this to me?

Thanks for the great work you do here
Back to top


Reply to topic   Topic: PHP 8.3.2, 8.2.15, 8.1.27, 8.0.30, 7.4-7.0, 5.6-5.3 View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads Page Previous  1, 2, 3 ... 11, 12, 13 ... 16, 17, 18  Next