Skip to content

Instantly share code, notes, and snippets.

View NattyNarwhal's full-sized avatar
🐪
ML stands for metalanguage, not machine learning

Calvin Buckley NattyNarwhal

🐪
ML stands for metalanguage, not machine learning
View GitHub Profile
php-8.4.0beta5.tar.bz2
SHA256 hash: 2317bba50cb30b08743d7a03065b6f9cc8b1138edc075a498416a9c743006adb
PGP signature:
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSdf5mgy48FyKaVjWJWqXr3YAo5pgUCZuBxfwAKCRBWqXr3YAo5
pioHAP9h0z/xvO7NV91D9Hh+lbZB8/IfP13W+0vC3WVohAiboAD/bjhvS2qJ0LXt
d+XCxHtADUaoKezGtiYW1W3pIL7yJQU=
=ChwI
-----END PGP SIGNATURE-----
php-8.4.0beta3.tar.bz2
SHA256 hash: d008c55db23e84a48551e49bebe6cb3481ec230a6e6d647c647209ececccfb41
PGP signature:
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSdf5mgy48FyKaVjWJWqXr3YAo5pgUCZr0dXQAKCRBWqXr3YAo5
pkFOAQD2ZaLQWCNvXRHj3rR8KEFxxm/uXNVyqKgqbv37oRXGDQEA8Y3tn3BOrN3B
LXHNcGsopd/9NuMDD/PkUZvrC5jTMg0=
=Kc1t
-----END PGP SIGNATURE-----
php-8.4.0beta2.tar.bz2
SHA256 hash: 89c898b21d025c534973629afed083c186f20307201b3e650e4e03262afe3809
PGP signature:
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSdf5mgy48FyKaVjWJWqXr3YAo5pgUCZr0U0AAKCRBWqXr3YAo5
pqllAP9zc7RjaMndRtkIA9wZZ44/SzOfp/0ctLaY0t35Y1/YsAEAzl1Ym029C430
bVz9/PvI4BTYcZXzXxCRQdziCPdv5wg=
=PCzK
-----END PGP SIGNATURE-----
php-8.4.0beta1.tar.bz2
SHA256 hash: a40f520a3b6842358c6f470c93e16760715eb41ac1c9b08d67d33d597cdf4cd7
PGP signature:
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSdf5mgy48FyKaVjWJWqXr3YAo5pgUCZrtmTQAKCRBWqXr3YAo5
pritAQCvUXhHzMUhlq/thzv3fjoBD7rmh1v/iLXMKP38BzaShgD+NyRzDtOKrSm0
J2s/2N63LRyORYlAM4CfldTPWENJjAs=
=iJkw
-----END PGP SIGNATURE-----
@NattyNarwhal
NattyNarwhal / php-8.4.0alpha2.manifest
Created July 16, 2024 14:18
PHP 8.4.0alpha2 manifest
php-8.4.0alpha2.tar.bz2
SHA256 hash: 2030f90996dbc8f288a4020c7545fd1860887c918ae8ea6f6b116928e5196ab3
PGP signature:
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSdf5mgy48FyKaVjWJWqXr3YAo5pgUCZpaA+wAKCRBWqXr3YAo5
pvsPAQDfkcSidIxgev1cVBvEgMFsN5MH0Xp14v9kxCGKyjZwoAD9Gq4bjGohvCII
QeyBJkITxedgbCmSJKoVRgsRu8p4fg0=
=tHfl
-----END PGP SIGNATURE-----
~/src/sofort$ bash configure
configure: line 113: cd: configure/: Not a directory
sofort : configure : init_vars() ................................. OK.
sofort : configure : verify_build_directory() .................... OK.
sofort : configure : verify_source_directory() ................... OK.
sofort : configure : verify_source_info() ........................ OK.
sofort : configure : common_defaults() ........................... OK.
sofort : configure : config_flags() .............................. OK.
sofort : configure : config_copy() ............................... OK.
..
~/src/sofort$ ./configure
sofort : configure : init_vars() ................................. OK.
sofort : configure : verify_build_directory() .................... OK.
sofort : configure : verify_source_directory() ................... OK.
sofort : configure : verify_source_info() ........................ OK.
sofort : configure : common_defaults() ........................... OK.
sofort : configure : config_flags() .............................. OK.
sofort : configure : config_copy() ............................... OK.
..
sofort : configure : detect and query host (targeted) system
$ repoquery -q --whatrequires ImageMagick-libs
ImageMagick-1:6.9.10.86-2.fc32.i686
ImageMagick-1:6.9.10.86-2.fc32.x86_64
ImageMagick-c++-1:6.9.10.86-2.fc32.i686
ImageMagick-c++-1:6.9.10.86-2.fc32.x86_64
ImageMagick-devel-1:6.9.10.86-2.fc32.i686
ImageMagick-devel-1:6.9.10.86-2.fc32.x86_64
ImageMagick-djvu-1:6.9.10.86-2.fc32.x86_64
ImageMagick-perl-1:6.9.10.86-2.fc32.x86_64
WINGs-libs-0:0.95.8-14.fc32.i686
@NattyNarwhal
NattyNarwhal / php-freetype-pkgconfig.patch
Created April 25, 2020 18:16
Unbreak modern freetype on PHP 7.3
From c2355f2b6f193f26ee0c6e0479c760e8bd3daf9b Mon Sep 17 00:00:00 2001
From: Calvin Buckley <calvin@cmpct.info>
Date: Sat, 25 Apr 2020 14:57:25 -0300
Subject: [PATCH] Don't use freetype-config, use pkg-config for freetype
Proper fix is in #3632, but might be too dependent on 7.4 changes.
---
ext/gd/config.m4 | 17 +++++------------
1 file changed, 5 insertions(+), 12 deletions(-)
@NattyNarwhal
NattyNarwhal / gist:4c1fa1aae1a55b54e5ab64b2cc92bd64
Created April 25, 2020 16:14
Missing packages for mostly virgin yum on i install
calvin@SEIDEN72:~/repos/seiden-specs$ rpmbuild -ba php/php.spec
error: Failed build dependencies:
bzip2-devel is needed by php-7.3.17-1seiden.ppc64
curl-devel >= 7.65.3 is needed by php-7.3.17-1seiden.ppc64
freetype-devel is needed by php-7.3.17-1seiden.ppc64
libiconv-devel is needed by php-7.3.17-1seiden.ppc64
libintl-devel is needed by php-7.3.17-1seiden.ppc64
libjpeg-turbo-devel is needed by php-7.3.17-1seiden.ppc64
libpng-devel is needed by php-7.3.17-1seiden.ppc64
libsodium-devel is needed by php-7.3.17-1seiden.ppc64