Re: [PHP-BETA] 3.0.6 tarball rolled

[email protected] (Jouni Ahto) Sun, 20 Dec 1998 16:15:15 +0200 (EET)
Newsgroups php.beta
Message-ID <[email protected]>
Works fine as cgi and passes all tests. Haven't tested as an apache module
yet. System: Debian 2.0, kernel 2.0.34. A few missing prototypes and two
warnings about possibly uninitialized variables.

Configured with:

./configure --with-mysql --with-pgsql --with-sybase=/opt/sybase \
--with-dbase --with-filepro --with-zlib \
--with-config-file-path=/etc/apache --enable-track-vars \
--enable-magic-quotes --with-ldap=/usr/local --with-imap --with-snmp \
--with-pdflib --enable-sysvsem --enable-sysvshm --enable-debugger \
--enable-debug --enable-maintainer-mode

Warnings:

debugger.c:487: warning: no previous prototype for `_php3_send_error'
functions/dbase.c:79: warning: no previous prototype for `php3_minit_dbase'
functions/dbase.c:122: warning: no previous prototype for `php3_dbase_open'
functions/dbase.c:155: warning: no previous prototype for `php3_dbase_close'
functions/dbase.c:178: warning: no previous prototype for `php3_dbase_numrecords'
functions/dbase.c:200: warning: no previous prototype for `php3_dbase_numfields'
functions/dbase.c:222: warning: no previous prototype for `php3_dbase_pack'
functions/dbase.c:246: warning: no previous prototype for `php3_dbase_add_record'
functions/dbase.c:314: warning: no previous prototype for `php3_dbase_delete_record'
functions/dbase.c:348: warning: no previous prototype for `php3_dbase_get_record'
functions/dbase.c:426: warning: no previous prototype for `php3_dbase_get_record_with_names'
functions/dbase.c:501: warning: no previous prototype for `php3_dbase_create'
functions/filepro.c:89: warning: no previous prototype for `php3_minit_filepro'
functions/filepro.c:114: warning: no previous prototype for `php3_mend_filepro'
functions/pdf.c:151: warning: no previous prototype for `_free_pdf_info'
functions/pdf.c: In function `php3_pdf_arc':
functions/pdf.c:1280: warning: `arg5' might be used uninitialized in this function
functions/pdf.c:1280: warning: `arg6' might be used uninitialized in this function

Jouni Ahto



--
PHP Beta Testers' Mailing List   http://www.php.net/
To unsubscribe send an empty message to [email protected]
List administrator:  [email protected]