Re: [PHP-DEV] PHP Abstract Syntax Tree

2006-04-19 Thread DvDmanDT
distribution (right?), so there's a great win whenever you can reduce the execution time at the cost of compilation time.. // DvDmanDT mail: dvdmandt¤telia.com msn: dvdmandt¤hotmail.com -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] BC break list?

2005-08-23 Thread DvDmanDT
could be just a regular list, or something more sophisticated, where you could select two versions and see the breaks.. Comments anyone? Is it doable? Does it already exist? // DvDmanDT -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Win32 php4ts.dll 875k Larger in 5.1?

2005-06-27 Thread DvDmanDT
Should those really be built into php4ts.dll? "Derick Rethans" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > On Tue, 28 Jun 2005, Jani Taskinen wrote: > >> >>1.6MB timezonedb.h in ext/date/lib/ would be a good guess. :) > > And two bundled SQLite libraries (timezone db

[PHP-DEV] Re: 'include' Considered Harmful

2005-06-24 Thread DvDmanDT
Hmm.. If anything, E_STRICT could leave a warning about variables being used with include/require.. This is the PHP programmers fault clearly.. And the documentation is exactly the right place.. Your suggestion is pretty much as stupid as suggesting to forbid ../ in fopen().. There's nothing wro

Re: [PHP-DEV] GOTO operator

2004-08-02 Thread DvDmanDT
> And my point still remains. There are an awful lot of PHP programmers out > there who really don't need an extra way to write for(), or while(), or > do..while(). It makes maintenance work harder when you have a mixture of > styles in there to cope with. > > I don't for a moment believe that Sa

Re: [PHP-DEV] GOTO operator

2004-08-02 Thread DvDmanDT
My point still remains.. Goto is powerful, even if not needed.. There's about one time I would use goto, which could easily be done with two do..while().. The funny thing is, that I didn't do it that way, cause I though it looked ugly. -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail

Re: [PHP-DEV] GOTO operator

2004-08-02 Thread DvDmanDT
e (to be honest, I didn't think it existed in anything else than Basic until I read this topic, but then, I'm not too experienced with programming).. So why does everyone think it'll be more abused in PHP? Just the comments from an average PHP user. -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤telia.com -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: cvs account requests

2004-03-12 Thread DvDmanDT
-- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤telia.com "Ard Biesheuvel" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > Wez Furlong wrote: > > > as a simple optimization, can we disallow requests with a single-word reason > > from

Re: [PHP-DEV] PHP4/PHP5 Apache Modules on Windows

2004-01-11 Thread DvDmanDT
just.. .. Well.. Do nothing I guess.. :s -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤telia.com "Andi Gutmans" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] Symbol clashes and other weird stuff I can't think of right now. Versioning doesn't alwa

Re: [PHP-DEV] PHP4/PHP5 Apache Modules on Windows

2004-01-11 Thread DvDmanDT
For me it's not really a problem, but that's in my case... Lots of ppl obviously wants both of them... So.. If it's only about naming the parameter might be worth to think about.. Also, what bumps do you expect to hit? -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤

Re: Fwd: Re: [PHP-DEV] Re: win32 PECL snaps for PHP5

2004-01-11 Thread DvDmanDT
Wierd... I remember comparing the right and the left pecl link, and php_ffi.dll and php_win32std.dll was in (and only in) the right one.. I remember this cause I thought it was so many more in the right one... -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤telia.com "Eric Co

Re: [PHP-DEV] PHP4/PHP5 Apache Modules on Windows

2004-01-10 Thread DvDmanDT
/5 would really be great...Wouldn't be too hard would it? Although, might be a problem in documentation, on how to install and so on... :p -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤telia.com "Shimi" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED]

Re: [PHP-DEV] PHP4/PHP5 Apache Modules on Windows

2004-01-10 Thread DvDmanDT
... But if there are something like shared memory or something like that, I guess it's just to forget the idea to run them both as modules... I also run php5 (and php3) as cgi.. php4 is installed as both cgi and module in my cfg... -- // DvDmanDT MSN: dvdmandt¤hotmail.com

Re: [PHP-DEV] PHP4/PHP5 Apache Modules on Windows

2004-01-10 Thread DvDmanDT
Why is that? Is it caused by shared memory? Or is it just naming? And if the latter one, couldn't that be called a bug, and be fixed for 5.0, since that would definitly be a nice addition... -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤telia.com "Jani Taskinen" &l

[PHP-DEV] Re: PHP4/PHP5 Apache Modules on Windows

2004-01-10 Thread DvDmanDT
Try news://news.php.net/php.general and news://news.php.net/php.windows, that should do it.. :) Might work.. Why not simply try it? :) -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤telia.com <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > Again, I'

[PHP-DEV] Re: Running 4.3.x and 5.0.x on WinXP/Apache1.3

2003-11-17 Thread DvDmanDT
hp3 Action application/x-httpd-php3 "/php3/php.exe" -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤telia.com ## Please, if you are using windows, you may be infected by Swen. Please go here to find out more: http://us.mcafee.com/virusInfo/default.asp?id

Re: [PHP-DEV] Supporting php4 (was: Object Equality)

2003-11-03 Thread DvDmanDT
Is there a reason there's no 4.4.x release? -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤telia.com ## Please, if you are using windows, you may be infected by Swen. Please go here to find out more: http://us.mcafee.com/virusInfo/default.asp?id=helpCenter&a

Re: [PHP-DEV] Variable Scope

2003-08-31 Thread DvDmanDT
As I've understood it your example is like only valid in the latest C++ standards or something... Possibly also in newer C... But it's new... MSVC6 does not have that implented I think... But I might be pretty badly misstaken on this one... -- // DvDmanDT MSN: [EMAIL PROTECTED] Ma

Re: Re[2]: [PHP-DEV] Variable Scope

2003-08-30 Thread DvDmanDT
Hi, if that bothers you so much, why don't you just write your own version of PHP and allow ppl to download it, then we'll see how many ppl downloads your version... You know, it's more like a feature than a bug... -- // DvDmanDT MSN: [EMAIL PROTECTED] Mail: [EMAIL PROTECTED] &l

Re: [PHP-DEV] Constant Scope PHP5

2003-08-22 Thread DvDmanDT
Wait a sec... When did const become a keyword? And since when can you initialize variables from outside a constructor/function? Sorry to bother.. -- // DvDmanDT MSN: [EMAIL PROTECTED] Mail: [EMAIL PROTECTED] "Zeev Suraski" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PR

[PHP-DEV] Some admin, Please get rid of some ppl...

2003-08-18 Thread DvDmanDT
ome french geocities... I can send you all of the messages if you don't believe me.. -- // DvDmanDT MSN: [EMAIL PROTECTED] Mail: [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: PHP 4.3.3RC4 Released

2003-08-18 Thread DvDmanDT
Not for RC's AFAIK... -- // DvDmanDT MSN: [EMAIL PROTECTED] Mail: [EMAIL PROTECTED] "Martin Koch Andersen" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > Is php.announce no longer used for announcements like this? > > -- > Martin > &quo

[PHP-DEV] Re: PHP compiler

2003-08-14 Thread DvDmanDT
Checkout binaryphp at sourceforge... It's quite cool really... -- // DvDmanDT MSN: [EMAIL PROTECTED] Mail: [EMAIL PROTECTED] "Jeremy S. Johnstone" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > After seeing the conversation on the PHP archive idea (havi

Re: [PHP-DEV] php-win32 writing to system32 dir?

2003-06-11 Thread DvDmanDT
king some system call to write data to the hive, as it's not > accessible directly. It makes the same 3 writes every time it loads. > > TIA, > > -dietrich > > "DvDmanDT" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > You can mo

Re: [PHP-DEV] php-win32 writing to system32 dir?

2003-06-11 Thread DvDmanDT
You can most likely compy the file, then open it... That's what I do on the Apache logs.. :p "Dietrich Ayala" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > cannot open it, is locked by system. registry uses it (thanks marshall). > > here's the filemon (sysinternals.com) output: >