Skip to content

Commit c59a289

Browse files
committed
Merge branch 'PHP-8.3' into PHP-8.4
2 parents 7d2c526 + 9e3caf3 commit c59a289

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/init.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ done
214214
if test "x$use_cmake" = "x0"; then
215215
echo
216216
echo "PHP sources are ready to be built. Inside php-src, you can now run:
217-
cmake .
218-
cmake --build .
217+
cmake -B php-build
218+
cmake --build php-build
219219
"
220220
exit
221221
fi

0 commit comments

Comments
 (0)