Commit Graph

43055 Commits

Author SHA1 Message Date
Stanislav Malyshev
6af1a18b28 revert last change 2008-09-03 19:21:45 +00:00
Stanislav Malyshev
08e3b0d258 better detection for client libraries 2008-09-03 18:43:56 +00:00
Lukas Smith
0909b1b0e1 - made it clear which steps are relevant for RCs only 2008-09-03 17:08:00 +00:00
4222232ce4 ChangeLog update 2008-09-03 01:32:02 +00:00
Felipe Pena
ec949e90ce - New test 2008-09-02 19:27:32 +00:00
Nuno Lopes
c3e33a67ad MFB: kill unused var 2008-09-02 19:13:24 +00:00
Dmitry Stogov
1b6dbf2c7a Fixed bug #45860 (header() function fails to correctly replace all Status lines) 2008-09-02 13:22:27 +00:00
Dmitry Stogov
e8894b43e6 Fixed Bug #43958 (class name added into the error message) 2008-09-02 09:46:00 +00:00
c0e1d8c424 ChangeLog update 2008-09-02 01:32:05 +00:00
Felipe Pena
df8cce7248 - New test 2008-09-01 23:41:34 +00:00
Pierre Joye
d7f0da33e6 - MFB: fix typo and icu bundling 2008-09-01 18:21:06 +00:00
Steph Fox
46504d3451 - MFB Remove pre-made phar.phar 2008-09-01 15:48:54 +00:00
Dmitry Stogov
ad34c85f51 Disabled warning messages in SoapClient constructor 2008-09-01 14:55:42 +00:00
Dmitry Stogov
85a0fa8fd0 Fixed bug #42318 (problem with nm on AIX, not finding object files) 2008-09-01 13:15:42 +00:00
Jani Taskinen
0ceaebb3d9 Remove entries which are in previous release NEWS 2008-09-01 09:02:22 +00:00
Patrick van Kleef
399c8d46a0 - fixes for ext/odbc 2008-09-01 08:37:22 +00:00
9bc258d7db ChangeLog update 2008-09-01 01:31:52 +00:00
Steph Fox
05c3104097 - Missed the files we don't use yet 2008-08-31 21:09:10 +00:00
Steph Fox
f8d8b7fb11 - Note to self: don't try to second-guess Greg 2008-08-31 20:55:52 +00:00
Steph Fox
cd011d1e9a - MFB 2008-08-31 20:54:28 +00:00
Nuno Lopes
76d758f736 MFB: remove extra skipif 2008-08-31 15:28:52 +00:00
Alexey Zakhlestin
168e8b9a44 remove special treatment of /tmp path 2008-08-31 14:50:10 +00:00
Lukas Smith
62604ba3d4 - added further details on the steps necessary to move ext from/to pecl 2008-08-31 10:34:56 +00:00
Lukas Smith
1c48a427a5 added note about how to move extensions from/to pecl 2008-08-31 08:32:21 +00:00
862a7ad772 ChangeLog update 2008-08-31 01:31:49 +00:00
Jani Taskinen
a4a02f3830 [DOC]- Fixed bug #45956 (parse_ini_file() does not return false with syntax errors in parsed file)
[DOC] note: change will be in since 5.2.7
2008-08-31 00:19:21 +00:00
Jani Taskinen
231604ae2d update credits: new sapi, stuff moved to pecl.. 2008-08-30 23:59:35 +00:00
Pierre Joye
b72e3ea622 - file will exist only on error (thx tony for the headup) 2008-08-30 23:54:46 +00:00
Jani Taskinen
782c11a4e0 - Move the tests where they belong 2008-08-30 23:20:25 +00:00
Felipe Pena
0b5e6c5fd8 - Fixed tests 2008-08-30 22:16:29 +00:00
Rasmus Lerdorf
c916660f2d Fix the assert 2008-08-30 18:28:48 +00:00
Rasmus Lerdorf
d07786088e Fix for bugs 13961, 39927 and 45947 2008-08-30 16:53:05 +00:00
Pierre Joye
f5d909c30c - MFB: fix test (clean on exit) 2008-08-30 16:26:11 +00:00
Marcus Boerger
35d30c97fe - Fix test 2008-08-30 11:32:12 +00:00
Marcus Boerger
c5bbb0803f - Environment handling seems to have changed to respect unicode... so we
have to convert everything to binary before passing it along. A bunch of
  tests suffer from this change in behavior as well. Can anyone explain to
  me what was changed and why?
2008-08-30 11:24:56 +00:00
d839777672 ChangeLog update 2008-08-30 01:31:58 +00:00
Henrique do Nascimento Angelo
047bf62f61 Fix wrong Unicode string length (bytes) in tidy_parse_string() 2008-08-29 22:59:41 +00:00
Patrick van Kleef
ecaf7b46c1 - Added odbc.default_cursortype to control the ODBC cursormodel (bug #43668)
#[DOC]
2008-08-29 19:15:39 +00:00
Matt Wilmas
f41d6dba1d - Updated unary_op_type typedef with TSRMLS_DC
- Added binary_op_type typedef
- Added missing ZEND_BOOL_XOR to get_binary_op()
2008-08-29 18:12:15 +00:00
Matt Wilmas
58b494d845 - Saved opcode when unary +/- is applied to IS_CONST op (e.g. for negative numbers)
- Made '+' in static_scalar context behave as '-' by calling add_function(), so:
    static $a = +'abc'; // 0 instead of abc
    static $b = +array(); // "Invalid operand types," like -array(), instead of array()
2008-08-29 17:50:15 +00:00
Patrick van Kleef
20960ec9ed - Fixed code to use ODBC 3.52 datatypes for 64bit systems (bug #43666) 2008-08-29 16:42:50 +00:00
Felipe Pena
15697830b4 - Fixed tests 2008-08-29 15:47:00 +00:00
Felipe Pena
66019ba30c - Fixed tests (Disable COMPRESS support for now) 2008-08-29 15:29:02 +00:00
Felipe Pena
091ef5362f - Fixed build 2008-08-29 15:17:25 +00:00
Dmitry Stogov
7c111e1e80 Fixed bug #45706 (Unserialization of classes derived from ArrayIterator fails) 2008-08-29 14:59:41 +00:00
Antony Dovgal
ae7119239a fix get_browser() (broken in the process of param API conversion) 2008-08-29 14:13:57 +00:00
Antony Dovgal
674a7de88a check for \0 to be consistent with other functions 2008-08-29 13:48:26 +00:00
Derick Rethans
6152e055b6 - MFB: Disable COMPRESS support for now, as it requires forking.
# @DOC [DOC] "DOC"
2008-08-29 13:39:17 +00:00
Derick Rethans
bf707bd87a - MFB: Remove ext/mime_magic, it was deprecated and it's only function is now
part of ext/fileinfo.
2008-08-29 13:32:38 +00:00
Derick Rethans
58a04c4494 - Adding back in mime_content_type(). 2008-08-29 13:29:18 +00:00