1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 17:08:14 +02:00
Commit Graph

23833 Commits

Author SHA1 Message Date
Ilia Alshanetsky 79d8631fea MFB: Fixed bug #46042 (memory leaks with reflection of
mb_convert_encoding())
2008-09-10 23:19:50 +00:00
Rob Richards da5e36b702 fix bug #46003 (isset on nonexisting node return unexpected results)
add test
2008-09-10 16:28:20 +00:00
Rob Richards e362e66375 fix bug #46029 (Segfault in DOMText when using with Reflection) 2008-09-10 15:39:43 +00:00
Rob Richards 9068c264be fix bug #45553 (Using XPath for attributes with a namespace does not work)
add test
2008-09-10 11:20:35 +00:00
Antony Dovgal b38730fcc9 check for NULL before freeing 2008-09-10 07:31:12 +00:00
Felipe Pena c031df9520 - New tests 2008-09-10 00:09:30 +00:00
Felipe Pena ba2f87b506 - Merged fix from SF project (Import Jeff Lawsons patches for XML datetime bug fixes)
Fixed bugs:
  #45226 (xmlrpc_set_type() segfaults with valid ISO8601 date string)
  #18916 (xmlrpc_set_type() "not working")
2008-09-10 00:05:26 +00:00
Arnaud Le Blanc cee365dbf0 Fixed bug #46031 (Segfault in AppendIterator::next) 2008-09-09 19:43:52 +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
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
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 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
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
Alexey Zakhlestin 22693d1c46 MFB: Fixed bug #45405 (snmp extension memory leak) 2008-09-06 07:58:09 +00:00
Pierre Joye c0c6854c50 - #45985, touch on opened file raises a warning 2008-09-04 08:03:31 +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
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
Felipe Pena df8cce7248 - New test 2008-09-01 23:41:34 +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
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
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
Pierre Joye f5d909c30c - MFB: fix test (clean on exit) 2008-08-30 16:26:11 +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
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