Re: [PHP-DEV] Get rid of the doc-ref stuff!!

2003-03-14 Thread Rasmus Lerdorf
Aha, someone else is feeling the pain too now. ;) Obviously I agree with you. I never saw the benefit of the docref stuff and nobody has been able to explain why they are worth the pain they are causing. -Rasmus On Sat, 15 Mar 2003, Jani Taskinen wrote: > > Instead of just disabling this s

[PHP-DEV] Get rid of the doc-ref stuff!!

2003-03-14 Thread Jani Taskinen
Instead of just disabling this stupid feature by default, can we PLEASE get rid of it? Not only it caused some interesting bugs (not saying out loud what bugs..), it's also now polluting the bug database: http://bugs.php.net/bug.php?id=22719 (there are others too b

Re: [PHP-DEV] PHP-4.3.2 & Apache2

2003-03-14 Thread Jani Taskinen
On Fri, 14 Mar 2003, Mike Robinson wrote: >I'm curious as to what the status is of the fixed apache2handler >stuff that was discussed regarding whether or not to include it >in the 4.3 tree. I was under the impression that despite some >reluctance to include it (because it was new), it was decided

Re: [PHP-DEV] Relative include feedback

2003-03-14 Thread Daniel Lorch
hi, > > What do you think? > > Just set your include path correctly? I don't think that was his point. If file A includes file B and file B in- cludes another file, say file C, then file C will be included with the re- lative path of file A (and not file B as expected). -daniel -- PHP Interna

[PHP-DEV] PHP-4.3.2 & Apache2

2003-03-14 Thread Mike Robinson
I'm curious as to what the status is of the fixed apache2handler stuff that was discussed regarding whether or not to include it in the 4.3 tree. I was under the impression that despite some reluctance to include it (because it was new), it was decided to include it because it was actually a fix.

RE: [PHP-DEV] PHP 4.3.2RC1 released.

2003-03-14 Thread Ford, Mike [LSS]
> -Original Message- > From: Jani Taskinen [mailto:[EMAIL PROTECTED] > Sent: 13 March 2003 17:15 > > This is the first release candidate of the upcoming > maintenance release of PHP 4.3.2. > > Please download and test it as much as possible on real-life > applications

Re: [PHP-DEV] Doc comment patch

2003-03-14 Thread Andrei Zmievski
On Fri, 14 Mar 2003, Andi Gutmans wrote: > Let's see what the API for reflection will look like and then discuss the > information we need. Okay. -Andrei http://www.gravitonic.com/ * George Orwell was an optimist. * -- PHP Internals - PHP Runtime Developme

Re: [PHP-DEV] Doc comment patch

2003-03-14 Thread Andi Gutmans
At 09:05 AM 3/14/2003 -0500, Andrei Zmievski wrote: On Fri, 14 Mar 2003, Andi Gutmans wrote: > Hmm. I thought introspection is reflection. It seems I misunderstood. I think that introspection is a superset of reflection. > Are you sure it's worth bloating the engine to hold this extra information?

Re: [PHP-DEV] Doc comment patch

2003-03-14 Thread Andrei Zmievski
On Fri, 14 Mar 2003, Andi Gutmans wrote: > Hmm. I thought introspection is reflection. It seems I misunderstood. I think that introspection is a superset of reflection. > Are you sure it's worth bloating the engine to hold this extra information? It is possible that an extension or a PEAR class c

Re: [PHP-DEV] 4.3.2RC1 PATH_INFO not available anymore

2003-03-14 Thread Michael Bretterklieber
Hi, Derick Rethans schrieb: On Fri, 14 Mar 2003, Michael Bretterklieber wrote: It seems that the PATH_INFO environment var is not available anymore, this behavior of php starts with php4.3.2 (I'm running PHP4.3.2RC1), with php4.3.1 it was available. Which SAPI are you using? commandline, we

Re: [PHP-DEV] 4.3.2RC1 PATH_INFO not available anymore

2003-03-14 Thread Derick Rethans
On Fri, 14 Mar 2003, Michael Bretterklieber wrote: > It seems that the PATH_INFO environment var is not available anymore, > this behavior of php starts with php4.3.2 (I'm running PHP4.3.2RC1), > with php4.3.1 it was available. Which SAPI are you using? Derick --

[PHP-DEV] 4.3.2RC1 PATH_INFO not available anymore

2003-03-14 Thread Michael Bretterklieber
Hi, It seems that the PATH_INFO environment var is not available anymore, this behavior of php starts with php4.3.2 (I'm running PHP4.3.2RC1), with php4.3.1 it was available. Is this a bug or a feature? bye, -- --- -- Michael Bretterk

Re: [PHP-DEV] Doc comment patch

2003-03-14 Thread Andi Gutmans
Hmm. I thought introspection is reflection. It seems I misunderstood. Are you sure it's worth bloating the engine to hold this extra information? Andi At 03:51 PM 3/13/2003 -0500, Andrei Zmievski wrote: Pursuant to the introspection portion of TODO-PHP5, here is a small patch that: - Keeps track o