DIR_CREATE woes

2001-07-06 Thread Geoffrey Young
hi all... about 2 weeks ago I noticed that modules with DIR_CREATE and DIR_MERGE sections stopped working with bleedperl. I've tried to trace it as best I could, but I'm really at a loss since Apache just stops - no core. sending httpd -X to strace gives me

Re: DIR_CREATE woes

2001-07-06 Thread Doug MacEachern
patch below fixes, you can see the problem excercised with this little test too: use POSIX (); for (1,2) { undef POSIX::isalnum; } Index: op.c === RCS file: /usr/local/cvs_repository/perl-current-mirror/op.c,v retrieving

RE: DIR_CREATE woes

2001-07-06 Thread Geoffrey Young
-Original Message- From: Doug MacEachern [mailto:[EMAIL PROTECTED]] Sent: Friday, July 06, 2001 12:44 PM To: Geoffrey Young Cc: '[EMAIL PROTECTED]' Subject: Re: DIR_CREATE woes patch below fixes, you can see the problem excercised with this little test too: amazing... I