Advertisement
Guest User

Untitled

a guest
Feb 26th, 2013
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1.  
  2. <a name="5.4.12"></a><!-- {{{ 5.4.12 -->
  3. <h3>Version 5.4.12</h3>
  4. <b>21-February-2013</b>
  5. <ul>
  6. <li>Core:</li>
  7. <ul>
  8. <li>Fixed bug <a href="http://bugs.php.net/64099">#64099</a> (Wrong TSRM usage in zend_register_class alias).</li>
  9. <li>Fixed bug <a href="http://bugs.php.net/64011">#64011</a> (get_html_translation_table() output incomplete with HTML_ENTITIES and ISO-8859-1).</li>
  10. <li>Fixed bug <a href="http://bugs.php.net/63982">#63982</a> (isset() inconsistently produces a fatal error on protected property).</li>
  11. <li>Fixed bug <a href="http://bugs.php.net/63943">#63943</a> (Bad warning text from strpos() on empty needle).</li>
  12. <li>Fixed bug <a href="http://bugs.php.net/63899">#63899</a> (Use after scope error in zend_compile).</li>
  13. <li>Fixed bug <a href="http://bugs.php.net/63893">#63893</a> (Poor efficiency of strtr() using array with keys of very different length).</li>
  14. <li>Fixed bug <a href="http://bugs.php.net/63882">#63882</a> (zend_std_compare_objects crash on recursion).</li>
  15. <li>Fixed bug <a href="http://bugs.php.net/63462">#63462</a> (Magic methods called twice for unset protected properties).</li>
  16. <li>Fixed bug <a href="http://bugs.php.net/62524">#62524</a> (fopen follows redirects for non-3xx statuses).</li>
  17. <li>Support BITMAPV5HEADER in getimagesize().</li>
  18. </ul>
  19. </ul>
  20.  
  21. <ul>
  22. <li>Date:
  23. </li><li>Fixed bug <a href="http://bugs.php.net/63699">#63699</a> (Performance improvements for various ext/date functions).</li>
  24. <li>Fixed bug <a href="http://bugs.php.net/55397">#55397</a> Comparsion of incomplete DateTime causes SIGSEGV.</li>
  25. </ul>
  26.  
  27.  
  28. <ul>
  29. <li>FPM:
  30. </li><li>Fixed bug <a href="http://bugs.php.net/63999">#63999</a> (php with fpm fails to build on Solaris 10 or 11).</li>
  31. </ul>
  32.  
  33.  
  34. <ul>
  35. <li>Litespeed:
  36. </li><li>Fixed bug <a href="http://bugs.php.net/63228">#63228</a> (-Werror=format-security error in lsapi code).</li>
  37. </ul>
  38.  
  39.  
  40. <ul>
  41. <li>sqlite3:
  42. </li><li>Fixed bug <a href="http://bugs.php.net/63921">#63921</a> (sqlite3::bindvalue and relative PHP functions aren't using sqlite3_*_int64 API).</li>
  43. </ul>
  44.  
  45.  
  46. <ul>
  47. <li>PDO_OCI
  48. </li><li>Fixed bug <a href="http://bugs.php.net/57702">#57702</a> (Multi-row BLOB fetches).</li>
  49. <li>Fixed bug <a href="http://bugs.php.net/52958">#52958</a> (Segfault in PDO_OCI on cleanup after running a long testsuite).</li>
  50. </ul>
  51.  
  52.  
  53. <ul>
  54. <li>PDO_sqlite:
  55. </li><li>Fixed bug <a href="http://bugs.php.net/63916">#63916</a> (PDO::PARAM_INT casts to 32bit int internally even on 64bit builds in pdo_sqlite).</li>
  56. </ul>
  57.  
  58. <!-- }}} -->
  59.  
  60. <a name="5.3.22"></a><!-- {{{ 5.3.22 -->
  61. <h3>Version 5.3.22</h3>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement