summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2008-10-06 15:11:43 +0000
committerFelipe Pena <felipe@php.net>2008-10-06 15:11:43 +0000
commit8b603dfa073f2ca8011ef9f4c01deb359ee35f4b (patch)
tree8da125c045c56b528ce6c6dc36a204cfba4f4da8
parent32f7c6a42d62e1b2c2d15cba32b769bc55b1bf9f (diff)
downloadphp-git-8b603dfa073f2ca8011ef9f4c01deb359ee35f4b.tar.gz
- BFN #45373
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 875aea4fa1..53ff4c7fb0 100644
--- a/NEWS
+++ b/NEWS
@@ -77,6 +77,7 @@ PHP NEWS
- Fixed bug #45405 (snmp extension memory leak). (Federico Cuello, Rodrigo
Campos)
- Fixed bug #45392 (ob_start()/ob_end_clean() and memory_limit). (Arnaud)
+- Fixed bug #45373 (php crash on query with errors in params). (Felipe)
- Fixed bug #45352 (Segmentation fault because of tick function on second
request). (Dmitry)
- Fixed bug #45312 (Segmentation fault on second request for array functions).