Re: [PHP-DEV] Re: 5.3.0 stable release

2009-06-22 Thread Kalle Sommer Nielsen
2009/6/23 jvlad : As of php5.3-200906221030, the problem under *BSD platforms that I'm talking about is still the same. >>> >>> I see no compile failure bug reports against FreeBSD in the bugtracker... >>> >>> I successfully built a snapshot on 4.11-STABLE FreeBSD (gcc 2.95.4) >>> 3h

Re: [PHP-DEV] Re: 5.3.0 stable release

2009-06-22 Thread jvlad
>>> As of php5.3-200906221030, the problem under *BSD platforms that I'm >>> talking >>> about is still the same. >> >> I see no compile failure bug reports against FreeBSD in the bugtracker... >> >> I successfully built a snapshot on 4.11-STABLE FreeBSD (gcc 2.95.4) >> 3hours ago, you'll have to

Re: [PHP-DEV] Re: 5.3.0 stable release

2009-06-22 Thread Rasmus Lerdorf
jvlad wrote: >>> Did you hear about crashes under Solaris and MacOSX, and compiler >>> failures >>> under all *BSD systems? >>> They were posted against RC3 and the problems are still the same in RC4. >> We fixed several compile failures recently (both FreeBSD related and >> GCC2), it probably did

Re: [PHP-DEV] Re: 5.3.0 stable release

2009-06-22 Thread jvlad
>> Did you hear about crashes under Solaris and MacOSX, and compiler >> failures >> under all *BSD systems? >> They were posted against RC3 and the problems are still the same in RC4. > > We fixed several compile failures recently (both FreeBSD related and > GCC2), it probably didn't make it into

Re: [PHP-DEV] Re: 5.3.0 stable release

2009-06-22 Thread jvlad
>> In other words, I see two bugs there: >> 1. PHP depends on the system-wide installed pear and tries to run it. >> 2. One or many files are missed in the package producing the "Archive.php >> class file not found" error. > > 1. you're wrong, PHP does not depend on system-wide installed pear, it >

Re: [PHP-DEV] Re: 5.3.0 stable release

2009-06-22 Thread jvlad
> > > > 1. you're wrong, PHP does not depend on system-wide installed pear, it > > will simply use it if present > > 2. nothing is missing. see http://pear.php.net/PHP_Archive > > > > If installed, phar.phar will function (partially) without the phar > > extension being present. > > > > In other w

Re: [PHP-DEV] set_magic_quotes_runtime is still E_DEPRECATED

2009-06-22 Thread Kalle Sommer Nielsen
Hi 2009/6/16 Zeev Suraski : > At 17:00 16/06/2009, Daniel Convissor wrote: >> >> Folks: >> >> > I propose the following behavior: "Throw a deprecated warning unless >> > magic quotes are currently enabled and the >> > parameter is to disable them". >> >> The function is going away.  A deprecated w

Re: [PHP-DEV] Re: 5.3.0 stable release

2009-06-22 Thread Pierre Joye
On Tue, Jun 23, 2009 at 12:39 AM, Christopher Jones wrote: > Can the messages be enhanced e.g. explaining what will happen in these > cases?  For example "pear: not found.  Using XXX instead" would help > users for #1. Agreed, I answered questions from many users already, they thought something w

Re: [PHP-DEV] Re: 5.3.0 stable release

2009-06-22 Thread Christopher Jones
Greg Beaver wrote: > jvlad wrote: php5.3-200906221030 make produces suspecious output under FreeBSD 6/amd64: Generating phar.php Generating phar.phar pear: not found Pear package PHP_Archive or Archive.php class file not found. ^^

Re: [PHP-DEV] Re: 5.3.0 stable release

2009-06-22 Thread Greg Beaver
jvlad wrote: >>> php5.3-200906221030 make produces suspecious output under FreeBSD >>> 6/amd64: >>> >>> Generating phar.php >>> Generating phar.phar >>> pear: not found >>> >>> Pear package PHP_Archive or Archive.php class file not found. >>> ^^

Re: [PHP-DEV] 5.3.0 stable release

2009-06-22 Thread Christian Seiler
Hi Lukas, > If issues are found/fixed please send the patches to internals for > review. Based on the importance and risk of the patch will then be > applied, however the next 2 days should really be focused on testing to > make sure we do not have critical issues, minor issues can always be > fix

Re: [PHP-DEV] Re: 5.3.0 stable release

2009-06-22 Thread jvlad
>> php5.3-200906221030 make produces suspecious output under FreeBSD >> 6/amd64: >> >> Generating phar.php >> Generating phar.phar >> pear: not found >> >> Pear package PHP_Archive or Archive.php class file not found. >> > > This is not

[PHP-DEV] Re: [PHP-CVS] cvs: phpruntests /code-samples arrayTest.php

2009-06-22 Thread Georg Gradwohl
Hi Alex, no, there aren't so far. The reason for trying around with some mem-tests at the moment is that we were running out of memory while executing the run-tests. So we had to find the reason for this. Se we're currently not optimizing the code, we're just trying to get the script running cor

Re: [PHP-DEV] Re: 5.3.0 stable release

2009-06-22 Thread Greg Beaver
jvlad wrote: > Did you hear about crashes under Solaris and MacOSX, and compiler > failures > under all *BSD systems? > They were posted against RC3 and the problems are still the same in > RC4. We fixed several compile failures recently (both FreeBSD related and GCC2

[PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS

2009-06-22 Thread Lukas Kahwe Smith
On 22.06.2009, at 17:51, Takeshi Abe wrote: tabeMon Jun 22 15:51:50 2009 UTC Modified files: (Branch: PHP_5_3) /php-src NEWS Log: moved to PHP_5_2 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.641&r2=1.2027.2.547.2.965.2.642&diff_format=

Re: [PHP-DEV] Re: 5.3.0 stable release

2009-06-22 Thread jvlad
Did you hear about crashes under Solaris and MacOSX, and compiler failures under all *BSD systems? They were posted against RC3 and the problems are still the same in RC4. >>> >>> We fixed several compile failures recently (both FreeBSD related and >>> GCC2), it probably d

Re: [PHP-DEV] Re: 5.3.0 stable release

2009-06-22 Thread jvlad
Did you hear about crashes under Solaris and MacOSX, and compiler failures under all *BSD systems? They were posted against RC3 and the problems are still the same in RC4. >>> >>> We fixed several compile failures recently (both FreeBSD related and >>> GCC2), it probably d

[PHP-DEV] Re: [PHP-CVS] cvs: phpruntests /code-samples arrayTest.php

2009-06-22 Thread Alexander Hjalmarsson
On Sun, Jun 21, 2009 at 9:42 PM, Paul Biggar wrote: > Hi Georg, > > Thanks for the quick reply. > > On Sun, Jun 21, 2009 at 8:22 PM, Georg Gradwohl > wrote: > > thanks for the notice. To cut a long story short: we've discussed the use > of > > the SPL-File-Iterator in the runtests-project. So I c

Re: [PHP-DEV] Re: #48624 and #48624

2009-06-22 Thread Johannes Schlüter
On Mon, 2009-06-22 at 13:57 +0200, Pierre Joye wrote: > I meant #48619 and #48624 :) Typing numbers wrong happens :-) Both are fine. Please commit. thanks. johannes > 2009/6/22 Pierre Joye : > > Hi, > > > > I would like to apply the two patches to fix the bugs #48624 and > > #48624. They are bo

Re: [PHP-DEV] CVS to Subversion move progress

2009-06-22 Thread Brett Bieber
On Mon, Jun 22, 2009 at 8:18 AM, Gwynne Raskind wrote: > P.S. If someone could crosspost this to pear-dev@, I'd be quite grateful; I > can't seem to get subscribed to it. Done... and thanks! -- Brett Bieber -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://w

[PHP-DEV] SOAP_MARSHAL_DATETIME (or: bug #44383)

2009-06-22 Thread David Zülke
Hi folks, attached is a patch (with the respective test cases) that implements DateTime marshalling from and to xsd:dateTime in ext/soap as requested in http://bugs.php.net/44383 Right now, it is implemented for xsd:date, xsd:time and xsd:dateTime, but not for other types defined in W3C X

[PHP-DEV] CVS to Subversion move progress

2009-06-22 Thread Gwynne Raskind
In the last two days I've made some significant improvements to the migration process for CVS -> SVN. I know many have been proponents of Git, but SVN is closer to being viable at this point. Crossposting to internals@ so that more people have a chance to look into it, I'm calling for every

Re: [PHP-DEV] Re: 5.3.0 stable release

2009-06-22 Thread jvlad
Did you hear about crashes under Solaris and MacOSX, and compiler failures under all *BSD systems? They were posted against RC3 and the problems are still the same in RC4. >>> >>> We fixed several compile failures recently (both FreeBSD related and >>> GCC2), it probably d

[PHP-DEV] Re: #48624 and #48624

2009-06-22 Thread Pierre Joye
I meant #48619 and #48624 :) 2009/6/22 Pierre Joye : > Hi, > > I would like to apply the two patches to fix the bugs #48624 and > #48624. They are both critical for 5.3.0. The patches are relatively > small as well and has been tested this morning. > > Any objection? > > Cheers, > -- > Pierre > >

Re: [PHP-DEV] Re: 5.3.0 stable release

2009-06-22 Thread jvlad
Did you hear about crashes under Solaris and MacOSX, and compiler failures under all *BSD systems? They were posted against RC3 and the problems are still the same in RC4. >>> >>> We fixed several compile failures recently (both FreeBSD related and >>> GCC2), it probably d

Re: [PHP-DEV] Re: 5.3.0 stable release

2009-06-22 Thread jvlad
""jvlad"" wrote in message news:38.7a.20019.c9d6f...@pb1.pair.com... >>> Did you hear about crashes under Solaris and MacOSX, and compiler >>> failures >>> under all *BSD systems? >>> They were posted against RC3 and the problems are still the same in RC4. >> >> We fixed several compile failure

Re: [PHP-DEV] Re: 5.3.0 stable release

2009-06-22 Thread Hannes Magnusson
On Mon, Jun 22, 2009 at 13:40, jvlad wrote: >>> Did you hear about crashes under Solaris and MacOSX, and compiler >>> failures >>> under all *BSD systems? >>> They were posted against RC3 and the problems are still the same in RC4. >> >> We fixed several compile failures recently (both FreeBSD rela

Re: [PHP-DEV] Re: 5.3.0 stable release

2009-06-22 Thread jvlad
>> Did you hear about crashes under Solaris and MacOSX, and compiler >> failures >> under all *BSD systems? >> They were posted against RC3 and the problems are still the same in RC4. > > We fixed several compile failures recently (both FreeBSD related and > GCC2), it probably didn't make it into

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

2009-06-22 Thread Lester Caine
zoe wrote: Hey Gwynne Zoe, have a look at :). I don't have anything that can read that ODP file you linked (at least, not in any useful sense), but the opcodes.html file is all there. With any luck, someone else will come along and clean it up a bit, a

[PHP-DEV] PHP 6 Bug Summary Report

2009-06-22 Thread internals
PHP 6 Bug Database summary - http://bugs.php.net/ Num Status Summary (84 total -- which includes 37 feature requests) ===[*Unicode Issues]== 48265 Open Source and result of database have different encodings. ==

[PHP-DEV] PHP 5 Bug Summary Report

2009-06-22 Thread internals
PHP 5 Bug Database summary - http://bugs.php.net/ Num Status Summary (1387 total -- which includes 876 feature requests) ===[*General Issues]== 48597 Open unexpected gpc variable parsing 48612 Open PHP command line interpret

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

2009-06-22 Thread zoe
Hey Gwynne Zoe, have a look at :). I don't have anything that can read that ODP file you linked (at least, not in any useful 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

[PHP-DEV] #48624 and #48624

2009-06-22 Thread Pierre Joye
Hi, I would like to apply the two patches to fix the bugs #48624 and #48624. They are both critical for 5.3.0. The patches are relatively small as well and has been tested this morning. Any objection? Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org -- PHP Internals - PHP Run

Re: [PHP-DEV] Re: 5.3.0 stable release

2009-06-22 Thread Hannes Magnusson
On Mon, Jun 22, 2009 at 07:53, jvlad wrote: > Did you hear about crashes under Solaris and MacOSX, and compiler failures > under all *BSD systems? > They were posted against RC3 and the problems are still the same in RC4. We fixed several compile failures recently (both FreeBSD related and GCC2),