php-src/scripts
Peter Kokot 7d6bb3e86d
Fix extension_dir variable quoting in php-config (#13963)
When configuring the build with:

    ./configure EXTENSION_DIR="\${prefix}/lib/php/20230901"

The $prefix variable wasn't replaced when running the installed script:

    php-config --extension-dir

It shows ${prefix}/lib/php/20230901 instead of
/usr/local/lib/php/20230901 because of single quotes.
2024-04-16 19:07:49 +02:00
..
dev Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
gdb Inline GDB scripts in the PHP binary (#13600) 2024-04-16 15:10:01 +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 also display PHP version in phpize 2023-09-07 16:34:09 +02:00
phpize.m4 Create modules directory in a centralized location (#13411) 2024-03-21 17:43:49 +01:00