Re: [PHP-DEV] Inconsistencies in 5.3

2008-08-03 Thread Jeremy Privett
we learned by now?). Thanks. -- Jeremy Privett Chief Software Architect Omega Vortex Corporation http://www.omegavortex.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Class Properties in Interfaces?

2008-05-06 Thread Jeremy Privett
that implements the interface. (Type hinting support would be beautiful, too.) -- Jeremy Privett C.E.O. C.S.A. Omega Vortex Corporation http://www.omegavortex.net Please note: This message has been sent with information that could be confidential and meant only for the intended recipient. If you

Re: [PHP-DEV] Removal of unicode_semantics

2008-05-04 Thread Jeremy Privett
to removing this. -- Jeremy Privett C.E.O. C.S.A. Omega Vortex Corporation http://www.omegavortex.net Please note: This message has been sent with information that could be confidential and meant only for the intended recipient. If you are not the intended recipient, please delete all copies

Re: [PHP-DEV] Class Properties in Interfaces?

2008-04-30 Thread Jeremy Privett
in that kind of performance trade-off. -- Jeremy Privett C.E.O. C.S.A. Omega Vortex Corporation http://www.omegavortex.net Please note: This message has been sent with information that could be confidential and meant only for the intended recipient. If you are not the intended recipient, please

Re: [PHP-DEV] why interfaces ?

2008-04-30 Thread Jeremy Privett
you know what methods are on that object. Interfaces are a very powerful feature, when implemented properly. -- Jeremy Privett C.E.O. C.S.A. Omega Vortex Corporation http://www.omegavortex.net Please note: This message has been sent with information that could be confidential and meant only

Re: [PHP-DEV] Class Properties in Interfaces?

2008-04-29 Thread Jeremy Privett
direct property access. Cheers, Rob. I'm glad someone out there agrees with me. -- Jeremy Privett C.E.O. C.S.A. Omega Vortex Corporation http://www.omegavortex.net Please note: This message has been sent with information that could be confidential and meant only for the intended recipient

[PHP-DEV] Class Properties in Interfaces?

2008-04-28 Thread Jeremy Privett
and to ensure that they exist. Currently, trying to include them in an interface results in *Fatal error*: Interfaces may not include member variables in file/line number. Thoughts? Thanks. -- Jeremy Privett C.E.O. C.S.A. Omega Vortex Corporation http://www.omegavortex.net Please note

Re: [PHP-DEV] Return type hinting patch

2008-04-25 Thread Jeremy Privett
with Stas, return and returns are not part of a function definition. -- Jeremy Privett C.E.O. C.S.A. Omega Vortex Corporation http://www.omegavortex.net Please note: This message has been sent with information that could be confidential and meant only for the intended recipient. If you

Re: [PHP-DEV] Exceptions = Apache Crash in PHP 5.3 Snaps

2008-04-16 Thread Jeremy Privett
Jeremy Privett wrote: Jeremy Privett wrote: Hi Scott, Scott MacVicar wrote: Can you try a debug build with --enable-debug to get a more detailed backtrace. Also what is the exact configure line and which apache 2 model are you using? Worker or Pre-fork? Scott On 29 Mar 2008, at 01:12

Re: [PHP-DEV] Exceptions = Apache Crash in PHP 5.3 Snaps

2008-04-16 Thread Jeremy Privett
Scott MacVicar wrote: Jeremy Privett wrote: Another week later and still no response. I would hope /someone/ thinks this a critical issue and needs to be resolved. Is /anyone/ looking at this at all? Thanks. The line that is crashing was last changed by Dmitry on January 24th, see http

Re: [PHP-DEV] Exceptions = Apache Crash in PHP 5.3 Snaps

2008-04-08 Thread Jeremy Privett
Jeremy Privett wrote: Hi Scott, Scott MacVicar wrote: Can you try a debug build with --enable-debug to get a more detailed backtrace. Also what is the exact configure line and which apache 2 model are you using? Worker or Pre-fork? Scott On 29 Mar 2008, at 01:12, Jeremy Privett wrote

Re: [PHP-DEV] CVS Account Request: mlively

2008-04-06 Thread Jeremy Privett
know. :-P -- Jeremy Privett C.E.O. C.S.A. Omega Vortex Corporation Web:http://www.omegavortex.net E-Mail: [EMAIL PROTECTED] Please note: This message has been sent with information that could be confidential and meant only for the intended recipient. If you are not the intended recipient

[PHP-DEV] Exceptions = Apache Crash in PHP 5.3 Snaps

2008-03-28 Thread Jeremy Privett
experience. If this could be looked at further, I would gladly help someone with debugging and testing and such, if they'll take a look at the code. Thanks. -- Jeremy Privett C.E.O. C.S.A. Omega Vortex Corporation http://www.omegavortex.net Please note: This message has been sent with information

Re: [PHP-DEV] Exceptions = Apache Crash in PHP 5.3 Snaps

2008-03-28 Thread Jeremy Privett
Hi Scott, Scott MacVicar wrote: Can you try a debug build with --enable-debug to get a more detailed backtrace. Also what is the exact configure line and which apache 2 model are you using? Worker or Pre-fork? Scott On 29 Mar 2008, at 01:12, Jeremy Privett wrote: Hey list, I really

Re: [PHP-DEV] get_magic_quotes_gpc, get-magic-quotes-runtime in head, get a final decision

2008-02-05 Thread Jeremy Privett
) 0: I don't care, do what you wish, I never use them anyway Feel free to comment the topic but please don't start an endless discussion, we already discuss it to death two years ago (yes, two years ago :-) Thanks, +1 -- Jeremy Privett C.E.O. C.S.A. Omega Vortex Corporation Web:http

[Fwd: Re: [PHP-DEV] why we must get rid of unicode.semantics switch ASAP]

2008-01-21 Thread Jeremy Privett
Forgot to CC list. Original Message Subject: Re: [PHP-DEV] why we must get rid of unicode.semantics switch ASAP Date: Mon, 21 Jan 2008 10:07:43 -0600 From: Jeremy Privett [EMAIL PROTECTED] Organization: Omega Vortex Corporation To: Antony Dovgal [EMAIL PROTECTED

[Fwd: Re: [PHP-DEV] why we must get rid of unicode.semantics switch ASAP]

2008-01-21 Thread Jeremy Privett
Forgot to CC list again. Just not my day. Original Message Subject: Re: [PHP-DEV] why we must get rid of unicode.semantics switch ASAP Date: Mon, 21 Jan 2008 10:11:32 -0600 From: Jeremy Privett [EMAIL PROTECTED] Organization: Omega Vortex Corporation To: Geoffrey

Re: [Fwd: Re: [PHP-DEV] why we must get rid of unicode.semantics switch ASAP]

2008-01-21 Thread Jeremy Privett
is hurting the internals developers for the sheer amount of headache that's being caused by the current implementation. You can't have it all, so instead of trying to make PHP6 backwards compatible, how about the focus be placed on making it BETTER than PHP5? -- Jeremy Privett C.E.O. C.S.A

Re: [PHP-DEV] why we must get rid of unicode.semantics switch ASAP

2008-01-21 Thread Jeremy Privett
. -- Jeremy Privett C.E.O. C.S.A. Omega Vortex Corporation Web:http://www.omegavortex.net E-Mail: [EMAIL PROTECTED] Please note: This message has been sent with information that could be confidential and meant only for the intended recipient. If you are not the intended recipient, please delete

Re: [PHP-DEV] A rebuttal to Re: RFC: Dropping Namespace

2007-12-06 Thread Jeremy Privett
Hi Greg, I'm speechless. All of your points are sound and you've obviously done your homework, here. I agree with Ken in that you've gone above and beyond on the research and arguments you've presented here. Excellent work and a hearty +1 to all of your points. Jeremy Gregory Beaver wrote:

Re: [PHP-DEV] Namespace

2007-12-05 Thread Jeremy Privett
Stanislav Malyshev wrote: implementation [details] not the concept. I believe that the implementation needs a little ironing out ... what's the harm in taking the time to do this? or at least taking the time to let consensus take hold? No harm, but we will have multiple namespaces per file

Re: [PHP-DEV] Namespace

2007-12-05 Thread Jeremy Privett
Larry Garfield wrote: On Wednesday 05 December 2007, Stanislav Malyshev wrote: implementation [details] not the concept. I believe that the implementation needs a little ironing out ... what's the harm in taking the time to do this? or at least taking the time to let consensus take hold?

Re: [PHP-DEV] [PATCH] Optional scalar type hinting

2007-11-15 Thread Jeremy Privett
. To your point, I think it would really only help those OCD developers among us who always use === and try to make PHP behave like a strongly typed language. --- Jeremy Privett C.E.O. C.S.A. Omega Vortex Corporation

RE: [PHP-DEV] Renaming namespaces to packages

2007-08-10 Thread Jeremy Privett
. My two cents. Thanks. --- Jeremy Privett Software Developer Zend Certified Engineer Peak8 Solutions -Original Message- From: Stanislav Malyshev [mailto:[EMAIL PROTECTED] Sent: Friday, August 10, 2007 10:30 AM To: Derick Rethans Cc: Dmitry Stogov; 'Johannes Schlьter'; 'PHP Internals

RE: [PHP-DEV] Re: Type-hinted return values in PHP5?

2007-07-28 Thread Jeremy Privett
And Zend Studio does this for you already, if you use comment your code correctly. I really don't see a good use for this, either. Jeremy -Original Message- From: Larry Garfield [mailto:[EMAIL PROTECTED] Sent: Saturday, July 28, 2007 6:05 PM To: internals@lists.php.net Subject: Re:

RE: [PHP-DEV] Question about Namespace patch

2007-07-23 Thread Jeremy Privett
, right now. Thanks. --- Jeremy Privett Software Developer Peak8 Solutions -Original Message- From: Stanislav Malyshev [mailto:[EMAIL PROTECTED] Sent: Monday, July 23, 2007 1:39 AM To: Jeremy Privett Cc: Derick Rethans; Markus Fischer; internals Subject: Re: [PHP-DEV] Question about

RE: [PHP-DEV] Question about Namespace patch

2007-07-23 Thread Jeremy Privett
of those situations where convenience makes the difference. Was there ever a decision on whether or not the patch is going to be backported to PHP5? I think I'll grab a PHP6 snapshot and toy around with the implementation a bit. Who knows ... it may grow on me. We'll see. Thanks. --- Jeremy Privett

RE: [PHP-DEV] Question about Namespace patch

2007-07-23 Thread Jeremy Privett
it's known that bringing your issues and feedback to the PHP Devs is such a lovely waste of time and energy. Thanks. --- Jeremy Privett Software Developer Peak8 Solutions -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nicolas Bérard-Nault Sent: Monday

RE: [PHP-DEV] Question about Namespace patch

2007-07-23 Thread Jeremy Privett
I wasn't referring to that. I know you've been responding to feedback. I was referring to Nicolas' suggested reply. --- Jeremy Privett Software Developer Peak8 Solutions -Original Message- From: Stanislav Malyshev [mailto:[EMAIL PROTECTED] Sent: Monday, July 23, 2007 10:43 AM

RE: [PHP-DEV] Simple Namespace Proposal

2007-07-21 Thread Jeremy Privett
3 - How will PHP behavior on a situation that you have a naming conflict? Something like... ?php class Bar { ... } ?php namespace Foo { class Bar { ... } } ?php import Foo; $b = new Bar(); Well, PHP's namespaces don't behave like every other language I've ever used that

RE: [PHP-DEV] Simple Namespace Proposal

2007-07-21 Thread Jeremy Privett
to import them all? That's REAL intelligent design, right there. --- Jeremy Privett Software Developer Peak8 Solutions -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] Simple Namespace Proposal

2007-07-08 Thread Jeremy Privett
I'm going to have to agree with Larry, here. If there's no *real* namespace implementation in PHP6, there may as well not be one at all. Take a look around at the countless other languages that already have this functionality. You're gimping the language further if you implement namespaces

RE: [PHP-DEV] What is the use of unicode.semantics in PHP 6?

2007-06-19 Thread Jeremy Privett
used simply because it works with old code, but the main thing that changed about the language will never be touched. -- Jeremy Privett PHP Developer Zend Certified Engineer Peak8 Solutions -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Known Issues with PHP6 on Windows?

2007-02-07 Thread Jeremy Privett
Antony Dovgal wrote: On 02/07/2007 08:08 AM, Jeremy Privett wrote: Hey everyone, I was just curious if there were any known issues with the PHP6 builds on Windows. I've been trying to set a build up in my local environment and Apache keeps throwing this error at me: Syntax error on line

[PHP-DEV] Known Issues with PHP6 on Windows?

2007-02-06 Thread Jeremy Privett
Hey everyone, I was just curious if there were any known issues with the PHP6 builds on Windows. I've been trying to set a build up in my local environment and Apache keeps throwing this error at me: Syntax error on line 173 of C:/Apache2/conf/httpd.conf: Can't locate API module structure