File: NEWS

package info (click to toggle)
php5 5.2.0%2Bdfsg-8%2Betch16
  • links: PTS
  • area: main
  • in suites: etch
  • size: 58,940 kB
  • ctags: 45,388
  • sloc: ansic: 533,605; sh: 17,835; php: 11,336; cpp: 4,289; xml: 3,809; yacc: 2,446; lex: 2,174; makefile: 1,150; tcl: 1,128; awk: 693; perl: 71; sql: 22; pascal: 15
file content (32 lines) | stat: -rw-r--r-- 1,331 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
php5 (5.2.0+dfsg-8+etch16) oldstable-security; urgency=high

  * Maximum number of file uploads per request limited

  To prevent Denial of Service attacks by exhausting the number of
  available temporary file names, the max_file_uploads option
  introduced in PHP 5.3.1 has been backported.

  Due to the nature of this new option a default limit has been set
  to 50, hoping it is sensible enough to not to cause disruptions on
  existing services.
  The value of this new limit can be changed in the php.ini file.

  If you installed the php5-suhosin extension there was a limiting
  mechanism in place already. In this case you may want to make sure
  the new limit imposed by PHP itself is not smaller than suhosin's.

 -- Raphael Geissert <geissert@debian.org>  Tue, 24 Nov 2009 00:09:52 -0600

php5 (5.1.6-5) unstable; urgency=low

  the debian php packages now support a modular configuration layout.

  if you have previously installed modules that have put entries in
  your php.ini file, you will probably be getting various warning
  messages about duplicate modules if you have error reporting enabled
  with a mask including E_WARN.

  no attempt will be made to muck further with your php.ini file, so you
  should remove those lines yourself.

 -- sean finney <seanius@debian.org>  Thu, 19 Oct 2006 22:47:19 +0200