Hi,
I have a problem that could be a bug, or maybe not. I was hoping to get
a little feedback on ways I might go about figuring what my problem is.
I've already posted this to PHP-General (
http://marc.theaimsgroup.com/?l=php-general&m=115859850619474 ), with
not a lot of luck. some details
Derick,
The (very valid) issue you were trying to address pertains to the
fact that the latest API change resulted in a regression (we didn't
have a test for it) which made non-found keys and invalid input both
return FALSE, thus preventing identification of what precisely had
happened. L
Hello,
On 10/11/06, Jasper Bryant-Greene <[EMAIL PROTECTED]> wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Pierre wrote:
> Hello,
>
> On 10/11/06, Derick Rethans <[EMAIL PROTECTED]> wrote:
>> On Wed, 11 Oct 2006, Pierre wrote:
>>
>> > On 10/11/06, Derick Rethans <[EMAIL PROTECTED]> wro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Pierre wrote:
> Hello,
>
> On 10/11/06, Derick Rethans <[EMAIL PROTECTED]> wrote:
>> On Wed, 11 Oct 2006, Pierre wrote:
>>
>> > On 10/11/06, Derick Rethans <[EMAIL PROTECTED]> wrote:
>> > > On Wed, 11 Oct 2006, Pierre wrote:
>> > >
>> > > > Doing so
Hello,
On 10/11/06, Derick Rethans <[EMAIL PROTECTED]> wrote:
On Wed, 11 Oct 2006, Pierre wrote:
> On 10/11/06, Derick Rethans <[EMAIL PROTECTED]> wrote:
> > On Wed, 11 Oct 2006, Pierre wrote:
> >
> > > Doing so you can distinguish invalid values from non existent values.
> > > Boolean values a
On Wed, 11 Oct 2006, Pierre wrote:
> On 10/11/06, Derick Rethans <[EMAIL PROTECTED]> wrote:
> > On Wed, 11 Oct 2006, Pierre wrote:
> >
> > > Doing so you can distinguish invalid values from non existent values.
> > > Boolean values are the only case where it is not possible to
> > > distinguish FA
I am trying to create an embedded application that executes arbitrary PHP
scripts. If the script is syntactically correct, all works as desired.
However, if there is a syntax error, I don't get any error text that I can
return or log, etc. zend_eval_string does indeed return a -1 if there is
Hello,
On 10/11/06, Derick Rethans <[EMAIL PROTECTED]> wrote:
On Wed, 11 Oct 2006, Pierre wrote:
> Doing so you can distinguish invalid values from non existent values.
> Boolean values are the only case where it is not possible to
> distinguish FALSE from invalid as they can be FALSE, but it i
On Wed, 11 Oct 2006, Pierre wrote:
> Doing so you can distinguish invalid values from non existent values.
> Boolean values are the only case where it is not possible to
> distinguish FALSE from invalid as they can be FALSE, but it is really
> not an issue.
If it wasn't an issue I wouldn't have f
Hello Derick,
On 10/11/06, Derick Rethans <[EMAIL PROTECTED]> wrote:
derick Wed Oct 11 14:48:33 2006 UTC
Modified files:
/php-src/ext/filter logical_filters.c
/php-src/ext/filter/tests 010.phpt 013.phpt 014.phpt 015.phpt
016.phpt 017.phpt 018
10 matches
Mail list logo