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
> 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
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
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
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
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
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
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
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
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
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
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
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/
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
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
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
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
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,
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
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
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'
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
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
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
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
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
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
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
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
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
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
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
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
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
34 matches
Mail list logo