- fix garbage cleanup crash in http_parse_params() with PHP4
authorMichael Wallner <mike@php.net>
Fri, 28 Sep 2007 09:54:15 +0000 (09:54 +0000)
committerMichael Wallner <mike@php.net>
Fri, 28 Sep 2007 09:54:15 +0000 (09:54 +0000)
commita3550dfdf5079087b74c28470cccaa59ed7712b4
treec3828cde32f0e6d5639336b3530272d4edb52a1d
parent378dd0f912b3139f1a797cf19e7c4eb88d33f141
- fix garbage cleanup crash in http_parse_params() with PHP4
  (add_property_zval in ZE2 automatically increases refcount while ZE1 doesn't)
http_functions.c