Changeset 3177 for libcaca/trunk/caca-php/examples/cacainfo.php
- Timestamp:
- Nov 1, 2008, 3:06:43 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca-php/examples/cacainfo.php
r3175 r3177 47 47 48 48 49 if ( !posix_isatty(STDOUT))49 if (php_sapi_name() != "cli") { 50 50 die("You have to run this program with php-cli!\n"); 51 } 51 52 52 53 just_for_fun();
Note: See TracChangeset
for help on using the changeset viewer.