[PHP-DEV] 5.3 and reflection

2008-05-13 Thread Jeremy
class that is outside the current namespace, what will happen? Also, are there any plans to address namespaces themselves in the reflection API (i.e. ReflectionNamespace objects, getNamespace() method in the ReflectionClass object, etc)? Thanks, Jeremy -- PHP Internals - PHP Runtime Developme

Re: [PHP-DEV] 5.3 and reflection

2008-05-13 Thread Jeremy
flect a namespace, since the concept of namespacing is essentially lost by the time the reflection code would be executed. Is this accurate? Thanks, Jeremy -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] RFC: SPL Comparator interface

2008-10-07 Thread Jeremy
could be achieved by defining an SPL PriorityQueue-ish collection rather than an array, but I think there ought to be a better way. Java has a Comparator interface which works in much the same way, if that helps my case at all. Jeremy -- PHP Internals - PHP Runtime Developmen

[PHP-DEV] Re: keeping traffic on this list manageable

2008-10-31 Thread Jeremy
just browse the lists in a threaded view whenever you feel like it. Works well for me, anyway - but then, I'm not a PHP developer, so maybe the story is different. Jeremy -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Access to syntax tree?

2009-03-25 Thread Jeremy
here's a bit of grease-monkey internals stuff in PHP so I thought I would check. Thanks, Jeremy -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Access to syntax tree?

2009-03-25 Thread Jeremy
Alexey Zakhlestin wrote: On Wed, Mar 25, 2009 at 8:13 PM, Jeremy wrote: Is there any way to access the parse tree of a PHP file from within PHP? will this work for you? http://docs.php.net/manual/en/tokenizer.examples.php That looks like it should work perfectly! Thanks for pointing this

[PHP-DEV] Re: Is it true that short_open_tag is deprecated in PHP 6?

2009-04-13 Thread Jeremy
languages, too -- should every construct from these languages be forbidden in PHP as well? Jeremy -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Autoboxing with type hints

2010-04-08 Thread Jeremy
ure version, but as of right now using the SPL Types to emulate that in a performant way would be pretty neat. Thanks, Jeremy P.S. - As a side note - I wonder whether it would be possible to make accessible from userspace the functionality that SPL_Types uses to override assignment? For ex

[PHP-DEV] Naming of 'weak' type hints

2015-03-31 Thread Jeremy Mikola
concise term, without the negative connotation of weak/lax. -- jeremy mikola

Re: [PHP-DEV] why does PHP accept [new] session ids from client?

2005-03-29 Thread Jeremy Johnstone
Not to be rude or anything, but this question is better suited for php-general -Jeremy On Tue, 29 Mar 2005 12:47:29 -0500, Hans L <[EMAIL PROTECTED]> wrote: > Hi, > > This may not be the right place for this question, but what I'm looking > to understand is the reasoni

Re: [PHP-DEV] why does PHP accept [new] session ids from client?

2005-03-31 Thread Jeremy Johnstone
estions (although the first could partially be construed that way). He was not asking for the internals team to change this behaviour (which of course most of the people on generals would have no ability to do) so in that case, his question was best asked there, not here (again IMHO). -- ---

Re: [PHP-DEV] os x linking issue with extension

2005-04-03 Thread Jeremy Johnstone
Although this list should be able to answer the question for you, another list which might be of assistance/interest to you is pecl-dev. http://pecl.php.net/support.php -Jeremy On Apr 3, 2005 2:00 PM, Michael Johnston <[EMAIL PROTECTED]> wrote: > (I'm not sure if extension devel

Re: [PHP-DEV] php 4.4 BC break

2005-07-12 Thread Jeremy Johnstone
o do something for you that you can do yourself. If you feel notice reporting should be off on a production level script, then turn them off, and make it easy and documented for them to turn it back on if they want it, not expect them to know how to disable them theirself automatica

Re: [PHP-DEV] php 4.4 BC break

2005-07-19 Thread Jeremy Johnstone
nough to setup their servers properly to not show errors in a production environment, then do it for them in your script. Yeah it's not the best solution, but it works fine and gives you time to correctly update your scripts the proper way. -Jeremy On 7/17/05, Jon Parise <[EMAIL PROTECTED]

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

2007-11-15 Thread Jeremy Privett
t type "casting" in the method call. 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] 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 fi

Re: [PHP-DEV] Namespace

2007-12-05 Thread Jeremy Privett
ical grouping of classes/functions and other constructs of this type in PHP use braces. That is very confusing syntax when compared to other areas of the language. Jeremy

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

[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

[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 Corporat

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

2008-01-21 Thread Jeremy Privett
ake everything easy on everyone and your end result 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

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

2008-01-21 Thread Jeremy Privett
ou'll still have portability problems, either way. -- 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 recip

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

2008-02-05 Thread Jeremy Privett
not 0) 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 Corpor

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

2008-03-28 Thread Jeremy Privett
y, from my personal 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 h

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] CVS Account Request: mlively

2008-04-06 Thread Jeremy Privett
#x27;ll let you 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

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] 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] Return type hinting patch

2008-04-25 Thread Jeremy Privett
e? I agree 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

[PHP-DEV] Class Properties in Interfaces?

2008-04-28 Thread Jeremy Privett
y 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

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

2008-04-29 Thread Jeremy Privett
of magnitude slower than 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 mea

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

2008-04-30 Thread Jeremy Privett
t interested 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 intende

Re: [PHP-DEV] why interfaces ?

2008-04-30 Thread Jeremy Privett
cts that implement that interface, thus ensuring 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 infor

Re: [PHP-DEV] why interfaces ?

2008-04-30 Thread Jeremy Privett
Nathan Nobbe wrote: On Wed, Apr 30, 2008 at 12:06 PM, Jeremy Privett <[EMAIL PROTECTED]> wrote: Nathan Nobbe wrote: all, in recent weeks there has been a lot of arguing about what interfaces are, arent (on php-general and now on the internals list as well) etc. etc. i am

Re: [PHP-DEV] Removal of unicode_semantics

2008-05-04 Thread Jeremy Privett
already stated my opinions. +1 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

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 recipien

Re: [PHP-DEV] Inconsistencies in 5.3

2008-08-03 Thread Jeremy Privett
lar construct in the language* uses curly braces (this is like str_* vs str* all over again, haven't 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] Vote from a "Mere User"

2008-10-16 Thread Jeremy Darwood
while working with apis and other open source/free scripts is my only concern with this. That said, I think option 3 would work the best here with option 1 as another choice if we used a different separator that was more unique. Jeremy On Oct 16, 2008, at 9:31 PM, Mark wrote: A &quo

Re: [PHP-DEV] About dropping magic_quotes in 5.3 (was: Re: [PHP-DEV] Re: PHP 5.2.7 + magic_quotes_gpc broken)

2008-12-08 Thread Jeremy Darwood
hile this means having to maintain testing magic quotes in PHP threw 5.3, this will give people enough time (years at that), to get rid of magic quotes. - Jeremy -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] config files and PHP_CONFIG_FILE_SCAN_DIR

2008-12-19 Thread Jeremy Jackson
t search for ini-files in a path, which searches for php-$SAFI.ini, then php.ini, etc. since they could be put in the config-file-scan-path. -- Jeremy Jackson Coplanar Networks (519)489-4903 http://www.coplanar.net j...@coplanar.net -- PHP Internals - PHP Runtime Development Mailing List To uns

[PHP-DEV] adding apache2 ErrorDocument 500 support

2009-04-22 Thread Jeremy Jackson
x27;s ErrorDocument can be triggered on E_PARSE errors? -- Jeremy Jackson Coplanar Networks (519)489-4903 http://www.coplanar.net j...@coplanar.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Bonsai.php.net 302 redirects to a bad URL (http:/cvs.php.net, aka missing / on http://)

2006-01-04 Thread Jeremy Johnstone
tion: http:/cvs.php.net/ Transfer-Encoding: chunked Content-Type: text/html; charset=iso-8859-1 -- ------- Jeremy Johnstone http://www.jeremyjohnstone.com [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: Named arguments revisited

2006-01-17 Thread Jeremy Johnstone
ble using array syntax than using actual named parameters, but maybe that's just me. To each their own, but if it were me, it seems the above not only is easier to use / read, but also guaranteed to work on almost all versions of PHP (at least in the case of the first code snippet). --

Re: [PHP-DEV] Need help in defining a class from C code.

2006-01-26 Thread Jeremy Johnstone
ippet before I get home this evening, I would be happy to provide you with one. -Jeremy On 1/25/06, Kiput <[EMAIL PROTECTED]> wrote: > > Hi. > > I'm currently working on a tiny "wrapper" in C++ which will aid in > easy embeding PHP in C++ apps. Till now I managed t

Re: [PHP-DEV] [PATCH] __toString()

2006-01-26 Thread Jeremy Johnstone
t into the next major release? -Jeremy On 9/28/05, Marcus Boerger <[EMAIL PROTECTED]> wrote: > > Hello Edin, > > cool, thanks! > > marcus > > Wednesday, September 28, 2005, 10:52:00 PM, you wrote: > > > http://ftp.emini.dk/pub/php/win32/php6/ > > >

Re: [PHP-DEV] PHP / C++ Interaction

2006-02-19 Thread Jeremy Johnstone
hter minds on this list might know better if I am forgetting something, but I remember it being very minimal changes so I think the above is it. -Jeremy -- --- Jeremy Johnstone http://www.jeremyjohnstone.com [EMAIL PROTECTED]

[PHP-DEV] Gauging Interest:RFC to add map() function

2013-06-26 Thread Jeremy Curcio
feel as though it would serve the PHP community well. Much the same as the pow() or pi() functions do. I appreciate your thoughts on this matter and whether or not this is worth pursuing as an RFC.Thank you,Jeremy Curcioj.cur...@me.com

Re: [PHP-DEV] Gauging Interest:RFC to add map() function

2013-06-26 Thread Jeremy Curcio
>I am curious with something that is so easy; why would you want it in core?A lot of the Math Functions could be considered "so easy".abs() could be written out as:    function abs($n) {        if ($n >= 0) return $n;        else return $n*-1;    }pi() could be replaced by simply setting a global v

Re: [PHP-DEV] Gauging Interest:RFC to add map() function

2013-06-26 Thread Jeremy Curcio
>The functionality provided is uncommon but perhaps usefu. However, I am>*very* against the name `map` which has a very established meaning in the>programming world; others have already mentioned this but I felt I should>mention it again.I'd like to note that I am not married to the name. If there

[PHP-DEV] Annotations / Interceptors

2011-06-20 Thread Jeremy Hahn
Hi, I am new to the list and just got done doing a search through the archives to try and get an idea on where things stand in regards to annotation support in PHP. Although I did find some interesting debates, I was not really able to conclude one way or the other what the plan is. I've not

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

2007-02-06 Thread Jeremy Privett
structure `php6_module' in file C:/php6/php6apache2.dll: No error Thanks. -- Jeremy C. Privett Chief Operating Officer Zend Certified Engineer Completely Unique [EMAIL PROTECTED] Phone: 303.459.4819 Mobile:303.883.0312 Fax: 303.459.4821 Web: www.completelyunique.com

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

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

2007-06-19 Thread Jeremy Privett
becomes the next magic_quotes or safe_mode, and is ALWAYS OFF in 95%+ of PHP installations? All of the work you did to add unicode support was WASTED on this presumption that if you don't have BC, no one's going to use it. Whereas the opposite is clearly true, in this case. If you have BC, it&

RE: [PHP-DEV] RIP PHP 4?

2007-07-06 Thread Jeremy Privett
+1 -Original Message- From: Derick Rethans [mailto:[EMAIL PROTECTED] Sent: Friday, July 06, 2007 8:33 AM To: PHP Developers Mailing List Subject: [PHP-DEV] RIP PHP 4? Ladies, Gentlemen, Kings and Princesses, With the nice PHP 5 / PHP 6 unicode semantics thread under way I am trying to

RE: [PHP-DEV] Simple Namespace Proposal

2007-07-08 Thread Jeremy Privett
ment namespaces without such core functionality as this. Regards, Jeremy -Original Message- From: Larry Garfield [mailto:[EMAIL PROTECTED] Sent: Sunday, July 08, 2007 1:13 PM To: internals@lists.php.net Subject: Re: [PHP-DEV] Simple Namespace Proposal Yes, it would be. What's the probl

RE: [PHP-DEV] POSIX regex

2007-07-19 Thread Jeremy Privett
ou're looking for. Even searching for u" (to denote the u right before the opening quote) would still bring back a ton of white noise in a good number of applications that I've seen. Jeremy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [PHP-DEV] Simple Namespace Proposal

2007-07-21 Thread Jeremy Privett
very other language I've ever used that supports namespaces. So, the code snippet you used here wouldn't work, anyway. Jeremy -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] Simple Namespace Proposal

2007-07-21 Thread Jeremy Privett
aries to a file that needs 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] Question about Namespace patch

2007-07-23 Thread Jeremy Privett
And that's exactly why this implementation isn't intuitive. As far as I can see from the way it's been explained, so far, that is not possible. Jeremy -Original Message- From: Derick Rethans [mailto:[EMAIL PROTECTED] Sent: Monday, July 23, 2007 12:55 AM To: Stanislav Maly

RE: [PHP-DEV] Question about Namespace patch

2007-07-23 Thread Jeremy Privett
ion have to be the most frustrating points PHP6 has for me, 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 F

RE: [PHP-DEV] Question about Namespace patch

2007-07-23 Thread Jeremy Privett
is one 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.

RE: [PHP-DEV] Question about Namespace patch

2007-07-23 Thread Jeremy Privett
;ll keep in mind and make sure 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 B

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, 2

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] Renaming namespaces to packages

2007-08-10 Thread Jeremy Privett
that matters now is that it gets implemented, really. 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

Re: [PHP-DEV] [RFC] Iterable

2016-06-30 Thread Jeremy Mikola
o an array or decorate them with an Iterator (e.g. ArrayObject). I find this a bit irksome, but it's certainly easy to work around. That said, I realize that voting is in progress and it's not my intention to interrupt anything. I just wanted to relay a viewpoint that might not have come up. -- jeremy mikola

Re: [PHP-DEV] [RFC] Iterable

2016-07-02 Thread Jeremy Mikola
tdClass to > be iterable. > Sounds good to me. Happy to hear it was discussed. Thanks! -- jeremy mikola

[PHP-DEV] run-tests SKIPIF caching can be problematic for third-party extensions

2021-09-15 Thread Jeremy Mikola
ll/6726 [3]: https://github.com/php/php-src/commit/4d43cbe333690171753e9b8663df93d3762e02a8 [4]: https://github.com/php/php-src/commit/0074a1d4e3a85d0d63118e7a30f4b7ed6da64695 -- jeremy mikola

Re: [PHP-DEV] run-tests SKIPIF caching can be problematic for third-party extensions

2021-09-15 Thread Jeremy Mikola
un-tests.php#L2127 [^3]: https://github.com/php/php-src/blob/php-8.0.10/run-tests.php#L2200 -- jeremy mikola

[PHP-DEV] Automatic implementation of Stringable may conflict with old, untyped arginfo declarations

2021-11-08 Thread Jeremy Mikola
h#L74 ). While that's a trivial change we can make in ext-mongodb, I wonder if this may have been an unanticipated BC break for third-party extensions. I imagine ext-mongodb is not the only extension with older arginfo declarations predating the introduction of type reporting in later PHP versions.

Re: [PHP-DEV] Automatic implementation of Stringable may conflict with old, untyped arginfo declarations

2021-11-10 Thread Jeremy Mikola
pletely avoid a BC break would be to continue to leave our return type info omitted (on both our classes _and_ interfaces) and allow PHP 8.1+ to apply it automatically. Is that correct? -- jeremy mikola

Re: [PHP-DEV] Automatic implementation of Stringable may conflict with old, untyped arginfo declarations

2021-12-08 Thread Jeremy Mikola
userland classes automatically), and leave return type info absent for PHP 7.x. But if both are viable solutions, I think I prefer the tentative return type info approach. -- jeremy mikola

Re: [PHP-DEV] run-tests SKIPIF caching can be problematic for third-party extensions

2022-02-11 Thread Jeremy Mikola
e sense. Would > https://github.com/php/php-src/pull/7510 work for you? > Being able to completely opt-out of SKIPIF caching seems generally useful. I'll take a look later today and provide some feedback on the PR. Thanks! -- jeremy mikola > On Thu, Sep 23, 2021 at 10:23 AM Nikita

Re: [PHP-DEV] question on function declarations

2004-05-30 Thread Jeremy Johnstone
Nope, this isn't the correct place. Try [EMAIL PROTECTED] -Jeremy On Saturday 29 May 2004 04:47 pm, ahti wrote: > hello! > i really don't know if this is the right place to post this kind of > question, but it seems to be quite close. > > why can't i use C-like

Re: [PHP-DEV] [patch] abuse-proof zif_mail()

2004-05-30 Thread Jeremy Johnstone
I have no say or pull around here, but I am +1 on the idea, but unsure on the implementation from below. -Jeremy On Sunday 30 May 2004 08:49 am, Paul G wrote: > folks, > > first post/patch, please be gentle . > > hosting companies using mod_php have a *very* hard time

Re: [PHP-DEV] The open letter to Derick Rethans

2004-06-20 Thread Jeremy Johnstone
On Friday 18 June 2004 02:04 pm, Andi Gutmans wrote: > That said, I think it'd be great if there'd be people willing to pitch in > and work on trying to get it to work. Well if it's help which is needed, then I volunteer myself for anything that needs to be done to make i

Re: [PHP-DEV] Spammer on Bugs page

2004-07-20 Thread Jeremy Johnstone
brock.ca/code/10/turing-protection And the example demo can be found here: http://www.viebrock.ca/downloads/turing-test.php -Jeremy -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] GOTO operator

2004-07-30 Thread Jeremy Johnstone
ewbies will be newbies no matter how much you hand hold them, so just let them be newbies and hope they grow out of it sooner than later. Just my 2c... -Jeremy On Wednesday 28 July 2004 09:12 pm, Sara Golemon wrote: > I wrote up a patch for implementing gotos in php scripts a couple months >

Re: [PHP-DEV] the Zend Studio performance issue

2004-08-08 Thread Jeremy Johnstone
is no noticeable delay anywhere in the program. I haven't tested it much on Win32 (I use Linux by choice), but it even seems to be much faster there as well. I would check it out if I were you. -Jeremy On Sunday 08 August 2004 05:16 pm, Ron Korving wrote: > ok, i guess this is where

[PHP-DEV] Compiling extensions

2004-10-12 Thread Jeremy Johnstone
Forgive me if this sounds like a newbie type question, but hopefully someone has some advice for me. I am wanting to distribute an extension I wrote for PHP and was wondering what the best way to compile it for all platforms would be. I am completely comfortable compiling the extension under Linux

Re: [PHP-DEV] Compiling extensions

2004-10-12 Thread Jeremy Johnstone
nsing system). I know this isn't the most idea solution, but for my needs it is basically the only one available which works the way I want. -Jeremy http://www.jeremyjohnstone.com P.S. - (off-topic reply) You must know me then I guess. I have everything but OSX available in my server rack i

Re: [PHP-DEV] Compiling extensions

2004-10-12 Thread Jeremy Johnstone
On Tue, 12 Oct 2004 23:43:27 +0100, Wez Furlong <[EMAIL PROTECTED]> wrote: > On Tue, 12 Oct 2004 17:08:03 -0500, Jeremy Johnstone <[EMAIL PROTECTED]> wrote: > > I have proposed it to PECL a while back (like June I think), not sure > > on the status of the proposal thou

Re: [PHP-DEV] Compiling extensions

2004-10-12 Thread Jeremy Johnstone
> > Will do last I heard about it you (and others) were wanting me to > > extend the extension to include a lot more. Unfortunately I haven't > > had the time I wanted to do that. > > Getting the code into PECL could result in other people helping you > out, depending on how much they want those f

[PHP-DEV] Major isssue with foreach() in PHP 4.3.10

2004-12-16 Thread Jeremy Johnstone
http://bugs.php.net/bug.php?id=31134 This is breaking a large number of scripts. -- --- Jeremy Johnstone http://www.jeremyjohnstone.com [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: Major isssue with foreach() in PHP 4.3.10

2004-12-16 Thread Jeremy Johnstone
Found other bug report indicating this is a Zend Optimizer issue. IMHO, an announcement should be made on the homepage indicating if you upgrade to PHP 4.3.10 you should also make sure you upgrade Zend Optimizer. On Thu, 16 Dec 2004 13:53:39 -0600, Jeremy Johnstone <[EMAIL PROTECTED]>

Re: [PHP-DEV] Major isssue with foreach() in PHP 4.3.10

2004-12-16 Thread Jeremy Johnstone
his should be a valid syntax (maybe I am not thinking creatively enough). -- --- Jeremy Johnstone http://www.jeremyjohnstone.com [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Major isssue with foreach() in PHP 4.3.10

2004-12-16 Thread Jeremy Johnstone
f the possible issues which could occur if they don't upgrade Zend extensions too. --- Jeremy Johnstone http://www.jeremyjohnstone.com [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP 5.1

2005-02-08 Thread Jeremy Johnstone
him personally because of his persistence to beat a dead horse. =) -Jeremy On Tue, 08 Feb 2005 20:44:49 +0100, M. Sokolewicz <[EMAIL PROTECTED]> wrote: > Ok, this is getting plain annoying. Please stop this endless chatter, > all of you! It's annoying, senseless, and counter-productive

[PHP-DEV] Looking for comments whether this is a bug or not

2003-08-31 Thread Jeremy Johnstone
in fact a bug? I have tested it on PHP 4.2, 4.3.2, and 4.3.3 and the behavior is exactly the same. If it isn't a bug, can someone clarify for me why addslashes would be designed this way? Jeremy Johnstone -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Looking for comments whether this is a bug or not

2003-08-31 Thread Jeremy Johnstone
The actual value of those variables are pulled in from other sources, they are not actually hard coded like I showed below. It was simply for illustration purposes. Jeremy On Sat, 2003-08-30 at 15:56, Ken Tossell wrote: > Your string assignments look wrong. For example, "\t&q

Re: [PHP-DEV] Looking for comments whether this is a bug or not

2003-08-31 Thread Jeremy Johnstone
On Sun, 2003-08-31 at 10:11, Curt Zirzow wrote: > * Thus wrote Jeremy Johnstone ([EMAIL PROTECTED]): > > > > $email->body = "This is a test email. Testing c:\test\foo.exe"; > > > > When the $email object is later broke down and stored in the database

Re: [PHP-DEV] Overriding $DOCUMENT_ROOT in an Apache Module

2003-09-25 Thread Jeremy Johnstone
Care sharing what you did to fix it? On or offlist is fine. Jeremy On Thu, 2003-09-25 at 10:22, Mark Morley wrote: > > Then your not setting it correctly via your apache module. > > Actually I am setting it correctly, but as you say... > > > FYI - If you using apache 1

[PHP-DEV] $_SESSION questions

2003-10-10 Thread Jeremy Johnstone
and if it's expected to work in the future I would greatly appreciate it. Jeremy -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: AW: AW: [PHP-DEV] PHP 5 RC1

2003-11-11 Thread Jeremy Johnstone
Forgive me for the shameless plug, but since I work for the company who owns the site I couldn't help but throw in you can always post the new articles about PHP5 here: www.devpapers.com Jeremy On Wed, 2003-11-12 at 06:15, Kevin Waterson wrote: > This one time, at band camp, "W

Re: [PHP-DEV] PHP 5 RC 1 - Article/Tutorial Sponsorship Opportunity

2003-11-12 Thread Jeremy Johnstone
s and benefits of PHP5. We own a large network of web development and web hosting related sites (hotscripts.com / webhostingtalk.com / devpapers.com / programmingtalk.com / dbforums.com / etc.) If your interested in this, please contact us for more information. Please reply to: [EMAIL PROTECTED] J

Re: [PHP-DEV] PHP 5 RC 1 - Article/Tutorial Sponsorship Opportunity

2003-11-13 Thread Jeremy Johnstone
I don't think you were, but in any case please don't think I was putting down Zend at all when I said that. Zend does infinite things for the PHP community. I was mearly saying that we would be willing to help share that part of the responsibility (sponsoring articles/tutorials). Jere

Re: [PHP-DEV] PHP 5 RC 1 - Article/Tutorial Sponsorship Opportunity

2003-11-13 Thread Jeremy Johnstone
We are completely open in this area. We want to get as much as possible in as many areas as possible, to be honest. You might take a quick look at devpapers.com to see the format of where we would be mostly using the articles/tutorials. Jeremy On Thu, 2003-11-13 at 16:32, Kevin Waterson wrote

Re: [PHP-DEV] New win32 build system

2003-12-19 Thread Jeremy Johnstone
FYI, if you put the word "premier" in front of the URL, you will get much faster download speeds. Anytime you see a URL with "download.microsoft.com" you can almost always change it to "premierdownload.microsoft.com" and get much faster speeds. -Jeremy On Tu

Re: [PHP-DEV] email change

2004-04-11 Thread Jeremy Johnstone
http://master.php.net/manage/users.php On Sunday 11 April 2004 11:49 am, Sergey Kartashoff wrote: > Hi! > > I have an PHP CVS account 'gluke' which is binged to email > gluke @ php.net. This email forwards all email at gluke @ > sky.net.ua. Please tell me how can i change a forward destinati

  1   2   >