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:

[PHP-DEV] PHP thread stack problem on HPUX

2003-07-18 Thread NAIK,ROSHAN (HP-Cupertino,ex1)
A few months back i submitted a bug report #21855 and forgotten about it. In short ...certain complex enough scripts would cause PHP to crash and burn on HPUX. The gdb backtraces and the fault generated seemed to indicate that memory access was beging performed in the guard pages located just beyo

[PHP-DEV] CVS Account Request: alain

2003-07-18 Thread Alain Petignat
I noticed, that the German-translation of the PEAR-Manual is a bit behind and i asked myself if it is wanted, that i give a hand? Do you have any requirements for doing some translation in spare time? I live in Switzerland, but stayed in the U.S. for a year, so both languages are known a bit. I

Re: [PHP-DEV] MySQL problems

2003-07-18 Thread George Schlossnagle
On Friday, July 18, 2003, at 07:44 AM, Melvyn Sopacua wrote: At 13:02 7/18/2003, Jani Taskinen wrote: >> >> But this won't work as the configure bails out if no mysql headers/libs >> are found..(when you use plain --with-mysql default paths are searched) > >The 'old' behavior, was to e

Re: [PHP-DEV] MySQL problems

2003-07-18 Thread Melvyn Sopacua
At 13:02 7/18/2003, Jani Taskinen wrote: >> >> But this won't work as the configure bails out if no mysql headers/libs >> are found..(when you use plain --with-mysql default paths are searched) > >The 'old' behavior, was to enable mysql by default, because of the bundled libs >and then

Re: [PHP-DEV] MySQL problems

2003-07-18 Thread Jani Taskinen
On Fri, 18 Jul 2003, Melvyn Sopacua wrote: >> >> But this won't work as the configure bails out if no mysql headers/libs >> are found..(when you use plain --with-mysql default paths are searched) > >The 'old' behavior, was to enable mysql by default, because of the bundled libs >and then i

Re: [PHP-DEV] MySQL problems

2003-07-18 Thread Melvyn Sopacua
At 12:32 7/18/2003, Jani Taskinen wrote: On Fri, 18 Jul 2003, Melvyn Sopacua wrote: >At 11:25 7/18/2003, Jani Taskinen wrote: > >> >Nice first shot. But it also displays the message if you did disable mysql. >> >What we really need is a message that pops up only if the user tried to >> use a >>

Re: [PHP-DEV] MySQL problems

2003-07-18 Thread Jani Taskinen
On Fri, 18 Jul 2003, Melvyn Sopacua wrote: >At 11:25 7/18/2003, Jani Taskinen wrote: > >> >Nice first shot. But it also displays the message if you did disable mysql. >> >What we really need is a message that pops up only if the user tried to >> use a >> >bundled lib which is no longer available.

Re: [PHP-DEV] MySQL problems

2003-07-18 Thread Derick Rethans
On Fri, 18 Jul 2003, Melvyn Sopacua wrote: > +| Mails to developers about this issue, are charged at 1 euro per| > +| line, incoming and 10 euros per line for replies. | Cheap basterd ;) Derick -- "Interpreting what the GPL actually means is a job best left to those

Re: [PHP-DEV] MySQL problems

2003-07-18 Thread Melvyn Sopacua
At 11:25 7/18/2003, Jani Taskinen wrote: >Nice first shot. But it also displays the message if you did disable mysql. >What we really need is a message that pops up only if the user tried to use a >bundled lib which is no longer available. So there must be a corresponding >change in the ext/mysql

Re: [PHP-DEV] MySQL problems

2003-07-18 Thread Jani Taskinen
On Fri, 18 Jul 2003, Marcus Bö rger wrote: >Hello Olivier, > >Friday, July 18, 2003, 3:09:07 AM, you wrote: > >OH> Marcus Börger wrote: >>> a) provide a patch that explains the matter in short during configuration if >>>the lib is missing and > >OH> Attached is a file to add the warning in con

Re: [PHP-DEV] MySQL problems

2003-07-18 Thread Marcus Börger
Hello Olivier, Friday, July 18, 2003, 3:09:07 AM, you wrote: OH> Marcus Börger wrote: >> a) provide a patch that explains the matter in short during configuration if >>the lib is missing and OH> Attached is a file to add the warning in configure.in Nice first shot. But it also displays the