[FR] "./build extensionX" to rebuild extension for all installed PHPs

interfasys

Verified User
Joined
Oct 31, 2003
Messages
1,731
Location
Switzerland
Code:
./build extensionX
Builds the extension for both PHP1 and PHP2, but wouldn't it be great if it could be built for any or all installed PHP versions? ;)

Code:
./build extensionX
Found PHP54! Building extensionX for it
Found PHP55! Building extensionX for it
Found PHP56! Building extensionX for it

or

Code:
./build extensionX 55
Building extensionX for PHP55
 
Back
Top