Changeset 3177 for libcaca/trunk/caca-php/examples/figfont.php
- Timestamp:
- Nov 1, 2008, 3:06:43 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca-php/examples/figfont.php
r3175 r3177 24 24 } 25 25 26 if ( !posix_isatty(STDOUT))26 if (php_sapi_name() != "cli") { 27 27 die("You have to run this program with php-cli!\n"); 28 } 28 29 29 30 if ($argc < 3) {
Note: See TracChangeset
for help on using the changeset viewer.