php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30149 php.ini
Submitted: 2004-09-19 06:53 UTC Modified: 2004-10-04 14:48 UTC
Votes:1
Avg. Score:1.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: ashchen at citiz dot net Assigned:
Status: Wont fix Package: *General Issues
PHP Version: Irrelevant OS: win32
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: ashchen at citiz dot net
New email:
PHP Version: OS:

 

 [2004-09-19 06:53 UTC] ashchen at citiz dot net
Description:
------------
>Too many people meet a same problem with default php.ini.
> why do not differentiate linux'php.ini or  win32'php.ini?
> 
> some items in win32 php.ini should be:
> ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
> extension_dir = "extensions/"
> extension=php_gd2.dll
> ;session.save_path = /tmp
> ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
> if in this way , many problems will be resolveed.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-09-19 07:00 UTC] ashchen at citiz dot net
> Too many people meet a same problem with default php.ini,such as sessin , extension dir,.
> why do not differentiate linux'php.ini or win32'php.ini?
> 
> some items in win32 php.ini should be:
> ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
> extension_dir = "extensions/"
> ;session.save_path = /tmp
> session.gc_divisor     = 100
> ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
> if in this way , many problems will be resolved.
 [2004-10-04 14:48 UTC] edink@php.net
Editing php.ini settings is something one should do after installing PHP. Having different files for windows and unix would not solve this problem.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 15 11:01:32 2025 UTC