Skip to content

Commit ace2849

Browse files
committed
Adjusted location of php extensions dir
Changed from no-debug-zts-YYYYMMDD to no-debug-non-zts-YYYYMMDD with the change from php apache module to php-fpm service. Ticket: ENT-12696 Changelog: none
1 parent 7daf7f2 commit ace2849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/common/cfengine-hub/postinstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ fi
8787
#Copy necessary Files and permissions
8888
#
8989
cp "$PREFIX/lib/php"/*.ini "$PREFIX/httpd/php/lib"
90-
EXTENSIONS_DIR="$(ls -d -1 "$PREFIX/httpd/php/lib/php/extensions/no-debug-zts-"*|tail -1)"
90+
EXTENSIONS_DIR="$(ls -d -1 "$PREFIX/httpd/php/lib/php/extensions/no-debug-"*|tail -1)"
9191
cp "$PREFIX/lib/php"/*.so "$EXTENSIONS_DIR"
9292

9393
#

0 commit comments

Comments
 (0)