Commit Graph

44398 Commits

Author SHA1 Message Date
David Soria Parra
7eceefc879 Remove zend_dynamic_array and it's build targets as it is not longer needed 2009-02-23 03:35:18 +00:00
1e4e8bf076 ChangeLog update 2009-02-23 01:32:42 +00:00
Ilia Alshanetsky
9606a712b0 MFB: Fixed 2 memory corruptions in zip extension idenfied by
oo_properties.phpt test
2009-02-22 17:55:01 +00:00
134a6735f6 ChangeLog update 2009-02-22 01:32:24 +00:00
Greg Beaver
175577a4dd MFB: fix faulty logic in tests, needed to use ksort instead of asort and to sort output. These tests failed on some systems with non-case sensitive filesystem sorting 2009-02-21 03:15:57 +00:00
Greg Beaver
401bb9ed44 MFB: cosmetics: remove two unreachable return statements, removes warning in sun cc 2009-02-21 02:37:33 +00:00
Greg Beaver
9633dc158b MFB: cosmetics: fix warning (only affects suncc) 2009-02-21 02:34:01 +00:00
64b4b0c9ca ChangeLog update 2009-02-21 01:32:40 +00:00
Felipe Pena
ffc0714655 - Fix test 2009-02-20 13:37:48 +00:00
Andrey Hristov
cf78f35270 Add the charsets available from 6.0 as a structure, to be used later 2009-02-20 13:24:14 +00:00
Greg Beaver
6a9197f1ad MFB: fix zip access to work in all compilers, present and future, and on all arches without potential for bus errors. This removes PHAR_ZIP_PACK in favor of a safer approach 2009-02-20 05:06:52 +00:00
d1f6bf70be ChangeLog update 2009-02-20 01:32:40 +00:00
Antony Dovgal
9f00440b9a fix test 2009-02-19 12:13:47 +00:00
bd2de8e51f ChangeLog update 2009-02-19 01:32:43 +00:00
Felipe Pena
c8a0d5b741 - New test 2009-02-18 22:53:44 +00:00
Felipe Pena
87a3fbe716 - Fixed bug #47443 (metaphone('scratch') returns wrong result) 2009-02-18 22:33:22 +00:00
Ilia Alshanetsky
f5f632f842 MFB: Removed unused var 2009-02-18 20:07:55 +00:00
Robin Fernandes
6262bb4c3d Revert fix to bug #46903 as per http://marc.info/?l=php-internals&m=123476465621346&w=2 . 2009-02-18 16:42:56 +00:00
Johannes Schlüter
ea84127c9e Fix #47438 mysql_fetch_field ignores zero offse 2009-02-18 16:33:28 +00:00
Dmitry Stogov
51b4f3426e Fixed bug #47049 (SoapClient::__soapCall causes a segmentation fault) 2009-02-18 13:25:59 +00:00
Scott MacVicar
2d907266cf Update bundled SQLite to 3.6.11 2009-02-18 12:38:47 +00:00
Dmitry Stogov
4d8a928716 Fixed bug #47343 (gc_collect_cycles causes a segfault when called within a destructor in one case) 2009-02-18 12:03:03 +00:00
Dmitry Stogov
c24833c48b Fixed zend_print_zval_r_ex() to use the write callback function 2009-02-18 10:55:23 +00:00
26794cec9b ChangeLog update 2009-02-18 01:32:40 +00:00
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