[PHP-DB] RE: Manipulate an image automatically

2006-04-13 Thread Jim McDonald
Image Magick, of course. http://www.imagemagick.org/ -Original Message- From: Henry Ortega [mailto:[EMAIL PROTECTED] Sent: Thursday, April 13, 2006 9:52 AM To: php-db@lists.php.net Subject: Manipulate an image automatically What is the quickest way to manipulate an image? I have a 300

RE: [PHP-DB] Problem installing mssql extension

2006-01-25 Thread Jim McDonald
You still need to set the PHPRC system variable to c:\php5 (on the System Properties menu, Advanced tab, click Environment Variables). Also, PHP4 has an "extensions" directory. PHP5 should point to extension_dir = "C:\PHP5\ext\" PLEASE NOTE that I disagree with Frank that the "correct" methodolo

[PHP-DB] RE: Problem installing mssql extension

2006-01-25 Thread Jim McDonald
mssql has a dependency on mysql. Go figure. MySQL has some dependencies, also, although they are a little easier to find info on and do not require installing other extensions. If you have the PHPRC system path set to your Windows PHP directory, you should be OK. Otherwise you may have to copy

[PHP-DB] RE: how can I execute bash file by using exec or system

2005-12-23 Thread Jim McDonald
Oops, my bad. I thought you were trying to launch a .bashrc file. I've had my second cup of coffee, and I am feeling better, thank you. More likely than not your PHP path does not include the path to bash, or your test.sh script does not have the correct path to bash in it. Otherwise, it is prob

[PHP-DB] RE: how can I execute bash file by using exec or system

2005-12-23 Thread Jim McDonald
Try exec('source /path/test.sh'); -jim -Original Message- From: Murat Beyhan [mailto:[EMAIL PROTECTED] Sent: Friday, December 23, 2005 1:42 AM To: php-db@lists.php.net Subject: how can I execute bash file by using exec or system hello, I try to execute bash script file by using