]> granicus.if.org Git - php/commit
Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5
authorChristopher Jones <sixd@php.net>
Mon, 5 Aug 2013 22:53:00 +0000 (15:53 -0700)
committerChristopher Jones <sixd@php.net>
Mon, 5 Aug 2013 22:53:00 +0000 (15:53 -0700)
commit0cd77475e044a93b4554ca7375c2e786a861edc6
tree1f247fe48bd9ddb9269b01a15fa83cbe11214295
parent48ea95188ec1a2c2ce7d137b821e2066ba560521
parent18f17818a697269fbd93b9ec234640b67972eb23
Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5

# By Rasmus Lerdorf (6) and others
# Via Christopher Jones (5) and others
* 'PHP-5.5' of https://git.php.net/repository/php-src: (26 commits)
  NEWS for recent DTrace merges. Remove redundant 'cp' during DTrace install.
  Fixed bug #62691 (solaris sed has no -i switch) Make 'make distclean' remove generated DTrace .h file
  Enable dtrace probes on linux as they are compatible with systemtap
  Fixed bug #63706: Cannot build PHP-5.5 with --enable-dtrace on Fedora 17
  Add an empty make command for DTrace .d files to stop an implicit circular dependency in GNU Make which causes .d files to be overwritten (Bug 61268)
  Merge branch 'PHP-5.4'
  Merge branch 'PHP-5.5'
  Fixed bug #62978. pg_select()/etc may allow SQL injection when table name is user parameter, users are able to control table names.
  add news about session fix
  First fixes for a 64bit compatible ftp extension
  fix compiler warning, use longs for hashes
  fix crash, enable session_id and fix test
  Strict session. Detect session id collision
  Strict session
  non living code related typo fixes
  fix typo
  This doesn't fail in 5.5 anymore
  We shouldn't load any local ini files for these tests
  pcre_quote? No such thing. How did this ever pass?
  This test needs local infile enabled
  ...