This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
cli-only
tags/v0.99.beta17
Ben Wiley Sittler
bsittler
16 years ago
parent
cefb7fb871
commit
912c12b68e
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
caca-php/examples/unicode.php
+ 4
- 0
caca-php/examples/unicode.php
View File
@@ -18,6 +18,10 @@
* http://sam.zoy.org/wtfpl/COPYING for more details.
*/
if (php_sapi_name() != "cli") {
die("You have to run this program with php-cli!\n");
}
$cv = caca_create_canvas(0, 0);
if(! $cv)
{
Write
Preview
Loading…
Cancel
Save