Re: [PHP-DEV] [RFC] Zend Signal Handling

2008-07-26 Thread Lucas Nealan
I was waiting after Rasmus said he wanted to compare to the internal Signals code they have at Yahoo before asking againd about inclusion. Gopal is familiar with the Yahoo code as well and we're planning to get together tomorrow and to review and make sure there aren't any critial oversights

Re: [PHP-DEV] GSoC Bugtracker Midterm Update

2008-07-26 Thread Richard Quadling
This is top posting. It means I get my dessert before my main course. 2008/7/26 Barry Carlyon [EMAIL PROTECTED] Top-post? Daniel Brown wrote: On Fri, Jul 25, 2008 at 6:53 PM, Barry Carlyon [EMAIL PROTECTED] wrote: 1) working with object orientated properly, writing classes and the like,

[PHP-DEV] towards 5.3 alpha1

2008-07-26 Thread Johannes Schlüter
Hello all, As some of you may have noticed the 5.3 todo list [1] has been reworked a bit. There is now a list for alpha1 and some more items for alpha2. As previously announced Lukas and I are allowing low risk self contained work to continue until alpha2 on a case by case basis. However

Re: [PHP-DEV] towards 5.3 alpha1

2008-07-26 Thread Lukas Kahwe Smith
On 26.07.2008, at 13:02, Johannes Schlüter wrote: Again a general request to the developer and user community at large: Please concentrate on findingfixing bugs instead of functional changes (including arginfo and parameter_parsing) and to make sure we have all changes covered in the wiki

Re: [PHP-DEV] towards 5.3 alpha1

2008-07-26 Thread Arnaud Le Blanc
On Saturday 26 July 2008 13:57:45 Lukas Kahwe Smith wrote: On 26.07.2008, at 13:02, Johannes Schlüter wrote: Again a general request to the developer and user community at large: Please concentrate on findingfixing bugs instead of functional changes (including arginfo and

Re: [PHP-DEV] towards 5.3 alpha1

2008-07-26 Thread Pierre Joye
hi! On Sat, Jul 26, 2008 at 1:57 PM, Lukas Kahwe Smith [EMAIL PROTECTED] wrote: Of course there are also still tons of open 5.2 bugs [1] :( What would be nice is to sort out platform specific bugs (5.2 or 5.3). There is many windows bugs that are not Windows specific, they should be * (all

Re: [PHP-DEV] CVS to SVN Migration

2008-07-26 Thread Sebastian Deutsch
Rasmus Lerdorf schrieb: Lukas Kahwe Smith wrote: The git and hg integration with svn is also good so any developer who prefers to have a local repository can very easily use either git or hg and easily merge into the central svn repository. However I think we should provide the

Re: [PHP-DEV] CVS to SVN Migration

2008-07-26 Thread Lukas Kahwe Smith
On 25.07.2008, at 12:44, Gwynne Raskind wrote: On Jul 25, 2008, at 6:34 AM, Hannes Magnusson wrote: At this point it's clear that moving from CVS to SVN for PHP has become a more or less official project. Has the phpdoc revision/translation problem been looked into/fixed? No, not yet,

Re: [PHP-DEV] towards 5.3 alpha1

2008-07-26 Thread Lukas Kahwe Smith
On 26.07.2008, at 13:02, Johannes Schlüter wrote: - undeprecate ticks: as long as we have no replacement for the signal handling we shouldn't deprecate the only way to do that. So currently the deprecation warning reads that the feature will be removed in PHP 6. We could also tone down

Re: [PHP-DEV] towards 5.3 alpha1

2008-07-26 Thread Lukas Kahwe Smith
On 26.07.2008, at 22:17, Lukas Kahwe Smith wrote: On 26.07.2008, at 13:02, Johannes Schlüter wrote: - undeprecate ticks: as long as we have no replacement for the signal handling we shouldn't deprecate the only way to do that. crashes with ticks. Tony says he is using tick's and we do not

Re: [PHP-DEV] Patch for HTTP successful status codes

2008-07-26 Thread David Zülke
Am 25.07.2008 um 12:53 schrieb Hannes Magnusson: I think changing all 3xx status codes to be success is a slightly more bc break then you think. A simple example: I do a file_get_contents() request. Store it in a local buffer. I do a second file_get_contents(), get a error (304) back, print

Re: [PHP-DEV] Modify language grammar to allow commas to skip defaulted parameters.

2008-07-26 Thread David Zülke
Am 22.07.2008 um 16:37 schrieb Richard Quadling: Actually, would allowing PHP to skip defaulted parameters be a better facility to add? function foo($opt1 = Null, $opt2 = Null){} foo(,True); Hmm. Doesn't look good does it. But, useful. Having to supply the default value if you don't want

Re: [PHP-DEV] Patch for HTTP successful status codes

2008-07-26 Thread Hannes Magnusson
On Sat, Jul 26, 2008 at 22:37, David Zülke [EMAIL PROTECTED] wrote: Am 25.07.2008 um 12:53 schrieb Hannes Magnusson: I think changing all 3xx status codes to be success is a slightly more bc break then you think. A simple example: I do a file_get_contents() request. Store it in a local

Re: [PHP-DEV] Patch for HTTP successful status codes

2008-07-26 Thread David Zülke
Am 26.07.2008 um 22:53 schrieb Hannes Magnusson: On Sat, Jul 26, 2008 at 22:37, David Zülke [EMAIL PROTECTED] wrote: Am 25.07.2008 um 12:53 schrieb Hannes Magnusson: I think changing all 3xx status codes to be success is a slightly more bc break then you think. A simple example: I do a

[PHP-DEV] GSoC Update (XDebug project)

2008-07-26 Thread Kenneth
I am Chung-Yang (Kenneth) Lee, a current master student in Indiana University Bloomington under the information science major. For GSoC, I work on the XDebug project, which is to create a web front- end to deal with the profiler's output from XDebug. The main goal is to create a web-based

Re: [PHP-DEV] towards 5.3 alpha1

2008-07-26 Thread Marcus Boerger
Hello Lukas, Saturday, July 26, 2008, 10:17:52 PM, you wrote: On 26.07.2008, at 13:02, Johannes Schlüter wrote: - undeprecate ticks: as long as we have no replacement for the signal handling we shouldn't deprecate the only way to do that. So currently the deprecation warning reads that

Re: [PHP-DEV] CVS to SVN Migration

2008-07-26 Thread Marcus Boerger
Hello Travis, Friday, July 25, 2008, 9:27:02 PM, you wrote: Hello Marcus; Marcus Boerger wrote: A cvs read-only mirror would be nice to allow the old way of checking out stuff. But there I fail to see the reason to limit our selves to one additional other tool, nor do I see a reason to

[PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2(PHP_5_3) / zend_execute.c zend_vm_def.h zend_vm_execute.h

2008-07-26 Thread Marcus Boerger
Hello Internals, apparently overloaded objects do not need to implement property access and we issue an E_NOTICE in case someone tries to none-the-less. Dmirty thankfully made this consistent for all handlers now. However this raised a question on my side, whether we should increase the

Re: [PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2(PHP_5_3) / zend_execute.c zend_vm_def.h zend_vm_execute.h

2008-07-26 Thread Cristian Rodríguez
Marcus Boerger escribió: Hello Internals, apparently overloaded objects do not need to implement property access and we issue an E_NOTICE in case someone tries to none-the-less. Dmirty thankfully made this consistent for all handlers now. However this raised a question on my side, whether we