Re: [PHP-DEV] PHP 4.4.9RC1

2008-07-25 Thread Derick Rethans
On Fri, 25 Jul 2008, Xuefer wrote: > On Tue, Jul 22, 2008 at 3:57 PM, Derick Rethans <[EMAIL PROTECTED]> wrote: > > > > I packed PHP 4.4.1RC9 today, which you can find here: > > http://downloads.php.net/derick/ > 4.4.9RC1? Uhm yes. regards, Derick -- HEAD before 5_3!: http://tinyurl.com/6d2esb

Re: [PHP-DEV] CVS to SVN Migration

2008-07-25 Thread marius popa
On Fri, Jul 25, 2008 at 5:06 AM, Gwynne Raskind <[EMAIL PROTECTED]> wrote: > At this point it's clear that moving from CVS to SVN for PHP has become a > more or less official project. As such, there is a new mailing list isn't better to migrate to git or mercurial ? http://weblog.rubyonrails.org/20

[PHP-DEV] Does anyone have a copy of APC.dll that is newer than the one from January for NTS Windows?

2008-07-25 Thread steve
Does anyone have a copy of APC.dll that is newer than the one from January for not-thread-safe Windows? Would be much obliged, thank you! -- 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 Rasmus Lerdorf
marius popa wrote: On Fri, Jul 25, 2008 at 5:06 AM, Gwynne Raskind <[EMAIL PROTECTED]> wrote: At this point it's clear that moving from CVS to SVN for PHP has become a more or less official project. As such, there is a new mailing list isn't better to migrate to git or mercurial ? http://weblo

Re: [PHP-DEV] CVS to SVN Migration

2008-07-25 Thread Lukas Kahwe Smith
On 25.07.2008, at 09:48, Rasmus Lerdorf wrote: marius popa wrote: On Fri, Jul 25, 2008 at 5:06 AM, Gwynne Raskind <[EMAIL PROTECTED]> wrote: At this point it's clear that moving from CVS to SVN for PHP has become a more or less official project. As such, there is a new mailing list isn't

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

2008-07-25 Thread David Soria Parra
On a slightly related note, would anyone else be interested in seeing a Git repository along side Subversion? Even if people can't commit to the Git repo, I'd be happy to help set it up with the ability for them to push changes back to the SVN repo once they've prepared their patches. Yes, I'

Re: [PHP-DEV] CVS to SVN Migration

2008-07-25 Thread Rasmus Lerdorf
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 infrastructure for developers to setup

Re: [PHP-DEV] CVS to SVN Migration

2008-07-25 Thread Lukas Kahwe Smith
On 25.07.2008, at 10:11, Rasmus Lerdorf wrote: 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

Re: [PHP-DEV] CVS to SVN Migration

2008-07-25 Thread Lars Strojny
Hi Rasmus, Am Freitag, den 25.07.2008, 01:11 -0700 schrieb Rasmus Lerdorf: [...] > What do you mean by that? hgsvn and git-svn don't need any server-side > support to enable you to work locally and do local git or hg checkins > and then sync to the central svn repository when you are ready. gi

Re: [PHP-DEV] CVS to SVN Migration

2008-07-25 Thread David Soria Parra
However I think we should provide the infrastructure for developers to setup a dvcs. I dont know if we want to standardize on a specific one. But collaboration on exterimental stuff that requires a dvcs should be possible on php.net servers. Maybe it's just about having the possibilities for d

Re: [PHP-DEV] CVS to SVN Migration

2008-07-25 Thread Lukas Kahwe Smith
On 25.07.2008, at 10:25, Lars Strojny wrote: Hi Rasmus, Am Freitag, den 25.07.2008, 01:11 -0700 schrieb Rasmus Lerdorf: [...] What do you mean by that? hgsvn and git-svn don't need any server- side support to enable you to work locally and do local git or hg checkins and then sync to the ce

Re: [PHP-DEV] CVS to SVN Migration

2008-07-25 Thread Andrey Hristov
Hi, David Soria Parra wrote: However I think we should provide the infrastructure for developers to setup a dvcs. I dont know if we want to standardize on a specific one. But collaboration on exterimental stuff that requires a dvcs should be possible on php.net servers. Maybe it's just about

Re: [PHP-DEV] CVS to SVN Migration

2008-07-25 Thread Richard Quadling
2008/7/25 Gwynne Raskind <[EMAIL PROTECTED]> > At this point it's clear that moving from CVS to SVN for PHP has become a > more or less official project. As such, there is a new mailing list < > [EMAIL PROTECTED]> for anyone who wants to help with the move. > If you're familiar with what I've alre

Re: [PHP-DEV] CVS to SVN Migration

2008-07-25 Thread Marcus Boerger
Hello Lukas, Friday, July 25, 2008, 10:15:08 AM, you wrote: > On 25.07.2008, at 10:11, Rasmus Lerdorf wrote: >> 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 >>

Re: [PHP-DEV] CVS to SVN Migration

2008-07-25 Thread Marcus Boerger
Hello Lukas, Friday, July 25, 2008, 10:26:59 AM, you wrote: > On 25.07.2008, at 10:25, Lars Strojny wrote: >> Hi Rasmus, >> >> Am Freitag, den 25.07.2008, 01:11 -0700 schrieb Rasmus Lerdorf: >> [...] >>> What do you mean by that? hgsvn and git-svn don't need any server- >>> side >>> support t

Re: [PHP-DEV] CVS to SVN Migration

2008-07-25 Thread Lukas Kahwe Smith
On 25.07.2008, at 11:46, Marcus Boerger wrote: I mean that if several people work on a changeset, that they still might want to have a join central repo. Of course dvcs allows direct exchange of patches as well, but it might still be a good idea to have this central dvcs repo for historical

Re: [PHP-DEV] CVS to SVN Migration

2008-07-25 Thread Andrey Hristov
Oops, Andrey Hristov wrote: Hi, David Soria Parra wrote: However I think we should provide the infrastructure for developers to setup a dvcs. I dont know if we want to standardize on a specific one. But collaboration on exterimental stuff that requires a dvcs should be possible on php.net ser

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

2008-07-25 Thread Johannes Schlüter
On Thu, 2008-07-24 at 20:25 -0400, Gwynne Raskind wrote: > > Yes, I read that. But the conversion of the repository itself is > > only half the battle. There are a bunch of scripts in CVSROOT that > > need to be ported over to SVN somehow. > > My plan was to work on those next. not only CVS

Re: [PHP-DEV] CVS to SVN Migration

2008-07-25 Thread Johannes Schlüter
On Fri, 2008-07-25 at 10:26 +0200, David Soria Parra wrote: > >> However I think we should provide the infrastructure for developers to > >> setup a dvcs. I dont know if we want to standardize on a specific one. > >> But collaboration on exterimental stuff that requires a dvcs should be > >> possib

Re: [PHP-DEV] CVS to SVN Migration

2008-07-25 Thread Hannes Magnusson
On Fri, Jul 25, 2008 at 04:06, Gwynne Raskind <[EMAIL PROTECTED]> 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? -Hannes -- PHP Internals - PHP Runtime Develo

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

2008-07-25 Thread David Zülke
Did you yet? :) Am 24.07.2008 um 14:42 schrieb Michael Wallner: David Zülke wrote: So... who's gonna commit it? :) I'll commit in the next few hours if nobody objects. Mike -- 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 Scott MacVicar
On 25 Jul 2008, at 10:58, Lukas Kahwe Smith wrote: On 25.07.2008, at 11:46, Marcus Boerger wrote: I mean that if several people work on a changeset, that they still might want to have a join central repo. Of course dvcs allows direct exchange of patches as well, but it might still be a good

Re: [PHP-DEV] CVS to SVN Migration

2008-07-25 Thread Gwynne Raskind
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, but it will have to be. I intend for discussion on s

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

2008-07-25 Thread Lukas Kahwe Smith
On 25.07.2008, at 12:34, David Zülke wrote: Did you yet? :) yes .. it has been commited. regards, Lukas Kahwe Smith [EMAIL PROTECTED] -- 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 Lukas Kahwe Smith
On 25.07.2008, at 12:41, Scott MacVicar wrote: On 25 Jul 2008, at 10:58, Lukas Kahwe Smith wrote: On 25.07.2008, at 11:46, Marcus Boerger wrote: I mean that if several people work on a changeset, that they still might want to have a join central repo. Of course dvcs allows direct exchan

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

2008-07-25 Thread Hannes Magnusson
On Wed, Jul 23, 2008 at 19:40, Noah Fontes <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > David Zülke wrote: >> Yeah. We discussed that quite a while back when I sent over the >> "ignore_errors" options patch-like thing in November: >> http://thread.gmane.org/gmane

RE: [PHP-DEV] question about backward-compatibility break/bug in php 5.2.6

2008-07-25 Thread Derick Rethans
On Thu, 24 Jul 2008, Jack Steadman wrote: > Thank you for taking the time to explain this to me. A couple more > points below: > > > strtotime() has always accepted month and day numbers 0 in order to > > express "last month of the previos year" and "last day of the previous > > month". Take: >

[PHP-DEV] [RFC] __toBoolean()

2008-07-25 Thread troels knak-nielsen
First, apologies if this has been discussed before. I couldn't find any evidence to suggest that it has, but it kind of surprises me. As strings aren't objects in PHP, __toString is quite a useful construct, but it begs the question as to why there aren't __to for each of the primitive types in PH

Re: [PHP-DEV] [PATCH] Closures and reflection improvements

2008-07-25 Thread Christian Seiler
Hi, http://www.christian-seiler.de/temp/php/2008-07-24-reflection/reflection-closure-fixes-5.3.patch http://www.christian-seiler.de/temp/php/2008-07-24-reflection/reflection-closure-fixes-6.patch The last CVS commit for apply_func_t and TSRMLS_CC conflicted with the patches, I merged the con

Re: [PHP-DEV] [PATCH] No runtime fetching of built-in global constants

2008-07-25 Thread Matt Wilmas
Hi Dmitry, I saw that you commited this patch, with the addition of only replacing persistent constants (just mentioning for others on the list). The attached patches have a few tweaks: The main thing I noticed is that if "something" creates a persistent, case-INsensitive constant (any of those

RE: [PHP-DEV] CVS to SVN Migration

2008-07-25 Thread Andi Gutmans
Hi Lukas, We have already had several cases in the past where developers have collaborated on a CVS branch. The main reason why this hasn't been common practice is because CVS branching sucks and because some developers didn't feel comfortable with using branches regardless of the tool. I think S

Re: [PHP-DEV] CVS to SVN Migration

2008-07-25 Thread Marcus Boerger
Hello Lukas, Friday, July 25, 2008, 11:58:42 AM, you wrote: > On 25.07.2008, at 11:46, Marcus Boerger wrote: >>> I mean that if several people work on a changeset, that they still >>> might want to have a join central repo. Of course dvcs allows direct >>> exchange of patches as well, but it mi

Re: [PHP-DEV] CVS to SVN Migration

2008-07-25 Thread Daniel Brown
On Fri, Jul 25, 2008 at 5:15 AM, Richard Quadling <[EMAIL PROTECTED]> wrote: > > As a windows user my observations/opinions are ... taken with a grain of salt. ;-P Isn't discussion about how to add on to SVN and which tools will be better-suited for development a decade from now cou

[PHP-DEV] GSoC Bugtracker Midterm Update

2008-07-25 Thread Barry Carlyon
It was suggested that students write about what they have done and what they aim to achieve by the end So, What have I done, Been working on the new bugtracker, doing more work on classes and behind the scene type things which will hopefully make the bugtracker quick and responsive as well as

Re: [PHP-DEV] GSoC Bugtracker Midterm Update

2008-07-25 Thread Marcus Boerger
Hello Barry, Friday, July 25, 2008, 8:37:01 PM, you wrote: > It was suggested that students write about what they have done and what > they aim to achieve by the end > So, > What have I done, > Been working on the new bugtracker, doing more work on classes and > behind the scene type things w

Re: [PHP-DEV] [RFC] __toBoolean()

2008-07-25 Thread Marcus Boerger
Hello troels, Friday, July 25, 2008, 5:04:31 PM, you wrote: > First, apologies if this has been discussed before. I couldn't find > any evidence to suggest that it has, but it kind of surprises me. > As strings aren't objects in PHP, __toString is quite a useful > construct, but it begs the ques

Re: [PHP-DEV] GSoC Bugtracker Midterm Update

2008-07-25 Thread Daniel Brown
On Fri, Jul 25, 2008 at 2:37 PM, Barry Carlyon <[EMAIL PROTECTED]> wrote: > It was suggested that students write about what they have done and what they > aim to achieve by the end Can you name specifically three things you've learned during the first half of the summer that you didn't know be

Re: [PHP-DEV] [PATCH] Closures and reflection improvements

2008-07-25 Thread Marcus Boerger
Hello Christian, patch looks fine and should go in. do you think ReflectionMethod::__construct implementation could be done using parameterparsing 'f' rather than the spcial case 'o'? Unfortunately we would still need the zs version unless we add another 'F' parameter parsing that allows this

Re: [PHP-DEV] [PATCH] Closures and reflection improvements

2008-07-25 Thread Christian Seiler
Hi Marcus, patch looks fine and should go in. Thanks. do you think ReflectionMethod::__construct implementation could be done using parameterparsing 'f' rather than the spcial case 'o'? The Problem with 'f' is that it will accept every callback, even normal functions, so that would ki

[PHP-DEV] [GSoC] Report (PhD student)

2008-07-25 Thread Nappee Rudy
Hi folks! As Derick asked us for, here is my progress report. I am Rudy Nappée, a french 21 years old guy, I use PHP since 5 or 6 years ago. I began the May 26th to work for PhD (PHP-based Docbook Renderer) project, mentored by Hannes Magnusson (bjori). My GSoC proposal was: * To write new o

Re: [PHP-DEV] [PATCH] Closures and reflection improvements

2008-07-25 Thread Marcus Boerger
Hello Christian, Friday, July 25, 2008, 9:01:13 PM, you wrote: > Hi Marcus, >> patch looks fine and should go in. > Thanks. >> >> do you think ReflectionMethod::__construct implementation could be done >> using parameterparsing 'f' rather than the spcial case 'o'? > The Problem with 'f'

Re: [PHP-DEV] CVS to SVN Migration

2008-07-25 Thread Travis Swicegood
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 complicate matters even more by giving people other repositories that

Re: [PHP-DEV] [GSoC] Report (PhD student)

2008-07-25 Thread Marcus Boerger
Hello Nappee, Friday, July 25, 2008, 9:07:58 PM, you wrote: > Hi folks! > As Derick asked us for, here is my progress report. > I am Rudy Nappée, a french 21 years old guy, I use PHP since 5 or 6 years ago. > I began the May 26th to work for PhD (PHP-based Docbook Renderer) > project, mentor

Re: [PHP-DEV] [PATCH] Closures and reflection improvements

2008-07-25 Thread Lukas Kahwe Smith
On 25.07.2008, at 20:56, Marcus Boerger wrote: Hello Christian, patch looks fine and should go in. do you think ReflectionMethod::__construct implementation could be done using parameterparsing 'f' rather than the spcial case 'o'? Unfortunately we would still need the zs version unless

Re: [PHP-DEV] [GSoC] Report (PhD student)

2008-07-25 Thread Hannes Magnusson
On Fri, Jul 25, 2008 at 21:07, Nappee Rudy <[EMAIL PROTECTED]> wrote: > * To write new output formats: CHM, Manpages, PDF > * To write themes: PEAR HTML theme, PHP-GTK HTML theme > * To design DBHTML implementation in PhD Its worth mentioning that the CHM and Unix man page outputs are in the lates

[PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/stan ... Deprecate ticks, pcntl_signal affected?

2008-07-25 Thread Markus Fischer
Hi, [CCing interested parties based on the last mail exchange on this topic] will the deprecation of ticks affect the usage of pcntl_signal? The manual says [1] "... As of PHP 4.3.0 PCNTL uses ticks as the signal handle callback mechanism ...". Current practice requires to "declare(ticks = 1);

Re: [PHP-DEV] GSoC Bugtracker Midterm Update

2008-07-25 Thread Barry Carlyon
1) working with object orientated properly, writing classes and the like, this is my first time using classes that I have written, 2) working with version control, git and cvs, I publish to my git local repo, and then push to CVS, I have some nice alias functions on my box to make it quicker, 3)

Re: [PHP-DEV] GSoC Bugtracker Midterm Update

2008-07-25 Thread Daniel Brown
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, > this is my first time using classes that I have written, > 2) working with version control, git and cvs, I publish to my git local > repo, and then

Re: [PHP-DEV] GSoC Bugtracker Midterm Update

2008-07-25 Thread Barry Carlyon
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, this is my first time using classes that I have written, 2) working with version control, git and cvs, I publish t

[PHP-DEV] GSoC Optimizer Update

2008-07-25 Thread Graham Kelly
Hi, My Google Summer of Code project is to develop and release an initial version on the optimizer originally being developed by Ilia. The optimizer will be released to PECL as its own extension, however, it will require APC in order to run. Ive worked on cleaning up bugs and testing the existing

[PHP-DEV] Traits for PHP Revisited?

2008-07-25 Thread Andru Vallance
Hi I just want to add a big +1 from an "end user" perspective for traits. I know from my perspective this would be an incredibly valuable tool for php. I'm essentially already using the functionality this brings (as I'm sure many other devs are), albeit in an ugly way - either adding functio