[PHP-DB] RE : [PHP-DB] Re: RE : Re: [PHP-DB] pg_escape_bytea missing despite Postgre v.7.4.14

2007-03-07 Thread Thomas Woerly
Not at all. No version number for Postgres there. --- Chris [EMAIL PROTECTED] a écrit : Thomas Woerly wrote: Hello, Thanks for you reply. Yeah, sorry for the subjet, wrong manipulation from me. With a phpinfo(), I have pgsql section. Is it ok ? My version of PHP is 4.4.2, so

Re: [PHP-DB] Urgent! Installing PHP 4 on 64-bit machines

2007-03-07 Thread Niel Archer
Hi I've only had MySQL 4.1 running on 64 bit windows and PHP 5.x, without any real problems when used locally. However, there seemed to be a problem using the MySQL server via TCP/IP, hence the upgrade to native 64 bit version (v5.0), which was not desired at the time but seemed to be the only

答复: [PHP-DB] Urgent! Installing PHP 4 on 6 4-bit machines

2007-03-07 Thread Jacob
Check if phpmyadmin has the same problem. -邮件原件- 发件人: Niel Archer [mailto:Niel Archer] 代表 Niel Archer 发送时间: 2007年3月7日 19:58 收件人: php-db@lists.php.net 主题: Re: [PHP-DB] Urgent! Installing PHP 4 on 64-bit machines Hi I've only had MySQL 4.1 running on 64 bit windows and PHP 5.x, without

Re: [PHP-DB] Re: curl

2007-03-07 Thread Ron Croonenberg
Hi, what version of php and curl are you using ? does your code work (without getting a segmentation fault) for this link : https://doc.telin.nl/dscgi/ds.py/Get/File-29224 ? this is the code I am trying to use: $ch = curl_init(); $timeout = 5; // set to zero for no timeout

Re: [PHP-DB] Re: curl

2007-03-07 Thread datsclark
The code works with that link, although I wasn't able to immediately download the file. I'm not sure whats up, but it isn't segfaulting. I'm on PHP5.2.0 with libcurl/7.14.0 OpenSSL/0.9.8d zlib/1.2.3 ( Not sure what's up with the RBL, email here is a little screwy. ) Ron Croonenberg [EMAIL

[PHP-DB] Storing 4KB jpeg images on hospital web server

2007-03-07 Thread Chetan Graham
Hi to All, There is a page on our hospitals website where a patient can look at the choice of different doctors with their credentials, publications, hobbies, etc.Each doctor has or will have a 3-4KB jpeg image as well. We are using MySQL5.0.2.7 with PHP5.2.1 My question concerns the following:

Re: [PHP-DB] Storing 4KB jpeg images on hospital web server

2007-03-07 Thread Chris
Chetan Graham wrote: Hi to All, There is a page on our hospitals website where a patient can look at the choice of different doctors with their credentials, publications, hobbies, etc.Each doctor has or will have a 3-4KB jpeg image as well. We are using MySQL5.0.2.7 with PHP5.2.1 My question

RE: [PHP-DB] Storing 4KB jpeg images on hospital web server

2007-03-07 Thread Bastien Koert
best sore the image on the filesystem and use that field to store the path and image name. Its simpler to manage Bastien From: Chetan Graham [EMAIL PROTECTED] To: php-db@lists.php.net Subject: [PHP-DB] Storing 4KB jpeg images on hospital web server Date: Thu, 8 Mar 2007 07:06:39 +0300 (EAT)

Re: [PHP-DB] Storing 4KB jpeg images on hospital web server

2007-03-07 Thread Chetan Graham
Chetan Graham wrote: Hi to All, There is a page on our hospitals website where a patient can look at the choice of different doctors with their credentials, publications, hobbies, etc.Each doctor has or will have a 3-4KB jpeg image as well. We are using MySQL5.0.2.7 with PHP5.2.1 My