Re: [PHP-WIN] php_gd.dll and Windows XP

2002-05-15 Thread RoboTeddy
Check the error reporting directive in your php.ini configuration file - Original Message - From: "Alan Hale" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Jeff Waldock" <[EMAIL PROTECTED]> Sent: Wednesday, May 15, 2002 1:58 AM Subject: Re: [PHP-WIN] php_gd.dll and Windows XP > I think t

Re: [PHP-WIN] Running winamp thru php (was "executing an external program")

2002-04-29 Thread RoboTeddy
The better way to do this is through the use of PHP's COM functions. You can do this if you get a plugin for winamp (http://www.adcock8.freeserve.co.uk/). This will allow you to control winamp completely (you can do anything a skin can do) in most programming languages (VB, C, and of course PHP).

Re: [PHP-WIN] Re: executing an external program

2002-04-28 Thread RoboTeddy
For win 2k/xp: NUL"); ?> Ted - Original Message - From: "Ross Fleming" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "PHP Windows mailing list" <[EMAIL PROTECTED]> Sent: Sunday, April 28, 2002 7:32 PM Subject: RE: [PHP-WIN] Re: executing an external program > OK, I've just found a way to

Re: [PHP-WIN] Security with PHP4, Apache, and Win9x

2002-04-21 Thread RoboTeddy
You're partly right. Relying on OS-based security isn't very practical in unix as well. As of now, someone can screw you over if they go "unlink(C:/);" Instead, try relying on safe mode, open base dir restrictions, disabled functions, etc. You can set these up on a per-vhost basis in your apache