php-general Digest 10 Aug 2010 09:17:48 -0000 Issue 6887

2010-08-10 Thread php-general-digest-help
php-general Digest 10 Aug 2010 09:17:48 - Issue 6887 Topics (messages 307371 through 307389): Re: Google spreadsheet curl 307371 by: ioannes.btinternet.com 307388 by: ioannes.btinternet.com 307389 by: ioannes.btinternet.com Limit failed logins attempts

Re: [PHP] Re: Google spreadsheet curl

2010-08-10 Thread ioan...@btinternet.com
On 2010/08/10 6:24, ioan...@btinternet.com wrote: I have uploaded Zend to my site but the files within the package do not seem to find each other: I solved this by correcting the include path (should be to the library folder (with no trailing slash)). I get as far as a menu offering to

[PHP] Variable variables into an array.

2010-08-10 Thread Richard Quadling
Hi. Quick set of eyes needed to see what I've done wrong... The following is a reduced example ... ?php $Set = array(); $Entry = 'Set[1]'; $Value = 'Assigned'; $$Entry = $Value; print_r($Set); ? The output is an empty array. Examining $GLOBALS, I end up with an entries ... [Set] = Array

[PHP] /status page of php-fpm 5.3.3

2010-08-10 Thread Martin Minka
Hello, I am using PHP 5.3.3 compiled as PHP-FPM. My Apache is using mod_fastcgi to connect to PHP-FPM and everything works as expected. Unfortunately I don't know how to forward request http://localhost/status to PHP-FPM so that I will see the status page of PHP-FPM. I found only NGINX

Re: [PHP] Variable variables into an array.

2010-08-10 Thread Jim Lucas
Richard Quadling wrote: Hi. Quick set of eyes needed to see what I've done wrong... The following is a reduced example ... ?php $Set = array(); $Entry = 'Set[1]'; $Value = 'Assigned'; $$Entry = $Value; print_r($Set); ? The output is an empty array. Examining $GLOBALS, I end up with an

Re: [PHP] Variable variables into an array.

2010-08-10 Thread Richard Quadling
On 10 August 2010 16:49, Jim Lucas li...@cmsws.com wrote: Richard Quadling wrote: Hi. Quick set of eyes needed to see what I've done wrong... The following is a reduced example ... ?php $Set = array(); $Entry = 'Set[1]'; $Value = 'Assigned'; $$Entry = $Value; print_r($Set); ? The

Re: [PHP] Variable variables into an array.

2010-08-10 Thread Andrew Ballard
On Tue, Aug 10, 2010 at 12:23 PM, Richard Quadling rquadl...@gmail.com wrote: On 10 August 2010 16:49, Jim Lucas li...@cmsws.com wrote: Richard Quadling wrote: Hi. Quick set of eyes needed to see what I've done wrong... The following is a reduced example ... ?php $Set = array(); $Entry

[PHP] Mail_Mime: undefined method Mail_mimePart::encodeHeader()

2010-08-10 Thread René Santis
Hello everyone. I'm developing a mailing list manager, using the package Mail_Mime. Everything works fine, but when I try sending an e-mail get the following error: Fatal error: Call to undefined method Mail_mimePart:: encodeHeader () in / home / devised / php / Mail / mime.php on line 1316 I