]> granicus.if.org Git - php/commit
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
authorStanislav Malyshev <stas@php.net>
Fri, 18 Jan 2013 21:42:19 +0000 (13:42 -0800)
committerStanislav Malyshev <stas@php.net>
Fri, 18 Jan 2013 21:42:19 +0000 (13:42 -0800)
commitcd619b47f378bc45d6f355a096e3733b02f9e5a8
treec5ba7943ebb7abd4df2250f17ed6e251488b3377
parentdeeacc7106186470f7873b291feaca2e474b3c74
parentcd2b03d5ae835d333bec98e62592fd149fef544c
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5

* 'PHP-5.5' of git.php.net:php-src:
  Fixed bug #63988 (Two Date tests fail) only for PHP-5.5
  - Fixed ZTS build
  Dereferencing process-handles no longer waits on those processes.
  revert change. now it doesn't compile again...someone should fix ext/date...
  Use two dtors thus allow allocation based on the alloc model of the connection.
  plug a leak - forgot ot use the dtor already written
  Revert "Apply the fputcsv test fix to SplFileObject_fputcsv.phpt. Mea culpa."
  Revert "Update fputcsv() to escape all characters equally."
  Add support for connect attributes, as of MySQL 5.6
  Bug #62489: dba_insert not working as expected
  UPGRADING.INTERNALS: document zend_qsort_r
  Add zend_qsort_r & use it in strtr
  NEWS for bug #63893
  Update README.PARAMETER_PARSING_API
  Export zend_parse_parameter()
  Expose zend_parse_arg() as zend_parse_parameter()
  zend_parse_parameters: allow ! for non pointers