Re: [PHP-DB] PostgreSQL functions missing

2006-04-27 Thread Tony Grimes
Hi Chris, I'm not sure if PG was updated at the same time. I do know that a separate server has no problem connecting to the database and it's running PHP 4.3. In any case, I think I've given the support guys enough info to go on. I figure if they broke it, they can fix it :) Thanks, Tony On

[PHP-DB] Bad picture colors

2006-04-27 Thread nikos
Hello list I use the following code to shrink some photos. $directory='/var/www/html/offroads/tmp/'; $dir=opendir($directory); while($file=readdir($dir)) { $dirfile=$directory.$file; if(is_file($dirfile)) {

RE: [PHP-DB] Bad picture colors

2006-04-27 Thread Dwight Altman
Could it be related to quality in JPEG lossy compression? Can you try PNG instead? -Original Message- From: nikos [mailto:[EMAIL PROTECTED] Sent: Thursday, April 27, 2006 11:28 AM To: PHP-mailist (PHP-mailist) Subject: [PHP-DB] Bad picture colors Hello list I use the following code to

RE: [PHP-DB] Bad picture colors

2006-04-27 Thread nikos
Im not sure if browsers can play pngs Dwight Thnak you _ Γατσής Νίκος - Gatsis Nikos Web developer tel.: 2108256721 - 2108256722 fax: 2108256712 email: [EMAIL PROTECTED] http://www.qbit.gr -Original Message- From: Dwight Altman [mailto:[EMAIL PROTECTED] Sent: Thursday, April

RE: [PHP-DB] Bad picture colors

2006-04-27 Thread Dwight Altman
My browsers play them. Firefox 1.5.0.2 Internet Explorer 6.0.2900... -Original Message- From: nikos [mailto:[EMAIL PROTECTED] Sent: Thursday, April 27, 2006 11:49 AM To: PHP-mailist (PHP-mailist) Subject: RE: [PHP-DB] Bad picture colors Im not sure if browsers can play pngs Dwight Thnak

Re: [PHP-DB] Bad picture colors

2006-04-27 Thread Martin Alterisio
2006/4/27, nikos [EMAIL PROTECTED]: Hello list I use the following code to shrink some photos. $directory='/var/www/html/offroads/tmp/'; $dir=opendir($directory); while($file=readdir($dir)) { $dirfile=$directory.$file; if(is_file($dirfile))

Re: [PHP-DB] PHP + OCI en Debian

2006-04-27 Thread Christopher Jones
The original article on installing PHP with Oracle Instant Client is at http://www.oracle.com/technology/pub/notes/technote_php_instant.html Make sure you get the re-factored (i.e. much better) oci8 extension from http://cvs.php.net/php-src/ext/oci8/ or http://pecl.php.net/package/oci8 Chris