]> granicus.if.org Git - php/commit
- Fixed extract() to do not overwrite $GLOBALS and $this when using EXTR_OVERWRITE.
authorFelipe Pena <felipe@php.net>
Fri, 19 Nov 2010 22:06:44 +0000 (22:06 +0000)
committerFelipe Pena <felipe@php.net>
Fri, 19 Nov 2010 22:06:44 +0000 (22:06 +0000)
commitd5d2580ac622bfd79f8b7dfbd8c3c1656d5b2f92
treefc1352ee6015e2db2e842a2d30e57dcac6742b0c
parent73d45d3ff3f20eac64ab4b18d0b0b83208319e91
- Fixed extract() to do not overwrite $GLOBALS and $this when using EXTR_OVERWRITE.
  patch by: jorto at redhat dot com
NEWS
ext/standard/array.c
ext/standard/tests/array/extract_safety.phpt [new file with mode: 0644]