1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 19:23:22 +02:00
Commit Graph

22518 Commits

Author SHA1 Message Date
Scott MacVicar dba82da304 MFH Fix building of pdo_sqlite without sqlite3 2009-01-12 19:03:07 +00:00
Scott MacVicar 4bdf8de929 MFH Update sqlite to 3.6.8 2009-01-12 18:55:37 +00:00
andy wharmby 84ca63c1b3 New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 17:56:28 +00:00
Ilia Alshanetsky 4afe6ccc54 Upgraded libsqlite3 to 3.6.8 2009-01-12 17:13:38 +00:00
andy wharmby 07cc6d4d10 Fix Windows tests after #47037 2009-01-12 15:59:04 +00:00
andy wharmby f4af0b3f39 New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 14:30:52 +00:00
Scott MacVicar b4fa66e858 Fix build, missing comma 2009-01-12 14:28:05 +00:00
Scott MacVicar 534c200925 The previous error was masked by a missing entry, sync them back up. 2009-01-12 14:26:47 +00:00
Johannes Schlüter e4a348d782 MFH: Fix #47050 mysqli_poll() modifies improper variables 2009-01-12 14:04:32 +00:00
Scott MacVicar b6f32086f9 This entry doesn't exist upstream any more, it also caused all error messages to be one off. 2009-01-12 13:34:33 +00:00
Johannes Schlüter 74cfc5f3d7 MFH Fix #45940 MySQLI OO does not populate connect_error property on failed
connect
2009-01-12 12:56:01 +00:00
Ilia Alshanetsky 2bcdd36879 Improved parameter handling 2009-01-11 23:52:29 +00:00
Scott MacVicar 8911ba1c62 Add support for the older style bind 8 functions, this adds support for OS X to use all of the dns_* functions. 2009-01-11 23:37:16 +00:00
Felipe Pena cc50663b56 MFH:
- Improved fix for #47035 (win32 part by Henrique M. Decaria)
[DOC] The TXT part needs be returned as an array of strings. (dns_get_record())
2009-01-11 18:47:17 +00:00
Rob Richards c87d6031e5 MFH: export php_pcre_free to make mbstring happy 2009-01-11 13:59:00 +00:00
Rob Richards d14021cb4e MFH: fix bug #45996 (libxml2 2.7 causes breakage with character data in xml_parse()) 2009-01-11 12:01:16 +00:00
Felipe Pena ac9508b286 - Fixed tests 2009-01-10 17:18:08 +00:00
Felipe Pena 2deadbe666 - Fixed test 2009-01-10 17:15:09 +00:00
Scott MacVicar cb4d76b505 Fix bug #47055 - When intl is shared dont enable icu support in SQLite3 2009-01-10 01:46:55 +00:00
Scott MacVicar b4707a5e02 Some more tests that needed fixed. 2009-01-10 00:51:04 +00:00
Scott MacVicar a9e5e22275 If a TZ environmental is set then it ends up getting used instead of the INI setting, use date_default_timezone_set() instead. 2009-01-10 00:50:45 +00:00
Antony Dovgal cc6b14ef6d cleanup garbage 2009-01-09 23:16:49 +00:00
Antony Dovgal e3e34fa7ed MF52: fix test: don't create tmp files in "." and clean up when done 2009-01-09 23:12:12 +00:00
Antony Dovgal 2538bd21e7 fix ZTS build 2009-01-09 15:08:10 +00:00
Ilia Alshanetsky 905a5c0590 [DOC]
Added mail logging functionality that allows logging of mail sent via
mail() function

THe logging functionality is disabled by default but can be enabled on a
per-directory or globaly via 2 INI settings.

The mail.log directive allows you to specify the file where each call to
mail() will be logged. The log file will contain the path and line # of the
calling script in addition to all of the headers indicated by the user.

The mail.add_x_header directive will introduce a X-PHP-Originating-Script
header that will contain the file name (no path) of the calling script and
the uid of the script. This combination should be sufficient for the admin
to locate the sending script.
2009-01-09 14:59:30 +00:00
Johannes Schlüter 7d3d47fa27 MFH: Fixed bug #46653 2009-01-09 14:30:00 +00:00
Sanjay Mantoor 49a6cc243e New testcases for localtime function 2009-01-09 05:09:40 +00:00
Felipe Pena 857959838f - Fixed tests 2009-01-09 02:11:54 +00:00
Antony Dovgal 7478ceada3 fix tests 2009-01-08 22:03:32 +00:00
Antony Dovgal c4fb924c7e fix test 2009-01-08 21:53:50 +00:00
andy wharmby a7bdc76551 New PHPT tests for math functions. Tested on Windows, Linux and Linux 64 bit. 2009-01-08 21:20:11 +00:00
Felipe Pena 4f07ef1f78 - Fixed test [only in this branch] 2009-01-08 19:00:02 +00:00
Arnaud Le Blanc 665b8f5510 MFH: XFAIL test 2009-01-08 18:58:34 +00:00
Felipe Pena f21cabe5e3 - MFH: Fixed tests 2009-01-08 18:47:26 +00:00
Arnaud Le Blanc 9c6c5c6f98 MFH:
Fix memleak when a user filter appends a bucket and returns != PSFS_PASS_ON
Improved tests
2009-01-08 18:40:27 +00:00
Felipe Pena b5182d7aff - MFH: Fixed bug #47035 (dns_get_record returns a garbage byte at the end of a TXT record) 2009-01-08 17:19:50 +00:00
Arnaud Le Blanc 61ae60f805 MFH: Fixed error conditions handling in stream_filter_append() 2009-01-08 17:01:58 +00:00
Ilia Alshanetsky ae9d5f737e Improved parameter fixing & address a compiler warning 2009-01-08 16:13:51 +00:00
Scott MacVicar 6fe58b3542 Fix test again... 2009-01-08 14:09:49 +00:00
Scott MacVicar b08ceb79b3 Fix broken test 2009-01-08 13:35:58 +00:00
andy wharmby 9ccdaa362d Fix bogus file tests - addresses 2 failures in PHP GCOV reports. Tested on Windows, Linux and Linux 64 bit 2009-01-08 10:40:36 +00:00
Ilia Alshanetsky 9ce52853c7 Simplify parameter parsing 2009-01-08 00:37:39 +00:00
Felipe Pena 93638ba661 - MFH: Removed WRONG_PARAM_COUNT usage 2009-01-08 00:12:19 +00:00
Felipe Pena 241c414422 - MFH: Fixed test 2009-01-07 23:04:52 +00:00
Felipe Pena 51fc4e878d - MFH: More suitable parameter checking 2009-01-07 22:55:38 +00:00
Felipe Pena 15851cd771 MFH:
- New parameter parsing
- Removed METHOD_NOTSTATIC_NUMPARAMS
2009-01-07 22:40:17 +00:00
Antony Dovgal 76548a8d1e MFH: fix test 2009-01-07 21:23:10 +00:00
Felipe Pena 5ae3b86724 - Fixed test 2009-01-07 20:32:52 +00:00
Felipe Pena c0de7f3113 - MFH: Fixed duplicate errmsg 2009-01-07 18:26:27 +00:00
Felipe Pena 90c059872d - Fixed bug #47029 (quoted_printable_decode() produces duplicate warning)
Patch by Andy wharmby
2009-01-07 17:20:18 +00:00