mirror of
https://github.com/php/pecl-datetime-timezonedb.git
synced 2026-03-23 23:12:10 +01:00
git-svn-id: http://svn.php.net/repository/pecl/timezonedb/trunk@249629 c90b9560-bf6c-de11-be94-00142212c4b1
4 lines
55 B
Bash
Executable File
4 lines
55 B
Bash
Executable File
#!/bin/sh
|
|
|
|
phpize && ./configure && make clean && make
|