php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #21927 PHP crashes upon trying to access .php page.
Submitted: 2003-01-28 16:31 UTC Modified: 2003-02-18 10:24 UTC
From: timb at county dot org Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.3.0 OS: Windows 95
Private report: No CVE-ID: None
 [2003-01-28 16:31 UTC] timb at county dot org
Every .php page that I try to run crashes with this pop up dialog error message:
"The PHP.EXE file is linked to missing export KERNEL32.DLL:Cancello."

The above dialog box has the title "Error Starting Program" showing and requires three clicks on OK to close.

I'm running Apache 1.3.27 on Windows 95 and have no problem with PHP 4.0.3pl1 which works fine.

I've tried scripts as simple as "<?php phpinfo() ?>" to no avail.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-01-29 06:13 UTC] sniper@php.net
Since PHP 4.3.0 were not supporting win95 anymore.

phpdoc-team: the documentation should be fixed by removing any links to win95 and also there should be some note somewhere about this too..installation page maybe?
(I wasn't aware of this before I asked Edin..)


 [2003-02-05 03:25 UTC] philip@php.net
The docs have been updated:
http://cvs.php.net/cvs.php/phpdoc/en/chapters/install.windows.xml

Thanks for the report and we hope you can upgrade your OS and PHP soon. :)
 [2003-02-18 10:14 UTC] joku1935 at yahoo dot com
I'm stuck with win95a or osr1 or whatever it's called. Could You please tell me the latest version of php that supported win95a ?

Is it still downloadable ?
 [2003-02-18 10:24 UTC] moriyoshi@php.net
You can pick one of the older binaries at http://ftp.proventum.net/pub/php/php4/ .

Please use them AT YOUR OWN RISK: don't bother if it doesn't work properly.

 [2003-09-15 16:37 UTC] geoffww at telus dot net
I have an old Compaq 486 laptop with win95 that I wanted to take to work and fiddle with test scripts.  Through trials and tribulations I've gotten Apache 1.3 and PHP 4.3.3 to work fine on it.  Below is what I did...

*Install obvious and pertinent win95 patches, updates and service packs at http://www.microsoft.com/windows95/downloads/ Also it doesn't hurt to install Visual Basic 6 runtime files, do a search on google.

* Don't download the Win32 installer.  Download the zip package.

* You must run PHP as a module NOT as a CGI binary.

* There will be some .dll files that Win95 won't have.  Do a search on google for any missing .dll files that pop-up in error messages, such as obdc32.dll and obdcint.dll.
 [2004-02-29 00:38 UTC] notes2tab at swiftdesk dot com
I'm running php 4.3.4 on a win 95B platform with Apache (as a module, not CGI) and I can host php pages perfectly. However I can not execute any php file from the command line, only through apache... The error box is the same "... KERNEL32.DLL:Cancello". The version of Win 95 doesn't matter as I had Win 95A till very recently and the symptoms were the same.
Did it happen to you too, geoffww? It must be a very small bug so that it runs under apache but not under the command line... It would be nice if the development team fixed this... :P
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 04:01:30 2024 UTC