<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.strings.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'changelog.strings.php',
    1 => 'Storico dei cambiamenti',
    2 => 'Storico dei cambiamenti',
  ),
  'up' => 
  array (
    0 => 'book.strings.php',
    1 => 'Strings',
  ),
  'prev' => 
  array (
    0 => 'function.wordwrap.php',
    1 => 'wordwrap',
  ),
  'next' => 
  array (
    0 => 'refs.basic.vartype.php',
    1 => 'Estensioni correlate a variabili e tipi',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/strings/book.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="changelog.strings" class="appendix">
 <h1 class="title">Storico dei cambiamenti</h1>

 <p class="para">Le seguenti modifiche sono state apportate alle classi/funzioni/metodi di questa estensione.</p>
 <table class='doctable table' rules='groups'><thead><tr><th>Version</th><th>Function</th><th>Description</th></tr></thead><tbody class="gen-changelog v"><tr><td>8.4.0</td><td><a href='function.str-getcsv.php'>str_getcsv</a></td><td>L'affidamento sul valore predefinito di escape &egrave; ora
        deprecato.</td></tr><tr><td>&nbsp;</td><td><a href='function.str-getcsv.php'>str_getcsv</a></td><td>Now throws a ValueError if
        separator, enclosure,
        or escape is invalid.
        This mimics the behavior of fgetcsv and
        fputcsv.</td></tr></tbody><tbody class="gen-changelog v8-4-0"><tr><td>8.3.0</td><td><a href='function.str-getcsv.php'>str_getcsv</a></td><td>Viene restituita una stringa vuota invece di una stringa con un singolo
        byte null per l'ultimo campo se contiene solo una chiusura
        non terminata.</td></tr></tbody><tbody class="gen-changelog v8-3-0"><tr><td>8.2.0</td><td><a href='function.lcfirst.php'>lcfirst</a></td><td>Case conversion no longer depends on the locale set with
   setlocale. Only ASCII characters will be converted.</td></tr><tr><td>&nbsp;</td><td><a href='function.utf8-decode.php'>utf8_decode</a></td><td>This function has been deprecated.</td></tr><tr><td>&nbsp;</td><td><a href='function.utf8-encode.php'>utf8_encode</a></td><td>This function has been deprecated.</td></tr></tbody><tbody class="gen-changelog v8-2-0"><tr><td>8.1.0</td><td><a href='function.htmlspecialchars-decode.php'>htmlspecialchars_decode</a></td><td>flags changed from ENT_COMPAT to ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401.</td></tr></tbody><tbody class="gen-changelog v8-1-0"><tr><td>8.0.0</td><td><a href='function.parse-str.php'>parse_str</a></td><td>result non &egrave; pi&ugrave; opzionale.</td></tr></tbody><tbody class="gen-changelog v8-0-0"><tr><td>7.4.0</td><td><a href='function.str-getcsv.php'>str_getcsv</a></td><td>The escape parameter now interprets an empty
        string as signal to disable the proprietary escape mechanism. Formerly,
        an empty string was treated like the default parameter value.</td></tr></tbody><tbody class="gen-changelog v7-4-0"><tr><td>7.2.0</td><td><a href='function.parse-str.php'>parse_str</a></td><td>L'uso di parse_str senza un secondo parametro
        ora genera un avviso E_DEPRECATED.</td></tr><tr><td>&nbsp;</td><td><a href='function.utf8-decode.php'>utf8_decode</a></td><td>This function has been moved from the XML extension to the core of PHP.
        In previous versions, it was only available if the XML extension was installed.</td></tr><tr><td>&nbsp;</td><td><a href='function.utf8-encode.php'>utf8_encode</a></td><td>This function has been moved from the XML extension to the core of PHP.
        In previous versions, it was only available if the XML extension was installed.</td></tr></tbody><tbody class="gen-changelog v7-2-0"><tr><td>7.0.0</td><td><a href='function.setlocale.php'>setlocale</a></td><td>Il supporto per il parametro category passato come una stringa &egrave;
        stato rimosso. Solo le costanti LC_* possono essere usate in questa versione.</td></tr></tbody><tbody class="gen-changelog v7-0-0"><tr><td>5.3.0</td><td><a href='function.setlocale.php'>setlocale</a></td><td>Questa funzione emette un avviso E_DEPRECATED se una stringa &egrave; passata
        al parametro category invece che una delle costanti
        LC_*.</td></tr></tbody><tbody class="gen-changelog v5-3-0"><tr><td>5.2.5</td><td><a href='function.addcslashes.php'>addcslashes</a></td><td>Sono state aggiunte le sequenze di escape \v e \f.</td></tr></tbody><tbody class="gen-changelog v5-2-5"><tr><td>5.1.0</td><td><a href='function.sha1-file.php'>sha1_file</a></td><td>Modificata la funzione per utilizzare lr API streams. Ci&ograve; significa che si pu&ograve;
        utlizzare la funzione con i vari warppers, tipo sha1_file('http://example.com/..')</td></tr><tr><td>&nbsp;</td><td><a href='function.str-word-count.php'>str_word_count</a></td><td>Aggiunto il parametro charlist</td></tr></tbody><tbody class="gen-changelog v5-1-0"><tr><td>5.0.0</td><td><a href='function.sha1-file.php'>sha1_file</a></td><td>Aggiunto il parametro raw_output.</td></tr></tbody><tbody class="gen-changelog v5-0-0"><tr><td>4.1.0</td><td><a href='function.trim.php'>trim</a></td><td>E' stato aggiunto il parametro opzionale charlist.</td></tr></tbody></table>
</div>
<?php manual_footer($setup); ?>