Commit Graph

24964 Commits

Author SHA1 Message Date
Scott MacVicar
4143771208 Missing skip in tests 2009-03-17 23:29:39 +00:00
Scott MacVicar
5674e6735b Replace magic values with a define, makes reading it a bit easier 2009-03-17 23:25:39 +00:00
Ilia Alshanetsky
df7460a17b MFB: Fixed compiler warning 2009-03-17 23:22:05 +00:00
Scott MacVicar
bc51a1e9f7 Add PHP_JSON_FORCE_OBJECT for forcing an object output of an array 2009-03-17 23:15:17 +00:00
Felipe Pena
f3d11b4415 - Fix version && year++ 2009-03-17 23:02:22 +00:00
Matt Wilmas
0c20069851 Fixed bug #46882 (Serialize / Unserialize misbehaviour under OS with different bit numbers) 2009-03-17 22:02:05 +00:00
Pierre Joye
85181631ed - MFB: s,win32,windows, and add myself to the list 2009-03-17 15:38:24 +00:00
Scott MacVicar
2d43af2707 Deal with overflow when decoding large numbers 2009-03-17 14:56:49 +00:00
Johannes Schlüter
5306bb0e4b - mark mysqlnd's threading (which can be used for background pre-fetching)
experimental
2009-03-17 10:04:57 +00:00
Andrey Hristov
7271069329 Fix the build, because the macro's name has changed 2009-03-17 09:51:04 +00:00
Moriyoshi Koizumi
8938555fd5 - Make iconv filter accept '.' as the delimiter between encoding names as well
as '/'. It's impossible to specify the filter in php://filter without this
  fix.
2009-03-17 05:27:00 +00:00
Scott MacVicar
43842949b7 Fix bug #47359 - Use the official unofficial mimetype for bmp files, this stops IE from getting confused. 2009-03-17 03:25:44 +00:00
Scott MacVicar
719ba687c0 Fix bug #47678 - Allow loadExtension to be disabled in SQLite3 2009-03-17 02:42:41 +00:00
Scott MacVicar
de4891ab2a Fix bug #47644 - Valid integers are truncated with json_decode() 2009-03-17 02:00:08 +00:00
Christopher Jones
eddf2540da Fix INI blocks 2009-03-17 01:50:34 +00:00
Zoe Slattery
af880ec61e test for /ext/tidy from stefan priebsch 2009-03-16 20:37:18 +00:00
Felipe Pena
85c7789052 - Fixed bug #47616 (curl keeps crashing) 2009-03-16 15:05:21 +00:00
Pierre Joye
b72606c92f - fix the build for win (vc6 or vc9)
- fix logic in time convertion
- force shared on windows, will fix the dirent issue later (no, it is not enough to simply remove the dep or header include)
- add myself before I forget again
2009-03-16 15:02:44 +00:00
Dmitry Stogov
6401ae5c7e Fixed test 2009-03-16 15:00:11 +00:00
Ilia Alshanetsky
52ffe21fdc MFB: Fixed compiler warnings 2009-03-16 12:52:59 +00:00
Mikko Koppanen
9b50cf342d Closes bug #47667 2009-03-16 10:16:16 +00:00
Dmitry Stogov
d3e3c4e666 Fixed bug #47664 (get_class returns NULL instead of FALSE) 2009-03-16 09:52:26 +00:00
Christopher Jones
2d574c99d3 Prepare for PECL OCI8 1.3.5 2009-03-16 05:37:35 +00:00
Christopher Jones
bc535521eb Mac OSX customization for initialization error message 2009-03-16 05:29:49 +00:00
Brian Shire
b9a54927b4 Fix scanner handling of NULL values in heredoc, nowdoc, strings, comments, and non-parsed content. 2009-03-16 01:40:01 +00:00
Scott MacVicar
0ac605c41b fileinfo tests are missing skipif 2009-03-15 23:16:55 +00:00
Scott MacVicar
daf4211e0b Update fileinfo to libmagic 5.00 and remove dependency on dirent.h on Windows 2009-03-15 23:02:35 +00:00
Moriyoshi Koizumi
0a3289baaa - Fix a bug that mbstring.internal_encoding doesn't take effect within
the request encoding converter.
2009-03-15 20:42:30 +00:00
Takeshi Abe
c1b257fc45 Fixed bug #45799 (imagepng() crashes on empty image) 2009-03-14 16:06:57 +00:00
Stanislav Malyshev
878b8c62b8 add new CURL options 2009-03-13 19:41:48 +00:00
Rob Richards
6b475098f8 add LIBXML_LOADED_VERSION constant that contains currently loaded libxml2 version
add libxml2 version being used to info output
2009-03-13 19:35:14 +00:00
Rob Richards
635f8bf9ab MFB: fix bug #47430 (Errors after writing to nodeValue parameter of an absent previousSibling)
add test
2009-03-13 13:43:57 +00:00
Christopher Jones
2fe755e416 Fixed PECL Bug 14268 (Allow 'pecl install oci8' command to 'autodetect' an Instant Client RPM install) & refactor 2009-03-12 23:52:20 +00:00
Ilia Alshanetsky
1f369b1fb2 Fixed bug #47639 (pg_copy_from() WARNING: nonstandard use of \\ in a string
literal)
2009-03-12 22:53:37 +00:00
Andrei Zmievski
c8362a20f6 Fix copy-pasto (needs to return proper CE). 2009-03-12 16:12:44 +00:00
Christopher Jones
e5993635e2 Fix tests to use ENV and re-enable 2009-03-12 14:47:47 +00:00
Brian Shire
b7ff76c6da Add proper EOF handling for language scanner. Fixes bug #46817. Removes dos newlines from a previous commit. 2009-03-11 22:11:41 +00:00
Christopher Jones
350da73bbc Revert local setting changes 2009-03-11 17:12:24 +00:00
Christopher Jones
fdace0c5d0 Bug #46994 (CLOB size does not update when using CLOB IN OUT param in stored procedure) 2009-03-11 16:46:38 +00:00
Marcus Boerger
d4f5b3f0a9 - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
Marcus Boerger
b43851b7aa - Safer flag handling as requested by Greg 2009-03-10 23:27:59 +00:00
Christopher Jones
d9bca66417 New test for oci_fetch_all 2009-03-09 21:19:18 +00:00
Christopher Jones
3db98baa59 Make non-public prototype match the type passed at call 2009-03-09 20:58:13 +00:00
Christopher Jones
cdf17a3f92 Use PHP 5 function name in error message 2009-03-09 20:19:38 +00:00
Christopher Jones
89a216cd23 Bug #47243 (Crash at shutdown on Windows) 2009-03-09 20:07:39 +00:00
Christopher Jones
58acebce20 MHB/sync: Make tests portable with older PHP for PECL builds 2009-03-09 19:55:50 +00:00
Christopher Jones
c7438c63f0 PECL Bug #16035 (oci_connect without ORACLE_HOME defined causes segfault) 2009-03-09 18:59:20 +00:00
Christopher Jones
f8996c4b6c PECL Bug #15988 (sqlnet.ora isn't read with older Oracle libraries) 2009-03-09 18:03:34 +00:00
Christopher Jones
9e317f0102 Prepare README for future PECL OCI8 1.3.5 2009-03-09 17:50:53 +00:00
Christopher Jones
0d4e215db4 Silence initialization warning 2009-03-09 17:48:36 +00:00
Christopher Jones
c33f88ccb0 Bug #46623 (phpinfo doesn't show compile time ORACLE_HOME with phpize) 2009-03-09 17:40:59 +00:00
Ilia Alshanetsky
3bb904414d MFB: Fixed bug #47598 (FILTER_VALIDATE_EMAIL is locale aware) 2009-03-08 18:21:30 +00:00
Kalle Sommer Nielsen
caf1a0686b Fix tests 2009-03-08 06:19:40 +00:00
Ilia Alshanetsky
2c5716c3c2 MFB: Improve parameter parsing code 2009-03-06 15:48:54 +00:00
Kalle Sommer Nielsen
3980b634fd Fixed bug #47546 (Default value for limit parameter in explode is 0, not -1) 2009-03-03 11:46:20 +00:00
Brian Shire
dbf9980282 fix tokenizer makefile dependencies on parser/scanner files when built dynamically. (See bug #38762) 2009-03-02 03:54:01 +00:00
Antony Dovgal
7eb808f802 fix tests 2009-03-01 21:26:47 +00:00
Greg Beaver
f9cffe4e48 re-disable phar in HEAD on windows 2009-03-01 07:25:24 +00:00
Greg Beaver
5fb232a2de MFB: revert removal of openssl check, was confusion on my part 2009-03-01 07:20:38 +00:00
Greg Beaver
ed94ab4b24 MFB: add safeguard check for timestamp modification to phar_stub.phpt and phar_gzip.phpt 2009-03-01 07:16:55 +00:00
Greg Beaver
0b53e3dbdd MFB: fix hash support on windows in ext/phar (Kalle) 2009-03-01 07:07:14 +00:00
Greg Beaver
f8ec2933b0 MFB: fix blog.phar for front.phar.phpt test 2009-03-01 07:00:22 +00:00
Greg Beaver
dd5cd94476 MFB: fix swapping of time/date in timestamp saving for zip, which can cause crash on windows 2009-03-01 06:58:23 +00:00
Greg Beaver
ff1a93c841 MFB: fix SKIPIF, EXPECT in 2 tests 2009-03-01 06:50:38 +00:00
Ilia Alshanetsky
57a7046be8 MFB: Adjust previous fix 2009-02-24 23:55:24 +00:00
Moriyoshi Koizumi
f26e3cbb95 - Strictly check UTF-8 and UTF-8 validity. 2009-02-24 13:18:40 +00:00
Kalle Sommer Nielsen
bbe59046e0 Fixed #37209 (mssql_execute with non fatal errors) 2009-02-23 21:20:47 +00:00
Ilia Alshanetsky
ed863d64e8 MFB: Fixed bug #47435 (FILTER_FLAG_NO_PRIV_RANGE does not work with ipv6
addresses in the filter extension)
2009-02-23 16:52:45 +00:00
Ilia Alshanetsky
2416c93505 MFB: Fixed bug #47477 (php_curl_stream_read() unnecessarily sleeps 15 secs
under heavy load)
2009-02-23 15:58:41 +00:00
Ilia Alshanetsky
9606a712b0 MFB: Fixed 2 memory corruptions in zip extension idenfied by
oo_properties.phpt test
2009-02-22 17:55:01 +00:00
Greg Beaver
175577a4dd MFB: fix faulty logic in tests, needed to use ksort instead of asort and to sort output. These tests failed on some systems with non-case sensitive filesystem sorting 2009-02-21 03:15:57 +00:00
Greg Beaver
401bb9ed44 MFB: cosmetics: remove two unreachable return statements, removes warning in sun cc 2009-02-21 02:37:33 +00:00
Greg Beaver
9633dc158b MFB: cosmetics: fix warning (only affects suncc) 2009-02-21 02:34:01 +00:00
Felipe Pena
ffc0714655 - Fix test 2009-02-20 13:37:48 +00:00
Andrey Hristov
cf78f35270 Add the charsets available from 6.0 as a structure, to be used later 2009-02-20 13:24:14 +00:00
Greg Beaver
6a9197f1ad MFB: fix zip access to work in all compilers, present and future, and on all arches without potential for bus errors. This removes PHAR_ZIP_PACK in favor of a safer approach 2009-02-20 05:06:52 +00:00
Antony Dovgal
9f00440b9a fix test 2009-02-19 12:13:47 +00:00
Felipe Pena
c8a0d5b741 - New test 2009-02-18 22:53:44 +00:00
Felipe Pena
87a3fbe716 - Fixed bug #47443 (metaphone('scratch') returns wrong result) 2009-02-18 22:33:22 +00:00
Ilia Alshanetsky
f5f632f842 MFB: Removed unused var 2009-02-18 20:07:55 +00:00
Johannes Schlüter
ea84127c9e Fix #47438 mysql_fetch_field ignores zero offse 2009-02-18 16:33:28 +00:00
Dmitry Stogov
51b4f3426e Fixed bug #47049 (SoapClient::__soapCall causes a segmentation fault) 2009-02-18 13:25:59 +00:00
Scott MacVicar
2d907266cf Update bundled SQLite to 3.6.11 2009-02-18 12:38:47 +00:00
Moriyoshi Koizumi
ac3183128c - Add an entry for http_output_conv_mimetypes to the output of mb_get_info(). 2009-02-17 16:28:33 +00:00
Zoe Slattery
ef44fefd30 Increased the sleep() from 1 to 5 to prevent intermittent failures 2009-02-17 15:13:20 +00:00
Johannes Schlüter
f6f0d58bee - Fix #46542 Extending PDO class with a __call() function doesn't work as
expected
2009-02-17 14:39:58 +00:00
Felipe Pena
8593425a60 - Fix proto 2009-02-17 12:32:06 +00:00
Felipe Pena
219b5e1d96 - Fixed bug #47390 (odbc_fetch_into - BC in php 5.3.0) 2009-02-17 12:03:43 +00:00
Zoe Slattery
d4c3c93a26 bug 46680 2009-02-17 10:34:10 +00:00
Antony Dovgal
3a97565023 remove XFAIL 2009-02-17 10:08:23 +00:00
Zoe Slattery
150db492f6 fix tests 2009-02-16 20:08:02 +00:00
Felipe Pena
9b8e2baf6b - Missing "DROP TABLE" 2009-02-16 19:48:49 +00:00
Greg Beaver
4eed2d8ffc MFB: fix memleaks on zip corruption 2009-02-16 18:55:19 +00:00
Johannes Schlüter
6a6e94c0d9 - Improve mysqlnd's internal method registration 2009-02-16 17:25:37 +00:00
Zoe Slattery
d1b12c9a30 exit -1 and exit -2 don't work for all sh. changed to exit 1 2009-02-16 13:15:49 +00:00
Moriyoshi Koizumi
b29baa5e2e - Fix bug #47399 (mb_check_encoding() returns true for some illegal SJIS
characters).
2009-02-16 01:57:13 +00:00
Greg Beaver
8f438d17ad MFB: fix test 2009-02-15 21:50:58 +00:00
Felipe Pena
0186949ad7 - Fixed bug #47398 (PDO_Firebird doesn't implements quoter correctly) 2009-02-15 21:48:54 +00:00
Antony Dovgal
0efa5b6d79 fix test 2009-02-15 21:48:07 +00:00
Greg Beaver
5b9430b5d4 MFB: fix all remaining big-endian issues 2009-02-15 20:29:26 +00:00
Greg Beaver
a249c4d77a MFB: fix getting/setting of all 16/32 bit on zip 2009-02-15 19:23:06 +00:00
Greg Beaver
99ce24d6f4 MFB: fix setting of 32-bit values on big-endian systems 2009-02-15 18:52:11 +00:00
Felipe Pena
766882b49c - Supressing error message for SKIPIF check works as expected 2009-02-15 16:00:48 +00:00
Moriyoshi Koizumi
1e2ad13cfc - Fix tests. 2009-02-15 07:04:59 +00:00
Moriyoshi Koizumi
5a870990fb - Refix bug #43840.
- Fix bug #43841.
- Remove redundant trailing dots from the error messages.
- Fix tests.
2009-02-15 07:04:07 +00:00
Zoe Slattery
3efea3ac4c splitting array_chunk into smaller tests 2009-02-14 10:29:22 +00:00
Moriyoshi Koizumi
0cf6df3d38 - Prevent unwanted overflow 2009-02-14 08:15:46 +00:00
Moriyoshi Koizumi
e7373cddaf - Fix Bug #45923 (mb_st[r]ripos() offset not handled correctly)
# test still fails because of the difference of str[r]pos() behavior between 5.3 and 6.0.
2009-02-14 07:33:41 +00:00
Moriyoshi Koizumi
76072c674a - These should be E_WARNING for consistency with strpos() 2009-02-14 06:59:36 +00:00
Andrei Zmievski
b7d4fa920e Revert bogus fix for #47370. 2009-02-13 22:35:18 +00:00
Zoe Slattery
6b075c4f5f fixed bad section name 2009-02-13 18:02:03 +00:00
Takeshi Abe
95651ba360 fixed typos 2009-02-13 16:02:46 +00:00
Felipe Pena
e2fa0bbf23 - Added arginfo 2009-02-13 12:54:20 +00:00
Felipe Pena
29ca11800b - New test 2009-02-13 02:20:31 +00:00
Felipe Pena
039f424f89 - Fixed bug #43831 ($this gets mangled when extending PDO with persistent connection)
- Fixed bug #45432 (PDO: persistent connection leak)
2009-02-13 02:18:04 +00:00
Moriyoshi Koizumi
9056e9b355 - Remove dependencies on ustdio.h. Doing so allows HEAD to be built with
ICU that comes with the out-of-the-box Mac OS X.
2009-02-12 20:04:59 +00:00
Moriyoshi Koizumi
6db49f953a * Fix bug #47370 (BC breakage of array_unique()) 2009-02-12 18:29:15 +00:00
Takeshi Abe
4c0cbee415 - fixed memory leaks in gdImageCreateFromXpm()
- dropped unused codes
2009-02-11 17:56:17 +00:00
Takeshi Abe
9874bacbc9 optimization via the row-major order. 2009-02-11 16:30:48 +00:00
Ilia Alshanetsky
a4797b9dcb MFB: Improved param parsing 2009-02-11 14:26:53 +00:00
Felipe Pena
67c51317f5 Fixed test bug #47311 (PDO::PARAM_LOB columns need to be bound before execute() on PgSQL) 2009-02-11 10:44:27 +00:00
Scott MacVicar
cf8d87306f MFB: The constructor should also throw exceptions, make this semi useful now. 2009-02-10 00:44:09 +00:00
Felipe Pena
b15f5357fe - Fix tests 2009-02-09 16:44:10 +00:00
Ilia Alshanetsky
181dcd1e6a MFB: Initialize optional var 2009-02-09 15:34:23 +00:00
Felipe Pena
b2e1e98f08 - Fix test 2009-02-09 12:55:46 +00:00
Felipe Pena
d4baef3d92 - Fix mem. leak 2009-02-09 12:07:10 +00:00
Felipe Pena
31af5d7309 - Fixed test 2009-02-09 11:57:29 +00:00
Dmitry Stogov
85a3b81fb2 Fixed bug #47329 (Crash in garbage collector) 2009-02-09 10:47:19 +00:00
Antony Dovgal
0ba8f49faf fix unicode implementation 2009-02-06 14:38:18 +00:00
Felipe Pena
47114aaa8b - Improve test 2009-02-06 10:40:16 +00:00
Felipe Pena
b72183b595 - New test 2009-02-06 10:18:40 +00:00
Felipe Pena
9054c069b3 - Fixed bug #47322 (sscanf %d does't work) 2009-02-06 10:17:51 +00:00
Moriyoshi Koizumi
30c9faaf86 - Fix bug #45239 (encoding detector hangs with mbstring.strict_detection
enabled).
2009-02-06 07:32:44 +00:00
Christopher Jones
0edbaebc24 MFB: Make message punctuation consistent across PHP 2009-02-05 21:48:31 +00:00
Felipe Pena
d2e40edc0a - Fixed bug #47297 (pdo_033.phpt fails on PgSQL)
Patch by matteo at beccati dot com
2009-02-04 16:40:13 +00:00
Pierre Joye
c7d8074041 - fix build 2009-02-04 09:58:39 +00:00
David Coallier
0050c92c91 - MFB (Fixed Bug #46048: SimpleXML top-level @attributes not in iterator). 2009-02-04 00:07:27 +00:00
Ilia Alshanetsky
f902e8d250 MFB: Return empty string when recv() does not fetch any data 2009-02-03 19:23:12 +00:00
Greg Beaver
a545c29a5b MFB: Re-Fixed bug #46026 (bz2.decompress/zlib.inflate filter tries to decompress after end of stream) 2009-02-03 19:02:41 +00:00
Greg Beaver
f232c7f945 MFB: fix bug #47085:rename() returns true even if the file in PHAR does not exist 2009-02-03 18:29:46 +00:00
Greg Beaver
d8713de264 MFB fix Bug #47265 (generating phar.phar fails because of safe_mode) 2009-02-03 18:25:59 +00:00
Etienne Kneuss
a9b3bfce52 Fix #47031 (Fix constants in example) 2009-02-03 12:40:00 +00:00
Ilia Alshanetsky
3515b68ffa MFB: Fixed bug #47282 (FILTER_VALIDATE_EMAIL is marking valid email
addresses as invalid)
2009-02-02 23:51:19 +00:00
Nuno Lopes
8e2aa6f979 MFB: fix #46347 2009-02-02 19:25:30 +00:00
Felipe Pena
c59abf287f - Fixed bug #47269 (Typo: SoapSlient instead of SoapClient) 2009-02-02 09:59:49 +00:00
Moriyoshi Koizumi
c3df5aa3de * Forgot to add the test. 2009-02-02 04:52:00 +00:00
Moriyoshi Koizumi
abe02d6b3d - Fix bug #46843 (CP936 euro symbol is not converted properly) 2009-02-02 04:49:48 +00:00
andy wharmby
32ea850bde New set_magic_quotes() tests. Tested on Windows, Linux and linux 64 2009-02-01 19:29:29 +00:00
andy wharmby
cf39017ced New php_uname() tests. Tested on Windows, Linux and linux 64 2009-02-01 19:17:46 +00:00
andy wharmby
3a400e979a New get_defined_vars(), get_included_files(), get_magic_quotes() and getmypid() tests. Tested on Winows, Linux and Linux 64 2009-02-01 18:55:24 +00:00
andy wharmby
d1980d9c57 New escapeshellarg() tests. Tested on Windows, Linux and Linux 64 2009-02-01 18:39:47 +00:00
andy wharmby
054f6e1075 New floatval() tests. Tested on Windows, Linux and Linux 64 2009-02-01 18:32:38 +00:00
Kalle Sommer Nielsen
4b2e3d58e9 Fix arginfo for imagefilter() 2009-01-31 15:27:11 +00:00
Stanislav Malyshev
b0a33fff0d fix bug #14562 2009-01-30 21:45:17 +00:00
Felipe Pena
4342d0b6b7 - Fix test 2009-01-30 14:49:46 +00:00
Felipe Pena
e11f95370c - Year++ 2009-01-30 00:16:12 +00:00
Scott MacVicar
e09a820b19 MFB Fix bug #47245 - Double free in mb_detect_encoding() 2009-01-29 23:01:40 +00:00
Felipe Pena
01c008c28d - Added arginfo 2009-01-29 00:36:25 +00:00
Felipe Pena
de585e2c97 - Fix build 2009-01-28 22:43:25 +00:00
Nuno Lopes
536326bacf MFB: fix bug #47229: preg_quote should escape '-' 2009-01-28 22:40:36 +00:00
Antony Dovgal
fac1ac55c9 fix test 2009-01-28 12:58:50 +00:00
Pierre Joye
4395ea2faf - MFB: fix build 2009-01-28 10:33:14 +00:00
Johannes Schlüter
6e24169120 - Fix mysqli pconnects to properly reset connection status by default 2009-01-27 15:35:22 +00:00
Derick Rethans
0e1277e317 - Elevate no-tz setting made from E_STRICT to E_WARNING.
#- [DOC]
2009-01-27 13:44:38 +00:00
andy wharmby
5e6736ac7a Split-ip var_export.phpt and add new error tests. Tested on Windows, Linux and Linux 64 bit 2009-01-26 22:27:06 +00:00
Rob Richards
aba50265bb fix bug #47220 (segfault in dom_document_parser in recovery mode) 2009-01-26 19:10:09 +00:00
Ilia Alshanetsky
21d281ff8c MFB: Fixed bug #47217 (content-type is not set properly for file uploads) 2009-01-26 15:21:49 +00:00
Etienne Kneuss
6d6d3233c1 Improve spl_object_hash() 2009-01-26 11:37:46 +00:00
Dmitry Stogov
bc37ae8223 Fixed bug #46419 (Elements of associative arrays with NULL value are lost) 2009-01-26 11:20:22 +00:00
Antony Dovgal
0c6969bfd8 use example.com instead of real domain name 2009-01-25 23:26:30 +00:00
Antony Dovgal
7554f8df7b ifdef -> if 2009-01-25 23:02:18 +00:00
Antony Dovgal
f32138dcde do not define CURLE_SSH twice 2009-01-25 22:33:19 +00:00
andy wharmby
5d1abfce5c Split is_callable test. Test on Windows, Linux and Linux 64 bit 2009-01-25 22:16:37 +00:00
Ilia Alshanetsky
7264697c34 MFB: Improved fix for bug #47174 & added a test 2009-01-25 18:27:58 +00:00
Pierre Joye
7c73ea1f9e - nicer features list 2009-01-25 17:12:22 +00:00
Pierre Joye
3765a0903f - [DOC] Add support for SSH via libssh2
- new constants: CURLE_SSH, CURLSSH_AUTH_NONE, CURLSSH_AUTH_PUBLICKEY, CURLSSH_AUTH_PASSWORD, CURLSSH_AUTH_HOST, CURLSSH_AUTH_KEYBOARD, CURLSSH_AUTH_DEFAULT, CURLOPT_SSH_AUTH_TYPES, CURLOPT_KEYPASSWD, CURLOPT_SSH_PUBLIC_KEYFILE, CURLOPT_SSH_PRIVATE_KEYFILE, CURLOPT_SSH_HOST_PUBLIC_KEY_MD5
  See http://curl.haxx.se/libcurl/c/curl_easy_setopt.html fortheir roles or usages
2009-01-25 16:27:25 +00:00
Pierre Joye
deb0695069 - MFB:
- update check for libs
 - add HAVE_CURL_EASY_STRERROR, HAVE_CURL_MULTI_STRERROR, HAVE_CURL_VERSION_INFO
2009-01-25 16:22:44 +00:00
Zoe Slattery
ecda7b7f77 added INI settings 2009-01-25 11:03:15 +00:00
Antony Dovgal
3d1df9ad31 expect -> expectf 2009-01-24 22:02:13 +00:00
Antony Dovgal
7c6c3a835b fix test 2009-01-24 22:01:24 +00:00
Antony Dovgal
46b3bdf773 fix build 2009-01-24 13:09:13 +00:00
andy wharmby
9fd66a6a57 New get_extension_funcs() and getrusage() tests. Tested on Windows, Linux and Linux 64 bit 2009-01-24 12:47:36 +00:00
Scott MacVicar
821e562d6e Forgot test for the last commit 2009-01-24 12:17:30 +00:00
Scott MacVicar
ffccad99e2 Add blobOpen method for reading SQlite3 blobs via streams. 2009-01-24 12:16:57 +00:00
andy wharmby
555ff7b176 Make test more robust; avoid hangs if fsockopen() fails. Tested on Windows, Linux and Linux 64 bit 2009-01-23 23:49:40 +00:00
andy wharmby
a027006abc New gzuncompress() test.Tested on WIndows, Linux and Linux 64 bit 2009-01-23 23:31:52 +00:00
andy wharmby
bd1fbf5127 Fix tests. Add missing SKIPIF. Tested on Windows, Linux and Linux 64 2009-01-23 20:23:32 +00:00
Dave Kelsey
9367eac046 deleted invalid test. 2009-01-23 18:56:55 +00:00
Dave Kelsey
0fe72d9026 added some mail tests. Tested on windows, linux and linux 64bit 2009-01-23 17:12:15 +00:00
Kalle Sommer Nielsen
6776d26fdc Windows support for stream_socket_pair(), by moving the socketpair() implementation from ext/sockets to win32/ 2009-01-23 15:48:58 +00:00
Dave Kelsey
8a81441f6a various network tests. tested on windows, linux, linux 64 bit 2009-01-23 15:34:26 +00:00
Zoe Slattery
888bb4e779 IMAP fetchheader tests 2009-01-23 15:29:22 +00:00
andy wharmby
976fe83053 Fix names of new image files. 2009-01-23 11:18:37 +00:00
Zoe Slattery
63276d0402 fix tests 2009-01-23 09:41:48 +00:00
Zoe Slattery
d189ffac79 fix tests 2009-01-23 09:21:25 +00:00
andy wharmby
fcce538d82 New image tests. Tested on WIndows, Linux and Linux 64 bit 2009-01-22 22:59:58 +00:00
Zoe Slattery
3234eeda67 fixed tests 2009-01-22 22:01:04 +00:00
Johannes Schlüter
00fc56bd92 Fix tests 2009-01-22 21:56:46 +00:00
Johannes Schlüter
d15503bfcc - Export mysql_refresh to mysqli (mysqli_refresh(), $mysqli->refresh()) 2009-01-22 20:57:32 +00:00
Zoe Slattery
d504b65dd8 Fixed test 2009-01-22 20:51:54 +00:00
Dave Kelsey
e22a0e3daf fstat tests. tested on windows, linux and linux 64 bit 2009-01-22 20:49:48 +00:00
andy wharmby
a282ccc130 New date tests for getdate() and gmstrftime(). Tested on WIndows, Linux and Linux 64 bit 2009-01-22 18:47:47 +00:00
Ilia Alshanetsky
c80b706c28 MFB: Fixed execution condition 2009-01-22 14:41:15 +00:00
Dave Kelsey
a7de3bcb64 final collection of zlib tests. tested on linux, windows and linux 64 bit 2009-01-22 14:14:54 +00:00
andy wharmby
f0c173aa35 New basic time()and microtime() tests. Tested on Windows, Linux and Linux 64 bit 2009-01-22 14:11:14 +00:00
andy wharmby
c8043b2ab3 Fix test after #46732 fix. Tested on WIndows, Linux and Linux 64 bit 2009-01-22 13:50:48 +00:00
andy wharmby
9539c83095 New image tests. Tested on Windows, LInux and Linux 64 bit 2009-01-22 13:27:33 +00:00
Dave Kelsey
7019ce175f correct minor mistakes in the php6 version of the zlib tests 2009-01-21 22:26:48 +00:00
Jani Taskinen
4297b99776 - Fix typo 2009-01-21 19:22:19 +00:00
Dmitry Stogov
494f56c870 Fixed realpath() behavior to support "c:dir" as "c:\dir", and "\dir" on UNC CWD 2009-01-21 19:11:50 +00:00
Ilia Alshanetsky
c706c84c7f MFB: Fixed bug #47174 (base64_decode() interprets pad char in mid string as
terminator)
2009-01-21 15:45:45 +00:00
Derick Rethans
83e9d1c253 - Updated to version 2009.1 (2009a) 2009-01-21 15:24:58 +00:00
Dave Kelsey
df3fa8ed4b new tests for zlib extension, tested on windows, linux and linux64 2009-01-21 15:24:11 +00:00
andy wharmby
6b94439d17 New gzuncompress() test. php6 tets fails currentlly due to #47179. Tested on Windows, Linux and Linux 64 bit 2009-01-21 12:28:33 +00:00
andy wharmby
bcdc76300c New gzencode() test. php6 tets fails currentlly due to #47178. Tested on Windows, Linux and Linux 64 bit 2009-01-21 11:39:13 +00:00
Sanjay Mantoor
23f3a4428a New testcases for strftime function 2009-01-21 10:49:41 +00:00
andy wharmby
28a5871e87 New gzinflate() error test. Tested on WIndows, Linux and Linux 64 bit 2009-01-20 23:37:49 +00:00
andy wharmby
ff9642d482 Fix SKIPIF logic 2009-01-20 23:19:47 +00:00
andy wharmby
0ce35ae860 New stripcslashes() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 22:54:39 +00:00
Felipe Pena
798f7b7088 - Fixed bug #47087 (Second parameter of mssql_fetch_array() is ignored) 2009-01-20 20:02:37 +00:00
Ilia Alshanetsky
22839f881e MFB: Added an E_NOTICE when precision value is truncated 2009-01-20 18:03:33 +00:00
Felipe Pena
2d150236d9 - Fixed bug #47152 (gzseek/fseek using SEEK_END produces strange results) 2009-01-20 15:41:04 +00:00
andy wharmby
9c2283fe02 New vfprintf() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 14:19:40 +00:00
Dmitry Stogov
b5c6e15ab8 Removed wrong warning message 2009-01-20 13:22:26 +00:00
Dmitry Stogov
2c2ba5c2c3 Fixed bug #47165 (Possible memory corruption when passing return value by reference) 2009-01-20 11:23:04 +00:00
Scott MacVicar
32bee5293d Fix bug #47159 - Any SQLite3 statement prepared should be added to the freelist 2009-01-20 09:57:26 +00:00
Pierre Joye
a351279a2f - MFB
- [DOC] add support for fnmatch() on Windows
 - enable tests (pass)
2009-01-20 01:41:19 +00:00
Felipe Pena
d86a33a6fc - Added missing "return;" 2009-01-20 00:40:16 +00:00
Scott MacVicar
21a2772da4 Fix bug #47145 - As soon as sqlite3_step is called on a statement it always must be finalised. 2009-01-20 00:24:05 +00:00
Scott MacVicar
06e0b261b3 MFB Fixed bug #47141 - Unable to fetch error messages after the database can't be opened. 2009-01-19 22:45:29 +00:00
Ilia Alshanetsky
ca5cd2f52b MFB: Fixed bug #47131 (SOAP Extension ignores "user_agent" ini setting). 2009-01-19 21:58:13 +00:00
andy wharmby
4fb370c1ff New substr_replace() and unpack() error tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 17:13:17 +00:00
Takeshi Abe
f436bb3087 bump up and use IMAGE_FILTER_MAX_ARGS instead of a magic number. 2009-01-19 16:35:40 +00:00
Zoe Slattery
d03ca98d06 fixing the test to expect PHP6 and PHP53 behaviour 2009-01-19 16:15:17 +00:00
andy wharmby
2c593dd95c New vprintf() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 16:03:40 +00:00
andy wharmby
ce85cecb55 New strval() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 15:54:45 +00:00
andy wharmby
8be7bef0a6 New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows, Linux and Linux 64 bit 2009-01-19 15:46:36 +00:00
Takeshi Abe
a98959be35 fixed the bug of libgd #191 (A circle becomes square) 2009-01-19 15:41:15 +00:00
Dave Kelsey
fc4a0d3886 new tests for zlib extension, tested on windows, linux and linux64 2009-01-19 14:03:19 +00:00
Antony Dovgal
9ea96c467a fix memleaks in sscanf() 2009-01-19 09:52:14 +00:00
Pierre Joye
0eee659e5a - include php win32's time.h 2009-01-19 02:31:18 +00:00
Felipe Pena
75a31bacb1 - Fixed bug #47048 (Segfault with new pg_meta_data) 2009-01-18 23:49:11 +00:00
andy wharmby
be123b0de8 New nl_langinfo(), number_format() and ord() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 22:51:00 +00:00
andy wharmby
310cc4c912 New hebrev() and hebrevc() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 21:59:36 +00:00
andy wharmby
ef6e2c572e New sha1f() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 19:37:43 +00:00
Ilia Alshanetsky
784801cdbd MFB: Upgraded bundled sqlite3 to 3.6.10 2009-01-18 18:03:36 +00:00
andy wharmby
4786d297ad New sscanf() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 14:40:25 +00:00
andy wharmby
5235b762e3 New explode() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 14:34:15 +00:00
andy wharmby
364cf9ae6b New money_format() tests. Tested on Windows, Linux and Linux 64 bit 2009-01-17 22:52:12 +00:00
Felipe Pena
37a953d466 - Removed XFAIL 2009-01-17 20:42:05 +00:00