parent
65347eb080
commit
36404177eb
|
@ -1377,6 +1377,9 @@ getCompilationProcessorCount() {
|
||||||
# The absolute path of the PHP extension file (or nothing if the file can't be found)
|
# The absolute path of the PHP extension file (or nothing if the file can't be found)
|
||||||
getModuleFullPath() {
|
getModuleFullPath() {
|
||||||
case "$1" in
|
case "$1" in
|
||||||
|
apcu_bc)
|
||||||
|
getModuleFullPath_path="$PHP_EXTDIR/apc.so"
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
getModuleFullPath_path="$PHP_EXTDIR/$1.so"
|
getModuleFullPath_path="$PHP_EXTDIR/$1.so"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue