php-general Digest 12 Jun 2005 14:27:41 -0000 Issue 3508

2005-06-12 Thread php-general-digest-help
php-general Digest 12 Jun 2005 14:27:41 - Issue 3508 Topics (messages 216854 through 216863): Re: Is there a big speed difference... 216854 by: Richard Lynch 216863 by: Brian Dunning Re: http to https session problem 216855 by: Richard Lynch 216856 by: Joe

[PHP] Documenting Code Question

2005-06-12 Thread Chris Drozdowski
I need some help regarding documenting code. Say you have a function/method that takes an object as a parameter and/or returns an object. When documenting, do you specify the specific class of the object when listing the datatype in the docblock @param and @return specs or do you simply

Re: [PHP] Is there a big speed difference...

2005-06-12 Thread Brian Dunning
On Jun 11, 2005, at 6:24 PM, Richard Lynch wrote: Have you actually tried it yet, either way? Cuz I suspect you are worrying over a lot of nothing... I did post the results a couple of days ago. Switching to a function made an enormous difference. It went from an average of 45 seconds to

Re: [PHP] Documenting Code Question

2005-06-12 Thread Robert Cummings
On Sun, 2005-06-12 at 08:32, Chris Drozdowski wrote: I need some help regarding documenting code. Say you have a function/method that takes an object as a parameter and/or returns an object. When documenting, do you specify the specific class of the object when listing the datatype in

[PHP] [ANN] Have fun programming with your kids

2005-06-12 Thread ducasse
Hi If you are a parent, an educator or a programmer having kids this is for you! After 4 years of work, my new book Squeak: Learn programming with Robots will be out soon. http://smallwiki.unibe.ch/botsinc/ http://www.amazon.com/exec/obidos/tg/detail/-/1590594916/

Re: [PHP] weird thing;downloading from a php script stops at exactly 2.000.000 bytes

2005-06-12 Thread Catalin Trifu
Hi, eaccelerator is compiled as an extension, so, not loading it with extension=...bla...bla... in php.ini is like it's never been there in the first place. As you can see from the ./configure eaccelerator is not built in Any other suggestions ? Cheers, Catalin Richard

[PHP] pcntl_fork and reading from childs stdout

2005-06-12 Thread Tom Fishwick
Hi All, I have a script that spawns off a bunch of children with pcntl_fork(), but I can't figure out how to connect up a pipe from the parent to each childs stdout and stdin. In c I would use pipe,close and dup... any ideas would be appreciated. (that don't involve using proc_open() :-) Tom

[PHP] Message could not be delivered

2005-06-12 Thread Post Office
ALERT! This e-mail, in its original form, contained one or more attached files that were infected with a virus, worm, or other type of security threat. This e-mail was sent from a Road Runner IP address. As part of our continuing initiative to stop the spread of malicious viruses, Road Runner

Re: [PHP] Documenting Code Question

2005-06-12 Thread Richard Lynch
On Sun, June 12, 2005 5:32 am, Chris Drozdowski said: I need some help regarding documenting code. Say you have a function/method that takes an object as a parameter and/or returns an object. When documenting, do you specify the specific class of the object when listing the datatype in the

Re: [PHP] pcntl_fork and reading from childs stdout

2005-06-12 Thread Richard Lynch
On Sun, June 12, 2005 12:57 pm, Tom Fishwick said: I have a script that spawns off a bunch of children with pcntl_fork(), but I can't figure out how to connect up a pipe from the parent to each childs stdout and stdin. In c I would use pipe,close and dup... This might help:

Re: [PHP] about the absolutely path

2005-06-12 Thread Richard Lynch
Because it's Windows, I had to stop the DNS Client service -- Or, at least, that seemed to help... Maybe I should start that again and test. Also, I was dumb enough to not have all my VirtualHost's in /etc/hosts, only it's Windows so it's c:\windows\system32\drivers\etc\hosts (in *THIS* versions

Re: [PHP] pcntl_fork and reading from childs stdout

2005-06-12 Thread Marek Kilimajer
Tom Fishwick wrote: Hi All, I have a script that spawns off a bunch of children with pcntl_fork(), but I can't figure out how to connect up a pipe from the parent to each childs stdout and stdin. In c I would use pipe,close and dup... any ideas would be appreciated. (that don't involve using

Re: [PHP] [ANN] Have fun programming with your kids

2005-06-12 Thread Rory Browne
And this has what exactly to do with PHP? On 6/12/05, ducasse [EMAIL PROTECTED] wrote: Hi If you are a parent, an educator or a programmer having kids this is for you! After 4 years of work, my new book Squeak: Learn programming with Robots will be out soon.

[PHP] PHP ImageCreateFrom.. malfunctioning in last PHP releases...

2005-06-12 Thread M
Hello people, I use ImageCreateFromString PHP functions to resize (thumbnails and so) dynamically my JPG images. I use third party WEB hosting provider , so I have no control about new releases and updates of server softwares. I have not changed my images in last 3 years (they are used for

Re: [PHP] PHP ImageCreateFrom.. malfunctioning in last PHP releases...

2005-06-12 Thread Richard Lynch
On Sun, June 12, 2005 7:37 pm, M said: I use ImageCreateFromString PHP functions to resize (thumbnails and so) dynamically my JPG images. I use third party WEB hosting provider , so I have no control about new releases and updates of server softwares. I have not changed my images in last 3

[PHP] Re: news php 5.0.5/5.1

2005-06-12 Thread JamesBenson
5.1.0 BETA, http://www.php.net/downloads.php mbneto wrote: Hi, I've looked at php.net but could not find info regarding if/when are we going to have further 5.0.x versions and what will change in php 5.1. Any pointers (besides the php-devel) ? -- PHP General Mailing List