Commit Graph

42987 Commits

Author SHA1 Message Date
Arnaud Le Blanc
cee365dbf0 Fixed bug #46031 (Segfault in AppendIterator::next) 2008-09-09 19:43:52 +00:00
8f54057ae2 ChangeLog update 2008-09-09 01:31:54 +00:00
Stanislav Malyshev
d2a57ceac9 update tests from 5.x 2008-09-08 22:58:31 +00:00
Stanislav Malyshev
49d72a9ac5 fix datefmt_parse function 2008-09-08 22:55:02 +00:00
Felipe Pena
edb34ed424 - Changed error level E_ERROR into E_WARNING in parameter validation 2008-09-08 19:34:48 +00:00
Antony Dovgal
b414862f9c add missing file 2008-09-08 10:24:05 +00:00
Arnaud Le Blanc
c6ad8c3079 Added tests for rfc1867 post handler 2008-09-08 09:24:45 +00:00
Arnaud Le Blanc
38af9b5535 run-tests.php: Added %u|b% placeholder, like %unicode|string%, for array
keys in var_dump() output.
2008-09-08 09:23:24 +00:00
Arnaud Le Blanc
9e6a1cc4a1 Fix the "Content-Type contains ';'" case in rfc1867 post handler 2008-09-08 09:20:33 +00:00
Arnaud Le Blanc
5531e0381a fix empty-value case in rfc1867 post handler 2008-09-08 09:12:51 +00:00
Arnaud Le Blanc
e6abcf2c5c comment out debug printf 2008-09-08 09:12:02 +00:00
bc3e19ec30 ChangeLog update 2008-09-08 01:31:57 +00:00
Felipe Pena
1ae8e8b94e - Fixed some wrong format parameters 2008-09-08 01:30:55 +00:00
Felipe Pena
028d0cd2dd - Fixed bug #46010 (warnings incorrectly generated for iv in ecb mode) 2008-09-07 22:53:20 +00:00
Johannes Schlüter
c868694dee - The exact error message might differ (it's "Not owner" on Solaris) 2008-09-07 22:33:38 +00:00
Felipe Pena
ac3ae236ec - MFB:
- use php's stream in libmagic
  - remove duplicate code (like mime_content_type() compatibility function
    now use the same base as finfo_file())
  - make it portable (works now on windows too, belongs other OSes)

  - don't close caller streams in libmagic (prevent leak and zombie stream)
  - string returned by magic_* are freed on magic_close, duplicate before
    calling magic_close (set return value)
  - if stat failed, don't try to call magic_* (when FILEINFO_MODE_FILE)
2008-09-07 20:29:54 +00:00
Jani Taskinen
bb671336e1 MFB 2008-09-07 18:00:25 +00:00
Arnaud Le Blanc
d4df205018 More accurate max_file_size / upload_max_filesize (fixes #45124) 2008-09-07 14:17:24 +00:00
Arnaud Le Blanc
156553ed9a Fixed #45911 (Cannot disable ext/hash) 2008-09-07 13:13:53 +00:00
Felipe Pena
6051053c58 - Fix build 2008-09-07 04:17:22 +00:00
Felipe Pena
07b487ba79 - Removed the doubled error message (the error level is no longer E_ERROR) 2008-09-07 02:51:19 +00:00
afe10cb3ea ChangeLog update 2008-09-07 01:32:04 +00:00
Kalle Sommer Nielsen
fe30c1c207 Fix test on Windows 2008-09-07 00:42:29 +00:00
Felix De Vliegher
3d539dacd6 MFB: Tests for get_browser(). 2008-09-06 23:20:53 +00:00
Ilia Alshanetsky
7a6170b389 MFB: removed unused variables 2008-09-06 21:32:32 +00:00
Arnaud Le Blanc
860d7733ef Fixed #43540 (rfc1867 handler newlength problem) 2008-09-06 17:17:44 +00:00
Arnaud Le Blanc
08ec0b3146 Ported rfc1867 hooks to HEAD 2008-09-06 08:27:38 +00:00
Arnaud Le Blanc
8c48eca1bf Fix mem leak and invalid frees in rfc1867 post handler 2008-09-06 08:22:25 +00:00
Alexey Zakhlestin
22693d1c46 MFB: Fixed bug #45405 (snmp extension memory leak) 2008-09-06 07:58:09 +00:00
11eb8ebbe7 ChangeLog update 2008-09-05 01:32:08 +00:00
Pierre Joye
c0c6854c50 - #45985, touch on opened file raises a warning 2008-09-04 08:03:31 +00:00
b3e461a81a ChangeLog update 2008-09-04 01:31:51 +00:00
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