[PHP] Re: problem with large arrays in php 4.3.2

2006-01-22 Thread Jesse Guardiani
Jesse Guardiani jesse at wingnet.net writes: Hello, I have an old version of php (4.3.2) that is acting rather strangely. I'm searching two large arrays (approx 22,000 records in each) using array_diff_key() from the PEAR PHP_Compat library: $result = $args[0]; foreach

[PHP] problem with large arrays in php 4.3.2

2006-01-10 Thread Jesse Guardiani
; } } } } And I'm getting aweful performance. I know it's a ton of records (22,000 * 22,000), but it shouldn't take 16 minutes on a P4 Xeon 2.4ghz! Has anyone seen this before? Is this a bug? Or are my math skills lacking and this is perfectly normal performance for the size of the data set? Thanks! -- Jesse

Re: [PHP] problem with large arrays in php 4.3.2

2006-01-10 Thread Jesse Guardiani
of data? Regards, Rodolfo Andrade - Original Message - From: Jesse Guardiani To: php-general@lists.php.net Sent: Tuesday, January 10, 2006 5:07 PM Subject: [PHP] problem with large arrays in php 4.3.2 Hello, I have an old version of php (4.3.2) that is acting rather strangely. I'm

[PHP] SSL normal sessions stored differently?

2005-11-03 Thread Jesse Guardiani
the save_path is identical. Does anyone know why this happens and/or how to work around it? Thanks! Jesse Guardiani [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: SSL normal sessions stored differently?

2005-11-03 Thread Jesse Guardiani
. Wouldn't force feeding PHP the session id override any domain problems anyway? I think the problem is that I have session.auto_start turned on. I can't turn it off for fear of breaking a production site. Is there any way to feed PHP a session id with auto_start ON? -- Jesse Guardiani [EMAIL

[PHP] Re: SSL normal sessions stored differently?

2005-11-03 Thread Jesse Guardiani
Jesse Guardiani jesse at wingnet.net writes: James Benson jb at jamesbenson.co.uk writes: Could it be you have two differnt domain names, PHP could be using a different cookie/session for each one. Yeah, but I'm setting the session_id manually. I've checked my session storage

Re: [PHP] TrueType + GD (ImageTTFBox)

2003-02-20 Thread Jesse Guardiani
/include/freetype2/freetype/ This is for PHP 4.3.1 with built-in GD with TrueType ( ttf ) running on FreeBSD 4.7-RELEASE. Typo3 now works great! Woo. Jesse On Wednesday 19 February 2003 15:45, Jesse Guardiani wrote: Howdy list, I'm trying to install a PHP CMS package that requires GD

[PHP] TrueType + GD (ImageTTFBox)

2003-02-19 Thread Jesse Guardiani
() in /usr/home/typo3test/public_html/typo3/t3lib/class.t3lib_stdgraphic.php on line 604 It seems that PHP doesn't see imagettfbox(). I know it's in the GD code because I grep'ed for it. Does anyone know what I'm doing wrong? Thanks!! -- Jesse Guardiani, Systems Administrator WingNET Internet