php-src/scripts
Calvin Buckley 3618382d07
Handle BSD checksum and file utilities (#14690)
* Handle BSD checksum utilities

The BSDs have different checksum utilities than GNU systems do. If we
don't see the GNU checksum utilities installed, use the BSD ones, as
their output is compatible enough.

Addresses part of GH-14688.

* Prefer GNU touch

BSD touch at least in macOS does not handle local timezone in the
timestamp (like 2024-06-27T10:26:23-03:00). As such, try GNU touch (as
ports systems almost always prefix with g if coreutils is installed) and
prefer that if available. It's not the end of the world though if GNU
touch isn't available, as BSD touch on some systems may support it, and
if it doesn't, then it's just timestamps, nothing too serious.
2024-07-08 13:27:47 -03:00
..
dev Handle BSD checksum and file utilities (#14690) 2024-07-08 13:27:47 -03:00
gdb Fix build for armv7 (#14801) 2024-07-06 15:21:45 +02:00
man1 Make --enable-embed libs respect --libdir 2024-03-23 07:46:31 +01:00
Makefile.frag Move gen_stub.php to build directory and install it so phpize can take care of it, and thus extension can use it as it is already in Makefile 2020-04-03 10:48:20 +02:00
php-config.in Fix extension_dir variable quoting in php-config (#13963) 2024-04-16 19:07:49 +02:00
phpize.in Autotools: Sync indentation style in build system files (#14725) 2024-06-29 23:25:17 +02:00
phpize.m4 Fix AS_VAR_* checks (#14868) 2024-07-08 14:20:58 +02:00