Date: 10/03/00
- Next message: alex <email protected>: "[PHP-DEV] PHP 4.0 Bug #7007: The pg_close function doesn't close the connection."
- Previous message: Sascha Schumann: "Re: [PHP-DEV] PHP 4.0 Bug #7004: Sega Dreamcast-PlanetWeb browser POST parse bug"
- In reply to: Mike Robinson: "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:
>
> > Now it's for real :) I repackaged and created RC2 due to a few fixes such
> > as dirname() problems, imap-ssl build problems, crash bug in parse_url()
> > and a couple of other minor things.
>
> On a stock rhl6.2 box with apache 1.3.12, I was not able to get
> the curl stuff going, same problem as rc1. Removing curl support,
> make, make install went fine, but:
>
> 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.
- 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: alex <email protected>: "[PHP-DEV] PHP 4.0 Bug #7007: The pg_close function doesn't close the connection."
- Previous message: Sascha Schumann: "Re: [PHP-DEV] PHP 4.0 Bug #7004: Sega Dreamcast-PlanetWeb browser POST parse bug"
- In reply to: Mike Robinson: "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 ]

