-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Hi,
Today I sent 2 e-mails to lice...@zend.com, one from
(signed), one from
with the following content:
= START EMAIL =
Hello,
I have found a few issues with the header we usually found in PHP's source
code as well as with the license it
> On 24 Nov 2014, at 00:10, Andrea Faulds wrote:
>
> Good evening,
>
> Since phpng, int64, and perhaps other future changes in PHP 7 are a pretty
> big change, I think we ought to bump the major version number of the Zend
> Engine, from Zend Engine 2 to Zend Engine 3.
>
> I have a pull reque
On 24 Nov 2014 12:32, "Paul Dragoonis" wrote:
>
>
> On 24 Nov 2014 12:18, "Nikita Popov" wrote:
> >
> > On Mon, Nov 24, 2014 at 1:10 AM, Andrea Faulds wrote:
> >
> > > Good evening,
> > >
> > > Since phpng, int64, and perhaps other future changes in PHP 7 are a
pretty
> > > big change, I think w
On 24 Nov 2014 12:18, "Nikita Popov" wrote:
>
> On Mon, Nov 24, 2014 at 1:10 AM, Andrea Faulds wrote:
>
> > Good evening,
> >
> > Since phpng, int64, and perhaps other future changes in PHP 7 are a
pretty
> > big change, I think we ought to bump the major version number of the
Zend
> > Engine, fr
On Mon, Nov 24, 2014 at 1:10 AM, Andrea Faulds wrote:
> Good evening,
>
> Since phpng, int64, and perhaps other future changes in PHP 7 are a pretty
> big change, I think we ought to bump the major version number of the Zend
> Engine, from Zend Engine 2 to Zend Engine 3.
>
> I have a pull request
On Mon, Nov 24, 2014 at 10:24 AM, Kalle Sommer Nielsen
wrote:
> 2014-11-24 6:29 GMT+01:00 Xinchen Hui :
> > I don't understand why you rush for it. any work of you depends the
> > number bumping?
>
> I don't see what makes it so different that we cannot do it now
> instead of later, not like it w
2014-11-24 6:29 GMT+01:00 Xinchen Hui :
> I don't understand why you rush for it. any work of you depends the
> number bumping?
I don't see what makes it so different that we cannot do it now
instead of later, not like it will be a game changer
+1 for the change
--
regards,
Kalle Sommer Nie
Hi!
> I can not guarantee engine won't change anymore, (like your bigint
> patch or something else)...
But having ZEND_ENGINE_3 is no guarantee it won't change anymore. It
just something that people can start to use now for changes that already
happened.
--
Stas Malyshev
smalys...@gmail.com
--
Hey:
On Mon, Nov 24, 2014 at 8:10 AM, Andrea Faulds wrote:
> Good evening,
>
> Since phpng, int64, and perhaps other future changes in PHP 7 are a pretty
> big change, I think we ought to bump the major version number of the Zend
> Engine, from Zend Engine 2 to Zend Engine 3.
>
> I have a pull
Hi!
> Since phpng, int64, and perhaps other future changes in PHP 7 are a
> pretty big change, I think we ought to bump the major version number
> of the Zend Engine, from Zend Engine 2 to Zend Engine 3.
I agree, with all work on the engine being done, and new PHP major, I
think it makes sense to
Good evening,
Since phpng, int64, and perhaps other future changes in PHP 7 are a pretty big
change, I think we ought to bump the major version number of the Zend Engine,
from Zend Engine 2 to Zend Engine 3.
I have a pull request open which would do this, although it needs updating to
correct
On Sat, 2013-07-13 at 00:04 +0200, Sebastian Bergmann wrote:
> Zend Engine v2.5.0-dev, Copyright (c) 1998-2013 Zend Technologies
>
> At the end of the day it is just a version number but it looks
> "unprofessional". Would be nice if things like this did not happen.
Yes, mistakes happen, as
Just noticed the following
➜ ~ tar xf php-5.5.0.tar.bz2
➜ ~ cd php-5.5.0
➜ php-5.5.0 ./configure --disable-all --disable-cgi
➜ php-5.5.0 make -j5
➜ php-5.5.0 ./sapi/cli/php -v
PHP 5.5.0 (cli) (built: Jul 12 2013 18:02:07)
Copyright (c) 1997-2013 The PHP Group
thanks to all...
2009/8/6 Guilherme Blanco
> Translating both emails, since I'm brazilian... =)
>
> > ORIGINAL EMAIL:
> >
> > Good evening everyone.
> >
> > I'm finishing my graduation in Informations System and I'm researching
> about PHP. I need some material about how PHP core works (Zend
Translating both emails, since I'm brazilian... =)
> ORIGINAL EMAIL:
>
> Good evening everyone.
>
> I'm finishing my graduation in Informations System and I'm researching about
> PHP. I need some material about how PHP core works (Zend Engine) but I'm not
> finding anything.
>
>In my researches,
Juliano Buzanello wrote:
> Boa noite a todos.
>
> Estou concluindo minha graduação em Sistemas de Infomação e estou
> fazendo um estudo sobre PHP e estou precisando materia sobre o
> funcionamento do nucleo do PHP (Zend Engine) mas não estou encontrando
> nada.
>
> Em minhas pesquisas encontrei u
Boa noite a todos.
Estou concluindo minha graduação em Sistemas de Infomação e estou
fazendo um estudo sobre PHP e estou precisando materia sobre o
funcionamento do nucleo do PHP (Zend Engine) mas não estou encontrando
nada.
Em minhas pesquisas encontrei uma Monografia da UNB feita pelo Sr.
CRIST
Hello Pierre,
internal c-level code is written in a way that it expects $this to be
available and will crash if it is not for the most. Thus we prevent calling
internal dynamic functions as static ones unless they are flagged as such.
Tuesday, February 5, 2008, 11:17:11 PM, you wrote:
> On Feb
On Feb 5, 2008 11:14 PM, Richard Lynch <[EMAIL PROTECTED]> wrote:
>
>
> On Fri, February 1, 2008 7:33 pm, Pierre Joye wrote:
> > On Feb 2, 2008 1:52 AM, Gregory Beaver <[EMAIL PROTECTED]> wrote:
> >> Rasmus Lerdorf wrote:
> >> > Cristian Rodriguez wrote:
> >> >> 2008/2/1, Marcus Boerger <[EMAIL PRO
On Fri, February 1, 2008 7:33 pm, Pierre Joye wrote:
> On Feb 2, 2008 1:52 AM, Gregory Beaver <[EMAIL PROTECTED]> wrote:
>> Rasmus Lerdorf wrote:
>> > Cristian Rodriguez wrote:
>> >> 2008/2/1, Marcus Boerger <[EMAIL PROTECTED]>:
>> >>> - Fix callable/static mess, the following will now all resu
On Feb 2, 2008 1:52 AM, Gregory Beaver <[EMAIL PROTECTED]> wrote:
> Rasmus Lerdorf wrote:
> > Cristian Rodriguez wrote:
> >> 2008/2/1, Marcus Boerger <[EMAIL PROTECTED]>:
> >>> - Fix callable/static mess, the following will now all result in a
> >>> E_STRICT
> >>> . binding a dynamic functio
Rasmus Lerdorf wrote:
> Cristian Rodriguez wrote:
>> 2008/2/1, Marcus Boerger <[EMAIL PROTECTED]>:
>>> - Fix callable/static mess, the following will now all result in a
>>> E_STRICT
>>> . binding a dynamic function as a static callback
>>> . static call of a dynamic function
>>> . i
Hello Rasmus,
well, I can compromise. In this case I rather get the messages right than
none at all. What I disagree to, is the severity level. Thus I might come up
with something that turns warnings into exceptions better than how we can do
it today, since that in place would give me what I wan
Cristian Rodriguez wrote:
> 2008/2/1, Marcus Boerger <[EMAIL PROTECTED]>:
>> - Fix callable/static mess, the following will now all result in a E_STRICT
>> . binding a dynamic function as a static callback
>> . static call of a dynamic function
>> . is_callable() on a static binding t
2008/2/1, Marcus Boerger <[EMAIL PROTECTED]>:
> - Fix callable/static mess, the following will now all result in a E_STRICT
> . binding a dynamic function as a static callback
> . static call of a dynamic function
> . is_callable() on a static binding to a dynamic function
Does not
Crosspost, hopefully silencing this issue for 5.*
AND 6 will have an E_WARNING or even an E_ERROR on this.
helly Fri Feb 1 21:27:55 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard type.c
/ZendEngine2zend_API.c zend_API.h
Log:
I have written a C++ extension for php which accesses
an external .so proprietary data engine.
The extension basically works, but the engine - reliable
when accessed outside php/zend - is generating stream
based errors, possibly due my poor understanding of the
streams/threading requirements in su
Hey,
is it possibleto port this back to PHP 4.3?
Derick
-- Forwarded message --
Date: Thu, 12 Aug 2004 05:41:02 -
From: Andi Gutmans <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend_compile.c zend_execute.c
andiThu Aug
hello
i 've met a bug related to debug_backtrace() function
(id=28054) and because it is not solved from 14 april
..i decided to try to fix it. easy to say ...hard to
do..beacuse it seams i have to understand a lot of
zend engine 2 to fix this bug. the zend engine 2 code
has few comments and i hop
Do you have a short reproducing script?
Do you think it's a problem with the memory management or does it just seem
to be a bug which is appearing due to the changes?
Thanks,
Andi
At 05:58 PM 6/5/2004 +0200, Stefan Esser wrote:
Hi,
I have added a backtrace of a crash that occurs when a class func
Hi,
I have added a backtrace of a crash that occurs when a class function is
destructed in ZTS.
It seems I only saw this because of Hardened-PHP using globals. Since
Andi disabled ZEND_MM on
Win32 the same kind of errors should be seen on any Windows PHP
installation (I guess).
Between 4 and 2.
Moriyoshi Koizumi wrote:
Nope, it was decided long ago that the bug won't be fixed in ZE1.
AFAIC there's been no definite cure so far, but perhaps it can be fixed
somehow though I didn't managed to conceive anything reasonable.
It seams that enabling this helps:
#if 0 /* Will be fixed in ZE2, t
Wojtek Meler <[EMAIL PROTECTED]> wrote:
> OK, so the reason for this bug is referencing EG(uninitialized_zval) ?
> I can't find place in code where it is (really big script).
> Is it possible to add some code to execute loop to check if this
> happens and bailout with zend_error ? I could locate t
Moriyoshi Koizumi wrote:
Moriyoshi Koizumi wrote:
First, maybe you want to see bug #22836 (http://bugs.php.net/22836), that appears to describe the very problem you have.
Probably yes. I assume that it won't be fixed in ZE1, will it?
Is there any way to fix it for own risk? I saw something in
zen
Wojtek Meler <[EMAIL PROTECTED]> wrote:
> Moriyoshi Koizumi wrote:
>
> >Hi,
> >
> >First, maybe you want to see bug #22836 (http://bugs.php.net/22836), that appears
> >to describe the very problem you have.
> >
> Probably yes. I assume that it won't be fixed in ZE1, will it?
> Is there any way t
Moriyoshi Koizumi wrote:
Hi,
First, maybe you want to see bug #22836 (http://bugs.php.net/22836), that appears to describe the very problem you have.
Probably yes. I assume that it won't be fixed in ZE1, will it?
Is there any way to fix it for own risk? I saw something in
zend_execute.c with co
Hi,
First, maybe you want to see bug #22836 (http://bugs.php.net/22836), that appears to
describe the very problem you have.
Secondly, you can use various custom gdb macros like printzv, printzn
which are defined in .gdbinit on top of the php source tree.
Moriyoshi
Wojtek Meler <[EMAIL PROTEC
Are there any tools for debugging ZE? I've got a problem with huge script that
at some point behave like all variables were reference to single variable.
I suspect that there is something wrong with EG(uninitialized_zval).
Any hints how to fight it?
I've compiled it with ZEND_INTENSIVE_DEBUGGING a
38 matches
Mail list logo