On Fri, Aug 03, 2001 at 02:26:09PM -0400, Sterling Hughes wrote:

> >./configure \
> >         --with-apxs=/usr/local/apache/bin/apxs \
> >         --with-config-file-path=/usr/local/apache/conf \
> >         --with-freetype-dir=/usr/local \
> >         --with-gd=/usr/local \
> >         --with-gettext \
> >         --with-imap=/usr/local \
> >         --with-imap-ssl \
> >         --with-jpeg-dir=/usr/local \
> >         --with-png-dir=/usr/local \
> >         --without-mysql \
> >         --with-pgsql=/usr/local/pgsql \
> >         --with-zlib=/usr \
> >         --enable-ftp \
> >         --enable-sockets \
> >         --enable-sysvsem \
> >         --enable-sysvshm \
> >         --enable-xml
> 
> Hrrm, that's oddd, none of those programs use the smart_str functionality 
> to my knowledge.  smart_str_free() is defined in 
> ext/standard/php_smart_str.h, could you perhaps try a fresh cvs checkout?
 
I found the problem.  Sascha introduced smart_str's into the
sysvshm code, and it looks like he missed the php_smart_str.h
include.  I'll commit the fix in a second once I'm sure that's
the extent of the problem.

-- 
Jon Parise ([EMAIL PROTECTED])  .  Rochester Inst. of Technology
http://www.csh.rit.edu/~jon/  :  Computer Science House Member

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to