1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00
Commit Graph

42316 Commits

Author SHA1 Message Date
Christopher Jones c3ecda4dfd 1. Fix macro version test for constants
2. [DOC] Increase oci8.default_prefetch to 100.  Better out of box experience.  Consistent woth PDO_OCI
2008-07-24 15:23:29 +00:00
Antony Dovgal 1133a7c224 use "r" instead of "z" when accepting resources 2008-07-24 15:07:37 +00:00
Ulf Wendel c2c9b61a79 Test for PS fallback logic in prepare() 2008-07-24 15:07:20 +00:00
Antony Dovgal 231bafaade we don't do fstat, hence st struct is uninitalized 2008-07-24 14:53:59 +00:00
Antony Dovgal 54e1d048cd silence compile warning 2008-07-24 14:45:53 +00:00
Antony Dovgal 8e24e64882 fix folding 2008-07-24 14:44:15 +00:00
Arnaud Le Blanc 75449ab505 MFB: Added tests for #42663 2008-07-24 14:39:58 +00:00
Antony Dovgal 5e75c27650 don't ignore .patch if it's in CVS 2008-07-24 14:32:05 +00:00
Antony Dovgal 29bb0c9dd3 drop freeing of uninitialized variable
add missing return
nuke unused variable
2008-07-24 14:30:58 +00:00
Antony Dovgal 77149f12d1 do not include libmagic/file.c into the build 2008-07-24 14:22:30 +00:00
Scott MacVicar 1390f0614d Remove non existent defines, change THREADSAFE to SQLITE_THREADSAFE and sync with 5.3 2008-07-24 14:20:51 +00:00
Andrey Hristov 613e045ae8 Added test file 2008-07-24 14:17:27 +00:00
Antony Dovgal 87e02ad76a set GCC to "no" if ICC was detected 2008-07-24 14:17:21 +00:00
Moriyoshi Koizumi f0582b02e2 - Fix tests. 2008-07-24 13:49:28 +00:00
Dmitry Stogov 0c77613d77 Optimized ZEND_SIGNED_MULTIPLY_LONG() (Matt) 2008-07-24 13:46:48 +00:00
Moriyoshi Koizumi 33be49a588 - Fixed warnings. 2008-07-24 13:46:35 +00:00
Derick Rethans 8c8b504bc4 - Bundle the data file - you can still use the external file if you
specify that in the call to finfo_open().
2008-07-24 13:40:21 +00:00
Moriyoshi Koizumi 5b494c0f16 - Add mbstring.http_output_conv_mimetypes that allows common non-text
types such as "application/xhtml+xml" to be converted by
  mb_output_handler().
2008-07-24 12:58:37 +00:00
Ulf Wendel d529003bd2 Make the test pass on 32bit and not bail out because of int vs. double 2008-07-24 12:54:12 +00:00
Felipe Pena 997c24d068 - New parameter parsing API 2008-07-24 12:48:47 +00:00
Dmitry Stogov fd2c7c2105 Fixed bug #45178 (memory corruption on assignment result of "new" by reference) 2008-07-24 11:48:30 +00:00
Scott MacVicar fe8c688313 Add .cvsignore, update config.w32 and remove the other bundled sqlite library 2008-07-24 11:24:28 +00:00
Dmitry Stogov 72dfe66661 LSB parent/self forwarding 2008-07-24 10:14:01 +00:00
Arnaud Le Blanc 6688c798e1 Allow filters to work on INPUT_SERVER in CLI (bug #44779) 2008-07-24 09:11:48 +00:00
Steph Fox 64a04a58a6 - Make test x-platform 2008-07-24 08:53:56 +00:00
Steph Fox 32b474b730 - Introduce SPL_FILE_DIR_UNIXPATHS. 2008-07-24 08:52:24 +00:00
Antony Dovgal e6ae49ca17 fix test 2008-07-24 07:32:21 +00:00
Felipe Pena b1306465de - Fixed tests 2008-07-24 03:30:02 +00:00
Felipe Pena 9c262a3343 - Improved parameter handling 2008-07-24 03:06:16 +00:00
9840209ec0 ChangeLog update 2008-07-24 01:31:50 +00:00
Scott MacVicar c28a412004 MFB: Update pdo_sqlite to use the amalgamation, much easier to upgrade / maintain. Also kill useless PECL version tag in MINFO. 2008-07-24 01:01:43 +00:00
Hartmut Holzgraefe 92ba7b34ce corrected library search path order in tests 2008-07-23 21:41:27 +00:00
Lars Strojny 441848362d array_intersect_ukey tests by Sanjay Mantoor 2008-07-23 20:38:10 +00:00
Stanislav Malyshev 2ea8d4d604 implement bug #14266 2008-07-23 20:22:28 +00:00
Stanislav Malyshev 2236225b9b typoes 2008-07-23 20:21:23 +00:00
Derick Rethans e68b8af578 - Fixed an issue with "first <weekday> of" in case the first <weekday> was the
same day-of-week as the first day of the month.
2008-07-23 19:52:51 +00:00
Felipe Pena 211064f588 - Fixed tests 2008-07-23 19:49:07 +00:00
Felipe Pena cc9a38bdca - New parameter parsing API 2008-07-23 19:33:58 +00:00
Derick Rethans 5ddf492cfc - Fixed bug #43452 (strings containing a weekday, or a number plus weekday
behaved incorrect of the current day-of-week was the same as the one in the
  phrase). (Derick)
2008-07-23 18:49:37 +00:00
Stanislav Malyshev e670fb5872 add test 2008-07-23 18:46:09 +00:00
Stanislav Malyshev 4ef1a9b99e add locale_accept_from_http 2008-07-23 18:45:10 +00:00
Felipe Pena ca536ea944 - Fixed bug #45605 (array_uintersect_assoc gives incorrect error message)
(patch by ilewis at uk dot ibm dot com)
2008-07-23 16:27:16 +00:00
Lars Strojny 8e5f71dc94 Allowing "%unicode|string%" as a placeholder. In 6, this placeholder is resolved
to "unicode", in <6 to "string". This allows to easily write portable tests.
Patch by uw
2008-07-23 16:10:14 +00:00
Jani Taskinen 5e1f4665e3 Fix test (bug #44985) 2008-07-23 14:15:00 +00:00
Andrey Hristov 40267cdcf8 Fixed bug#44897 - failed to prepare statement
After a PS "CALL()" we have at least one result set. If the SP does also some, then
we need to clean the wire more fool-proof.
2008-07-23 14:06:31 +00:00
Ulf Wendel 1c8d68b019 This little detail seems MySQL version/setup dependent 2008-07-23 12:57:04 +00:00
Antony Dovgal 55fecd6593 invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE 2008-07-23 11:24:35 +00:00
Antony Dovgal 40b04059f9 fix test 2008-07-23 10:26:39 +00:00
Antony Dovgal 1c86fb2739 fix tests names 2008-07-23 10:22:58 +00:00
Antony Dovgal 523f696954 fix test 2008-07-23 09:49:11 +00:00