[PHP-DEV] VCS Account Request: leigh

2014-09-20 Thread Leigh T
Over the past 3 years I have made several small code and documentation contributions to the project. I do *not* want php-src commit access. I want to submit all of my contributions via pull request and have them double checked for sanity. I currently have two RFCs under discussion and would lik

Re: [PHP-DEV] Bug in HTTP stream context causes problems in SoapClient/get_sdl()

2009-01-26 Thread Daniel T. Gorski
On 25 Jan 22:43, Giovanni Giacobbi wrote: Hi, > The problem turned out to be an invalid interpretation of the HTTP/1.1 > protocol with "Transfer-Encoding: chunked" by the HTTP stream context, FYI, a related bug report: regards dtg --

Re: [PHP-DEV] The "jump" operator

2008-04-04 Thread Daniel T. Gorski
On 04 Apr 13:07, Alexey Zakhlestin wrote: Hi, >> Link: http://news.php.net/php.internals/36536 > it is a limited goto, just as advertised. you can get out of blocks > with it, but you can't go into blocks Shouldn't it be e.g. 'leave' instead of 'goto' then? Just to avoid confusion. regards dtg

Re: AW: [PHP-DEV] Method overloading by method signature

2007-10-15 Thread Daniel T. Gorski
On 15 Oct 18:15, Hans Moog wrote: > But since I and Richard Quadling seem to be the only ones who would like > to have this feature in php [...] No, you are of course not alone. ragards dtg -- _ ASCII ribbon campaign ( ) against HTML e-mailX

Re: [PHP-DEV] Namespaces in PHP 6 - ++$take

2006-11-10 Thread Daniel T. Gorski
On 10 Nov 13:05, Ilia Alshanetsky wrote: > On 10-Nov-06, at 12:41 PM, Sean Coates wrote: >> [...] >> I also don't deny that there will be a minor performance hit. There are a >> ton of other things in PHP that reduce performance.. the idea is to find >> a balance of which ones are worth it (as w

Re: [PHP-DEV] PHP 5.0.0 Release

2004-05-07 Thread Daniel T. Gorski
On 08 May 07:26, Sebastian Bergmann wrote: > > When will be the first official release of PHP 5.0.0? > > We are currently working towards a release in (mid-)July with a last > Release Candidate 2 to 4 weeks before the final release. "Dein Wort in Gottes Ohr ..." regards dtg -- PHP Interna

Re: [PHP-DEV] PHP 5.0.0 Release

2004-05-07 Thread Daniel T. Gorski
On 08 May 03:30, Andrew M. Johnstone wrote: > I realize this is probably a big question; however, it will determine the > outcome of a project I am working on. When will be the first official > release of PHP 5.0.0? It's finished, when it's finshed. Do not expect a satisfying answer, as I did for

[PHP-DEV] php5 class initialization

2004-03-21 Thread t
The below code outputs ... a() ... when I would expect ... __construct() ... is this a bug, some sort of new (only seeing this occur since RC1) feature, or some option I'm supposed to switch off ? -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net

[PHP-DEV] php5 class initialization

2004-03-21 Thread t
Outputs ... a() ... when I would expect ... __construct() ... is this a bug, some sort of new (only seeing this occur since RC1) feature, or some option I'm supposed to switch off ? -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP5 namespace question

2003-06-13 Thread Daniel T. Gorski
On 13 Jun 15:29, walt boring wrote: > I was curious if it is possible to have an include work inside of a > namespace for php5 PHP5 does not provide namespaces (anymore). regards dtg -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php