]> 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)
commit93a4e0d1fa233bc80d7f1b93bec4cbc583c5da57
tree4af93f3a16ef32db8812fbf1db7661ad1df50260
parentf16059d697b3a0640b6e98fa74adb69fcdcd6fac
- 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]