[PHP-DEV] CVS Account Request: felipernb

2009-06-11 Thread Felipe Ribeiro Nogueira Barbosa
I'm one of the Summer of Code students that is contributing with PHP. I'm working on the Bugtracker, and it's necessary to have a CVS account so I can commit my changes. I have a personal github account to keep track of small steps, but it's important to have an official CVS account so I can co

[PHP-DEV] CVS Account Request: kallyone

2009-06-11 Thread Joshua Kallio
Maintaining the documentation Developing the PHP runtime -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Standards for developers

2009-06-11 Thread Pierre Joye
On Thu, Jun 11, 2009 at 9:04 PM, Lester Caine wrote: > Pierre Joye wrote: >> >> On Thu, Jun 11, 2009 at 8:25 PM, Lester Caine wrote: >> >>> PHPEclipse is still x86 as well ... I have no plans to move to PDT any >>> time >>> soon as I know most of the PHPEclipse code quite well now! >>> Along with a

Re: [PHP-DEV] Standards for developers

2009-06-11 Thread Lester Caine
Pierre Joye wrote: On Thu, Jun 11, 2009 at 8:25 PM, Lester Caine wrote: PHPEclipse is still x86 as well ... I have no plans to move to PDT any time soon as I know most of the PHPEclipse code quite well now! Along with a couple of other SQL packages. I tried the x86_64 build but could not instal

Re: [PHP-DEV] Standards for developers

2009-06-11 Thread Lester Caine
Stanislav Malyshev wrote: Hi! Files that are common to windows and linux will naturally follow linux rules on new line, so can't be displayed in 'notepad', and I've had to Drop notepad, it wasn't a good tool even in Windows 3.1, much less now. Use something like Notepad++. :) Wordpad work

Re: [PHP-DEV] Standards for developers

2009-06-11 Thread Stanislav Malyshev
Hi! Files that are common to windows and linux will naturally follow linux rules on new line, so can't be displayed in 'notepad', and I've had to Drop notepad, it wasn't a good tool even in Windows 3.1, much less now. Use something like Notepad++. :) -- Stanislav Malyshev, Zend Software Arc

Re: [PHP-DEV] Standards for developers

2009-06-11 Thread Pierre Joye
On Thu, Jun 11, 2009 at 8:25 PM, Lester Caine wrote: > PHPEclipse is still x86 as well ... I have no plans to move to PDT any time > soon as I know most of the PHPEclipse code quite well now! > Along with a couple of other SQL packages. I tried the x86_64 build but > could not install the other bi

Re: [PHP-DEV] Standards for developers

2009-06-11 Thread Lester Caine
Niel Archer wrote: One of the problems with playing with a new platform is getting things they way you are used to them. Linux is somewhat easier than Windows in that respect, but using Eclipse has at least provided a level playing field and now that I've got it tidied up and working on the V

[PHP-DEV] PHP 5.3.0RC3

2009-06-11 Thread Johannes Schlüter
Hello! we have packaged PHP 5.3.0RC3, which you can find here: http://downloads.php.net/johannes/ Windows binaries are available here: http://windows.php.net/qa/ This third release candidate focused on bug fixes and stability improvements and we hope to only require minimal changes ahead of the

[PHP-DEV] bug #48247 again

2009-06-11 Thread Stanislav Malyshev
Hi! Bug #48247 appears to be not entirely fixed still, it still produces a torrent of warnings in certain configs (namely, take php.ini-production and edit it to enable error_log, don't touch anything else - I get 400K worth of warnings). Attached patch should fix it. Please tell if there's s

Re: [PHP-DEV] Standards for developers

2009-06-11 Thread Niel Archer
> > One of the problems with playing with a new platform is getting things > they way you are used to them. Linux is somewhat easier than Windows in > that respect, but using Eclipse has at least provided a level playing > field and now that I've got it tidied up and working on the Vista64 box

[PHP-DEV] PHP 5.2.10RC2 Testing

2009-06-11 Thread Ilia Alshanetsky
The second and final release candidate of 5.2.10 was just released for testing and can be downloaded here: http://downloads.php.net/ilia/php-5.2.10RC2.tar.bz2 (md5sum: 5a362ab05090a4cd99f157a281cebc23) http://windows.php.net/downloads/qa/php-5.2.10RC2-Win32-VC6-x86.zip (sha1: b87009b9934880

Re: [PHP-DEV] Standards for developers

2009-06-11 Thread Pierre Joye
On Thu, Jun 11, 2009 at 10:27 AM, Nuno Lopes wrote: >> Bottom line - rather than reinventing the wheel - is anybody else actually >> using Eclipse and has a simple set-up guide for how they have configured >> things? Ideally for windows, but I'd like to pull this up on the Linux boxes >> as well. I

[PHP-DEV] Re: [PATCH] Re: [PHP-DEV] doing phar.phar on windows

2009-06-11 Thread Pierre Joye
hi Greg, On Thu, Jun 11, 2009 at 6:42 AM, Greg Beaver wrote: > I suppose it would help to see the patch, no? > > Index: win32/build/Makefile > === > RCS file: /repository/php-src/win32/build/Makefile,v > retrieving revision 1.35.2.1.2

Re: [PHP-DEV] Last steps towards 5.3.0

2009-06-11 Thread Paul Biggar
On Thu, Jun 11, 2009 at 9:35 AM, Nuno Lopes wrote: > Oh, very nice, Paul ;) I wasn't aware of this script. > btw, does it perform inlining of included files? (so that you can have a > self-contained reduced file) phc supporting inlining with --include. So I would guess that calling $reduce->set_ph

Re: [PHP-DEV] Standards for developers

2009-06-11 Thread Lester Caine
Nuno Lopes wrote: Bottom line - rather than reinventing the wheel - is anybody else actually using Eclipse and has a simple set-up guide for how they have configured things? Ideally for windows, but I'd like to pull this up on the Linux boxes as well. If I'm going to have to start working on e

Re: [PHP-DEV] Last steps towards 5.3.0

2009-06-11 Thread Nuno Lopes
On Wed, Jun 10, 2009 at 9:38 PM, Nuno Lopes wrote: PS: If someone wants to give a hand to find the regression... I can explain how to reproduce. The easiest way is to use a tool to help reducing the test case automatically. I don't know about any specific tool for reducing PHP files, but in the

Re: [PHP-DEV] Standards for developers

2009-06-11 Thread Nuno Lopes
Bottom line - rather than reinventing the wheel - is anybody else actually using Eclipse and has a simple set-up guide for how they have configured things? Ideally for windows, but I'd like to pull this up on the Linux boxes as well. If I'm going to have to start working on extension code it's

[PHP-DEV] Standards for developers

2009-06-11 Thread Lester Caine
One of the problems with playing with a new platform is getting things they way you are used to them. Linux is somewhat easier than Windows in that respect, but using Eclipse has at least provided a level playing field and now that I've got it tidied up and working on the Vista64 box ( has to