php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6539 php4_gd.dll create image warning message
Submitted: 2000-09-04 19:45 UTC Modified: 2001-01-05 13:45 UTC
From: Howard dot Cohodas at dkt dot com Assigned:
Status: Closed Package: GD related
PHP Version: 4.0.2 OS: NT4 SP6a
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: Howard dot Cohodas at dkt dot com
New email:
PHP Version: OS:

 

 [2000-09-04 19:45 UTC] Howard dot Cohodas at dkt dot com
Configuration...
WinNT4 SP6a
PHP Version 4.0.2, Build Date Aug 30 2000 
Server API: ISAPI 
HTTP Server: WebSitePro/2.5.4
mySQL: 3.23.22-beta
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Sample Script...
$im = @ImageCreate (50, 100)
or die ("Cannot Initialize new GD image stream");

Output...
Warning: Unknown list entry type in request shutdown (100483968) in Unknown on line 0

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-09-06 04:43 UTC] Howard dot Cohodas at dkt dot com
"Type" update
 [2000-09-06 04:45 UTC] Howard dot Cohodas at dkt dot com
"Type" update
 [2000-11-14 08:03 UTC] waldschrott@php.net
user update (Yin.Yang@gmx.net):

- the bug is also valid for PHP 4.03pl1 (see my posting &
test script in

  php.dev from yesterday and the enclosed posting, where is
also stated,

  that under IIS in cgi-mode Dr. Watson comes up),
- Also affected http-Server: IIS (my experience, since at
least PHP4.02
),
- Not affected: php4.02 with cgi under Win98 (posting from
alain samoun
in
 [PHP-WIN], 9/4/00),
- Warning doesn't come up if no filename is specified for
imagejpeg
  (or imagexxx?, see enclosed posting from David, 11/3/00)


Additional info (if relevant):

The Warnings don't always point to the right line in source
- Once it
pointed to a line with a sql-statement, but after
"shortening" the
script
step by step, this problem was what occured the warning.
(see also  my
posting in PHP-WIN from 11/9/00).

 [2001-01-05 13:45 UTC] dbeu@php.net
should be fixed with 4.0.4
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 13:01:31 2024 UTC