Re: [PHP-DEV] Segfault in Reflection_Method::invoke()

2003-07-22 Thread Timm Friebe
On Tue, 2003-07-22 at 21:39, Sebastian Bergmann wrote: > I know that the usage of invoke() in the example below is wrong, but it > should not segfault: Absolutely right:) - Timm Index: Zend/zend_reflection_api.c === RCS file: /re

Re: [PHP-DEV] Segfault in Reflection_Method::invoke()

2003-07-22 Thread Timm Friebe
On Wed, 2003-07-23 at 00:49, Timm Friebe wrote: [...Read, then hit send...] This error message contains slightly better English:) - Timm Index: Zend/zend_reflection_api.c === RCS file: /repository/ZendEngine2/zend_reflection_api.c,v

Re: [PHP-DEV] Feature proposal

2003-07-22 Thread Timm Friebe
On Tue, 2003-07-22 at 19:48, Wojtek Meler wrote: > I have to fight with people that using error suppression operator - they > just hide their bugs. > I wrote simple patch that allows set disable_error_suppression=On in > php.ini that causes engine to ignore '@' operators. Use set_error_handler()

[PHP-DEV] Re: Compiling your own PHP extensions?

2003-07-22 Thread Peter 'iridium' Waller
May I ask what platform you need it under? Cameron Just wrote: Hi All, I was wondering how and where I would go to find a C programmer who could incorporate this library as a module in php? http://ta-lib.org/ I have written most of these functions in php itself but need more speed out of the fun

Re: [PHP-DEV] Feature proposal

2003-07-22 Thread Thomas Lamy
Mike Robinson topquoted: > No offense, but I see this feature as a bad thing in so many ways > and on so many levels my skin is crawling. :) > > > Regards > > Mike Robinson > http://fiddy8.com/ > > > > I have to fight with people that using error suppression > operator - they > > just hide t

[PHP-DEV] Segfault in Reflection_Method::invoke()

2003-07-22 Thread Sebastian Bergmann
I know that the usage of invoke() in the example below is wrong, but it should not segfault: getMethod('bar'); $method->invoke(); ?> zif_reflection_method_invoke(int 0, _zval_struct * 0x00affad0, _zval_struct * 0x00affc40, int 0, void * * * 0x00ae42c0) line 948 + 3 bytes zend_d

Re: [PHP-DEV] object array accessors

2003-07-22 Thread Marcus Börger
Hello George, Tuesday, July 22, 2003, 3:58:45 PM, you wrote: GS> Are their any plans to expose the new object array accessors to GS> userspace classes? I've implemented an interesting array wrapper class that even allows recursive foreach (where you could even delete elements inside the loop...

Re: [PHP-DEV] Feature proposal

2003-07-22 Thread Wojtek Meler
Ken Tossell wrote: But often errors/warnings are *not* bugs. Or maybe you don't want to show your users the ugly messages from something like include -- if ([EMAIL PROTECTED] 'foo.php') die('Couldn\'t..'); Well it is true. Sometimes it is needed and that's why this functionality is turned of

Re: [PHP-DEV] Feature proposal

2003-07-22 Thread Ken Tossell
I have to fight with people that using error suppression operator - they just hide their bugs. I wrote simple patch that allows set disable_error_suppression=On in php.ini that causes engine to ignore '@' operators. But often errors/warnings are *not* bugs. Or maybe you don't want to show

RE: [PHP-DEV] Feature proposal

2003-07-22 Thread Mike Robinson
No offense, but I see this feature as a bad thing in so many ways and on so many levels my skin is crawling. :) Regards Mike Robinson http://fiddy8.com/ > I have to fight with people that using error suppression operator - they > just hide their bugs. > I wrote simple patch that allows set di

[PHP-DEV] Feature proposal

2003-07-22 Thread Wojtek Meler
I have to fight with people that using error suppression operator - they just hide their bugs. I wrote simple patch that allows set disable_error_suppression=On in php.ini that causes engine to ignore '@' operators. http://strony.wp.pl/wp/wmeler/error_suppression.patch.txt Regards, Wojtek -- PH

[PHP-DEV] CVS Account Request: cheezy

2003-07-22 Thread Jan Fabry
Translation of the PHP manual to Dutch (nl). I have already contacted Derick Rethans, and translated some files [ http://lumumba.luc.ac.be/cheezy/misc/php ]. Derick has seen those, and encouraged me to ask for an account [ http://lists.php.net/article.php?group=php.doc&article=969355432 ]. --

[PHP-DEV] object array accessors

2003-07-22 Thread George Schlossnagle
Are their any plans to expose the new object array accessors to userspace classes? -- George Schlossnagle -- Principal Consultant -- OmniTI Computer Consulting, Inc. -- +1.410.872.4910 x202 -- 1024D/1100A5A0 1370 F70A 9365 96C9 2F5E 56C2 B2B9 262F 1100 A5A0 -- PHP Internals - PHP Runtime Develop

[PHP-DEV] Re: [PATCH] Fix for bug 17414

2003-07-22 Thread Timo Teräs
Hello. On Mon, Jul 21, 2003 at 03:08:08PM +0300, Timo Teräs wrote: > It appears that the segfault results from bad(?) pthreads implementation. > The TSRM deletes and recreates the TSD key. And it seems to result > that the main thread will have the old TSD value instead of zero for > the newly rec

Re: [PHP-DEV] [PATCH]: php5 - oci8 - type of temporary LOB in `ociwritetemporarylob'

2003-07-22 Thread Thies C. Arntzen
On Mon, Jul 21, 2003 at 04:29:17PM +0200, Novický Marek wrote: > Patch proposal to implement `lob_type' as an optional parameter to the > `ociwritetemporarylob' function. > > Patch changes file ext/oci8/oci8.c, diff made against php-5 latest csl > > /* $Id: oci8.c,v 1.211 2003/06/22 14:33:03 and