[PHP-DEV] A little debugging help needed

2006-10-11 Thread Chris
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

[PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/filter logical_filters.c /ext/filter/tests 010.phpt 013.phpt 014.phpt 015.phpt 016.phpt 017.phpt 018.phpt 019.phpt 031.phpt 034.phpt bug8315.phpt filter_data.

2006-10-11 Thread Ilia Alshanetsky
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

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/filter logical_filters.c /ext/filter/tests 010.phpt 013.phpt 014.phpt 015.phpt 016.phpt 017.phpt 018.phpt 019.phpt 031.phpt 034.phpt bug8315.phpt filter_d

2006-10-11 Thread Pierre
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

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/filter logical_filters.c /ext/filter/tests 010.phpt 013.phpt 014.phpt 015.phpt 016.phpt 017.phpt 018.phpt 019.phpt 031.phpt 034.phpt bug8315.phpt filter_d

2006-10-11 Thread Jasper Bryant-Greene
-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

[PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/filter logical_filters.c /ext/filter/tests 010.phpt 013.phpt 014.phpt 015.phpt 016.phpt 017.phpt 018.phpt 019.phpt 031.phpt 034.phpt bug8315.phpt filter_data.

2006-10-11 Thread Pierre
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

[PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/filter logical_filters.c /ext/filter/tests 010.phpt 013.phpt 014.phpt 015.phpt 016.phpt 017.phpt 018.phpt 019.phpt 031.phpt 034.phpt bug8315.phpt filter_data.

2006-10-11 Thread Derick Rethans
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

[PHP-DEV] zend_eval_string � where are my syntax errors?

2006-10-11 Thread Bruce Bailey
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

[PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/filter logical_filters.c /ext/filter/tests 010.phpt 013.phpt 014.phpt 015.phpt 016.phpt 017.phpt 018.phpt 019.phpt 031.phpt 034.phpt bug8315.phpt filter_data.

2006-10-11 Thread Pierre
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

[PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/filter logical_filters.c /ext/filter/tests 010.phpt 013.phpt 014.phpt 015.phpt 016.phpt 017.phpt 018.phpt 019.phpt 031.phpt 034.phpt bug8315.phpt filter_data.

2006-10-11 Thread Derick Rethans
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

[PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/filter logical_filters.c /ext/filter/tests 010.phpt 013.phpt 014.phpt 015.phpt 016.phpt 017.phpt 018.phpt 019.phpt 031.phpt 034.phpt bug8315.phpt filter_data.

2006-10-11 Thread Pierre
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