php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8825 failure during page load
Submitted: 2001-01-20 19:49 UTC Modified: 2001-04-10 10:09 UTC
From: ppearl at altavista dot com Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 4.0.4pl1 OS: NT 4 workstation
Private report: No CVE-ID: None
 [2001-01-20 19:49 UTC] ppearl at altavista dot com
I just downloaded the full version of php 4 and installed
it on my NT 4 workstation with 128 Mb RAM last night,
and had it up and running in no time.  I tested it with
an application I've written in php 3 consisting of about
6,000 lines of code spread over 7 pages, and 
everything seems to work fine so far ( it accesses
multiple databases ).

All I can say is you took a great piece of software in
php 3 and made it even better in php 4 - I couldn't
sleep last night looking forward to trying some of
the new database functions!  Keep up the good work.

I did notice the following bugs with some of the extensions
when I tried to load a page :

;extension=php_exif.dll        CAUSES php.exe TO CRASH WITH ACCESS VIOLATION (0xC00000050, ADDRESS:0x7800d269

;extension=php_ingres.dll      DYNAMIC LIBRARY OIAPI.DLL MISSING
;extension=php_interbase.dll   ORDINAL 261 COULDN NOT BE LOCATED IN gds.dll

;extension=php_sybase_ct.dll  DYNAMIC LINL LIBRARY libct.dll MISSING
;extension=php_yaz.dll        PROCEDURE ENTRY POINT yaz_oi_set_string_oidval MISSING IN yaz.dll

Thanks again

Phil Pearl

ps I'm running Apache and was using Netscape browser.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-31 10:52 UTC] cynic@php.net
do you actually have these dlls?
also, most of them require external stuff (client libraries) to work.
 [2001-04-10 10:09 UTC] sbergmann@php.net
I cannot reproduce this one:

  extension=php_exif.dll
  CAUSES php.exe TO CRASH WITH ACCESS VIOLATION 
  (0xC00000050, ADDRESS:0x7800d269)

The other errors are related to missing 3rd party libraries, needed in order to use the mentioned extensions.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 11:01:28 2024 UTC