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
Have you experienced this issue?
Rate the importance of this bug to you:

 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 11:01:27 2024 UTC