Zoe Slattery
b2bc4dd331
fix skipif
2009-06-25 14:44:01 +00:00
Zoe Slattery
8e972386f0
fix skipif
2009-06-25 12:36:46 +00:00
Johannes Schlüter
84940122a9
MFH Fix bug #48679 - Crash in SQLite with count on an unbuffered query set (Scott)
2009-06-25 09:38:04 +00:00
Greg Beaver
2c924e2848
fix slightly unclear error message in generation of phar.phar
2009-06-24 22:12:47 +00:00
Felipe Pena
caf8d811ef
- MFH: Fixed memleak when depth arg is less than zero
2009-06-24 17:39:52 +00:00
Pierre Joye
1f10584566
- add license info
2009-06-24 11:44:46 +00:00
Dmitry Stogov
e583ce82ec
Fixed bug #48643 (String functions memory issue)
2009-06-24 08:53:18 +00:00
andy wharmby
0fbf8cebd7
Fix test
2009-06-23 23:00:55 +00:00
andy wharmby
3aaaf77a0e
New and fixed html tests. Tested in Windows, Linux and Linux 64.
2009-06-23 22:45:31 +00:00
andy wharmby
e6f4ec2f07
New basic parse_str() tests. Tested on Windows,Linux and Lnux 64 bit. Some tests fail on PHP 6 (tagged with XFAIL) due to bug 48658
2009-06-23 22:39:44 +00:00
Johannes Schlüter
aded4474fc
MFH: Fix build problem (Kalle)
2009-06-23 18:14:27 +00:00
David Soria Parra
4d7e6edd63
MFH: Fix bug #48644 mysqlnd does not compile with '--enable-mysqlnd-threading'
2009-06-23 14:15:28 +00:00
Hannes Magnusson
f3d8a9ad0d
MFH: Fix arginfo for libxml_disable_entity_loader() and libxml_use_internal_errors()
2009-06-23 13:44:24 +00:00
Johannes Schlüter
86eaa90955
MFH The experimental warning sohuld be in the configure output...
2009-06-23 13:19:28 +00:00
Johannes Schlüter
96d5c5e931
The json header should be installed so other exts can use it
2009-06-23 13:09:34 +00:00
Rob Richards
f7b30e6578
MFH: add libxml_disable_entity_loader function
2009-06-23 10:50:09 +00:00
Kalle Sommer Nielsen
220c68d54a
MFH: Move these defines to config.w32.h
...
Also credit Pierre for the inet_ntop()/inet_pton() implementations
2009-06-23 06:56:45 +00:00
Ilia Alshanetsky
1c4dafd84d
Revert unrelated bits to the previous commit
2009-06-22 14:24:27 +00:00
Pierre Joye
d1fb4d2da4
- #48619 , imap_search ALL segfaults
2009-06-22 14:09:55 +00:00
Ilia Alshanetsky
bc8e357482
MFB: Fixed bug #48636 (Error compiling of ext/date on netware).
2009-06-22 13:43:14 +00:00
Felipe Pena
56d7a43f00
- Fixed bug #48641 (tmpfile() uses old parameter parsing)
2009-06-22 11:37:30 +00:00
Scott MacVicar
c63b6f5d8a
MFH Specific test for bug #48276
2009-06-21 22:31:41 +00:00
Scott MacVicar
25715c7660
MFH Fix bug #48276 - year is a long long so we need %lld so big endian systems print the correct value.
2009-06-21 22:19:11 +00:00
Hannes Magnusson
b293b35eaa
Fix proto and arginfo
2009-06-21 20:40:53 +00:00
Ilia Alshanetsky
81e5787949
Fixed bug #48620 (X-PHP-Originating-Script assumes no trailing CRLF in
...
existing headers)
2009-06-21 15:29:16 +00:00
Takeshi Abe
c84e4181b4
MFH: fixed bug #48555 (ImageFTBBox() differs from previous versions for texts with new lines)
2009-06-21 06:09:46 +00:00
Kalle Sommer Nielsen
9fef343050
MFH: Fixed arginfo for array_map, patch by Matthew Fonda <matthewfonda@gmail.com>
2009-06-20 06:07:35 +00:00
Kalle Sommer Nielsen
17459bac7d
MFH: Fix memleak
2009-06-19 22:15:28 +00:00
andy wharmby
e64f0795e1
Fix test; remove spurious code
2009-06-18 21:53:17 +00:00
andy wharmby
7c7dd8b712
Basic tests for strftime(). Tested on Windows (all tests skip), Linux and Liinux 64 bit
2009-06-18 21:14:15 +00:00
Greg Beaver
645226d19b
fix EXPECT section of test
2009-06-18 18:12:04 +00:00
Johannes Schlüter
067276a043
Temporarily disable this optimization causing too much trouble, kept in HEAD
2009-06-18 15:07:23 +00:00
Derick Rethans
b2d3c2bf18
- Updated to version 2009.10 (2009j)
2009-06-18 09:02:51 +00:00
Zoe Slattery
b928d971b5
Tests from Berlin test fest
2009-06-18 07:29:09 +00:00
Hannes Magnusson
b685def15a
MFB5.2: "Make this happy on gcc2"
2009-06-17 17:56:17 +00:00
Andrey Hristov
0aada07656
MFH:
...
Fix two problems:
- The value of mysqli_get_client_info() has been changed recently and did
not include "mysqlnd" anymore thus the test suite was thinking the build
is always libmysql. This did not kept the suite from running pconn tests
- Going back to the libc allocator because the memory arena could be on a
persistent connections. If the build is not debug there will be no error
but the memory will be freed and in the second use of this pconn freed
memory will be used - not good! For now the arena doesn't take an argument
whether it should allocate persistently or not, thus persistent is safe
for now.
Johannes gave his +1 to commit this.
2009-06-17 16:22:13 +00:00
Felipe Pena
219c2603bb
- MFH: Fixed bug #48578 (Can't build 5.3 on FBSD 4.11) (Rasmus)
2009-06-17 16:20:04 +00:00
Scott MacVicar
3e58e86d01
MFH Add SplDoublyLinkedList::prev() and fix a memory leak when the iterator pointer isn't at the end
2009-06-17 13:27:09 +00:00
Hannes Magnusson
d535dec2e0
fix skipif
2009-06-17 10:18:17 +00:00
Hannes Magnusson
9900d2097c
fix skipif
2009-06-17 10:14:25 +00:00
Pierre Joye
02fe289540
- fix test
2009-06-17 10:10:19 +00:00
Pierre Joye
f399abb610
- missing --SKIPIF-- header
2009-06-17 10:08:01 +00:00
Felipe Pena
ef55a8a663
- Fixed tests
2009-06-16 19:49:55 +00:00
andy wharmby
d7072fa367
New strcoll error test. Tested on Windows, Linux and Linux 64.
2009-06-16 19:39:39 +00:00
Andrey Hristov
30800a79b9
MFH: C-comments
2009-06-16 18:00:00 +00:00
Pierre Joye
5a3efd5b78
- fix readlink in TS SAPI
2009-06-16 16:50:13 +00:00
Felipe Pena
f9bb99055e
- MFH: Fixed build (removed trailing comma) patch by Seiji Masugata <s.masugata at digicom.dnp.co.jp>
2009-06-16 14:33:33 +00:00
Andrey Hristov
10ee06ca48
MFH:
...
Memory usage optimisation. mysqlnd is not libmysql. mysqlnd does use the
Zend allocator, which means that is easier to hit memory_limit if you
have big stored (buffered) result sets. Before with libmysql you won't
hit memory_limit because libmysql uses libc's allocator and nothing is
checked. Now, with mysqlnd the situation is stricter and it is easier to
hit memory_limit. We try to optimize for big result sets. If a result set
is larger than 10 rows we will start freeing some data to keep memory usage
after 10 rows constant. This will help in the cases where a buffered result
set is scrolled forward only and just only once, or mysqlnd will need to
decode data from the network buffers again - yes, it is a trade-off between
CPU time and memory size. The best for big result sets is of course using
unbuffered queries - for comparison : 3 Million rows with buffered take
at least 180MB, with buffered you will stay at 3MB, and unbuffered will be
just 7-8% slower.
2009-06-16 13:07:14 +00:00
Ilia Alshanetsky
34842709d6
Fixed test
2009-06-16 12:40:59 +00:00
andy wharmby
c731b2287f
Fix typo in test
2009-06-16 11:37:13 +00:00