- Published:
- November 21, 2008 – 3:17 pm
- Author:
- By Dave
I recently tried to install a PHP PECL extension on a server I manage, when I received this error:
[root@xxxx PDO-1.0.3]# pecl install pdo
downloading PDO-1.0.3.tgz …
Starting to download PDO-1.0.3.tgz (52,613 bytes)
………….done: 52,613 bytes
12 source files, building
running: phpize
Configuring for:
PHP Api Version: 20041225
Zend Module Api No: 20060613
Zend Extension Api No: 220060519
/usr/local/bin/phpize: /tmp/pear/temp/PDO/build/shtool: /bin/sh: bad interpreter: Permission denied
Cannot find [...]
Categories: Configurations, Linux, Shell
Tagged: pecl, PHP, sysadmin
- Published:
- January 30, 2008 – 8:01 am
- Author:
- By Dave
The goal here is to watermark all images in a certain directory, except for thumbnails or other selection. You can either do this on each file prior to placing on your webserver – which is probably wise for CPU load issues – but let’s just say you want to do this for all files [...]
Categories: Code Samples, PHP
Tagged: apache, gallery, gif, htaccess, jpeg, no cache, PHP, USD, watermark, web server
- Published:
- September 17, 2007 – 10:21 am
- Author:
- By Dave
If you need to compile ffmpeg for PHP (for example, to allow PHP to process video similar to how YouTube does) – then follow this Howto from Nazly. For a CentOS machine with custom PHP, it works great.
Ffmpeg PHP Extension Compile Instructions
Categories: Linux, PHP
Tagged: PHP, YouTube
- Published:
- August 7, 2007 – 2:33 pm
- Author:
- By Dave
New theme with hopefully a better design!
<?php
echo “testing!”;
?>
Drop me a line to let me know what you think!
Categories: Site Updates
Tagged: PHP
- Published:
- June 27, 2007 – 8:57 am
- Author:
- By Dave
Joomla! 1.0.12 appears to have a pathway bug. If you use a component other than com_frontpage for the “Home page” of Joomla – meaning the first link in mainmenu and the page that appears when you load the root of the Joomla! site – then when you click on an article you get a “Double [...]
Categories: Code Samples, Joomla, PHP, Webdesign
Tagged: PHP, Reinhard Hiebl, whos site, www.hieblmedia.de