[PHP-DEV] Bug #14012: a struct has problem for sysvshm

2001-11-10 Thread yasuo_ohgaki
From: [EMAIL PROTECTED] Operating system: linux 2.4.4/glibc 2.2.2 PHP version: 4.0CVS-2001-11-10 PHP Bug Type: Compile Failure Bug description: a struct has problem for sysvshm Just a build problem. I don't know the code, so patch is not attached. make[3]: Entering direct

Re: [PHP-DEV] Bug #14012: a struct has problem for sysvshm

2001-11-10 Thread Markus Fischer
Here's the fix. Someone with proper karma please apply it. - Markus ? sysvshm.diff Index: sysvshm.c === RCS file: /repository/php4/ext/sysvshm/sysvshm.c,v retrieving revision 1.49 diff -u -r1.49 sysvshm.c --- sysvshm.c 11 Oct 200

Re: [PHP-DEV] Bug #14012: a struct has problem for sysvshm

2001-11-10 Thread Rasmus Lerdorf
This doesn't look like the right fix to me. There is no such thing as a php_unserialize_data_t typedef as far as I can tell. -Rasmus On Sun, 11 Nov 2001, Markus Fischer wrote: > Here's the fix. Someone with proper karma please apply it. > > - Markus > -- PHP Development Mailing List

Re: [PHP-DEV] Bug #14012: a struct has problem for sysvshm

2001-11-10 Thread Markus Fischer
On Sat, Nov 10, 2001 at 06:44:36PM -0800, Rasmus Lerdorf wrote : > This doesn't look like the right fix to me. There is no such thing as > a php_unserialize_data_t typedef as far as I can tell. Hmm, and whats this? typedef struct php_unserialize_data php_unserialize_data_t; from var_unserial

Re: [PHP-DEV] Bug #14012: a struct has problem for sysvshm

2001-11-10 Thread Markus Fischer
On Sun, Nov 11, 2001 at 03:56:45AM +0100, Markus Fischer wrote : > On Sat, Nov 10, 2001 at 06:44:36PM -0800, Rasmus Lerdorf wrote : > > This doesn't look like the right fix to me. There is no such thing as > > a php_unserialize_data_t typedef as far as I can tell. > > Hmm, and whats this? >

Re: [PHP-DEV] Bug #14012: a struct has problem for sysvshm

2001-11-10 Thread Rasmus Lerdorf
Ah, didn't have an updated tree. On Sun, 11 Nov 2001, Markus Fischer wrote: > On Sun, Nov 11, 2001 at 03:56:45AM +0100, Markus Fischer wrote : > > On Sat, Nov 10, 2001 at 06:44:36PM -0800, Rasmus Lerdorf wrote : > > > This doesn't look like the right fix to me. There is no such thing as > >

Re: [PHP-DEV] Bug #14012: a struct has problem for sysvshm

2001-11-11 Thread Yasuo Ohgaki
Rasmus Lerdorf wrote: > Ah, didn't have an updated tree. > > On Sun, 11 Nov 2001, Markus Fischer wrote: > > >>On Sun, Nov 11, 2001 at 03:56:45AM +0100, Markus Fischer wrote : >> >>>On Sat, Nov 10, 2001 at 06:44:36PM -0800, Rasmus Lerdorf wrote : >>> This doesn't look like the right fix t