[PHP-DEV] Bug #5975 request

2003-02-05 Thread Keyser Soze
The last patch was core dumping, now it's fixed. It runs fine here in my system, last php 5 CVS. The patch is in: http://www.ricesu.com.br/php_dev/patch_new.diff Please, take a look and apply it if it's ok. Regards, Fabricio Olivetti -- PHP Development Mailing List To un

Re: [PHP-DEV] Bug #5975 request

2003-02-04 Thread Keyser Soze
r" <[EMAIL PROTECTED]> To: "Keyser Soze" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, February 04, 2003 5:57 PM Subject: Re: [PHP-DEV] Bug #5975 request Patch looks ok. Just be sure to use zend_parse_parameters instead of zend_get_parameters and zend_bool in

Re: [PHP-DEV] Bug #5975 request

2003-02-04 Thread Tal Peer
Patch looks ok. Just be sure to use zend_parse_parameters instead of zend_get_parameters and zend_bool instead of an integer (just grep ext/standard/* for zend_parse_parameters for examples). Tal Keyser Soze wrote: Sending in plain text: - cut here

Re: [PHP-DEV] Bug #5975 request

2003-02-04 Thread Keyser Soze
t; Sent: Tuesday, February 04, 2003 5:44 PM Subject: Re: [PHP-DEV] Bug #5975 request On Tue, 4 Feb 2003, Keyser Soze wrote: > Sending in plain text: Got mangled :I Can you put it on the web? Derick -- - Deric

Re: [PHP-DEV] Bug #5975 request

2003-02-04 Thread Derick Rethans
On Tue, 4 Feb 2003, Keyser Soze wrote: > Sending in plain text: Got mangled :I Can you put it on the web? Derick -- - Derick Rethans http://derickrethans.nl/ PHP Magazine - PHP Magazine

[PHP-DEV] Bug #5975 request

2003-02-04 Thread Keyser Soze
Sending in plain text: - cut here ? patch.diff ? ext/standard/file_new.c ? ext/standard/string_new.c Index: ext/standard/file.c === RCS file: /repository/php4

Re: [PHP-DEV] Bug #5975 request

2003-02-04 Thread Keyser Soze
ck Rethans" <[EMAIL PROTECTED]> To: "Keyser Soze" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, February 04, 2003 4:52 PM Subject: Re: [PHP-DEV] Bug #5975 request On Tue, 4 Feb 2003, Keyser Soze wrote: > > Hi all, > > I implemented the B

Re: [PHP-DEV] Bug #5975 request

2003-02-04 Thread Derick Rethans
On Tue, 4 Feb 2003, Keyser Soze wrote: > > Hi all, > > I implemented the BUG #5975 requesting a third parameter in strip_tags, to > disallow the tags in the second parameter instead of allowing then. But > since I don't have CVS account, I would like that someone send me the files > ext/standard

[PHP-DEV] Bug #5975 request

2003-02-04 Thread Keyser Soze
Hi all, I implemented the BUG #5975 requesting a third parameter in strip_tags, to disallow the tags in the second parameter instead of allowing then. But since I don't have CVS account, I would like that someone send me the files ext/standard/string.c ext/standard/php_string.h ext/standard/file.