Re: [PHP-DEV] Why do PHP 8.1 extensions need PHP headers during make install (worked in <8.1)?

2021-12-09 Thread David Zuelke via internals
Ahhh okay that explains where this change is coming from. Thanks a lot, Dan! I wonder if this side effect ("all dependencies are iterated also during "make install") is intentional. Maybe Niki can chime in on GitHub; I'll ping him there, as well as the original author. Thanks a lot! David P.S.

Re: [PHP-DEV] Why do PHP 8.1 extensions need PHP headers during make install (worked in <8.1)?

2021-12-09 Thread David Zuelke via internals
REFIX directory that, in its entirety, can be compressed into an archive for distribution of only that extension's files. Does that make sense? On Thu, Dec 9, 2021 at 8:28 PM Dan Ackroyd wrote: > > On Wed, 8 Dec 2021 at 15:25, David Zuelke via internals > wrote: > > > >

Re: [PHP-DEV] Why do PHP 8.1 extensions need PHP headers during make install (worked in <8.1)?

2021-12-09 Thread David Zuelke via internals
t; >> >> >> >> >> On Thu, Dec 9, 2021 at 2:30 AM Glash Gnome wrote: >> >> > >> >> > Thanks, I'll check it out. >> >> > >> >> > I'm confused. Can you tell me if you have this problem with this >&g

Re: [PHP-DEV] Why do PHP 8.1 extensions need PHP headers during make install (worked in <8.1)?

2021-12-09 Thread David Zuelke via internals
ncy to try your extension. >> > I'll keep you informed. >> > >> > Best Regards >> > >> > Le jeu. 9 déc. 2021 à 01:20, David Zuelke a écrit >> > : >> >> >> >> That's... sort of... irrelevant for this question; the problem appears &

Re: [PHP-DEV] Why do PHP 8.1 extensions need PHP headers during make install (worked in <8.1)?

2021-12-08 Thread David Zuelke via internals
t extension, >> create a .deb archive, whatever; the point is that it should be >> installable standalone (think e.g. 'apt-get install php81-imagick'). >> >> >> >> On Thu, Dec 9, 2021 at 12:33 AM Glash Gnome wrote: >> > >> > Hello, >&g

Re: [PHP-DEV] Why do PHP 8.1 extensions need PHP headers during make install (worked in <8.1)?

2021-12-08 Thread David Zuelke via internals
Dec 9, 2021 at 12:33 AM Glash Gnome wrote: > > Hello, > > Can you tell me what the program is in step 7) > > > package up > > Thanks you, > > > Le mer. 8 déc. 2021 à 16:25, David Zuelke via internals > a écrit : >> >> Hi all, >> >&g

[PHP-DEV] Why do PHP 8.1 extensions need PHP headers during make install (worked in <8.1)?

2021-12-08 Thread David Zuelke via internals
Hi all, When building shared extensions for PHP for the purpose of packaging and distributing the builds, the build environment obviously needs PHP installed in the destination directory structure (for headers, phpize, and so forth). But the resulting archive of the built extension should only co

Re: [PHP-DEV] PHP 7.4.7 Released!

2020-06-11 Thread David Zuelke via internals
The 7.4.7 release post on php.net links to http://www.php.net/ChangeLog-7.php#7.4.6 for the changelog. On Thu, Jun 11, 2020 at 4:16 PM Derick Rethans wrote: > > The PHP development team announces the immediate availability of PHP > 7.4.7. This is a security bug fix release. > > All PHP 7.4 users