Date: 12/21/98
- Next message: Brian Schaffner: "[PHP-DEV] RE: [PHP-BETA] New tarball rolled at 11AM EST"
- Previous message: Bug Database: "[PHP-DEV] Bug #841 Updated: basename() & dirname() do not parse path correctly"
- In reply to: Rasmus Lerdorf: "[PHP-DEV] New tarball rolled - Monday 10:30 AM EST"
- Next in thread: Sascha Schumann: "[PHP-DEV] Re: [PHP-BETA] New tarball rolled - Monday 10:30 AM EST"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Still two missing prototypes. Otherwise, success.
functions/filepro.c:89: warning: no previous prototype for
`php3_minit_filepro'
functions/filepro.c:114: warning: no previous prototype for
`php3_mend_filepro'
And then a strange one. If compile using egcs 1.0.3 or 1.1.1, there's a
big problem with dbm. make test results:
./dbm/001.php3t: DBM File Creation Test
... passed
./dbm/002.php3t: DBM Insert/Fetch Test
...FATAL: emalloc(): Unable to allocate 136022745 bytes
FAILED
./dbm/003.php3t: DBM Insert/Replace/Fetch Test
...FATAL: emalloc(): Unable to allocate 136023209 bytes
FAILED
./dbm/004.php3t: DBM Multiple Insert/Fetch Test
...FATAL: emalloc(): Unable to allocate 136026137 bytes
FAILED
./dbm/005.php3t: DBM FirstKey/NextKey Loop Test With 5 Items
...FATAL: emalloc(): Unable to allocate 135963065 bytes
FAILED
./dbm/006.php3t: DBM FirstKey/NextKey with 2 deletes
...FATAL: emalloc(): Unable to allocate 135963889 bytes
FAILED
Anyway, I believe the bug is in egcs, not in php.
Jouni Ahto
-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>
- Next message: Brian Schaffner: "[PHP-DEV] RE: [PHP-BETA] New tarball rolled at 11AM EST"
- Previous message: Bug Database: "[PHP-DEV] Bug #841 Updated: basename() & dirname() do not parse path correctly"
- In reply to: Rasmus Lerdorf: "[PHP-DEV] New tarball rolled - Monday 10:30 AM EST"
- Next in thread: Sascha Schumann: "[PHP-DEV] Re: [PHP-BETA] New tarball rolled - Monday 10:30 AM EST"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

