php-developer-list | 2000101
Date: 10/03/00
- Next message: Danny Heijl: "[PHP-DEV] Re: Bug id #3386 - Informix related"
- Previous message: Mike Robinson: "[PHP-DEV] RE: [PHP-QA] RE: [PHP-DEV] 4.0.3RC2"
- In reply to: Mike Robinson: "[PHP-DEV] RE: [PHP-QA] RE: [PHP-DEV] 4.0.3RC2"
- Next in thread: Mike Robinson: "[PHP-DEV] RE: [PHP-QA] RE: [PHP-DEV] 4.0.3RC2"
- Reply: Mike Robinson: "[PHP-DEV] RE: [PHP-QA] RE: [PHP-DEV] 4.0.3RC2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, 3 Oct 2000, Mike Robinson wrote:
>
> > > Syntax error on line 45 of /etc/httpd/conf/httpd.conf:
> > > Cannot load /usr/lib/apache/libphp4.so into server:
> > > /usr/lib/apache/libphp4.so:
> > > undefined symbol: php_memnstr
> > > /usr/sbin/apachectl start: httpd could not be started
> >
> > Which extensions are you using?
> >
> > That is caused by a source file which used php_memnstr(), but
> > does not #include php_string.h.
>
> Sorry, I usually include that info:
Thanks, it has been fixed in CVS.
Patch:
http://viewcvs.php.net/viewcvs.cgi/php4/ext/pfpro/pfpro.c.diff?r1=1.5&r2=1.6&diff_format=u
- Sascha
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Danny Heijl: "[PHP-DEV] Re: Bug id #3386 - Informix related"
- Previous message: Mike Robinson: "[PHP-DEV] RE: [PHP-QA] RE: [PHP-DEV] 4.0.3RC2"
- In reply to: Mike Robinson: "[PHP-DEV] RE: [PHP-QA] RE: [PHP-DEV] 4.0.3RC2"
- Next in thread: Mike Robinson: "[PHP-DEV] RE: [PHP-QA] RE: [PHP-DEV] 4.0.3RC2"
- Reply: Mike Robinson: "[PHP-DEV] RE: [PHP-QA] RE: [PHP-DEV] 4.0.3RC2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

