[PHP-DB] Re: imagettfbbox

2007-03-05 Thread David Robley
Mad Unix wrote: am trying to build a water mark on the web, when i call the function imagettfbbox() I get the following *Fatal error*: Call to undefined function imagettfbbox() in */usr/local/apache/htdocs/captcha.php* on line *60* OS: RHEL4 Pack: Apache2, PHP5.2, GD Config: './configure'

[PHP-DB] RE: [PHP-WIN] Fatal Error: Allocated memory size problem...

2007-03-05 Thread Gustav Wiberg
Hi there! Maybe this link may help? http://codex.gallery2.org/Gallery1:FAQ#Why_do_I_get_the_error_Allowed_memory_size_of_Xxx_bytes_exhausted.3F Best regards /Gustav Wiberg -Original Message- From: bedul [mailto:[EMAIL PROTECTED] Sent: Monday, March 05, 2007 8:51 AM To: Gustav Wiberg

Re: [PHP-DB] array field type

2007-03-05 Thread Bastien Koert
another option might be to store xml snippets that match the array. if you are using large numbers of arrays, perhaps a revamping of the db structure to map the arrays to sub-tables might be in order bastien From: Micah Stevens [EMAIL PROTECTED] To: Sancar Saran [EMAIL PROTECTED] CC:

RE: [PHP-DB] Re: [PHP-WIN] Fatal Error: Allocated memory size problem...

2007-03-05 Thread Bastien Koert
check your php ini file for memory limits and filesize limits. Also check the mysql (if that is where the problem is) config to make sure you have enough resources allocated in memory bastien From: bedul [EMAIL PROTECTED] To: Hartleigh Burton [EMAIL PROTECTED] CC:

RE: [PHP-DB] imagettfbbox

2007-03-05 Thread Bastien Koert
Can you supply the code...because if you are trying to use the php imageftbbox function a. you spelled it wrong b. do you have the appropriat arguements ( float $size, float $angle, string $font_file, string $text [, array $extrainfo] ) Bastien From: Mad Unix [EMAIL PROTECTED] To:

Re: [PHP-DB] array field type

2007-03-05 Thread Sancar Saran
Thanks for all those replies. It seems there was no easy solution (and or serializing was better solution) for us. Our arrays contains lots of things.. XML may not fit because content of array may broke xml structure. Thanks for help. Regards Sancar. Hi, I want to know is there any db

Re: [PHP-DB] segmentation fault

2007-03-05 Thread Chris
Ron Croonenberg wrote: Hello all, Is there a debugging tool/strategy to find a segmentation fault that occurs in a php script I have ? gdb. http://bugs.php.net/bugs-generating-backtrace.php -- Postgresql php tutorials http://www.designmagick.com/ -- PHP Database Mailing List