Re: [PHP-DEV] [VOTE][RFC] Safe Casting Functions

2014-11-26 Thread Gwynne Raskind
felt better casting abstain on several RFCs that’ve recently gone by than with the vote I actually cast (though I stand by my votes in all cases regardless), usually because of lack of strong knowledge of the subject matter. -- Gwynne Raskind -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [VOTE] Fix list() behavior inconsistency

2014-09-26 Thread Gwynne Raskind
ed with list($a,$b) = str_split([“ab”][0]); if someone was actually using it. -- Gwynne Raskind -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [VOTE] Fix list() behavior inconsistency

2014-09-26 Thread Gwynne Raskind
ed with list($a,$b) = str_split([“ab”][0]); if someone was actually using it. -- Gwynne Raskind -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Is it fair that people with no karma can vote on RFCs?

2014-09-19 Thread Gwynne Raskind
still worth something. If the requirement for that is that I explain why I voted how I did on an RFC, I’m glad - even eager - to do so. If the requirement for that is that I contribute at least one nontrivial documentation edit or source code commit per month, or something similar, I think the point has been missed. -- Gwynne Raskind -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [RFC] Implicit isset() in Shorthand Ternary Operator

2014-09-18 Thread Gwynne Raskind
a choice as to which they find more readable. ?? is standard in both .NET and Apple’s Swift language - Apple added it to Swift (including the chaining behavior) early during the beta cycle due to user demand for exactly this kind of logic, and it’s been part of C# for a long time. -- Gwynne

Re: [PHP-DEV] Voting on PHP features

2013-03-18 Thread Gwynne Raskind
> Greetings, > Florian I practically never participate in discussions, but I always read them before voting. As you say, it's just common sense. -- Gwynne Raskind -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: [VOTE]Call for voting: support use list in foreach

2012-08-26 Thread Gwynne Raskind
9, gnu99, Clang C, etc.) which -could- lessen the current unreadability of the code.) -- Gwynne -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Adding a simple API for secure password hashing?

2012-06-13 Thread Gwynne Raskind
$hash). But it could just as well > be a fancy, extensible OOP API. > > I think this would greatly improve the hashing situation for PHP. > > Thanks, > Nikita Strong +1 on this. I'd suggest writing an RFC. -- Gwynne -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: restore user opcode handler in PHP

2012-02-13 Thread Gwynne Raskind
ymbols, you stand a pretty good chance of crashing. Image unloading simply didn't exist at all in any useful form before Leopard.) -- Gwynne Raskind /* dylib.c - clang dylib.c -o dylib.dylib -dynamiclib */ static int var = 0; extern int getVar(void); extern void setVar(int value); int

Re: [PHP-DEV] [RFC] Deprecate and remove /e modifier from preg_replace

2012-02-05 Thread Gwynne Raskind
n. Strong +1 from me as well. Deprecate, remove. Do NOT get Suhoshin involved in this. It's not. -- Gwynne -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Static Analysis of PHP_5_4 with CLANG

2012-02-05 Thread Gwynne Raskind
there, it's possible there's a subtle issue (I haven't looked at the actual output). -- Gwynne -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Change bug tracker "bogus" to "not-bug"?

2012-01-25 Thread Gwynne Raskind
On Wed, Jan 25, 2012 at 04:23, Pierre Joye wrote: > hi Justin, > > I'm totally for that, has been asked it for years. > > Let see what other nicer status we need as wel :) > > Cheers, > > On Wed, Jan 25, 2012 at 12:11 AM, Justin Martin wrote: >> Hello, >> >> With some frequency, I find bugs which

Re: [PHP-DEV] PHP 5.3.9 and is_a changes

2011-10-22 Thread Gwynne Raskind
get in (or be backported/cherry-picked) if they had important fixes, as long as we don't have another is_a() snafu. -- Gwynne -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Cannot build ext/intl on Fedora 15

2011-08-28 Thread Gwynne Raskind
and can be fixed by adding it, but I have no idea what's special with > new Fedora (i.e., I think some new gcc stuff, no idea what) or why our > autoconf magic didn't do what it was supposed to do. Hope autoconf magicians > can shed some light on this :) This issue exists on Da

Re: [PHP-DEV] [VOTE] Choosing a distributed version control system for PHP

2011-08-24 Thread Gwynne Raskind
> repository does not make sense. The original plan called for the SVN repo to be split up at some point in the future, but DVCS gained traction and SVN went without any attempts by anyone to put a proper workflow of any kind in place. -- Gwynne -- PHP Internals - PHP Runtime Development Mail

Re: [PHP-DEV] [RFC] Choosing a distributed version control system for PHP (or not). Call for Participation.

2011-08-14 Thread Gwynne Raskind
lly > PHP managed interface to a PHP repo? I'm starting to think we should take a cue from Linus and just do as we did with bugsweb, newsweb, and so forth: Build our own (Hg/Git-compatible) DVCS from scratch! (I'm joking... mostly.) -- Gwynne -- PHP Internals - PHP Runtime Devel

Re: [PHP-DEV] [RFC] Choosing a distributed version control system for PHP (or not). Call for Participation.

2011-08-12 Thread Gwynne Raskind
ement that SVN went ahead anyway, with the thought that the Git mirror would be "good enough". In my defense, at the time SVN looked a good bit better than it does now. I really did think it'd last, LOL. -- Gwynne -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] [RFC] Line markers in PHP

2011-08-10 Thread Gwynne Raskind
I've just created a new RFC, https://wiki.php.net/rfc/linecontrol , regarding adding cpp(1)'s linemarkers to PHP. Discussion is invited. -- Gwynne -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] [PATCH] 5.4 doesn't build with Clang 2.9

2011-08-05 Thread Gwynne Raskind
I've tested it on multiple architectures (i386, x86_64), compilers (gcc 4.2, LLVM-GCC, Clang 2.9, Clang SVN), and systems (Darwin, Ubuntu, BSD), and it appears to work cleanly on all of them. The patch is against 5.4. -- Gwynne Index: Z

Re: [PHP-DEV] An implementation of a short syntax for closures

2011-08-04 Thread Gwynne Raskind
On Thu, Aug 4, 2011 at 09:12, Antony Dovgal wrote: >>>  Btw, am I the only one to whom the proposed syntax seems kinda >>> hieroglyphic? >> No. I don't see at all why we need this, just like I don't see why we >> needed an alternative (short) syntax for arrays. This kind of syntax >> additions tha

Re: [PHP-DEV] new gcov.php.net machine is up

2011-07-24 Thread Gwynne Raskind
LIAS ZEND_MALIAS #define PHP_ABSTRACT_ME ZEND_ABSTRACT_ME #define PHP_ME_MAPPING ZEND_ME_MAPPING +#define PHP_FE_END ZEND_FE_END #define PHP_MODULE_STARTUP_N ZEND_MODULE_STARTUP_N #define PHP_MODULE_SHUTDOWN_N ZEND_MODULE_SHUTDOWN_N -- Gwynne On Sat, Jul 23, 2011 at 19:23, Ras

Re: [PHP-DEV] new gcov.php.net machine is up

2011-07-23 Thread Gwynne Raskind
oduced, of course). -- Gwynne On Sat, Jul 23, 2011 at 18:54, Hannes Magnusson wrote: > On Sun, Jul 24, 2011 at 00:45, Pierre Joye wrote: >> I would add: >> >> 2.1 fix the new ones >> >> That's what I try to do using a delta between two revisions. At some >>

Re: [PHP-DEV] new gcov.php.net machine is up

2011-07-23 Thread Gwynne Raskind
;s a major undertaking to eliminate all the warnings, and it'll get ugly. -- Gwynne On Sat, Jul 23, 2011 at 16:06, Richard Quadling wrote: > On 23 July 2011 17:16, Antony Dovgal wrote: >> Thanks Nuno, great job! >> >> On 07/23/2011 08:03 PM, Nuno Lopes wrote: >>>

Re: [PHP-DEV] Magic quotes removal previous patch

2011-07-21 Thread Gwynne Raskind
+1 to E_CORE. -- Gwynne On Thu, Jul 21, 2011 at 06:28, Pierrick Charron wrote: > I'm also ok with E_CORE. > > Pierrick > > On 21 July 2011 05:19, Pierre Joye wrote: >> hi Pierrick! >> >> Thanks for the updated patch :) >> >> Now the only q

Re: [PHP-DEV] Re: RFC: Short syntax for Arrays (redux)

2011-06-02 Thread Gwynne Raskind
t; Yes, definitely "=>" vs. ":" in any case. +1 to this. -- Gwynne -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] RFC: Short syntax for Arrays (redux)

2011-05-31 Thread Gwynne Raskind
rme Blanco, Jonathan-Bond Caron > > Contra: Geoffrey Sneddon, Tomi Kaistila, David Zühlke > > > -- > Brian. > http://brian.moonspot.net > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > -- Gwynne -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Fwd: What's up with Quercus?

2011-05-29 Thread Gwynne Raskind
to become fluent with them and their libraries, and there is a time constraint. PHP has all of these issues, but 1) I know the language and how to cope with the issues it does have, and 2) once those issues are coped with, it works better than anything else I know well enough to use now. -- Gwynne -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Fwd: What's up with Quercus?

2011-05-28 Thread Gwynne Raskind
s.com/ - No Unicode. If there is any direction for PHP 6, I'd like to see that direction be dealing with problems like these. PHP has been used more and more as a general-purpose language, when it wasn't designed to be. Addressing that would solve a lot of core problems. And yes, it d

Re: [PHP-DEV] Re: EBNF

2011-01-01 Thread Gwynne Raskind
h the complexity of the language. There are dozens of tiny little edge cases in PHP's parsing that require bunches of extra parser rules. An example from above is the difference between using "statement" and "inner-statement" for the two different forms of "if". Because "statement" includes basic blocks and labels, the rule disallows writing "if: { xyz; } endif;", since apparently Zend doesn't support arbitrary basic blocks. All those cases wreak havoc on the grammar. In its present form, it will never reduce down to something nearly as small as Python's. -- Gwynne -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] RFC - MACRO

2010-12-22 Thread Gwynne Raskind
;>> >>>> You know that you could write: >>>> >>> #define PF private function >>>> #define SCOPE_CLASS(x) class MyProject_ ## x >>>> >>>> >>>> class UseMacro >>>> { >>>> PF preSave($object) &g

Re: [PHP-DEV] git anyone?

2010-11-30 Thread Gwynne Raskind
e last statement: > do you know about mtrack? it is a trac "clone" written in php by Wez *Googles.* *Reads.* Well... dang. Go Wez!! I like it :-). Thanks for the pointer! I'll have to look into that in more detail soon, it could prove very useful. And it looks a good bit be

Re: [PHP-DEV] Re: RFC: Making T_FUNCTION optional in method declarations

2010-11-30 Thread Gwynne Raskind
most common keywords in the language and can > be perfectly done keeping the BC. > > P.S. Personally I will prohibit my developers to use the short syntax > without the "function" keyword. Agreed. -1 here also. -- Gwynne -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] git anyone?

2010-11-30 Thread Gwynne Raskind
und the community with the full knowledge necessary to undertake the migration with minimum fuss; it's been pointed out that the kind of massive manual balancing I had to do for CVS->SVN would be completely absent. I just wish I didn't have to also admit that Trac is a really great project management system. Unless things have changed drastically since I was last active, PHP still needs one. ^^; -- Gwynne -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: Commit messages and ChangeLog (Re: [PHP-DEV] ChangeLog)

2010-05-29 Thread Gwynne Raskind
difficult - in fact one of the open-source scripts already out there for the purpose would seem appropos, it just hasn't been done. They seem to be standard fare in FOSS projects, so I'm -1 for removing the functionality, but +1 for removing the useless archives from all active branches. I wish I could volunteer to do the port, but I have too much on my plate right now :( -- Gwynne smime.p7s Description: S/MIME cryptographic signature

Re: [PHP-DEV] trunk is alive and open

2010-04-29 Thread Gwynne Raskind
On Apr 29, 2010, at 10:05 AM, Lukas Kahwe Smith wrote: >>>> -Original Message- >>>> From: Johannes Schlüter [mailto:johan...@schlueters.de] >>>> Sent: Tuesday, April 27, 2010 9:40 AM >>>> To: Pierre Joye >>>> Cc: Gwynne

Re: [PHP-DEV] trunk is alive and open

2010-04-27 Thread Gwynne Raskind
gt; implementation on the track again but it didn't get much response. And >> I think we should decide on a version number and see if we can get an >> Alpha release out by Q4 this year if possible, since the current >> releases of new development branches have been taking for

Re: [PHP-DEV] trunk is alive and open

2010-03-30 Thread Gwynne Raskind
comes to > mind. I love the way these two guys handle things, and it feels like a nice > balance. > > And while Rasmus may [or may not] deny his BDFL status, I'd love to see it in > high gear especially now that he's funemployed. +1 -- Gwynne smime.p7s Description: S/MIME cryptographic signature

Re: [PHP-DEV] Re: moving forward

2010-03-14 Thread Gwynne Raskind
million names. I'd actually like to bring up the question of going to DVCS for PHP. I know I was a vocal advocate against it before, but I've learned a bit since then. Anyone care to discuss? -- Gwynne smime.p7s Description: S/MIME cryptographic signature

Re: [PHP-DEV] RFC - "class underloading" -or- "ancestor overloading"

2010-03-12 Thread Gwynne Raskind
>>> overload/underload is not the best word for this functionality. Also, I'm >>> not sure if there are other class-based OO languages that allow this kind >> of >>> behavior... Prototypal languages perhaps, as is the case with javascript >> and >>> the Obj.prototype which (combined with anonymous functions) allows you to >>> extend the "base" functionality of other objects that "extend" it. >> >> Even though it might look appealing from a framework user perspective, >> it looks fishy from a language design perspective. It sounds like >> you're trying to fix a framework design lack by a language trick. >> >> For the fishy part: what happens to the old class? what about static >> method calls on that old class? What if two classes overwrites the >> same class? Basically it would mean there is no way to know at compile >> time which class new Foo; is supposed to instantiate. >> >>> >>> >>> Thank you for your comments and thoughts! >>> >>> >>> Chris Trahey >>> >>> Web Applications Developer >>> >>> Database Administrator >>> >>> CSISD [Technology] >>> >>> >>> footnote: I sent this message from a different address and it did not >> show >>> up. I tested sending to internals-h...@lists.php.net and did not get a >>> response -so I assume there is an outgoing issue on my other server's >> side. >>> Forgive me if this message shows up again. >>> >> >> >> >> -- >> Etienne Kneuss >> http://www.colder.ch >> -- Gwynne -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Tests repository (was: Re: [PHP-DEV] PHP 6)

2010-03-12 Thread Gwynne Raskind
for the run-tests.php but >> IIRC, someone was rewriting it already? > Can we use this svn link/external somehow? Having one module for the > tests but you get them when checking out a php-src branch. Gwynne can > certainly answer this question :) Yes, this is quite possible. I

Re: [PHP-DEV] function call chaining

2010-01-19 Thread Gwynne Raskind
+1 It also supports the "allocation is not initialization" (or anti-RAII) pattern found in languages like Objective-C: Objective-C: String *s = [[String alloc] initWithFormat:@"I'm a little teapot, %@ and %@", @"short", @"stout"]; PHP: $s = (new String)-

Re: [PHP-DEV] Debian PHP patches

2010-01-18 Thread Gwynne Raskind
.php.net/viewvc?view=revision&revision=291414 If I remember right, removing the diverts makes the ./configure --help output no longer pretty. And 2.6x and 2.13 are both broken in their own lists of ways. Though I thought the use of high-numbered diversions was actually a supported thing -

Re: [PHP-DEV] Debian PHP patches

2010-01-16 Thread Gwynne Raskind
7;t know this for a fact firsthand.) Personally, I'd rather see PHP go to CMake. CMake does have its own host of problems, but they could be dealt with. And yes, I would volunteer to revive the CMake effort. -- Gwynne -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Backporting bypass_shell and posix_pipe() from trunk to 5.3

2009-11-28 Thread Gwynne Raskind
n tested and run through valgrind and the Clang analyzer. Any reason I shouldn't commit it? I tried to get it into 5.3.0 but the consensus at the time was "let's get this out the door already" :). -- Gwynne -- PHP Internals - PHP Runtime Development Mailing List To un

Re: [PHP-DEV] Secure SVN access

2009-09-03 Thread Gwynne Raskind
rying to get the box upgraded, but I never got that word, so we're still http:// only. -- Gwynne -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Fwd: [PATCH] php bugtracker should set Precendence: bulk header

2009-08-10 Thread Gwynne Raskind
I'm the wrong person to send this email to. Forwarding to internals. -- Gwynne Begin forwarded message: From: "Cristian Rodríguez" Date: August 10, 2009 12:14:08 PM EDT To: gwy...@php.net Subject: [PATCH] php bugtracker should set Precendence: bulk header php bug tra

Re: [PHP-DEV] Re: PHP 5.3.1 RC 1

2009-08-07 Thread Gwynne Raskind
You can do an SVN export to get the code without the .svn files. Irrelevant. SVN code, with or without the .svn metadata, is considered unstable and is almost always unacceptable in a production environment. +1 for a 5.3.1 release ASAP. -- Gwynne -- PHP Internals - PHP Runtime

Re: [PHP-DEV] Alternative mbstring implementation using ICU

2009-07-30 Thread Gwynne Raskind
ng it doesn't match, there's no reasonable way to determine *why*. Also, more to the point, Oniguruma hasn't been updated in two years and counting, which is enough to count it as unmaintained. PCRE is still seeing releases on a regular basis. -- Gwynne -- PHP Internal

Re: [PHP-DEV] Alternative mbstring implementation using ICU

2009-07-30 Thread Gwynne Raskind
re offered as a PECL extension, I would think that perfectly reasonable, but I don't think it belongs in core. -- Gwynne -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: svn: /php/php-src/branches/PHP_5_3/ext/gd/ libgd/gdft.c tests/bug48555.phpt tests/bug48732.phpt tests/bug48801.phpt

2009-07-27 Thread Gwynne Raskind
I've been following so far. That document is outdated. It's now (strongly) preferred that you use one of the various methods for multi-branch commits available in SVN, using merge or a sparse checkout. -- Gwynne -- PHP Internals - PHP Runtime Development Mailing List To unsubscri

Re: [PHP-DEV] Bug 42194 Open

2009-07-27 Thread Gwynne Raskind
? Have a nice day, Kenan Sulayman If you have something to say about a bug, please post it as a comment on the bug report itself. You can do so using the interface at <http://bugs.php.net/bug.php?id=42194&edit=3 >. -- Gwynne -- PHP Internals - PHP Runtime Development Maili

Re: [PHP-DEV] Another tiny syntax patch

2009-07-26 Thread Gwynne Raskind
other (admittedly finctional so far) processing system run on the file. As I said, it was just for the heck of it :). I know no one's likely to find it interesting. I did toy with the idea of something that was actually compliant, but: Gwynne Raskind wrote: For the sake of the heck

[PHP-DEV] Another tiny syntax patch

2009-07-26 Thread Gwynne Raskind
dlval->value.str.len = yyleng; + zendlval->type = IS_STRING; + BEGIN(ST_IN_SCRIPTING); + return T_OPEN_TAG_WITH_ECHO; +} + + "value.str.val = yytext; /* no copying - intentional */ zendlval->value.str.len = yyleng; [1] Extensible Markup Language (XML) 1.0

[PHP-DEV] Re: [PEAR-DEV] Tagging releases

2009-07-24 Thread Gwynne Raskind
On Jul 23, 2009, at 9:21 PM, Gwynne Raskind wrote: Today, I just release a new version of the Log package, and I attempted to tag this release in the same way. Unfortunately, I ran into this error: $ svn copy \ http://svn.php.net/repository/pear/packages/Log/trunk \ http://svn.php.net

Re: [PHP-DEV] Re: svn checkout suggestion

2009-07-20 Thread Gwynne Raskind
whether to use SVN or Git for PHP. We decided on SVN. We also have a Git mirror. In short, you're telling us what we already went over sixteen dozen times and dealt with. -- Gwynne, PHP's SVN maintainer On 07/20/2009 01:38 PM, Arnold Daniels wrote: Hi, Can I suggest having a l

Re: [PHP-DEV] Renaming php-cvs to php-svn ?

2009-07-16 Thread Gwynne Raskind
#x27;m personally very much in favor of a rename to "php-commits" etc. From commit-email.php (again), the list of lists that could be renamed: php-gtk-...@lists.php.net zend-engine-...@lists.php.net doc-...@lists.php.net pear-...@lists.php.net pecl-...@lists.php.net gd-...@lists.php

Re: [PHP-DEV] A patch for HEAD

2009-07-16 Thread Gwynne Raskind
'proc->argv = (bypass_shell ? child_argv : NULL);' can be simplified to 'proc->argv = child_argv;' since child_argv is already initialized to NULL I think that's it :) It's only minor things, I guess. As soon as you fix these things, please go ahead and commi

[PHP-DEV] Re: [PHP-CVS] Commit freeze is officially over

2009-07-14 Thread Gwynne Raskind
even lists; use svn- migration@ for this kind of question. To answer the question, anonsvn.php has already been commited to phpweb and should show up as soon as we get rsync back in service. -- Gwynne -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://w

[PHP-DEV] Commit freeze is officially over

2009-07-13 Thread Gwynne Raskind
. Any other issues, please bring them to my attention. Preferably via email, not IRC :). -- Gwynne -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [PHP-CVS] svn: php/php-src/trunk/win32/build/

2009-07-13 Thread Gwynne Raskind
svn repo directly, afaik Gwynne is on it. I've now made five or six attempts to fix this, all of which obviously missed at least some affected files. Everyone who runs accross a file with this problem, please execute: svn propdel svn:mime-type Before you commit if possible, or afterwar

[PHP-DEV] SVN Conversion Complete

2009-07-10 Thread Gwynne Raskind
are allowed. We remain in commit freeze. Everyone who has issues, please put them on svn- migrat...@lists.php.net. I'll be around all weekend, and all of us will respond to issues as quickly as we can. -- Gwynne -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, vis

Re: [PHP-DEV] Type hinting/casting request for vote

2009-07-07 Thread Gwynne Raskind
is out to avoid having yet another "feature-filled" 5.x release. So, once again, completely against this going into 5.3. Same here. +1 for HEAD, -1 for 5.3. -- Gwynne -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Veracity of statement that FastCGI is always enabled cannot be disabled in PHP 5.3

2009-07-03 Thread Gwynne Raskind
longer be turned off. However, the SAPI selection process still procedes as it did before. I'll see what we can do about clarifying the documentation. Sorry for the confusion :). -- Gwynne On Jul 3, 2009, at 11:39 AM, Ryan Schmidt wrote: Hi. I'm the maintainer of PHP in MacPorts

[PHP-DEV] Tiny correction to type hinting patch

2009-07-02 Thread Gwynne Raskind
My understanding of the lexer is insufficient to understand why this particular set of parenthesis makes any difference at all, but there you have it. -- Gwynne -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] CGI and FastCGI SAPI

2009-07-01 Thread Gwynne Raskind
gs to enable FastCGI, and so forth. In 5.3 they were unified completely: you can't have one without the other anymore. Why would you need to? -- Gwynne "Michael Shadle" wrote in message news:bd9320b3090707q4fc2c2c3hbffbf289679e6...@mail.gmail.com ... I think it would be

Re: [PHP-DEV] RFC: Type hinting revisited for PHP 5.3

2009-07-01 Thread Gwynne Raskind
g can present a last line of defense against unexpected input for numeric fields, which are typically abused to do SQL injection. [snip] My hope is that the latest changes will allow this to become a standard part of PHP. +1 (+1000, actually :) -- Gwynne -- PHP Internals - PHP Runti

[PHP-DEV] A patch for HEAD

2009-06-26 Thread Gwynne Raskind
the code, Netware doesn't have a shell in the first place. I'm proposing the inclusion of this patch in HEAD (which I'll port it to if I get a thumbs-up here), and possibly 5.3.2. Criticism and angry flames welcome. Constructive critcism and good-natured comments will be ignor

[PHP-DEV] Re: [SVN-MIGRATION] Re: [PHP-DEV] post 5.3.0 development

2009-06-26 Thread Gwynne Raskind
fter 5.3's release won't kill anyway. But keep in mind that the SVN freeze will freeze PEAR and PECL and GTK and... well, everyone. Once CVS write access is shut off, it'll never be turned back on (unless there's a problem with SVN). Whereas this freeze is just on PH

[PHP-DEV] Re: [PEAR-DEV] Re: Keeping CVS? was - Re: [PEAR-DEV] CVS 2 SVN

2009-06-25 Thread Gwynne Raskind
nvestigate switching to Git sometime in the future, but that time is not now. Everyone, please see <http://news.php.net/php.internals/44411> for more info on what you can do to help with the move and what you'll need to do to be ready for it. -- Gwynne -- PHP Internals - PHP Runt

Re: [PHP-DEV] header_remove() issues (overly aggressive?)

2009-06-23 Thread Gwynne Raskind
g the session cookie might even be considered a "good" feature by some. Including me! ;) -- Gwynne -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS to Subversion move progress

2009-06-22 Thread Gwynne Raskind
ch will be changed to 1. 5) SVN write access will be enabled. 6) ??? 7) Profit P.S. If someone could crosspost this to pear-dev@, I'd be quite grateful; I can't seem to get subscribed to it. -- Gwynne -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Call for a doc push

2009-06-21 Thread Gwynne Raskind
seful sense), but the opcodes.html file is all there. With any luck, someone else will come along and clean it up a bit, and/or expand on it. -- Gwynne -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Results of running the entire testsuite with valgrind

2009-06-21 Thread Gwynne Raskind
/str_pad_variation5.phpt (SIGBUS on NULL pointer) tests/output/ob_011.mem (SIGSEGV on unmapped non-NULL pointer) -- Gwynne -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] bug #48583 or display_errors saga

2009-06-18 Thread Gwynne Raskind
ng such errors can be a potential security risk. -- Gwynne -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Patch for bug #48575

2009-06-18 Thread Gwynne Raskind
esn't change anything either except removing some dead code and removing one configure check. Per Pierre's request, I'm sending it here for review :) Looks good for me, apply to HEAD and document somewhere that we need 10.2 as the minimum version. Correction: 10.3 as the minimum :).

Re: [PHP-DEV] Patch for bug #48575

2009-06-18 Thread Gwynne Raskind
On Jun 18, 2009, at 10:46 AM, Gwynne Raskind wrote: Here is a nice simple patch for #48575 which rips out the mach-o/ dyld.h functionality in Zend (as suggested by the original reporter and the Apple comment). According to my testing this not only doesn't break anything, but actually do

[PHP-DEV] Patch for bug #48575

2009-06-18 Thread Gwynne Raskind
some dead code and removing one configure check. Per Pierre's request, I'm sending it here for review :) -- Gwynne -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Live SVN repository

2008-10-03 Thread Gwynne Raskind
oing on. PLEASE, restrict your replies to [EMAIL PROTECTED] -- Gwynne, Daughter of the Code "This whole world is an asylum for the incurable." -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] CVS to SVN Migration

2008-07-25 Thread Gwynne Raskind
t thing we need is extra noise without any means of categorizing. -- Gwynne, Daughter of the Code "This whole world is an asylum for the incurable." -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Volunteers for Subversion 1.5 conversion of cvs.php.net?

2008-07-24 Thread Gwynne Raskind
has enough threads as it is. -- Gwynne, Daughter of the Code "This whole world is an asylum for the incurable." -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS to SVN Migration

2008-07-24 Thread Gwynne Raskind
(<http://wiki.php.net/svnmigration>) and want to help, I beg you on my knees to subscribe (send a mail to <[EMAIL PROTECTED] >) and let us know what you want to do :). It's past time for PHP to make this step a just a little bit further into the future and I hope we can work t

Re: [PHP-DEV] Volunteers for Subversion 1.5 conversion of cvs.php.net?

2008-07-24 Thread Gwynne Raskind
rk on those next. -- Gwynne, Daughter of the Code "This whole world is an asylum for the incurable." -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Volunteers for Subversion 1.5 conversion of cvs.php.net?

2008-07-24 Thread Gwynne Raskind
See my Wiki on it at <http://wiki.php.net/svnmigration>, I'm planning to get back to it this weekend. -- Gwynne, Daughter of the Code "This whole world is an asylum for the incurable." -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [RFC] E_USER_DEPRECATED

2008-07-20 Thread Gwynne Raskind
On Jul 19, 2008, at 6:55 AM, Lars Strojny wrote: Hi everbody, regarding my mail from yesterday, I've also created an RFC for the new error level. http://wiki.php.net/rfc/e-user-deprecated-warning cu, Lars A large +1 from me too. -- Gwynne, Daughter of the Code "This whole w

Re: [PHP-DEV] PHP 6 (and forget 5.4) (Was: Re: [PHP-DEV] [RFC] Closures: updated proposal and patch)

2008-07-03 Thread Gwynne Raskind
email as a sort of damage control :) A loud +1 to this from me. Can we get an RFC into the Wiki on this? -- Gwynne, Daughter of the Code "This whole world is an asylum for the incurable." -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH] [RFC] Closures and lambda functions in PHP

2008-06-26 Thread Gwynne Raskind
functions that were created inside of the class have been free'ed? I'm not up to date on the operation of the current patches to implement closures, but typically this is how it'd work, retaining references to what's needed as long as the closures exist. -- Gwynne,

Re: [PHP-DEV] [PATCH] [RFC] Closures and lambda functions in PHP

2008-06-18 Thread Gwynne Raskind
the stack is an issue, though; the Lua interpreter's idea of "scope" is rather different from PHPs, and it's not nearly the same penalty there. -- Gwynne, Daughter of the Code "This whole world is an asylum for the incurable." -- PHP Internals - PHP Runt

Re: [PHP-DEV] [PATCH] [RFC] Closures and lambda functions in PHP

2008-06-18 Thread Gwynne Raskind
ous what others think. Of course, that fragment does a very poor job of showing off the extreme flexibility of Lua with regards to functions and scoping, but hopefully it illustrates the concept. -- Gwynne, Daughter of the Code "This whole world is an asylum for the incurable." -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/session mod_user.c mod_user.h php_session.h session.c

2008-04-24 Thread Gwynne Raskind
On Apr 24, 2008, at 3:19 AM, Antony Dovgal wrote: On 08.03.2008 02:20, Gwynne Raskind wrote: gwynne Fri Mar 7 23:20:32 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/session mod_user.c mod_user.h php_session.h session.c Log: MFH: fix bug #32330

Re: [PHP-DEV] Re: macos-x, php-5.3, configure.in, problem with sed

2008-04-15 Thread Gwynne Raskind
On Apr 15, 2008, at 11:28 AM, Alexey Zakhlestin wrote: bumping up this one is still not applied in 5.3 On 3/31/08, Alexey Zakhlestin <[EMAIL PROTECTED]> wrote: There is a patch by gwynne, which introduces platform-specific hack for darwin/macos-x. http://cvs.php.net/viewvc.cgi/p

Re: [PHP-DEV] PHP 5.2.6RC5 Released

2008-04-11 Thread Gwynne Raskind
ies while being at it (thinking of libpng first, or openssl). Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org Ilia Alshanetsky -- Gwynne, Daughter of the Code "This whole world is an asylum for the incurable." -- PHP Internals - PHP Runtime Development Mailing List

[PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_3) / configure.in

2008-04-01 Thread Gwynne Raskind
ly already. -- Gwynne, Daughter of the Code "This whole world is an asylum for the incurable." -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP 5.3 the slowest PHP of all times ?!?

2008-03-31 Thread Gwynne Raskind
k, maybe i made a mistake, that's what i compared: Upon investigation I've discovered the problem to be this: When the Darwin hack takes effect, the overwrite of CFLAGS removes the default - O2, thus the slowdown. I'll commit a fix shortly, with apologies for the oversight.

Re: [PHP-DEV] PHP 5.3 the slowest PHP of all times ?!?

2008-03-31 Thread Gwynne Raskind
g should have no effect on production performance. -- Gwynne, Daughter of the Code "This whole world is an asylum for the incurable." -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [RFC] Double quoted NOWDOC is HEREDOC

2008-03-28 Thread Gwynne Raskind
isfying expectations rocks! marcus As the original proposer of nowdocs, I also give it a +1 for consistency! -- Gwynne, Daughter of the Code "This whole world is an asylum for the incurable." Saturday, March 22, 2008, 9:17:27 PM, you wrote: Hi, as we introduce NOWDOC in 5.3

Re: [PHP-DEV] Could PHP be used to build PHP?

2008-03-20 Thread Gwynne Raskind
endless, endless configuration options. That's what we'd end up with, and it's just not worth it. -- Gwynne, Daughter of the Code "This whole world is an asylum for the incurable." On Mar 20, 2008, at 6:28 AM, Richard Quadling wrote: With regard to the CMake SoC propo

Re: [PHP-DEV] CMake SoC Proposal

2008-03-19 Thread Gwynne Raskind
ght? :D If automake and autoconf can do it, then as a rule CMake can do it better. -- Gwynne, Daughter of the Code "This whole world is an asylum for the incurable." -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Deprecating php_dirname() in 5_3, removing in HEAD

2008-03-05 Thread Gwynne Raskind
l see no gain :) Perhaps it's time to make a "compatibility" extension with all those ifdefs everywhere and engine hooks. I'll +1 that. I'll even volunteer to maintain it, if someone who knows the engine better can give me a framework to start from. -- Gwynne, Daughter

[PHP-DEV] [PATCH] Fix for bug #32330

2008-01-29 Thread Gwynne Raskind
HP_5_2.diff> <http://www.wanderingknights.org/maryoku/bug32330-PHP_5_3.diff> <http://www.wanderingknights.org/maryoku/bug32330-HEAD.diff> Hope it's useful! -- Gwynne, Daughter of the Code "This whole world is an asylum for the incurable." -- PHP Internals - PHP Runtime Deve

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

2008-01-22 Thread Gwynne Raskind
On Jan 22, 2008, at 5:29 AM, Pierre wrote: On Jan 21, 2008 3:38 PM, Antony Dovgal <[EMAIL PROTECTED]> wrote: 6 reasons why we must to get rid of The Switch ASAP I was +1 months ago, I'm still +1 now :) I'll throw in my +1 too. That's right, I'm still alive! :)

  1   2   >