PHP Command Line Error -- Help??

ngcomputing

Registered
Hi,

Got a simple php script as such in a file called TEST.PHP :

<?php echo "test"; ?>


When running PHP at the command line like :

php < test.php

I get this error message :

PHP Warning: Unknown(): Unable to load dynamic library './php_gd2.dll' - (null) in Unknown on line 0


Any solutions? Thanks in advance!!

OS/X 10.3.x
 
Back
Top