Commit Graph

44939 Commits

Author SHA1 Message Date
Kalle Sommer Nielsen
998beaa20e Typo 2009-05-25 19:40:49 +00:00
Pierre Joye
51b6f4a0d5 - MFB: #48202, Out of memory error when passing non-existing filename, enable related tests (marked as XFAIL now) 2009-05-25 16:16:54 +00:00
Felipe Pena
6d34e06a2f - Dropped *_TEXT* macros in favor of unicode macros direct usage 2009-05-25 14:32:15 +00:00
Felipe Pena
0497e208cb - Fixed macro (thanks Kalle) 2009-05-25 13:11:09 +00:00
Ilia Alshanetsky
2e83dd93eb MFB: Fixed bug #48313 (fgetcsv() return empty string rather then NULL for
empty rows)
2009-05-25 13:02:55 +00:00
Rasmus Lerdorf
f3e2775877 Removing test 2009-05-25 11:59:03 +00:00
Pierre Joye
637274bbda - enable MPIR support and the good old 4.1.x gmp for VC6. solving the lgplv3 mess 2009-05-25 10:14:36 +00:00
Eric Stewart
8a366753af Add the following new tests:
DOMCharacterData::appendData() with no arguments.
DOMCharacterData::deleteData() with count exceeding string size.
DOMCharacterData::deleteData() with no arguments.
DOMCharacterData::deleteData() with offset exceeding string size.
DOMCharacterData::insertData() with no arguments.
DOMCharacterData::replaceData() with no arguments.
DOMComment::__construct() with more arguments than acceptable.
DOMDocumentFragment::__construct().
DOMDocumentFragment::__construct() with too many errors.
DOMDocumentFragment::appendXML() with no arguments.
DOMDocumentFragment::appendXML() with children with properties.
2009-05-25 06:07:39 +00:00
264fdb10b4 ChangeLog update 2009-05-25 01:32:41 +00:00
Sara Golemon
5ae1723c7e Expand zend_(u_)symtable_update_current_key to allow specifying HashPosition 2009-05-25 01:16:19 +00:00
Greg Beaver
ce8cc1c99d fix potential segfault when converting phars with metadata to other formats, add test 2009-05-24 18:50:37 +00:00
Greg Beaver
3c48633a8f add missing test 2009-05-24 18:47:54 +00:00
01d1074f51 ChangeLog update 2009-05-24 01:32:48 +00:00
Jani Taskinen
1020fdde3c ws + cs 2009-05-23 18:59:17 +00:00
Jani Taskinen
3518feae42 ws 2009-05-23 18:52:03 +00:00
Jani Taskinen
11a85807c0 ws 2009-05-23 18:46:10 +00:00
Pierre Joye
71a71ad963 - fix build, fix TS build 2009-05-23 18:46:05 +00:00
Jani Taskinen
5fcbc3cb26 fix build 2009-05-23 18:42:54 +00:00
Jani Taskinen
87cb112a4f ws + cs 2009-05-23 18:19:11 +00:00
Jani Taskinen
fa68c626c1 - Fix typo 2009-05-23 18:10:13 +00:00
Andrei Zmievski
afa4e41c2f Implement JIT request decoding support for $_GET and $_POST. 2009-05-23 18:03:27 +00:00
Felipe Pena
9708b01654 - New tests (testfest NorthWestUG) 2009-05-23 15:37:36 +00:00
Felipe Pena
1498bb45c8 - Added missing param checks 2009-05-23 15:14:00 +00:00
Felipe Pena
1797bb805b - New xsl files 2009-05-23 14:49:29 +00:00
Felipe Pena
d2616018e4 - New tests (testfest BerlinUG) 2009-05-23 14:44:37 +00:00
Nuno Lopes
558e061d1f MFB: fix compilation of pdo_firebird and intl extension with ld --as-needed 2009-05-23 13:52:53 +00:00
Eric Stewart
a7fece4f7f New test: DOMAttr read $name property.
New test: DOMAttr read $ownerElement with null parent.
New test: DOMAttr write non-string $value property
New test: DOMCDATASection __construct() with no arguments.
New test: DOMCharacterData - Invalid State Error when getting data out of content.
2009-05-23 01:41:27 +00:00
d2d418a8b4 ChangeLog update 2009-05-23 01:33:20 +00:00
Eric Stewart
41e97b6147 New test: DOMAttr __construct() with no arguments. 2009-05-23 01:32:57 +00:00
Kalle Sommer Nielsen
a831a736d0 Previous commit was an old version of the patch, PHP_ZTS is not a boolean but the behaviour is still correct 2009-05-22 19:46:53 +00:00
Kalle Sommer Nielsen
9400dc397e Don't build SQLite threadsafe on NTS builds 2009-05-22 19:41:03 +00:00
Kalle Sommer Nielsen
f0ef25edce Fix test on Windows 2009-05-22 18:27:27 +00:00
Kalle Sommer Nielsen
7342443074 Added missing SKIPIF 2009-05-22 18:22:15 +00:00
Felipe Pena
0b19747809 - Fixed invalid date checking 2009-05-22 12:49:22 +00:00
Felipe Pena
5d3636dfd2 - New test 2009-05-22 12:38:31 +00:00
Arnaud Le Blanc
4399c7670f Use zend_get_property_info() in get_class_vars() (fixes #46812) 2009-05-22 11:18:57 +00:00
532ad5e67e ChangeLog update 2009-05-22 01:32:47 +00:00
Arnaud Le Blanc
361f8c2655 Fixed bug #48336 (ReflectionProperty::getDeclaringClass() does not
work with redeclared property)
(patch by Markus dot Lidel at shadowconnect dot com)
2009-05-21 16:01:22 +00:00
Arnaud Le Blanc
a7e195a07b set second argument of gettimeofday() to NULL (fixes #48346,
patch by adriano at guiadohardware dot net)
2009-05-21 14:21:18 +00:00
Arnaud Le Blanc
c176114acb Better fix for #45622 (patch by robinf at php do net) 2009-05-21 13:25:48 +00:00
Ilia Alshanetsky
d2eb7e4601 MFB: Fixed bug #48207 (CURLOPT_(FILE|WRITEHEADER options do not error out
when working with a non-writable stream)
2009-05-21 12:52:59 +00:00
Jani Taskinen
a459fddd54 ws 2009-05-21 01:39:48 +00:00
33c2039491 ChangeLog update 2009-05-21 01:32:45 +00:00
Ilia Alshanetsky
786da897ff MFB: Re-introduce the Matteo's patch and combine default & text handling
since they appear to be the same irregardless on notes inside sqlite3.h
2009-05-20 15:06:20 +00:00
Jani Taskinen
6af0033f7c - Fix non-windows builds too 2009-05-20 12:15:36 +00:00
Kalle Sommer Nielsen
ad8c50dfbb Fixed shared build 2009-05-20 10:18:41 +00:00
Arnaud Le Blanc
8e05c72f25 Fix skipif 2009-05-20 10:08:23 +00:00
Antony Dovgal
18ce5138f3 fix segfault 2009-05-20 09:26:03 +00:00
Arnaud Le Blanc
b40d754d99 set default value of "precision" ini setting,
many tests depend on this
2009-05-20 09:22:24 +00:00
Arnaud Le Blanc
13b8822d12 Fix skipif 2009-05-20 09:13:08 +00:00