[PHP] Re: this newsgroup and OE

2011-06-24 Thread Jonesy
On Wed, 22 Jun 2011 11:38:22 -0400, Jim Giner wrote: > > Well - it's a secret until one asks I guess. Thanks Shawn for the info. > Since you say it's been happening for years, I guess there's no hope for > resolution. > > Can you or someone else recommend a newsgroup client that functions better

[PHP] Re: this newsgroup and OE

2011-06-22 Thread Al
I've reported the issue Bugzilla two times, and others have also. On 6/22/2011 11:27 AM, Shawn McKenzie wrote: On 06/22/2011 09:45 AM, Jim Giner wrote: Perhaps someone can tell me the secret to getting problem-free access to the php newsgroups using OE. I have two other newsgroup servers confi

[PHP] Re: this newsgroup and OE

2011-06-22 Thread Jim Giner
Well - it's a secret until one asks I guess. Thanks Shawn for the info. Since you say it's been happening for years, I guess there's no hope for resolution. Can you or someone else recommend a newsgroup client that functions better with this group? BTw - this is my second attempt to respond to

[PHP] Re: this newsgroup and OE

2011-06-22 Thread Shawn McKenzie
On 06/22/2011 09:45 AM, Jim Giner wrote: > Perhaps someone can tell me the secret to getting problem-free access to the > php newsgroups using OE. I have two other newsgroup servers configured in > OE which do not give me any difficulties at all. My setup for news.php.net > however gives me no

[PHP] Re: This isn't infinitely recursive is it?

2009-07-31 Thread Matt Neimeyer
I like it... Thanks! On Thu, Jul 30, 2009 at 8:04 PM, Ben Dunlap wrote: >> I don't THINK I need to worry about circular mappings... but I'm not >> sure how to check for it if I did... > Would the following work? It avoids recursion entirely and also checks for > circular mappings. You can plug in

[PHP] Re: This isn't infinitely recursive is it?

2009-07-30 Thread Ben Dunlap
> while (isset($FieldMap[$Field]) { Oops, left out the final close-parenthesis. I always do that with isset() for some reason. Ben -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: This isn't infinitely recursive is it?

2009-07-30 Thread Ben Dunlap
> I don't THINK I need to worry about circular mappings... but I'm not > sure how to check for it if I did... > > Any suggestions? Thanks! Would the following work? It avoids recursion entirely and also checks for circular mappings. You can plug in your own code where the comments are to do whate

Re: [PHP] Re: This is the kind of [expletives deleted] answer that is certain to prevent bugs being reported.

2009-07-25 Thread Tom Worster
On 7/25/09 6:27 AM, "Per Jessen" wrote: > Lupus Michaelis wrote: > >> Per Jessen wrote: >>> See http://bugs.php.net/?id=48612 >> >>I don't understand too the answer. For me it is obvious it is a bug >> because it breaks the system locale behaviour. >> > > Thanks, I'm glad I'm not alone in

Re: [PHP] Re: This is the kind of [expletives deleted] answer that is certain to prevent bugs being reported.

2009-07-25 Thread Per Jessen
Lupus Michaelis wrote: > Per Jessen wrote: >> See http://bugs.php.net/?id=48612 > >I don't understand too the answer. For me it is obvious it is a bug > because it breaks the system locale behaviour. > Thanks, I'm glad I'm not alone in thinking this. /Per -- Per Jessen, Zürich (18.1°C)

[PHP] Re: This is the kind of [expletives deleted] answer that is certain to prevent bugs being reported.

2009-07-24 Thread Lupus Michaelis
Per Jessen wrote: See http://bugs.php.net/?id=48612 I don't understand too the answer. For me it is obvious it is a bug because it breaks the system locale behaviour. -- Mickaël Wolff aka Lupus Michaelis http://lupusmic.org Seeking for a position -- PHP General

Re: [PHP] Re: $this->value VS $value

2008-09-23 Thread uaca man
Just for closure: so many year believing that $value and $this->value was the same!!! Tks everyone for the quick answer :) Ângelo 2008/9/23 Colin Guthrie <[EMAIL PROTECTED]>: > Nathan Rixham wrote: >> >> yeah that's right; add in one more line and the reason why is apparent.. > > Well I think "i

[PHP] Re: $this->value VS $value

2008-09-23 Thread Colin Guthrie
Nathan Rixham wrote: yeah that's right; add in one more line and the reason why is apparent.. Well I think "is apparent" is a bit strong considering e.g. C++ syntax where syntax is equally valid but the semantics are different. So to answer the OPs question, yes this is different in PHP comp

Re: [PHP] Re: $this->value VS $value

2008-09-23 Thread Jim Lucas
uaca man wrote: > Yes, it is not the same. Should it be the same? > > 2008/9/23 Nathan Rixham <[EMAIL PROTECTED]>: >> uaca man wrote: >>> Hello to all my fellow members of the PHP community. >>> >>> As a personal rule i always use $this in front of class members, but i >>> always knew from others

Re: [PHP] Re: $this->value VS $value

2008-09-23 Thread uaca man
Yes, it is not the same. Should it be the same? 2008/9/23 Nathan Rixham <[EMAIL PROTECTED]>: > uaca man wrote: >> >> Hello to all my fellow members of the PHP community. >> >> As a personal rule i always use $this in front of class members, but i >> always knew from others programing languages and

[PHP] Re: $this->value VS $value

2008-09-23 Thread Nathan Rixham
uaca man wrote: Hello to all my fellow members of the PHP community. As a personal rule i always use $this in front of class members, but i always knew from others programing languages and i guess I just thought it was same in PHP that without $this keyword it should work just the same, however

[PHP] Re: This list is dying: was:can I compile php source OT

2004-12-21 Thread Jason Barnett
Raditha Dissanayake wrote: It's sad to see how the quality of the help you can get in this list has dropped of late. It's not because of the people who post off topic It's probably just because it's the holiday season and/or people working feverishly to meet year-end deadlines. I know I don't l

[PHP] Re: $this - >

2004-12-02 Thread Matthew Weier O'Phinney
* R. Van Tassel <[EMAIL PROTECTED]>: > --=_NextPart_000_0039_01C4D88C.AECDCB00 > Content-Type: text/plain; > charset="us-ascii" > Content-Transfer-Encoding: 7bit > > Can someone please point me to the php documentation where it explains > > $this - > > > What is the symbol "- >" and is $

Re: [PHP] Re: $this variable reference question

2004-04-02 Thread Adam Reiswig
Jason, thanks. Yes, I understand your example here very well. My question actually had more to do with understanding what value was added to the class by "$myref = &$this;". Perhaps it is some misunderstanding I have of classes but, since a class is just a pattern and not an actual, usable o

[PHP] Re: $this variable reference question

2004-04-02 Thread Jason Barnett
My question is actually regarding the line "$myref = &$this;". The author states that this is a reference to the class/object itself. Isn't this like saying outside the class "$myref =& new test;"? What would be the point of referring to itself inside the class in this manner? Thanks for you

[PHP] Re: $this variable reference question

2004-04-02 Thread Jason Barnett
It's not the same thing. When an variable references an object then you can change either the original object or the new variable and you will be changing the *same* object, not a new one. Maybe this example helps? class test { function test($val) { global $myref;

[PHP] Re: This is getting rediculus

2003-08-22 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > Some joker is somehow making all are posts being sent to request > subscriptions, help-list, unsubscriptions.. etc. I'm not sure how > we can stop this nonsense. > > Part of the problem is there seems to be nobody in control of this > l

[PHP] Re: This is NOT the right place to ask this but I am desperate

2003-06-09 Thread Mike Mannakee
http://127.0.0.1:8080 "Simon Thurtle" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi all, > > I know this is not the right group to this but I am desperate. I have just > got Apache and I am a total newbie to Apache and to playing with servers, so > as u can imagine I am flounde

[PHP] Re: :( This fact ruins my understanding of php :( please explain!

2002-10-09 Thread Markas
Thanks for ur interest. Seairth Jacobs <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I have a couple thoughts... > > 1) In some other languages, passing an array by value only passes the first > element value, not the whole array. This may be happening here,

[PHP] Re: :( This fact ruins my understanding of php :( please explain!

2002-10-08 Thread Seairth Jacobs
I have a couple thoughts... 1) In some other languages, passing an array by value only passes the first element value, not the whole array. This may be happening here, which would explay the fast execution times. I don't know this for sure, but it could easily be tested by seeing what's in $a i

Re: [PHP] Re: $this in an XML data handler ... in a class

2002-07-04 Thread Peter Clarke
I hadn't noticed that. My php.ini was set to on, changing it to off gave the warning. Having changed: xml_set_object($this->parser,&$this); to: xml_set_object($this->parser,$this); Stops the warning and the parser works fine. This is the class I'm using and it works fine: class parse_words_xml

Re: [PHP] Re: $this in an XML data handler ... in a class

2002-07-03 Thread Clay Loveless
Unfortunately, the xml_set_object function does not work to solve this problem. I tried using it, and my results were the same as they were when I was not using it. [I found that the array($this, 'function_name') method instead of 'string function_name' for the xml_set_*_handler functions worked

[PHP] Re: $this in an XML data handler ... in a class

2002-07-03 Thread Peter Clarke
"Clay Loveless" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Here's a brain-bender ... At least it is for me at the moment. : ) > > When I use an XML parser inside a class, the xml_*_handler functions aren't > recognizing "$this->" variables. I can kind of s

[PHP] Re: this mailing list

2002-03-23 Thread Jason Sheets
Quite a few, there are 3641 messages in the php-general archive for between 02-01-02 and 03-01-02 this month there are already 3147 messages. If you are concerned about transfer you could use a news client and connect to news.php.net, the news groups are interfaces to the mailing lists that way

Re: [PHP] RE: This is SOOOO FREAKY!!! Laughed like HELL !!! :-)

2001-10-04 Thread Chris Hayes
> > According to him, if you add > > '?=PHPE9568F36-D428-11d2-A769-00AA001ACF42' http://www.phpbuilder.com/mail/php4-beta/24/0796.php --- - -- C.Hayes Droevendaal 35 6708 PB Wageningen the Netherlands --

Re: [PHP] RE: This is SOOOO FREAKY!!! Laughed like HELL !!! :-)

2001-10-03 Thread Ashley M. Kirchner
"Maxim Maletsky (PHPBeginner.com)" wrote: > I guessed so. But do really many know it? > I've been coding PHP for a couple of years but never seen that :-) Look in $PHP_SOURCE/ext/standard/info.h -- H | "Life is the art of drawing without an eraser." - John Gardner +---

[PHP] RE: This is SOOOO FREAKY!!! Laughed like HELL !!! :-)

2001-10-03 Thread Maxim Maletsky \(PHPBeginner.com\)
I guessed so. But do really many know it? I've been coding PHP for a couple of years but never seen that :-) Very cool! Should be expecting it from such dudes :-) Cheers, Maxim Maletsky www.PHPBeginner.com -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: giove

RE: [PHP] Re: This is SOOOO FREAKY!!! Laughed like HELL !!! :-)

2001-10-03 Thread Dan Harrington
The real question is . . . . what OTHER secret codes are out there? > -Original Message- > From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 03, 2001 4:58 PM > To: Maxim Maletsky (PHPBeginner.com) > Cc: 'PHP'; [EMAIL PROTECTED] > Subj

[PHP] Re: This is SOOOO FREAKY!!! Laughed like HELL !!! :-)

2001-10-03 Thread Rasmus Lerdorf
That would be Thies, and this isn't exactly a new thing. Has been there for a couple of years. -Rasmus On Thu, 4 Oct 2001, Maxim Maletsky (PHPBeginner.com) wrote: > > I hope I wasn't just left over by not knowing that. > > Listen what I just came across on an Italian PHP mailing list (ok, > cr

[PHP] Re: this newsgroup via newsgroup program?

2001-09-06 Thread Chris Lee
I use Outlook Express and Im posting this via news.php.net into php.general -- Chris Lee [EMAIL PROTECTED] "Chris Hayes" <[EMAIL PROTECTED]> wrote in message 3B981E0F.25754.4210CA@localhost">news:3B981E0F.25754.4210CA@localhost... > hi, > from http://www.php.net/support.php i get the > imp

[PHP] Re: this newsgroup via newsgroup program?

2001-09-06 Thread CC Zona
In article <3B981E0F.25754.4210CA@localhost>, [EMAIL PROTECTED] (Chris Hayes) wrote: > from http://www.php.net/support.php i get the > impression that i can subscribe to this group via > news.php.net. Indeed i can collect a zillion > newsgroups via that server Then you're not looking at the