Another idea: In case xdebug overwrites zend_execute() it can set
EG(return_value_ptr_ptr) to point to some local variable then call
original executor and then print pass return_value to caller or destroy
it dependent on previous value of EG(return_value_ptr_ptr).
Thanks. Dmitry.
Derick Retha
Hello again!
Now with both parameter and return value type hints.
For parameter type hints, i have completed the actual implementation
with the leftover php types:
- string (binary string and unicode)
- integer (accepting numeric string too)
- double (accepting numeric string too)
- boolean ('0',
On 16/04/2008, Jeremy Privett <[EMAIL PROTECTED]> wrote:
> The problem only seems to occur in Apache. Trying to reproduce in CLI or in
> IIS using ISAPI results in no problems. I've tested from Apace 2.2 all the
> way back to Apache 1.3.39 and get the same result. I can have a friend of
> mine tes
ack
> hi,
>
> On Wed, Apr 16, 2008 at 12:07 AM, Thierry FOURNIER
> <[EMAIL PROTECTED]> wrote:
>> I want to maintain the PECL package FAM. You can see this link:
>> http://news.php.net/php.pecl.dev/5377
>> I want acces to "php-src/ext/fam" repository.
>
> Confirmed (for pecl/fam actually). I can g
hi,
On Wed, Apr 16, 2008 at 12:07 AM, Thierry FOURNIER
<[EMAIL PROTECTED]> wrote:
> I want to maintain the PECL package FAM. You can see this link:
> http://news.php.net/php.pecl.dev/5377
> I want acces to "php-src/ext/fam" repository.
Confirmed (for pecl/fam actually). I can give him the karma
Scott MacVicar wrote:
Jeremy Privett wrote:
Another week later and still no response. I would hope /someone/
thinks this a critical issue and needs to be resolved. Is /anyone/
looking at this at all?
Thanks.
The line that is crashing was last changed by Dmitry on January 24th,
see http://
Jeremy Privett wrote:
Another week later and still no response. I would hope /someone/ thinks
this a critical issue and needs to be resolved. Is /anyone/ looking at
this at all?
Thanks.
The line that is crashing was last changed by Dmitry on January 24th,
see http://php.markmail.org/messag
Jeremy Privett wrote:
Jeremy Privett wrote:
Hi Scott,
Scott MacVicar wrote:
Can you try a debug build with --enable-debug to get a more detailed
backtrace.
Also what is the exact configure line and which apache 2 model are
you using? Worker or Pre-fork?
Scott
On 29 Mar 2008, at 01:12, Jer
Stanislav Malyshev wrote:
> Hi!
>
>> Forgot to attach a second for config.w32, to nicely detect the
>> required libraries.
>
> Why do you think it is necessary to check each lib individually? Those
> libs are distributed together, and unless you mess with your ICU
> install, they should be always
On Fri, 11 Apr 2008, Dmitry Stogov wrote:
> Sorry, but I think mainly about PHP performance, and of course I didn't know
> that you trace return_values it in xdebug.
>
> After the patch, in case if return value is not used we set
> EG(return_value_ptr_ptr) to NULL before call to nested execute().
On Wed, Apr 16, 2008 at 8:11 PM, Stanislav Malyshev <[EMAIL PROTECTED]> wrote:
> Hi!
>
>
>
> > Forgot to attach a second for config.w32, to nicely detect the
> > required libraries.
> >
>
> Why do you think it is necessary to check each lib individually? Those libs
> are distributed together, and
Please find a patch as attachment, fixing some bad #ifdef. This test
should be in the main intl header, imo.
Applied, thanks.
--
Stanislav Malyshev, Zend Software Architect
[EMAIL PROTECTED] http://www.zend.com/
(408)253-8829 MSN: [EMAIL PROTECTED]
--
PHP Internals - PHP Runtime Development
Hi!
Forgot to attach a second for config.w32, to nicely detect the
required libraries.
Why do you think it is necessary to check each lib individually? Those
libs are distributed together, and unless you mess with your ICU
install, they should be always found together, so if icuuc.lib is the
On Wed, 2008-04-16 at 15:42 +0200, Hans Rakers wrote:
> Anyway, i have good news. I compiled the 5.2.6RC5 snapshot from
> qa.php.net by hand with the exact same configure rule as the ebuild, and
> with gcc optimizations at -02, and the issue seems solved. Testcase from
> the bugreport returns th
On Wed, Apr 16, 2008 at 3:21 PM, Pierre Joye <[EMAIL PROTECTED]> wrote:
> Please find a patch as attachment, fixing some bad #ifdef. This test
> should be in the main intl header, imo.
Forgot to attach a second for config.w32, to nicely detect the
required libraries.
Cheers,
--
Pierre
http://
Hi,
On Tue, Apr 15, 2008 at 12:35 AM, Pierre Joye <[EMAIL PROTECTED]> wrote:
> > > to know what to think about my API changes proposal and the exception
> > > usages as it is a relatively important request. Or why are you asking?
> > >
> >
> > I already stated my opinion about exceptions -
16 matches
Mail list logo