mirror of
https://github.com/php/php-src.git
synced 2024-11-30 21:35:36 +08:00
d6e84b639c
This is a noop in an already setup tree. When necessary, it renames ZendEngine2 to Zend permanently. This occurs only after a fresh checkout (not after an update!).
6 lines
170 B
Batchfile
Executable File
6 lines
170 B
Batchfile
Executable File
@if exist ..\ZendEngine2\OBJECTS2_HOWTO (
|
|
move ..\Zend ..\ZendEngine1
|
|
move ..\ZendEngine2 ..\Zend
|
|
echo "PLEASE RESTART VISUAL C++ TO RELOAD THE ZEND PROJECT."
|
|
exit 1 )
|