Re: [PHP-DEV] Re: cvs: ZendEngine2 / zend_API.c zend_API.h zend_compile.c zend_compile.h zend_reflection_api.c

2005-04-22 Thread Marcus Boerger
Hello Sebastian, Friday, April 22, 2005, 6:01:20 AM, you wrote: Marcus Boerger wrote: helly Tue Apr 19 18:05:00 2005 EDT Modified files: /ZendEngine2 zend_API.c zend_API.h zend_compile.c zend_compile.h zend_reflection_api.c Log:

[PHP-DEV] Patch to build shared extensions for Netware

2005-04-22 Thread Kamesh Jayachandran
Hi Jani, Please apply this patch which enables to build NetWare PHP extensions using gcc cross compiler. For 5.0 http://puggy.symonds.net/~kameshj/acinclude.m4.patch.5.0 For 5.1 http://puggy.symonds.net/~kameshj/acinclude.m4.patch.5.1 With regards Kamesh Jayachandran -- PHP Internals - PHP

Re: [PHP-DEV] Re: cvs: ZendEngine2 / zend_API.c zend_API.h zend_compile.c zend_compile.h zend_reflection_api.c

2005-04-22 Thread Sebastian Bergmann
Marcus Boerger wrote: no, it is a new feature. Okay. -- Sebastian Bergmann http://www.sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit:

[PHP-DEV] How to configure a stable PHP 5.0.4?

2005-04-22 Thread Hendy Irawan
I'm currently using PHP 5.0.4 using the configuration set in: http://www.gauldong.net/phpinfo.php However I'm not currently happy with it. It crashes at times (at particular scripts, not at intermittent times, and usually the ones with exception handling), and it crashes more with Zend Optimizer

Re: [PHP-DEV] How to configure a stable PHP 5.0.4?

2005-04-22 Thread Wez Furlong
This is not the appropriate mailing list for your question. Either the php installation or general lists are more appropriate; this list is for people discussing the implementation of the php internals (hence the name internals). http://www.php.net/mailing-lists.php --Wez. On 4/22/05, Hendy

Re: [PHP-DEV] [PATCH] Modifications for ext/session/

2005-04-22 Thread Daniel J Cain Jr.
These changes in and of themselves will offer zero increased protection against session fixation/hijacking. But they do prove useful when used together for building a custom session handler trying to prevent session fixation/hijacking. Here's how the new functionality might be applied after

Re: [PHP-DEV] [PATCH] Modifications for ext/session/

2005-04-22 Thread Peter Brodersen
On Wed, 20 Apr 2005 13:00:48 -0400, in php.internals [EMAIL PROTECTED] (Sean Coates) wrote: Provided that the code is good: +1 These sounds like great features (especially for session fixation/hijack prevention). But as long as stuff like print_r(glob({.,/tmp}/*,GLOB_BRACE)); .. are possible