Re: [PHP-DEV] PHP thread stack problem on HPUX

2003-07-19 Thread Andi Gutmans
At 02:20 PM 19/7/2003 +0200, Sascha Schumann wrote: On Sat, 19 Jul 2003, Andi Gutmans wrote: > I commited this patch. Note that the post concerned the _thread_ stack limit. As such, !(defined(ZTS) && defined(HPUX)) sounds more reasonable. Yes you are right. I thought that this concer

Re: [PHP-DEV] PHP thread stack problem on HPUX

2003-07-19 Thread Sascha Schumann
On Sat, 19 Jul 2003, Andi Gutmans wrote: > I commited this patch. Note that the post concerned the _thread_ stack limit. As such, !(defined(ZTS) && defined(HPUX)) sounds more reasonable. - Sascha -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: ht

Re: [PHP-DEV] PHP thread stack problem on HPUX

2003-07-19 Thread Andi Gutmans
I commited this patch. Andi At 12:58 PM 19/7/2003 +0900, Moriyoshi Koizumi wrote: Possibly better one (not tested): Index: Zend/zend.h === RCS file: /repository/ZendEngine2/zend.h,v retrieving revision 1.210 diff -u -r1.210 zend.h -

Re: [PHP-DEV] PHP thread stack problem on HPUX

2003-07-18 Thread Moriyoshi Koizumi
Possibly better one (not tested): Index: Zend/zend.h === RCS file: /repository/ZendEngine2/zend.h,v retrieving revision 1.210 diff -u -r1.210 zend.h --- Zend/zend.h 10 Jun 2003 20:03:24 - 1.210 +++ Zend/zend.h 19 Jul 2003 03: