php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10625 Internal Server Error 500
Submitted: 2001-05-02 23:48 UTC Modified: 2001-06-04 23:13 UTC
From: shing86 at netvigator dot com Assigned:
Status: Closed Package: ODBC related
PHP Version: 4.0.4pl1 OS: Windows 2000 server
Private report: No CVE-ID: None
 [2001-05-02 23:48 UTC] shing86 at netvigator dot com
My environment is Windows 2000 server , php4.0.4 and access 2000 database.
My application is that I using ASP to get all customer name from DB to build a drop-down list. Once user select 1 item, the ASP will get customer name to generate <img src="showchart.php?c_name=xx"> to call php script.
The php script get the content of c_name to query all sales data from db for this customer.Then, it using these data to generate a purchasing distribution chart for this customer.

For the first few times, it works fine. However,after about 20 user selection, it become unstable. It sometime works and sometime give me internal server error 500 message.
In some case, it not just give me error message, but it make other asp and php program cannot access DB again.

I have change the PHP script to read data from user input,it works fine (even after 100 selection).
Also, the application can works (even after 100 selection)on Windows NT 4.0 platform

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-09 12:03 UTC] kalowsky@php.net
not sure i understand what the bug is.  please provide a sample script, and relavent parts of your php.ini file.  also, do try this with the 4.0.5 release and see if this continues to happen for you.
 [2001-05-14 12:02 UTC] kalowsky@php.net
can you please post a simple sample script to reproduce this problem?  do NOT send a copy of your website to me please.

the smallest possible code bank is the best option.
 [2001-05-15 11:28 UTC] kalowsky@php.net
One more time..

1) Use the Bug system to respond to bugs
2) Please provide a SIMPLE SAMPLE script to reproduce this.  Not your entire website, but the simplest form of PHP code to have this occur. 
 [2001-06-04 23:13 UTC] kalowsky@php.net
no user feedback.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 05:01:33 2024 UTC