1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 07:28:09 +02:00
Commit Graph

40709 Commits

Author SHA1 Message Date
Ilia Alshanetsky 5856a68c8d Removed unused variable 2008-12-17 00:30:27 +00:00
Zoe Slattery 78d7ff706e bug #46837 fix 2008-12-16 21:35:01 +00:00
Zoe Slattery 92d3eb31b7 bug #46884 fix 2008-12-16 21:10:16 +00:00
Rob Richards 5fa06bbe64 BFN 2008-12-16 12:54:05 +00:00
Rob Richards c373356f45 MFH: fix bug #46849 (Cloning DOMDocument doesn't clone the properties)
fix some warnings
add test
2008-12-16 12:53:29 +00:00
Steve Seear da35833236 call_user_func_array() tests 2008-12-15 14:11:57 +00:00
Zoe Slattery 32d03cc340 fixed test 2008-12-15 13:17:53 +00:00
Stanislav Malyshev feb50cd762 initialize op1 2008-12-15 11:29:36 +00:00
Lars Strojny 29f49d2ded If a wrapper could not be found it is either a typo or a configuration issue. But in both cases it is critical enough to warn the user. 2008-12-14 16:25:37 +00:00
Pierre Joye ea7c47c97d - fix build 2008-12-14 16:25:15 +00:00
Ilia Alshanetsky 830be669cc Simplify code 2008-12-14 15:34:49 +00:00
Johannes Schlüter e23b2b3fa5 MFH (Use the same test fiel as in HEAD) 2008-12-13 22:23:29 +00:00
Lars Strojny e34f9a87ac Cleanup: remove trailing whitespaces 2008-12-13 15:06:53 +00:00
Lars Strojny dda00318d9 One len variable is enough here, we can reuse it 2008-12-13 15:06:20 +00:00
Marcus Boerger fcf784502e MFH Use ' -f' as requested 2008-12-13 14:49:39 +00:00
Pierre Joye d4b63c8d7e - fix builds for VC8+, strnlen is available in vc8 and later (used in spprintf.c) 2008-12-13 11:47:06 +00:00
Pierre Joye 33d110f8f8 - do not add .cvsignore to the tests package 2008-12-13 11:46:23 +00:00
Kalle Sommer Nielsen 68ff190aaa Already in 5.2 NEWS 2008-12-13 05:31:15 +00:00
Andrei Zmievski 568b146480 Fix tests, add NEWS entry. 2008-12-12 23:59:48 +00:00
Nuno Lopes f2f7ed4987 we do not need the strndup() now that php_stream_printf() handles non-null terminated strings correctly 2008-12-12 23:46:05 +00:00
Nuno Lopes 7c910b94cf make *printf() functions do not read strings past their specified length (if any) 2008-12-12 23:43:18 +00:00
Scott MacVicar 1b72ac1301 BFN 2008-12-12 23:21:22 +00:00
Scott MacVicar ed5f04710b MFH Fix bug #45989 - json_decode() doesn't return NULL on certain invalid strings 2008-12-12 23:19:47 +00:00
Andrei Zmievski dddbfccb9f MFH 2008-12-12 19:20:49 +00:00
Hannes Magnusson f6cf54d2b1 Fixed bug#46847 (phpinfo() is missing some settings.) 2008-12-12 13:07:28 +00:00
Hannes Magnusson 259715e69b BFN 2008-12-12 12:46:24 +00:00
Hannes Magnusson e5c13558e8 MFH: Fixed bug#46681 (mkdir() fails silently on PHP 5.3) 2008-12-12 12:44:48 +00:00
Antony Dovgal f090e83eaf fix test 2008-12-12 12:14:00 +00:00
Rob Richards ca954ad613 MFH: fix bug #46699: (xml_parse crash when parser is namespace aware)
fix a couple warnings
add test
2008-12-12 04:16:21 +00:00
Ilia Alshanetsky 0594dd91d3 Fixed a possible corruption inside PDOStatement::debugDumpParams() 2008-12-11 15:32:24 +00:00
Pierre Joye 162b0b612a - MFB: fix build 2008-12-11 15:31:31 +00:00
Pierre Joye 9d6e793b4b - MFH: fix build (was never used like that before recent commit to session) > local include use quotes not <> 2008-12-11 13:12:22 +00:00
Stefan Esser 1940a3aa91 Added test for magic_quotes_gpc 2008-12-11 13:05:53 +00:00
Antony Dovgal 0c0bb70ba9 add missing .cvsignore 2008-12-11 10:59:31 +00:00
Antony Dovgal 4df574285a MFH 2008-12-11 10:58:56 +00:00
Pierre Joye cd57fe323d - WS 2008-12-11 10:22:12 +00:00
Ant Phillips 4faa1f1624 MCrypt tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows and Linux but not Linux 64 bit or 5.3). 2008-12-11 10:21:38 +00:00
Scott MacVicar 4d391cdebd BFN 2008-12-11 02:58:22 +00:00
Scott MacVicar 7877cbdcfc MFH Fix bug #46738 - Segfault when mb_detect_encoding() fails. 2008-12-11 02:56:45 +00:00
Lars Strojny 1f4fd81a27 Fixing strict warning when null is passed 2008-12-11 02:37:36 +00:00
Scott MacVicar 2ea6780873 MFH Fix bug #35975 - Session cookie expires date format isn't the most compatible. Sync to that of setcookie(). 2008-12-11 01:21:35 +00:00
Pierre Joye 38b1e4c702 - ws 2008-12-11 00:13:48 +00:00
Ilia Alshanetsky 0f51787f74 Fixed bug #46798 (Crash in mssql extension when retrieving a NULL value
inside a binary or image column type)
2008-12-10 20:53:44 +00:00
Scott MacVicar fdb9b62cef MFH Fix segfault and potential security issue in imagerotate(). 2008-12-10 13:32:02 +00:00
Ant Phillips bd266a5bbf Test for bug #43841 2008-12-10 10:34:15 +00:00
Nuno Lopes c61d5627ba export the pcre API when compiling with gcc 4. this fixes e.g. the linkage of APC (reported by shire) 2008-12-10 10:16:14 +00:00
Pierre Joye d6f27e909c - c/p error. 2008-12-10 09:49:59 +00:00
Arnaud Le Blanc f5b2818225 MFH: fixed test 2008-12-09 22:53:42 +00:00
Johannes Schlüter d828b8acc0 MFH: Fix #46813 (class_exists doesn`t work with fully qualified namespace) 2008-12-09 19:17:11 +00:00
Pierre Joye a8578a5ab1 - double declaration and comments cleanup 2008-12-09 17:57:59 +00:00