Commit Graph

44524 Commits

Author SHA1 Message Date
Zoe Slattery
f4680106bc fix test 2009-02-17 20:25:02 +00:00
Moriyoshi Koizumi
ac3183128c - Add an entry for http_output_conv_mimetypes to the output of mb_get_info(). 2009-02-17 16:28:33 +00:00
Matt Wilmas
c660d02c3c Added overflow comment from div_function 2009-02-17 15:14:48 +00:00
Zoe Slattery
ef44fefd30 Increased the sleep() from 1 to 5 to prevent intermittent failures 2009-02-17 15:13:20 +00:00
Johannes Schlüter
f6f0d58bee - Fix #46542 Extending PDO class with a __call() function doesn't work as
expected
2009-02-17 14:39:58 +00:00
Matt Wilmas
f6c4d4791c Fixed bug #47422 (modulus operator returns incorrect results on 64 bit linux)
Removed abs(), just -1 needs to be checked (only LONG_MIN % -1 is a problem)
2009-02-17 14:14:56 +00:00
Felipe Pena
8593425a60 - Fix proto 2009-02-17 12:32:06 +00:00
Felipe Pena
219b5e1d96 - Fixed bug #47390 (odbc_fetch_into - BC in php 5.3.0) 2009-02-17 12:03:43 +00:00
Zoe Slattery
d4c3c93a26 bug 46680 2009-02-17 10:34:10 +00:00
Antony Dovgal
3a97565023 remove XFAIL 2009-02-17 10:08:23 +00:00
8fe753c711 ChangeLog update 2009-02-17 01:32:42 +00:00
Zoe Slattery
150db492f6 fix tests 2009-02-16 20:08:02 +00:00
Felipe Pena
9b8e2baf6b - Missing "DROP TABLE" 2009-02-16 19:48:49 +00:00
Greg Beaver
4eed2d8ffc MFB: fix memleaks on zip corruption 2009-02-16 18:55:19 +00:00
Johannes Schlüter
6a6e94c0d9 - Improve mysqlnd's internal method registration 2009-02-16 17:25:37 +00:00
Zoe Slattery
d1b12c9a30 exit -1 and exit -2 don't work for all sh. changed to exit 1 2009-02-16 13:15:49 +00:00
Moriyoshi Koizumi
b29baa5e2e - Fix bug #47399 (mb_check_encoding() returns true for some illegal SJIS
characters).
2009-02-16 01:57:13 +00:00
d2b80c928e ChangeLog update 2009-02-16 01:33:04 +00:00
Greg Beaver
8f438d17ad MFB: fix test 2009-02-15 21:50:58 +00:00
Felipe Pena
0186949ad7 - Fixed bug #47398 (PDO_Firebird doesn't implements quoter correctly) 2009-02-15 21:48:54 +00:00
Antony Dovgal
0efa5b6d79 fix test 2009-02-15 21:48:07 +00:00
Greg Beaver
5b9430b5d4 MFB: fix all remaining big-endian issues 2009-02-15 20:29:26 +00:00
Greg Beaver
a249c4d77a MFB: fix getting/setting of all 16/32 bit on zip 2009-02-15 19:23:06 +00:00
Greg Beaver
99ce24d6f4 MFB: fix setting of 32-bit values on big-endian systems 2009-02-15 18:52:11 +00:00
Felipe Pena
766882b49c - Supressing error message for SKIPIF check works as expected 2009-02-15 16:00:48 +00:00
Moriyoshi Koizumi
1e2ad13cfc - Fix tests. 2009-02-15 07:04:59 +00:00
Moriyoshi Koizumi
5a870990fb - Refix bug #43840.
- Fix bug #43841.
- Remove redundant trailing dots from the error messages.
- Fix tests.
2009-02-15 07:04:07 +00:00
e005c5a07c ChangeLog update 2009-02-15 01:32:57 +00:00
Rasmus Lerdorf
893e463780 2.4.1 is safe 2009-02-14 21:21:59 +00:00
Zoe Slattery
3efea3ac4c splitting array_chunk into smaller tests 2009-02-14 10:29:22 +00:00
Moriyoshi Koizumi
0cf6df3d38 - Prevent unwanted overflow 2009-02-14 08:15:46 +00:00
Moriyoshi Koizumi
e7373cddaf - Fix Bug #45923 (mb_st[r]ripos() offset not handled correctly)
# test still fails because of the difference of str[r]pos() behavior between 5.3 and 6.0.
2009-02-14 07:33:41 +00:00
Moriyoshi Koizumi
76072c674a - These should be E_WARNING for consistency with strpos() 2009-02-14 06:59:36 +00:00
0a025598a4 ChangeLog update 2009-02-14 01:32:31 +00:00
Andrei Zmievski
b7d4fa920e Revert bogus fix for #47370. 2009-02-13 22:35:18 +00:00
Zoe Slattery
6b075c4f5f fixed bad section name 2009-02-13 18:02:03 +00:00
Kalle Sommer Nielsen
20f9ef8321 Revert previous change 2009-02-13 16:54:16 +00:00
Takeshi Abe
95651ba360 fixed typos 2009-02-13 16:02:46 +00:00
Felipe Pena
e2fa0bbf23 - Added arginfo 2009-02-13 12:54:20 +00:00
Felipe Pena
29ca11800b - New test 2009-02-13 02:20:31 +00:00
Felipe Pena
039f424f89 - Fixed bug #43831 ($this gets mangled when extending PDO with persistent connection)
- Fixed bug #45432 (PDO: persistent connection leak)
2009-02-13 02:18:04 +00:00
9689528090 ChangeLog update 2009-02-13 01:33:06 +00:00
Moriyoshi Koizumi
9056e9b355 - Remove dependencies on ustdio.h. Doing so allows HEAD to be built with
ICU that comes with the out-of-the-box Mac OS X.
2009-02-12 20:04:59 +00:00
Moriyoshi Koizumi
6db49f953a * Fix bug #47370 (BC breakage of array_unique()) 2009-02-12 18:29:15 +00:00
Kalle Sommer Nielsen
e23ca993c7 Fixed wrong usage of error_reporting directive 2009-02-12 14:36:32 +00:00
31bdcfec8f ChangeLog update 2009-02-12 01:32:46 +00:00
Takeshi Abe
4c0cbee415 - fixed memory leaks in gdImageCreateFromXpm()
- dropped unused codes
2009-02-11 17:56:17 +00:00
Takeshi Abe
9874bacbc9 optimization via the row-major order. 2009-02-11 16:30:48 +00:00
Ilia Alshanetsky
a4797b9dcb MFB: Improved param parsing 2009-02-11 14:26:53 +00:00
Felipe Pena
67c51317f5 Fixed test bug #47311 (PDO::PARAM_LOB columns need to be bound before execute() on PgSQL) 2009-02-11 10:44:27 +00:00