Re: [PHP-DEV] Namespace

2007-12-06 Thread Michael McGlothlin
-- Michael McGlothlin Southwest Plumbing Supply -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Namespace

2007-12-06 Thread Michael McGlothlin
it really help anybody program better? Multiple namespaces in a single file, without braces, would end up being a nightmare when taking over other people's code. Something that happens often in the work environment. -- Michael McGlothlin Southwest Plumbing Supply -- PHP Internals - PHP Runtime

Re: [PHP-DEV] Namespace

2007-12-06 Thread Michael McGlothlin
it. PHP already has the bad habit for many programmers to write totally unreadable code. It's darn near as bad as Perl in that area. No reason to make it worse. -- Michael McGlothlin Southwest Plumbing Supply -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] ignored patches

2007-12-04 Thread Michael McGlothlin
The need to pack a program all into a single source file for performance reasons would seem to indicate that the way PHP compiles/interprets could be improved. Wouldn't it be better to improve this area than add language features to deal with the issue? -- Michael McGlothlin Southwest

Re: [PHP-DEV] ignored patches

2007-12-04 Thread Michael McGlothlin
. We're dumping a buttload ($30,000+) of money into a new AIX server for the back end to try to get it up to a decent speed. I'm a firm believer that it's better to throw more CPU power at a performance problem than to make code less maintainable. Just buy a faster server. -- Michael McGlothlin

Re: [PHP-DEV] ignored patches

2007-12-04 Thread Michael McGlothlin
but I think maintainability is more important than performance (within reason). You can't help if some of your users are trying to run your code on a 486. You can buy a pretty nice server for $3000 these days. That's within almost any business's range. -- Michael McGlothlin Southwest Plumbing

Re: [PHP-DEV] Re: Question about superglobals

2007-11-16 Thread Michael McGlothlin
? Thanks in advanced for your help. -- Michael McGlothlin Southwest Plumbing Supply -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: Question about superglobals

2007-11-16 Thread Michael McGlothlin
declare a class and use statics or singletons. -- Michael McGlothlin Southwest Plumbing Supply -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: Question about superglobals

2007-11-16 Thread Michael McGlothlin
OINK; } } etc. IMO, you really don't need more superglobals. S -- Michael McGlothlin Southwest Plumbing Supply -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: Question about superglobals

2007-11-16 Thread Michael McGlothlin
Stanislav Malyshev wrote: Well this is very common with PHP, it's very flexible and it's easy for a bad programmer to create chaotic code and get away with it, but this can happen with many features of PHP. For serious developers however, Right. This is why I don't think it's a good idea to

Re: [PHP-DEV] Safe mode being removed in PHP6?

2007-11-05 Thread Michael McGlothlin
Much easier and better to just throw every user their own virtual machine. They can go wild and you don't have to worry. Makes it easy to control how much CPU, RAM, and hdd the user is using too. -- Michael McGlothlin Southwest Plumbing Supply -- PHP Internals - PHP Runtime Development

Re: [PHP-DEV] Safe mode being removed in PHP6?

2007-11-05 Thread Michael McGlothlin
to suck so just make them stick to PHP5. -- Michael McGlothlin http://www.PlumbersStock.com/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php