Ticket #381 (closed defect: fixed)

Opened 8 years ago

Last modified 6 years ago

default_charset

Reported by: anarcat Owned by: anonymous
Priority: normal Milestone: alternc-0.9.7
Component: PHP Version:
Severity: minor Keywords:
Cc:

Description (last modified by anarcat) (diff)

Un blogue est créé avec blogger et j'utilise le charset utf-8. Comme le montre l'extrait suivant, le serveur renvoi un content-type erroné. C'est dans le compte orangeseeds. La même configuration (coté blogger) marchait très bien sur ipowerweb.

ADDITIONAL INFORMATION:

telnet voyage.temlaz.ws 80 [20:46:12] 1
Trying 209.172.32.46...
Connected to ip-209-172-32-46.reverse.privatedns.com.
Escape character is '^]'.
HEAD / HTTP/1.1
Host: voyage.temlaz.ws

HTTP/1.1 200 OK
Date: Tue, 08 Mar 2005 12:46:57 GMT
Server: Apache
X-Powered-By: PHP/4.3.10-1.dotdeb.0
Content-Type: text/html; charset=iso-8859-1

Connection closed by foreign host.

Change History

comment:1 Changed 7 years ago by anarcat

  • Type set to defect
  • Description modified (diff)
  • Milestone set to 1.0

comment:2 Changed 6 years ago by anarcat

  • Summary changed from smart+question to default_charset

comment:3 Changed 6 years ago by anarcat

(In [1743]) My stab at #563: stop overwriting php.ini.

Most parameters different from the factory default are now set for the whole /var/alternc, apart from those very notable exceptions, which are not set by Alternc anymore:

  • precision = 12 ; The number of significant digits displayed in floating point numbers.
  • y2k_compliance = On ; Enforce year 2000 compliance (will cause problems with non-compliant browsers)
  • safe_mode_allowed_env_vars = PHP_,LANG,LC_
  • highlight.*
  • max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
  • log_errors_max_len = 1024 ; Do not log repeated messages. Repeated errors must occur in same file on same
  • ignore_repeated_errors = Off ; line until ignore_repeated_source is set true. * ignore_repeated_source = Off
  • report_memleaks = On
  • warn_plus_overloading = Off
  • register_globals = On ; enfin!
  • default_charset = "iso-8859-1" (see #381)
  • upload_max_filesize = 5M ; left to admin's discretion
  • default_socket_timeout = 60
  • mysql.*
  • pgsql.*
  • sybase.*
  • dbx.*
  • session.*
  • mssql.*
  • extension=mysql.so ; we assume the php-mysql packages does this properly

The cgi/ subdir was never really changed, afaict.

comment:4 Changed 6 years ago by anarcat

  • Status changed from new to closed
  • Resolution set to fixed
  • Milestone changed from 1.0 to 0.9.7

Ceci a été résolu dans 0.9.7 avec le commit [1743], ie. php.ini n'est plus édité...

Note: See TracTickets for help on using tickets.