[PHP-DEV] Re: [PHP-QA] PHP 4.0.4RC3 released From: Isaac Greant (zak <email protected>)
Date: 12/02/00

PHP 4.0.4RC3 successful build

 - Mandrake Linux v7.1 (i586)
 - gcc v2.95.3
 - GNU Make v3.79

./configure \
    --disable-pear \
    --enable-bcmath \
    --enable-calendar \
    --enable-ftp \
    --with-apxs=/usr/local/apache/bin/apxs \
    --with-msql=/usr/local/mSQL \
    --with-mysql \
    --with-readline=/usr/lib/ \
    --with-recode \
    --with-gettext

Will test later.

Build attempt with the following configure line failed:

./configure \
    --disable-pear \
    --enable-bcmath \
    --enable-calendar \
    --with-db3 \
    --with-db \
    --with-gdbm \
    --enable-dba=shared \
    --enable-dbase \
    --enable-ftp \
    --with-apxs=/usr/local/apache/bin/apxs \
    --with-msql=/usr/local/mSQL \
    --with-mysql \
    --with-readline=/usr/lib/ \
    --with-recode \
    --with-gettext

error generated during make was:

db.c:426: conflicting types for `php_dbm_close'
php_db.h:55: previous declaration of `php_dbm_close'
db.c: In function `php_minit_db':
db.c:1121: warning: passing arg 1 of `zend_register_list_destructors_ex' from incompatible pointer type
make[3]: *** [db.lo] Error 1
make[3]: Leaving directory `/var/source/php-4.0.4RC3/ext/db'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/source/php-4.0.4RC3/ext/db'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/source/php-4.0.4RC3/ext'
make: *** [all-recursive] Error 1

 --zak

*********** REPLY SEPARATOR ***********

On 12/2/2000 at 9:38 AM Sascha Schumann wrote:

>Hi,
>
> the version is available here:
>
> <URL:http://www.php.net/distributions/php-4.0.4RC3.tar.gz>
>
> Please test this beast and report everything you find!
>
> You have plenty of time to do so. I don't plan to go any
> further before the end of the next week (Dec 9).
>
> Thanks,
> - Sascha
>
>
>--
>PHP Quality Assurance Mailing List <http://www.php.net/>
>To unsubscribe, e-mail: php-qa-unsubscribe <email protected>
>For additional commands, e-mail: php-qa-help <email protected>
>To contact the list administrators, e-mail: php-list-admin <email protected>

-- 
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>