[PHP-DEV] RE: [Gallery-users] can't create albums (fwd)

2002-05-06 Thread Rasmus Lerdorf
Bug 16905 seems to be real and is biting a few people on *BSD. It looks non-sensical to me and I don't really have decent access to a FreeBSD box anymore. Could someone on FreeBSD take a close look at this one? -Rasmus -- Forwarded message -- Date: Mon, 6 May 2002 10:28:10

RE: [PHP-DEV] RE: [Gallery-users] can't create albums (fwd)

2002-05-06 Thread Insomniac Admin
request probably rules me out from being of use to the testing procedure but hey, at least Im happy to help :P heh) - Dan -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: 06 May 2002 15:34 To: [EMAIL PROTECTED] Subject: [PHP-DEV] RE: [Gallery-users] can't create

Re: [PHP-DEV] RE: [Gallery-users] can't create albums (fwd)

2002-05-06 Thread Dan Kalowsky
Initial tests with FreeBSD 4.5 and PHP 4.2.0 seem to be working in CGI mode. Building DSO now to test further. On Mon, 6 May 2002, Rasmus Lerdorf wrote: Bug 16905 seems to be real and is biting a few people on *BSD. It looks non-sensical to me and I don't really have decent access to a

Re: [PHP-DEV] RE: [Gallery-users] can't create albums (fwd)

2002-05-06 Thread James E. Flemer
Perhaps this broke it: (it looks like the most recent change to mkdir()) http://cvs.php.net/diff.php/php4/ext/standard/file.c?r1=1.203r2=1.204ty=u I am looking into it. -James On Mon, 6 May 2002, Rasmus Lerdorf wrote: Bug 16905 seems to be real and is biting a few people on *BSD. It looks

Re: [PHP-DEV] RE: [Gallery-users] can't create albums (fwd)

2002-05-06 Thread Markus Fischer
Hi, Uh christ, I hope not! Thanks for looking into that. - Markus On Mon, May 06, 2002 at 12:31:31PM -0400, James E. Flemer wrote : Perhaps this broke it: (it looks like the most recent change to mkdir())

Re: [PHP-DEV] RE: [Gallery-users] can't create albums (fwd)

2002-05-06 Thread Jim Winstead
James E. Flemer [EMAIL PROTECTED] wrote: Perhaps this broke it: (it looks like the most recent change to mkdir()) http://cvs.php.net/diff.php/php4/ext/standard/file.c?r1=1.203r2=1.204ty=u I am looking into it. passing a pointer to a mode_t (mode) to zend_parse_parameters(), which uses it

Re: [PHP-DEV] RE: [Gallery-users] can't create albums (fwd)

2002-05-06 Thread James E. Flemer
Yep, on FreeBSD mode_t is u_int16_t, whereas on Linux it is a __u_int. -James On 6 May 2002, Jim Winstead wrote: James E. Flemer [EMAIL PROTECTED] wrote: Perhaps this broke it: (it looks like the most recent change to mkdir())