]> granicus.if.org Git - php/commit
Fixed the context parameter on copy() to actually have an effect
authorKalle Sommer Nielsen <kalle@php.net>
Mon, 16 Aug 2010 21:56:35 +0000 (21:56 +0000)
committerKalle Sommer Nielsen <kalle@php.net>
Mon, 16 Aug 2010 21:56:35 +0000 (21:56 +0000)
commitac73c9d8b41a6d862b2719109d33e551b7a9b83d
tree5a8fba69cab691a0e29b5dcd74e429008615289f
parent0cc294687e2ab87038d9c481a787e82ae6170934
Fixed the context parameter on copy() to actually have an effect

# After looking at the logs, Jani did a bad merge into 5.3, so that
# the context parameter sent to copy() actually isn't used at all. This
# relatively simple patch fixes that for trunk.
#
# See FR #42965

# internals:
# This changes the php_copy_*() decls to contain an additional parameter for stream contexts
ext/standard/basic_functions.c
ext/standard/file.c
ext/standard/file.h