let's look at this code:
There are a few things to keep in mind. PHP has __autoload(), which C#
does not have. Thus, a solution such as:
1) try foo\classes\foo\stuff
2) try foo\stuff
Greg, this is clear. I am trying to point something different - to try
ONLY 2) and never try 1).
Why
Marcin Kurzyna wrote:
>
> namespace foo;
>
> use bar as A; /// ->resolves as A == \foo\bar
> use \bar as B; /// ->resolves as B == \bar
>
> ?>
Hi Marcin,
Stan also requested this, so it should be considered as a possibility.
Personally, I would rather not introduce this land mine. It req
Greg Beaver wrote:
>
> namespace foo\classes;
> use sneaky\devil as foo;
>
> class buh extends foo\stuff {}
> \\ this extends sneaky\devil\stuff. oops... should have used \foo\stuff
> ?>
accualy I have a question about this if i may: why doesn't the use statement
fall under the same resolutio
David Grudl wrote:
> Původní zpráva
> Předmět: Re:Namespace resolution rules has been changed?
> Od: David Grudl <[EMAIL PROTECTED]>
> Datum: 10.11.2008 23:53
>> > Can you please point us to an example describing this best practice?
>>
>> For example Namespace Naming Guidelines in
> 1) ext/mhash in 5.3. ext/hash has all the functions, so the entire BC break
> will be that "if (extension_loaded('mhash'))" will need fixing if mhash is
> removed (answer both)
> I) enable ext/hash by default
+0
> II) remove ext/mhash
+1
> 2) deprecate ereg*. ext/ereg is an extension as of PHP
On Wed, Nov 12, 2008 at 9:14 PM, Lukas Kahwe Smith <[EMAIL PROTECTED]>wrote:
> Hi,
>
> here are a few questions that need to be answered ASAP.
>
> If at all possible keep your votes as short as possible. I think all of the
> above topics have been discussed quite a lot on the list. So I hope voter
On Thu, 2008-11-13 at 09:40 -0500, Jonathan Bond-Caron wrote:
> > 6) enable mysqlnd by default in 5.3? (answer both)
>
> -1 both: would favor mysql by including client in default installation
For clarification: mysqlnd is a PHP-specific replacement for the MySQL
Client Library (libmysql) so addin
Hi,
Thank you all for participating and raising any issues/concerns in a
concise manner. I will tally up the votes sometime over the weekend
and discuss the results with Johannes. We will then post what
decisions we will take based on the votes (though in some cases we
might need to hold