Files
static-php-cli/src/Package
Luther Monson 3c24c92d61 mongodb: export PHP_VERSION_ID for in-tree builds
mongo-php-driver 2.3.3 added a config.m4 check that falls back to
php-config when PHP_VERSION_ID is unset in the shell env. In-tree
PHP source builds have no php-config, so configure fails with:

    checking PHP version... configure: error: php-config not found

Set PHP_VERSION_ID from main/php_version.h before configureForUnix
so the lookup short-circuits.
2026-05-22 10:03:43 -07:00
..
2026-02-06 16:34:51 +08:00
2026-05-22 15:42:51 +07:00
2026-05-17 19:52:22 +07:00
2025-11-30 15:35:04 +08:00

Package Implementation

This directory contains the implementation of the Package module, which provides functionality for managing and manipulating packages within the system.