]>
granicus.if.org Git - php/log
Pierre Joye [Wed, 8 Jul 2009 10:13:27 +0000 (10:13 +0000)]
- skip on win, different error msg
Pierre Joye [Wed, 8 Jul 2009 09:59:33 +0000 (09:59 +0000)]
- fix test (mtime only is changed)
Ilia Alshanetsky [Wed, 8 Jul 2009 03:06:59 +0000 (03:06 +0000)]
Fixed bug #48788 (RecursiveDirectoryIterator doesn't descend into symlinked
directories).
[DOC]
To avoid breaking how existing code works a new constant is introduced for
the RecursiveDirectoryIterator() that directs the code to follow symlinks.
This constant RecursiveDirectoryIterator::FOLLOW_SYMLINKS can be passed a
flag to the constructor to trigger symlink following.
David Soria Parra [Tue, 7 Jul 2009 23:05:17 +0000 (23:05 +0000)]
MFH: Reset TZ environment variable. Some tests assume that it's not set.
Pierre Joye [Tue, 7 Jul 2009 22:17:54 +0000 (22:17 +0000)]
- #46682
Pierre Joye [Tue, 7 Jul 2009 22:13:32 +0000 (22:13 +0000)]
- #46882, touch() atime field returns different value
Pierre Joye [Tue, 7 Jul 2009 22:04:42 +0000 (22:04 +0000)]
- fixed, remove xfail
Pierre Joye [Tue, 7 Jul 2009 21:50:38 +0000 (21:50 +0000)]
- fix tests, 5.3 supports these things now on windows. Also shorter tests would be REALLY nice (or use iteration numbering)
Stanislav Malyshev [Tue, 7 Jul 2009 21:25:46 +0000 (21:25 +0000)]
merge errors support
Jani Taskinen [Tue, 7 Jul 2009 16:42:11 +0000 (16:42 +0000)]
- Fixed bug #48247 (Infinite loop and possible crash during startup with errors)
Pierre Joye [Tue, 7 Jul 2009 15:17:36 +0000 (15:17 +0000)]
- #45905
Jani Taskinen [Tue, 7 Jul 2009 12:19:05 +0000 (12:19 +0000)]
Check your editors, this is ascii only file!
David Soria Parra [Tue, 7 Jul 2009 12:11:53 +0000 (12:11 +0000)]
MFH: Adjust tests. The order in which notices appear is platform dependend as the function call ordering in parameter lists is not defined in C.
Ulf Wendel [Tue, 7 Jul 2009 11:32:17 +0000 (11:32 +0000)]
MFH. Fixing tests to run with SQL_MODE=ANSI_QUOTES as well.
Pierre Joye [Tue, 7 Jul 2009 10:54:44 +0000 (10:54 +0000)]
- WS
Pierre Joye [Tue, 7 Jul 2009 10:49:38 +0000 (10:49 +0000)]
- #45905, imagefilledrectangle() clipping error
Felipe Pena [Tue, 7 Jul 2009 01:17:46 +0000 (01:17 +0000)]
- MFH: New tests (WurzbrugUG testfest)
Ilia Alshanetsky [Tue, 7 Jul 2009 00:44:20 +0000 (00:44 +0000)]
MFB: Fixed bug #48808 (FILTER_VALIDATE_EMAIL allows some invalid e-mail
syntaxes)
Felipe Pena [Tue, 7 Jul 2009 00:02:34 +0000 (00:02 +0000)]
- MFH: Fixed compiler warning
Stanislav Malyshev [Mon, 6 Jul 2009 23:48:27 +0000 (23:48 +0000)]
fix protos
Pierre Joye [Mon, 6 Jul 2009 23:47:16 +0000 (23:47 +0000)]
- forgot to add the author of the initial patch
Pierre Joye [Mon, 6 Jul 2009 23:38:03 +0000 (23:38 +0000)]
- #48116
Stanislav Malyshev [Mon, 6 Jul 2009 23:28:16 +0000 (23:28 +0000)]
add test
Pierre Joye [Mon, 6 Jul 2009 23:26:23 +0000 (23:26 +0000)]
- #48116, restore 0.x compability, thx config.cache.
Pierre Joye [Mon, 6 Jul 2009 23:02:18 +0000 (23:02 +0000)]
- #48116, fix build against openssl 1.0
andy wharmby [Mon, 6 Jul 2009 19:35:01 +0000 (19:35 +0000)]
Fix test
Pierre Joye [Mon, 6 Jul 2009 17:48:02 +0000 (17:48 +0000)]
- #48771
Ulf Wendel [Mon, 6 Jul 2009 15:53:14 +0000 (15:53 +0000)]
MFH. Enabling test as requested by the skipif comment... it does pass when slightly modified.
Ulf Wendel [Mon, 6 Jul 2009 15:45:19 +0000 (15:45 +0000)]
MFH. Fixing mysqlnd version test to run some four previously skipped tests. There is no proper way to check the mysqlnd version. The best one can do is adapt the tests to what PHP 5.3 and PHP 6.0 return today.
Ulf Wendel [Mon, 6 Jul 2009 15:08:13 +0000 (15:08 +0000)]
MFH. Adapting (old) tests to current PHP 6 semantics - s/unicode.semantics test/version_compare
Ulf Wendel [Mon, 6 Jul 2009 14:39:10 +0000 (14:39 +0000)]
MFH. Adding --CLEAN-- sections to all ext/mysqli tests
Pierre Joye [Mon, 6 Jul 2009 08:56:23 +0000 (08:56 +0000)]
- MFH: #48771, rename() between drives error: No error
Ilia Alshanetsky [Sun, 5 Jul 2009 16:08:05 +0000 (16:08 +0000)]
MFB: Fixed bug #48718 (FILTER_VALIDATE_EMAIL does not allow numbers in domain
components).
Zoe Slattery [Sun, 5 Jul 2009 14:46:08 +0000 (14:46 +0000)]
fix test
Felipe Pena [Sat, 4 Jul 2009 20:31:27 +0000 (20:31 +0000)]
MFH:
- Added missing methods' arginfo (for void params)
- Fixed arginfos:
- MultipleIterator::__construct
- MultipleIterator::setFlags (Thanks Philip!)
- SplFixedArray::__construct
Antony Dovgal [Fri, 3 Jul 2009 14:02:28 +0000 (14:02 +0000)]
stop polluting my /tmp dir
Ulf Wendel [Fri, 3 Jul 2009 12:14:39 +0000 (12:14 +0000)]
MFH. ... to play with large data sets. Currently its only 10MB in size to keep the test runtime short. However, its easy to increase, if you want to test large data sets
Jani Taskinen [Fri, 3 Jul 2009 11:42:11 +0000 (11:42 +0000)]
Nuke "hotfix", fix the real issue..
Patrick Allaert [Fri, 3 Jul 2009 09:21:31 +0000 (09:21 +0000)]
MFH: Tests for ext/ldap from PHPBelgium TestFest
Ulf Wendel [Fri, 3 Jul 2009 08:42:46 +0000 (08:42 +0000)]
MFH. Global s/ini_get('unicode.semantics')/version check/ . Early PHP 6 times are gone. I hope unicode logic will not change any more
Ulf Wendel [Fri, 3 Jul 2009 08:25:25 +0000 (08:25 +0000)]
MFH. Fixing borked test, again new run-tests.php has found it... Fails with HEAD, passes with 5.3
Jani Taskinen [Fri, 3 Jul 2009 07:59:53 +0000 (07:59 +0000)]
- Fixed bug #48782 (CFLAGS killed during configure)
Ulf Wendel [Fri, 3 Jul 2009 07:50:10 +0000 (07:50 +0000)]
MFH. Fixing borked test - thanks again new run-tests.php tool (and team).
Felipe Pena [Fri, 3 Jul 2009 00:09:08 +0000 (00:09 +0000)]
- New tests (DutchUG testfest)
Stanislav Malyshev [Thu, 2 Jul 2009 22:36:16 +0000 (22:36 +0000)]
bugfix
Ilia Alshanetsky [Thu, 2 Jul 2009 13:42:16 +0000 (13:42 +0000)]
MFB: Fixed bug #48733 (CURLOPT_WRITEHEADER|CURLOPT_FILE|CURLOPT_STDERR warns
on files that have been opened with r+).
Lukas Smith [Thu, 2 Jul 2009 13:34:38 +0000 (13:34 +0000)]
MFH: removed references to track_vars, since this option doesnt exist since ages
Ulf Wendel [Thu, 2 Jul 2009 10:05:37 +0000 (10:05 +0000)]
MFH. Adding CLEAN sections, fixing some SKIPIF sections. Cool new run-tests.php, Zoe (and other) - its a great help to detect stinky SKIPIF and CLEAN
Gwynne Raskind [Thu, 2 Jul 2009 10:05:15 +0000 (10:05 +0000)]
call-time pass-by-reference is deprecated in 5.3
Gwynne Raskind [Thu, 2 Jul 2009 10:03:14 +0000 (10:03 +0000)]
Don't use short tags in tests
Gwynne Raskind [Thu, 2 Jul 2009 10:02:38 +0000 (10:02 +0000)]
Fixed a stray 'in the test
Ulf Wendel [Thu, 2 Jul 2009 07:42:48 +0000 (07:42 +0000)]
MFH - Test for bug #48754
Stanislav Malyshev [Thu, 2 Jul 2009 00:43:26 +0000 (00:43 +0000)]
cleanup Locale::lookup
Felipe Pena [Thu, 2 Jul 2009 00:04:52 +0000 (00:04 +0000)]
- MFH: New tests (NorwayUG testfest)
Stanislav Malyshev [Wed, 1 Jul 2009 20:31:26 +0000 (20:31 +0000)]
typo
Kalle Sommer Nielsen [Wed, 1 Jul 2009 20:27:11 +0000 (20:27 +0000)]
MFH: Fix test on Windows
Stanislav Malyshev [Wed, 1 Jul 2009 20:25:38 +0000 (20:25 +0000)]
update API files
Stanislav Malyshev [Wed, 1 Jul 2009 20:17:31 +0000 (20:17 +0000)]
fix proto
Kalle Sommer Nielsen [Wed, 1 Jul 2009 18:44:56 +0000 (18:44 +0000)]
MFH: Fixed #45280 (Reflection of instantiated COM classes causes PHP to crash) (Paul Richards, Kalle)
Kalle Sommer Nielsen [Wed, 1 Jul 2009 17:43:16 +0000 (17:43 +0000)]
MFH: Fixed memory leak if zero parameters are passed, Thanks Felipe
Kalle Sommer Nielsen [Wed, 1 Jul 2009 17:38:52 +0000 (17:38 +0000)]
BFN #48757
Kalle Sommer Nielsen [Wed, 1 Jul 2009 17:38:03 +0000 (17:38 +0000)]
MFH: Fixed bug #48757 (ReflectionFunction::invoke() parameter issues)
Ulf Wendel [Wed, 1 Jul 2009 15:33:31 +0000 (15:33 +0000)]
MFH - Changing tests to run with both PHP 6 and PHP 5.3 to make future MFH easier. Basically three changes over all files: a) s/unicode(/%unicode|string% b) s/[u/[%u|b% c) s/unicode.semantics/version_compare
Ulf Wendel [Wed, 1 Jul 2009 12:52:58 +0000 (12:52 +0000)]
MFH - Adding XFAIL for some tests which expect the zval cache of mysqlnd to be on. It has been disabled for the PHP 5.3.0 release. Adding INI sections to ensure that statistics are collected. Adding tests that check if statistics collection can be disabled
Felipe Pena [Wed, 1 Jul 2009 12:15:00 +0000 (12:15 +0000)]
- Fix test
Felipe Pena [Wed, 1 Jul 2009 02:32:55 +0000 (02:32 +0000)]
- Fixed tests
Felipe Pena [Wed, 1 Jul 2009 00:56:01 +0000 (00:56 +0000)]
- MFH: New tests (SaoPaulo UG testfest)
Stanislav Malyshev [Tue, 30 Jun 2009 17:52:21 +0000 (17:52 +0000)]
fix json shared build on Windows
Christian Seiler [Tue, 30 Jun 2009 17:14:37 +0000 (17:14 +0000)]
MFH: spl_autoload_unregister/spl_autoload_functions and closures
Derick Rethans [Tue, 30 Jun 2009 16:17:30 +0000 (16:17 +0000)]
- MFH: Fixed bug #47351 (Memory leak in DateTime).
Greg Beaver [Tue, 30 Jun 2009 14:49:12 +0000 (14:49 +0000)]
fixed bug #48681 (openssl signature verification for tar archives broken)
Lukas Smith [Tue, 30 Jun 2009 14:24:25 +0000 (14:24 +0000)]
MFH: expanded the section about how to create the changelog
Scott MacVicar [Tue, 30 Jun 2009 13:21:53 +0000 (13:21 +0000)]
MFH Fix bug #48284 - adler32 is in the wrong order. Changed to match what zlib produces.
Ilia Alshanetsky [Tue, 30 Jun 2009 12:20:35 +0000 (12:20 +0000)]
MFB: Fixed bug #48465 (sys_get_temp_dir() possibly inconsistent when using
TMPDIR).
Felipe Pena [Tue, 30 Jun 2009 11:46:20 +0000 (11:46 +0000)]
- MFH: Fixed bug #48709 (metaphone and 'wh')
Kalle Sommer Nielsen [Tue, 30 Jun 2009 11:39:15 +0000 (11:39 +0000)]
MFH: Fixed bug #38091 (Mail() does not use FQDN when sending SMTP helo)
# Note, this does not go in 5.2 because the inet ports for VC6 are not in that branch
Felipe Pena [Tue, 30 Jun 2009 11:37:42 +0000 (11:37 +0000)]
- New test
Lukas Smith [Tue, 30 Jun 2009 11:37:24 +0000 (11:37 +0000)]
MFH: formatting fix for the re-releasing section
Felipe Pena [Tue, 30 Jun 2009 11:34:31 +0000 (11:34 +0000)]
- MFH: Fixed bug #48709 (metaphone and 'wh')
Scott MacVicar [Tue, 30 Jun 2009 11:17:14 +0000 (11:17 +0000)]
MFH Upgrade libsqlite to 3.6.16, fixes a possible error with triggers
Johannes Schlüter [Mon, 29 Jun 2009 16:33:25 +0000 (16:33 +0000)]
Back to -dev
Johannes Schlüter [Mon, 29 Jun 2009 13:04:29 +0000 (13:04 +0000)]
Fix grammar (thanks Christian Hoffmann)
Johannes Schlüter [Mon, 29 Jun 2009 10:03:24 +0000 (10:03 +0000)]
The php.ini files we ship were renamed
Johannes Schlüter [Mon, 29 Jun 2009 09:37:06 +0000 (09:37 +0000)]
Improve wording and drop outdated link
Johannes Schlüter [Mon, 29 Jun 2009 09:36:03 +0000 (09:36 +0000)]
MFH: Fixed bug #48539 (pdo_dblib fails to connect, throws empty PDOException
"SQLSTATE[] (null)") (Felipe)
andy wharmby [Mon, 29 Jun 2009 07:52:23 +0000 (07:52 +0000)]
Basic test for max() on 64 bit platforms. Tested on Linux 64 bit
andy wharmby [Mon, 29 Jun 2009 07:45:11 +0000 (07:45 +0000)]
Fix tests
andy wharmby [Mon, 29 Jun 2009 07:31:10 +0000 (07:31 +0000)]
Basic tests for sleep() and usleep(). Tested on Windows, Linux and Linux 64 bit
Johannes Schlüter [Sun, 28 Jun 2009 21:52:51 +0000 (21:52 +0000)]
Fix path
Johannes Schlüter [Sun, 28 Jun 2009 17:56:18 +0000 (17:56 +0000)]
MFH Add missing ini entries (Mikko)
Johannes Schlüter [Sun, 28 Jun 2009 16:41:17 +0000 (16:41 +0000)]
MFH: Add ibase settings
Johannes Schlüter [Sun, 28 Jun 2009 16:14:30 +0000 (16:14 +0000)]
Drop debug switches from UPGRADING, they need --enable-debug and aren't ment for users
Johannes Schlüter [Sun, 28 Jun 2009 15:56:19 +0000 (15:56 +0000)]
MFH: Add two ini settings and remove ini setting which is commented out in code
Johannes Schlüter [Sun, 28 Jun 2009 15:29:24 +0000 (15:29 +0000)]
MFH: fix typo
Johannes Schlüter [Sun, 28 Jun 2009 15:21:19 +0000 (15:21 +0000)]
MFH: Add missing MySQL entries
Christopher Jones [Sun, 28 Jun 2009 14:31:12 +0000 (14:31 +0000)]
Record "new" ini param
Pierre Joye [Sun, 28 Jun 2009 12:04:44 +0000 (12:04 +0000)]
- fix build
Pierre Joye [Sun, 28 Jun 2009 09:50:14 +0000 (09:50 +0000)]
- MFH: fix regression introduced by the fix for #48518 (Ilia, Rasmus)
Pierre Joye [Sun, 28 Jun 2009 09:48:48 +0000 (09:48 +0000)]
- MF52: calloc must actually clear the requested size (Andrei)
Hannes Magnusson [Sat, 27 Jun 2009 13:33:20 +0000 (13:33 +0000)]
Group the open_basedir entries