From d514bf27a6b401fded29633a538642fed8b36f2c Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Tue, 20 Mar 2007 06:46:48 +0000 Subject: Improved Zend Memory Manager to guarantee reasonable time for worst cases of best-fit free block searching algorithm. --- Zend/tests/bug40809.phpt | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100755 Zend/tests/bug40809.phpt (limited to 'Zend/tests/bug40809.phpt') diff --git a/Zend/tests/bug40809.phpt b/Zend/tests/bug40809.phpt new file mode 100755 index 0000000000..c80849a10a --- /dev/null +++ b/Zend/tests/bug40809.phpt @@ -0,0 +1,33 @@ +--TEST-- +Bug #40809 Poor perfomance of ".=" +--FILE-- + +--EXPECT-- +ok -- cgit v1.2.1