php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23450 Excel Output on OS X
Submitted: 2003-05-02 05:35 UTC Modified: 2003-05-02 12:43 UTC
From: emanuele at deserti dot net Assigned:
Status: Not a bug Package: Output Control
PHP Version: 4.3.1 OS: Mac OS X 10.2
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: emanuele at deserti dot net
New email:
PHP Version: OS:

 

 [2003-05-02 05:35 UTC] emanuele at deserti dot net
Using:

header("Content-type: application/xls");
header("Content-Disposition: inline; filename=report.xls");

with browser (Explorer 5.2 and Safari) the output isn't a 
.xls file but a .php file and I can't open him with Excel.

The same application will works correctly on browser 
Internet Explorer 6.0 with Windows ME but not on OS X.


Configure Command 	'./configure' '--enable-cli' 
'--with-apxs' '--with-mysql' '--with-apxs' '--with-mysql' 
'--with-pgsql' '--with-gd=/usr/local' 
'--with-png-dir=/usr/local' '--with-zlib-dir=/usr' 
'--with-jpeg-dir=/usr/local' 
'--with-freetype-dir=/usr/local' '--with-t1lib=/usr/local' 
'--enable-trans-sid' '--enable-exif' '--with-xml' 
'--enable-wddx' '--with-curl=/usr/local' 
'--with-pdflib=/usr/local' '--enable-ftp' 
'--enable-mbstring' '--enable-xslt' 
'--with-xslt-sablot=/usr/local' '--with-imap=../imap-2001a' 
'--enable-dbx' '--enable-dbase' '--with-mcrypt=/usr/local' 
'--enable-sockets' '--with-ldap' '--with-iodbc' 
'--with-xpm-dir=no' '--with-xmlrpc' 
'--with-mhash=/usr/local' 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-05-02 05:51 UTC] emanuele at deserti dot net
Resolved
 [2003-05-02 12:43 UTC] pollita@php.net
This was a support issue, not a bug.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 21:01:30 2024 UTC