Andrey Hristov
1bdc780d30
fixed a problem in mysqlnd. 0 was always as num_rows returned for
...
unbuffered sets (text protocol and PS).
2011-02-16 16:36:33 +00:00
Derick Rethans
d41c8bd74a
- Updated to version 2011.2 (2011b)
2011-02-15 16:26:42 +00:00
Pierre Joye
a8806be989
- fix the fix (Dmitry) and ensure that it builds everywhere, can someone test on solaris&co pls?
2011-02-15 14:02:26 +00:00
Pierre Joye
64f45d8fe8
- unused var
2011-02-15 09:07:34 +00:00
Hannes Magnusson
7c1a9e37ca
Bug#54016 (finfo_file() Cannot determine filetype in archives)
2011-02-14 15:32:02 +00:00
Ilia Alshanetsky
011143d1bf
Fixed variable re-declarations
2011-02-14 14:05:46 +00:00
Pierre Joye
8a485c7c91
-Bug #54002 , fix windows build, use the relevant values in the warnings
2011-02-14 09:40:10 +00:00
Pierre Joye
0f842f667a
- fix bug #54002 , exif_read_data crashes on crafted tags
2011-02-14 09:08:44 +00:00
Peter Cowburn
14c6cc5b7f
MFH - Added SplFileInfo::getExtension() (FR #48767 )
2011-02-11 22:07:22 +00:00
Felipe Pena
ed2cdf31d3
- Fixed bug #53991 (SimpleXMLElement::__construct shows no params via ReflectionMethod)
2011-02-11 21:10:48 +00:00
Daniel Convissor
0814b80006
Add DateInterval format() tests.
2011-02-11 01:33:45 +00:00
Daniel Convissor
7ea26a58bc
Add extensive tests for DateTime::diff(), add() and sub().
2011-02-10 22:57:41 +00:00
Scott MacVicar
9b567fea6a
Fix Bug #53963 , error code isn't always set in certain error cases.
2011-02-09 08:05:00 +00:00
Gustavo André dos Santos Lopes
6dfee4f877
- Changed default serialize_precision from 100 to 17, as discussed in internals.
2011-02-08 21:40:51 +00:00
Gustavo André dos Santos Lopes
6fba6737d5
- Fixed bug #53959 (reflection data for fgetcsv out-of-date).
2011-02-08 16:29:34 +00:00
Pierre Joye
5b521b71a2
- Fixed bug #53893 (Wrong return value for ZipArchive::extractTo())
2011-02-07 16:20:16 +00:00
Ilia Alshanetsky
145c4cbc56
Fixed parse_url() tests to account for port validation
2011-02-06 17:23:57 +00:00
Gustavo André dos Santos Lopes
a888ee434b
- Changed port validation introduced in commit #308035 to consider
...
negative ports and ports > 65535 as invalid.
The tests that fail due to #308035 in the standard ext were not
fixed. If the behavior in those tests turns out to be the
desirable one, both this commit and #308035 ought to be reverted
or at least adapted.
2011-02-05 22:37:00 +00:00
Ilia Alshanetsky
218448bfa0
Fixed bug #53924 (FILTER_VALIDATE_URL doesn't validate port number).
2011-02-04 21:41:15 +00:00
Adam Harvey
07fb5ca429
Change the way HAVE_GLOB is dealt with in ext/zip per IRC conversation with
...
Pierre.
2011-02-04 11:51:29 +00:00
Adam Harvey
4bf6559ed0
Fix bug #53923 (Zip functions assume HAVE_GLOB is defined).
2011-02-04 10:50:42 +00:00
Adam Harvey
a7d4b80ca2
Fix bug #53914 (SPL assumes HAVE_GLOB is defined). Original patch by Chris
...
Jones; test updates by myself.
2011-02-04 10:49:49 +00:00
Adam Harvey
521e5462ab
Fix bug #53913 (Streams functions assume HAVE_GLOB is defined). Patch by Chris
...
Jones.
2011-02-04 10:47:41 +00:00
Ilia Alshanetsky
34a9ff9e49
Fixed compiler warnings caused by var re-declaration
2011-02-03 13:33:10 +00:00
Gustavo André dos Santos Lopes
e15dd93e7e
- Simpler fix for bug #53915 .
2011-02-03 12:45:30 +00:00
Gustavo André dos Santos Lopes
fac1e87171
- Fixed bug #53915 : ReflectionClass::getConstant(s) emits fatal error on
...
constants with self::.
- Reflown some NEWS entries to have lines no longer than 80 chars.
2011-02-03 12:38:25 +00:00
Gustavo André dos Santos Lopes
36d82e8a85
- Fixed bug #53903 (userspace stream stat callback does not separate the
...
elements of the returned array before converting them).
2011-02-01 22:55:17 +00:00
Andrey Hristov
c9e94fe753
Fix more warnings about size_t
2011-02-01 19:30:22 +00:00
Gustavo André dos Santos Lopes
da0e2a416f
- Fixed several comparisons that always result in true of false
...
due to signedness of one of the operands, either by removing
dead code or fixing it.
- Thrown some comments around in php_stream_get_record.
- See http://www.mail-archive.com/internals@lists.php.net/msg49525.html
2011-02-01 18:10:35 +00:00
Andrey Hristov
6157793026
fix warnings. These checks are not needed because
...
param_no is unsigned, it wasn't in the beginning.
2011-02-01 16:55:20 +00:00
Gustavo André dos Santos Lopes
5ca051bf38
- Fixed bug #49072 (feof never returns true for damaged file in zip).
2011-02-01 14:44:29 +00:00
Ilia Alshanetsky
baf5d66614
Fixed bug #53898 (PHAR reports invalid error message, when the directory does not exist).
2011-02-01 14:01:00 +00:00
Pierre Joye
973ca132a4
- WS
2011-02-01 10:57:51 +00:00
Andrey Hristov
23437f011c
Add two new enums constants from the server
2011-01-31 13:52:21 +00:00
Kalle Sommer Nielsen
c924dedb73
Fixed bug #53795 (Connect Error from MySqli (mysqlnd) when using SSL)
2011-01-31 12:47:28 +00:00
Boris Lytochkin
bd810ef9bc
Fixed bug #51336
2011-01-31 11:34:12 +00:00
Stanislav Malyshev
4a2b458835
fix bug 53885 (ZipArchive segfault with FL_UNCHANGED on empty archive)
2011-01-30 22:28:57 +00:00
Stanislav Malyshev
71f3d3793d
Fix bug #52290 (setDate, setISODate, setTime works wrong when DateTime created from timestamp)
2011-01-30 10:18:12 +00:00
Stanislav Malyshev
7eca674e59
Fix bug #52808 (Segfault when specifying interval as two dates)
2011-01-30 08:54:53 +00:00
Felipe Pena
b45066df97
- Fixed bug #53867 (Test failure)
...
patch by: rquadling at php.net
2011-01-28 20:41:54 +00:00
Ulf Wendel
0b474317fd
Don't expect a certain server reply, it is undefined what happens.
2011-01-28 13:41:02 +00:00
Dmitry Stogov
e9c6830e16
Added ability to connect to HTTPS sites through proxy with basic authentication using stream_context/http/header/Proxy-Authorization
2011-01-28 10:33:47 +00:00
Adam Harvey
d56de24ce7
Fixed bug #53854 (Missing constants for compression type). Patch by Richard
...
Quadling.
2011-01-28 04:19:40 +00:00
Adam Harvey
7ac71b4f7f
Fix zip test.
2011-01-28 03:55:34 +00:00
Pierre Joye
9d568bb4f5
- Fix bug #53166 , missing parameters in reflections/docs
2011-01-27 11:47:24 +00:00
Derick Rethans
ecbbe16a8b
- Let's keep this consistent in the whole file.
2011-01-25 15:08:19 +00:00
Ulf Wendel
cad4c34510
Handle deprecation messages differently in tests to reduce test differences between 5.3 and trunk: suppress warnings by default, check warnings in a dedicated test
2011-01-25 14:01:00 +00:00
Ilia Alshanetsky
8e57ad193b
removed un-used variable
2011-01-24 20:58:09 +00:00
Derick Rethans
3050d45a95
- Updated to version 2011.1 (2011a)
2011-01-24 16:45:56 +00:00
Stanislav Malyshev
779e88e323
Add imap_fetchmime
2011-01-24 03:52:00 +00:00