Re: [PHP-DEV] 5.4 beta

2011-09-13 Thread Lester Caine
Stas Malyshev wrote: If you have any fixes that must be in the beta Some of my fixes are still awaiting review :( -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquir

[PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWSbranches/PHP_5_4/ext/session/config.m4 branches/PHP_5_4/ext/session/config.w32branches/PHP_5_4/ext/session/mod_user.c branches/PHP_5_4/e

2011-09-13 Thread Laruence
Hi, FYI, you might should delete the autom4te.cache folder too :-) thanks 2011/9/14 Christian Stocker : > Hi > > I still have this. even after re-running buildconf (and deleting > configure before) > > On OS X and x86_64 Linux > > chregu > > On 14.09.11 05:31, Laruence wrote: >> Hi: >>   after

Re: [PHP-DEV] 5.4 beta

2011-09-13 Thread Laruence
Hi: SessionHandler is not stable now, and remain some bugs need to be fixed(one open bug #55690, and test failed) and arpad can not be connected now, so you may need to double check with him when you start packaging. thanks 2011/9/14 Stas Malyshev : > Hi! > > It looks like the situation wi

[PHP-DEV] 5.4 beta

2011-09-13 Thread Stas Malyshev
Hi! It looks like the situation with the tests significantly improved (again, thanks a lot for everybody who took part!), so I plan to package 5.4 beta tomorrow. If you have any fixes that must be in the beta (please test! ;), please do it in the next 12 hours or after the beta is tagged. T

Re: [PHP-DEV] Why does mysqlnd get included in Linux 'core' PHP5 packages?

2011-09-13 Thread Remi Collet
Le 03/09/2011 12:10, Tomas Kuliavas a écrit : > Debian, Mandriva and Fedora build PHP with '--with-mysql=shared,/usr > --with-mysqli=shared,/usr/bin/mysql_config'. FYI: starting with fedora 16, PHP is build once with libmysql and once with mysqlnd. So users will have the choice to install: - php

[PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWSbranches/PHP_5_4/ext/session/config.m4 branches/PHP_5_4/ext/session/config.w32branches/PHP_5_4/ext/session/mod_user.c branches/PHP_5_4/e

2011-09-13 Thread Christian Stocker
Hi I still have this. even after re-running buildconf (and deleting configure before) On OS X and x86_64 Linux chregu On 14.09.11 05:31, Laruence wrote: > Hi: > after I re-run buildconf, error has gone > > sorry for mis-report. > > thanks > > 2011/9/14 Laruence : >> Hi: >>trunk build

[PHP-DEV] Re: buildconf warning

2011-09-13 Thread Laruence
Hi: sorry for mis-report, this make warning is due to my own local environ(there is some my own extensions). thanks 2011/9/14 Laruence : > Hi: > > with svn-trunk: > > $ ./buildconf > rebuilding configure > ext/date/config.m4:4: warning: file `ext/date/lib/timelib.m4' included > several time

[PHP-DEV] Re: buildconf warning

2011-09-13 Thread Laruence
Hi: make attachment as plain txt: ## Index: ext/date/config0.m4 === --- ext/date/config0.m4 (revision 316700) +++ ext/date/config0.m4 (working copy) @@ -1,7 +1,7 @@ dnl $Id$ dnl config.m4 for dat

[PHP-DEV] Re: buildconf warning

2011-09-13 Thread Laruence
Hi: after I dnl following statement(see attachment), buildconf stop warning, but make still warning: warnings: Makefile:620: warning: overriding commands for target `ext/ereg/ereg.lo' Makefile:486: warning: ignoring old commands for target `ext/ereg/ereg.lo' Makefile:622: warning: overridin

[PHP-DEV] buildconf warning

2011-09-13 Thread Laruence
Hi: with svn-trunk: $ ./buildconf rebuilding configure ext/date/config.m4:4: warning: file `ext/date/lib/timelib.m4' included several times ext/date/config.m4:5: warning: file `lib/timelib.m4' included several times rebuilding main/php_config.h.in ext/date/config.m4:4: warning: file `ext/date/lib

Re: [PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/session/tests/rfc1867_invalid_settings.phpt branches/PHP_5_4/ext/session/tests/rfc1867_invalid_settings_2.phpt trunk/ext/session/tes

2011-09-13 Thread Stas Malyshev
Hi! On 9/13/11 1:11 PM, Ferenc Kovacs wrote: Stas, I commited my patch again with the addition --INI-- setting: http://news.php.net/php.cvs/66511 could you test it? Passes for me. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- PHP Intern

Re: [PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/session/tests/rfc1867_invalid_settings.phpt branches/PHP_5_4/ext/session/tests/rfc1867_invalid_settings_2.phpt trunk/ext/session/tes

2011-09-13 Thread Ferenc Kovacs
On Tue, Sep 13, 2011 at 8:23 PM, Stas Malyshev wrote: > Hi! > > On 9/13/11 11:04 AM, Ferenc Kovacs wrote: >> >> as I mentioned before, make test (at least it should) passes the -n -c >> argument to run-tests.php >> see >> http://svn.php.net/viewvc/php/php-src/trunk/Makefile.global?view=markup#l104

Re: [PHP-DEV] Revert Tokenizer behavior for 5.4

2011-09-13 Thread Ferenc Kovacs
On Tue, Sep 13, 2011 at 9:56 PM, Christopher Jones wrote: > > > On 09/13/2011 12:25 PM, Nikita Popov wrote: >> >> I changed my previous patch to an SVN patch, so it is easier to apply >> and added another patch (the one called "tokenizer_patch_full.txt"), >> which additionally fetches the rest int

Re: [PHP-DEV] Revert Tokenizer behavior for 5.4

2011-09-13 Thread Christopher Jones
On 09/13/2011 12:25 PM, Nikita Popov wrote: I changed my previous patch to an SVN patch, so it is easier to apply and added another patch (the one called "tokenizer_patch_full.txt"), which additionally fetches the rest into a T_INLINE_HTML. (The "_full" patch thus contains both changes. I didn'

Re: [PHP-DEV] Revert Tokenizer behavior for 5.4

2011-09-13 Thread Nikita Popov
I changed my previous patch to an SVN patch, so it is easier to apply and added another patch (the one called "tokenizer_patch_full.txt"), which additionally fetches the rest into a T_INLINE_HTML. (The "_full" patch thus contains both changes. I didn't know how I could separate them.) Could somebo

Re: [PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/session/tests/rfc1867_invalid_settings.phpt branches/PHP_5_4/ext/session/tests/rfc1867_invalid_settings_2.phpt trunk/ext/session/tes

2011-09-13 Thread Ferenc Kovacs
On Tue, Sep 13, 2011 at 8:23 PM, Stas Malyshev wrote: > Hi! > > On 9/13/11 11:04 AM, Ferenc Kovacs wrote: >> >> as I mentioned before, make test (at least it should) passes the -n -c >> argument to run-tests.php >> see >> http://svn.php.net/viewvc/php/php-src/trunk/Makefile.global?view=markup#l104

Re: [PHP-DEV] Cannot build ext/intl on Fedora 15

2011-09-13 Thread Stas Malyshev
Hi! Am 31.08.2011 12:11, schrieb Ferenc Kovacs: I think we should fix this on our end. Does nobody have the knowledge to fix this? I am sorry that I am unable to fix this myself. If somebody shows me how to reproduce this on Darwin, I could look into it in more detail. Or, otherwise,

Re: [PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/session/tests/rfc1867_invalid_settings.phpt branches/PHP_5_4/ext/session/tests/rfc1867_invalid_settings_2.phpt trunk/ext/session/tes

2011-09-13 Thread Stas Malyshev
Hi! On 9/13/11 11:04 AM, Ferenc Kovacs wrote: as I mentioned before, make test (at least it should) passes the -n -c argument to run-tests.php see http://svn.php.net/viewvc/php/php-src/trunk/Makefile.global?view=markup#l104 which means if you run make test that can produce different result, than

Re: [PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/session/tests/rfc1867_invalid_settings.phpt branches/PHP_5_4/ext/session/tests/rfc1867_invalid_settings_2.phpt trunk/ext/session/tes

2011-09-13 Thread Ferenc Kovacs
On Tue, Sep 13, 2011 at 6:23 PM, Stas Malyshev wrote: > Hi! > > On 9/13/11 7:49 AM, Ferenc Kovacs wrote: >> >> Stas, I still don't know why do have a custom php.ini, and why is it used. >> The make test should create tmp-php.ini for you (and copy your > > Everybody has custom php.ini, what do you

[PHP-DEV] Re: drop TZ environment variable support in 5.4+?

2011-09-13 Thread Pierre Joye
hi, For your information, TZ via environment has been removed from 5.4+. It is not used anymore by the ext/date/lib/ functions, while strftime and similar system's functions may need it. But the php's date alternative should be used instead. Cheers, On Mon, Sep 5, 2011 at 3:57 PM, Pierre Joye w

Re: [PHP-DEV] Migrating from Subversion to Git

2011-09-13 Thread Alexander Kitaev
Hello Ronald, > "SubGit is a closed source software. You may use this version of it for free." > > From: > http://subgit.com/download/index.html Thank you for pointing to that, I apologize for not including this information into my original message. EAP version of SubGit is free for use in any p

Re: [PHP-DEV] Cannot build ext/intl on Fedora 15

2011-09-13 Thread Sebastian Bergmann
Am 31.08.2011 12:11, schrieb Ferenc Kovacs: > I think we should fix this on our end. Does nobody have the knowledge to fix this? I am sorry that I am unable to fix this myself. -- Sebastian BergmannCo-Founder and Principal Consultant http://sebastian-bergmann.de/

Re: [PHP-DEV] Migrating from Subversion to Git

2011-09-13 Thread Ronald Chmara
On Tue, Sep 13, 2011 at 6:47 AM, Alexander Kitaev wrote: > Hello David, > Snip_> > You may download SubGit at http://subgit.com/ and contact us at > supp...@subgit.com if you have further questions. > Thanks! "SubGit is a closed source software. You may use this version of it for free." From: ht

Re: [PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/session/tests/rfc1867_invalid_settings.phpt branches/PHP_5_4/ext/session/tests/rfc1867_invalid_settings_2.phpt trunk/ext/session/tes

2011-09-13 Thread Pierre Joye
hi, On Tue, Sep 13, 2011 at 6:23 PM, Stas Malyshev wrote: > Hi! > > On 9/13/11 7:49 AM, Ferenc Kovacs wrote: >> >> Stas, I still don't know why do have a custom php.ini, and why is it used. >> The make test should create tmp-php.ini for you (and copy your > > Everybody has custom php.ini, what do

Re: [PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/session/tests/rfc1867_invalid_settings.phpt branches/PHP_5_4/ext/session/tests/rfc1867_invalid_settings_2.phpt trunk/ext/session/tes

2011-09-13 Thread Stas Malyshev
Hi! On 9/13/11 7:49 AM, Ferenc Kovacs wrote: Stas, I still don't know why do have a custom php.ini, and why is it used. The make test should create tmp-php.ini for you (and copy your Everybody has custom php.ini, what do you mean "why"? Nobody uses just defaults. It is used because -n -c is n

Re: [PHP-DEV] APC in 5.4

2011-09-13 Thread Lester Caine
Johannes Schlüter wrote: In general I'd tend to drop stuff from PHP instead of adding it. We ship quite a few extensions where I claim that we don't do any testing and little maintenance. I would reduce the distribution size and include things we consider "core PHP" and enable these by default in

Re: [PHP-DEV] APC in 5.4

2011-09-13 Thread Nathaniel Catchpole
I didn't closely follow the earlier discussions about including APC, but I (and at least some other people working a lot on Drupal) had been mostly assuming it'd be included in 5.4 based on those. The assumption that APC is available by default (if not necessarily enabled) would allow us to start

Re: [PHP-DEV] APC in 5.4

2011-09-13 Thread Johannes Schlüter
Hi, On Fri, 2011-09-09 at 03:04 +0200, Kalle Sommer Nielsen wrote: > Hi > > This have been a while since we had the discussions about APC in 5.4 > (or in general extensions to move in and out of the Core, but more > about that in another thread). > > http://markmail.org/message/4w6lcbunw3qfof3c

Re: [PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/session/tests/rfc1867_invalid_settings.phpt branches/PHP_5_4/ext/session/tests/rfc1867_invalid_settings_2.phpt trunk/ext/session/tes

2011-09-13 Thread Ferenc Kovacs
After a discussion on irc, I was thinking about something similar: adding my patch back, but adding -error-log to the --INI-- Stas, I still don't know why do have a custom php.ini, and why is it used. The make test should create tmp-php.ini for you (and copy your additional ini files there if you p

Re: [PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/session/tests/rfc1867_invalid_settings.phpt branches/PHP_5_4/ext/session/tests/rfc1867_invalid_settings_2.phpt trunk/ext/session/tes

2011-09-13 Thread Alexey Shein
Just wanted to say, that I managed to reproduce your results for ./PHP_5_4/ext/session/tests/rfc1867_invalid_settings.phpt by adding date.timezone=UTC error_log=file settings into --INI-- section, this way test passes. I.e. logged message should go into the file and do not mess the output which is

[PHP-DEV] Migrating from Subversion to Git

2011-09-13 Thread Alexander Kitaev
Hello David, We've encountered your message in php newsgroup on the planned migration from Subversion to Git. Thus we think you may find interesting the project we're working on - SubGit (http://subgit.com/) which aims to support smooth migration. SubGit translates existing Subversion repository

Re: [PHP-DEV] APC in 5.4

2011-09-13 Thread Derick Rethans
On Mon, 12 Sep 2011, Ilia Alshanetsky wrote: > The agreement to include apc in 5.4 is an old one, unfortunately the > action of doing was just missed. Also, inclusion of the extension > won't break any code since it is self contained... I also thought that APC was going to part of PHP 5.4. And I

Re: [PHP-DEV] Revert Tokenizer behavior for 5.4

2011-09-13 Thread Nicolas Grekas
> I just set up an PHP environment and wrote a proper patch (including test > changes) to make it collect the next three tokens. It's a git patch and I'm > not sure whether it's compatible with SVN patches. I would love it if this > would go into 5.4 before beta. I didn't know how one could fetch t

Re: [PHP-DEV] Revert Tokenizer behavior for 5.4

2011-09-13 Thread Nikita Popov
I just set up an PHP environment and wrote a proper patch (including test changes) to make it collect the next three tokens. It's a git patch and I'm not sure whether it's compatible with SVN patches. I would love it if this would go into 5.4 before beta. I didn't know how one could fetch the rest