]>
granicus.if.org Git - php/log
Sebastian Bergmann [Sat, 24 May 2008 14:12:00 +0000 (14:12 +0000)]
MFB: Drop SKIPIF check for ext/spl.
Steph Fox [Sat, 24 May 2008 13:59:56 +0000 (13:59 +0000)]
- MFB fix offset detection in tar files
Etienne Kneuss [Sat, 24 May 2008 13:40:33 +0000 (13:40 +0000)]
Add tests from testfest
Sebastian Bergmann [Sat, 24 May 2008 13:35:03 +0000 (13:35 +0000)]
MFB: Drop SKIPIF check for ext/reflection.
Marcus Boerger [Sat, 24 May 2008 11:53:35 +0000 (11:53 +0000)]
- Add constants and new test (test from testfest.php.net)
<changelog@php.net> [Sat, 24 May 2008 01:31:49 +0000 (01:31 +0000)]
ChangeLog update
Robin Fernandes [Fri, 23 May 2008 21:14:05 +0000 (21:14 +0000)]
More basic ReflectionClass tests from Dutch TestFest.
Antony Dovgal [Fri, 23 May 2008 19:10:01 +0000 (19:10 +0000)]
improve regexp to support b0rked SED versions (i.e. Solaris)
Antony Dovgal [Fri, 23 May 2008 19:06:36 +0000 (19:06 +0000)]
use bundled PCRE library when both yes & no passed as argument,
look for headers and the lib otherwise
Ilia Alshanetsky [Fri, 23 May 2008 15:46:24 +0000 (15:46 +0000)]
MFB:When dumping entire document to file via asXml() don't lose the encoding
Matt Wilmas [Fri, 23 May 2008 09:40:19 +0000 (09:40 +0000)]
Fixed Windows build now that HAVE_INET_PTON is defined
<changelog@php.net> [Fri, 23 May 2008 01:31:46 +0000 (01:31 +0000)]
ChangeLog update
Kalle Sommer Nielsen [Thu, 22 May 2008 22:07:21 +0000 (22:07 +0000)]
Enable inet_pton() and inet_ntop() on Windows in HEAD
Robin Fernandes [Thu, 22 May 2008 21:54:01 +0000 (21:54 +0000)]
Basic ReflectionClass tests (from Dutch TestFest)
<changelog@php.net> [Thu, 22 May 2008 01:31:44 +0000 (01:31 +0000)]
ChangeLog update
Greg Beaver [Wed, 21 May 2008 20:39:33 +0000 (20:39 +0000)]
MFB fix convertTo\*() for same-named archives with no files
Josie Messa [Wed, 21 May 2008 15:04:13 +0000 (15:04 +0000)]
- Committing tests reviewed after London TestFest 08
- Credits to: Mike Sullivan and James Lewis
Antony Dovgal [Wed, 21 May 2008 15:03:11 +0000 (15:03 +0000)]
use macros instead of hardcoded encoding names
(%$#@# AIX is totally broken..)
Felipe Pena [Wed, 21 May 2008 14:01:31 +0000 (14:01 +0000)]
- Remove check for unicode.semantics
Antony Dovgal [Wed, 21 May 2008 13:02:35 +0000 (13:02 +0000)]
fix run-tests.php (Felipe)
Antony Dovgal [Wed, 21 May 2008 12:29:27 +0000 (12:29 +0000)]
add missing .cvsignore
Antony Dovgal [Wed, 21 May 2008 12:01:55 +0000 (12:01 +0000)]
use ZEND_U_CONVERTER() macro to prevent segfaults when the converter is not set (i.e. NULL)
Antony Dovgal [Wed, 21 May 2008 10:41:08 +0000 (10:41 +0000)]
looks for Unicode constants in Unicode mode
<changelog@php.net> [Wed, 21 May 2008 01:31:49 +0000 (01:31 +0000)]
ChangeLog update
Etienne Kneuss [Tue, 20 May 2008 21:46:13 +0000 (21:46 +0000)]
Fix path lookup when include_path is used
Antony Dovgal [Tue, 20 May 2008 15:29:01 +0000 (15:29 +0000)]
use correct check for unicode
strings may be still strings, even in Unicode mode
Antony Dovgal [Tue, 20 May 2008 15:03:13 +0000 (15:03 +0000)]
make sure that converters are not equal to utf8 & ascii before destroying them, or we may end up with double free
Antony Dovgal [Tue, 20 May 2008 14:54:06 +0000 (14:54 +0000)]
fix tests
David Soria Parra [Tue, 20 May 2008 13:28:31 +0000 (13:28 +0000)]
Coding style
David Soria Parra [Tue, 20 May 2008 13:15:01 +0000 (13:15 +0000)]
Allow non-long values for proxy_port, connection_timeout and convert them
Antony Dovgal [Tue, 20 May 2008 12:07:13 +0000 (12:07 +0000)]
fix function signature and silence compile warning
Antony Dovgal [Tue, 20 May 2008 12:04:37 +0000 (12:04 +0000)]
nuke unused variables
Antony Dovgal [Tue, 20 May 2008 07:48:04 +0000 (07:48 +0000)]
fix invalid free in Unicode filter
Dmitry Stogov [Tue, 20 May 2008 07:41:48 +0000 (07:41 +0000)]
proper fix
Greg Beaver [Tue, 20 May 2008 05:01:08 +0000 (05:01 +0000)]
s/zend_hash_exists/zend_hash_find/
Greg Beaver [Tue, 20 May 2008 04:09:41 +0000 (04:09 +0000)]
MFB relax rename requirements
<changelog@php.net> [Tue, 20 May 2008 01:32:03 +0000 (01:32 +0000)]
ChangeLog update
Andrei Zmievski [Mon, 19 May 2008 19:39:25 +0000 (19:39 +0000)]
Crossing the Rubicon: remove the unicode.semantics switch and default
unicode mode to On.
Steph Fox [Mon, 19 May 2008 19:37:39 +0000 (19:37 +0000)]
- unicodify expected output
Steph Fox [Mon, 19 May 2008 19:05:42 +0000 (19:05 +0000)]
- IS_UNICODE checks and conversions
- stub and creation file updates
- far too many test updates to think about
Felipe Pena [Mon, 19 May 2008 16:21:30 +0000 (16:21 +0000)]
- Fixed wrong fix
Felipe Pena [Mon, 19 May 2008 16:19:33 +0000 (16:19 +0000)]
- Fixed test
Ilia Alshanetsky [Mon, 19 May 2008 15:18:49 +0000 (15:18 +0000)]
MFB: Fixed bug #45004 (pg_insert() does not accept 4 digit timezone format)
Felipe Pena [Mon, 19 May 2008 15:17:08 +0000 (15:17 +0000)]
- Fixed test (duplicated UEXPECTF section)
Felipe Pena [Mon, 19 May 2008 15:13:21 +0000 (15:13 +0000)]
- Fixed tests
Steve Seear [Mon, 19 May 2008 12:57:28 +0000 (12:57 +0000)]
Tests from PHP London TestFest 2008
Steve Seear [Mon, 19 May 2008 12:49:54 +0000 (12:49 +0000)]
Moving DOM tests to correct folder.
Steve Seear [Mon, 19 May 2008 12:22:23 +0000 (12:22 +0000)]
Tests from PHP London TestFest 2008
Dmitry Stogov [Mon, 19 May 2008 10:48:45 +0000 (10:48 +0000)]
Fixed win32 related realpath cache bug
<changelog@php.net> [Mon, 19 May 2008 01:32:29 +0000 (01:32 +0000)]
ChangeLog update
Greg Beaver [Sun, 18 May 2008 23:41:17 +0000 (23:41 +0000)]
MFH fix mem leak, add test for previous segfault fix
Greg Beaver [Sun, 18 May 2008 23:12:47 +0000 (23:12 +0000)]
MFB fix segfault
David Soria Parra [Sun, 18 May 2008 19:52:46 +0000 (19:52 +0000)]
Revert.
David Soria Parra [Sun, 18 May 2008 17:15:08 +0000 (17:15 +0000)]
MFB: Make mcrypt_enc_self_test() return value compatible with documentation and mcrypt_module_self_test()
Felipe Pena [Sun, 18 May 2008 15:52:42 +0000 (15:52 +0000)]
- MFB: Making compatible with 64bit platform
<changelog@php.net> [Sun, 18 May 2008 01:31:49 +0000 (01:31 +0000)]
ChangeLog update
Felipe Pena [Sun, 18 May 2008 00:47:22 +0000 (00:47 +0000)]
- Added UEXPECTF
David Soria Parra [Sat, 17 May 2008 23:27:42 +0000 (23:27 +0000)]
Tests from Munich PHP Testfest 2008
Greg Beaver [Sat, 17 May 2008 20:07:38 +0000 (20:07 +0000)]
enable by default statically instead of shared
this is done by removing zlib/bz2 explicit dependencies because they are unnecessary
we only ever use the stream filter, and the check for existence has
been moved to runtime where it is after startup
Greg Beaver [Sat, 17 May 2008 20:04:18 +0000 (20:04 +0000)]
MFB fix test (again)
Greg Beaver [Sat, 17 May 2008 20:03:07 +0000 (20:03 +0000)]
MFB fix test
Zoe Slattery [Sat, 17 May 2008 13:26:51 +0000 (13:26 +0000)]
Tests from London test fest 2008
<changelog@php.net> [Sat, 17 May 2008 01:31:44 +0000 (01:31 +0000)]
ChangeLog update
Zoe Slattery [Fri, 16 May 2008 17:14:57 +0000 (17:14 +0000)]
Tests from Testfest 2008
Etienne Kneuss [Fri, 16 May 2008 13:22:02 +0000 (13:22 +0000)]
Fix FilesystemIterator with ./..
Felipe Pena [Fri, 16 May 2008 12:11:15 +0000 (12:11 +0000)]
- Improved fix (used 's' in parameter parsing)
Felipe Pena [Fri, 16 May 2008 03:11:56 +0000 (03:11 +0000)]
- MFB: Added conversion to string.
<changelog@php.net> [Fri, 16 May 2008 01:31:52 +0000 (01:31 +0000)]
ChangeLog update
Greg Beaver [Thu, 15 May 2008 23:46:54 +0000 (23:46 +0000)]
MFB: add full metadata support for tar-based archives and test
Etienne Kneuss [Thu, 15 May 2008 17:22:03 +0000 (17:22 +0000)]
Replace the iterator correctly after being cloned (related to #44964)
Etienne Kneuss [Thu, 15 May 2008 17:05:20 +0000 (17:05 +0000)]
Implement SplPriorityQueue::getExtractFlags()
Greg Beaver [Thu, 15 May 2008 16:09:21 +0000 (16:09 +0000)]
MFB: plug security hole of unfettered creation access to .phar magic directory
Zoe Slattery [Thu, 15 May 2008 12:50:28 +0000 (12:50 +0000)]
Tests from Testfest 2008
<changelog@php.net> [Thu, 15 May 2008 01:31:51 +0000 (01:31 +0000)]
ChangeLog update
Steph Fox [Wed, 14 May 2008 21:27:31 +0000 (21:27 +0000)]
- Make internal code back-compatible. This included a binary cast in the default stub, hence many test updates.
- Just over a third of tests pass. Test manifests are broken currently.
Antony Dovgal [Wed, 14 May 2008 13:13:02 +0000 (13:13 +0000)]
and the last one..
Antony Dovgal [Wed, 14 May 2008 13:05:55 +0000 (13:05 +0000)]
fix test names
Felipe Pena [Wed, 14 May 2008 12:28:28 +0000 (12:28 +0000)]
- Add check for avoid segfault when trying instantiate PDORow manually
Matt Wilmas [Wed, 14 May 2008 11:32:28 +0000 (11:32 +0000)]
MFB: The "Steph special" :-) to allow plain 'configure' to be used
Matt Wilmas [Wed, 14 May 2008 11:18:08 +0000 (11:18 +0000)]
MFB: Steph's changes; to fix build failure after confutils.js changes (PRODUCT_NAME being undefined)
Elizabeth Marie Smith [Wed, 14 May 2008 03:32:27 +0000 (03:32 +0000)]
MFB and steph's pecl fixes into confutils
<changelog@php.net> [Wed, 14 May 2008 01:31:59 +0000 (01:31 +0000)]
ChangeLog update
Felipe Pena [Tue, 13 May 2008 19:18:11 +0000 (19:18 +0000)]
- Fixed tests (added default_charset=)
Steph Fox [Tue, 13 May 2008 18:43:18 +0000 (18:43 +0000)]
- MF53 dotted.path support
Greg Beaver [Tue, 13 May 2008 18:38:35 +0000 (18:38 +0000)]
MFB fix tests
Steph Fox [Tue, 13 May 2008 18:35:25 +0000 (18:35 +0000)]
- 'It builds on my box'.
- Don't expect any tests to pass.
Felipe Pena [Tue, 13 May 2008 14:49:36 +0000 (14:49 +0000)]
- Added SKIPIF
<changelog@php.net> [Tue, 13 May 2008 01:31:53 +0000 (01:31 +0000)]
ChangeLog update
Christopher Jones [Tue, 13 May 2008 00:04:52 +0000 (00:04 +0000)]
New/updated tests
Greg Beaver [Mon, 12 May 2008 21:03:48 +0000 (21:03 +0000)]
back to dev
Greg Beaver [Mon, 12 May 2008 20:43:04 +0000 (20:43 +0000)]
prepare for release
Greg Beaver [Mon, 12 May 2008 20:42:07 +0000 (20:42 +0000)]
fix weird alias issues, add tests to check for new-found problems
Steph Fox [Mon, 12 May 2008 19:11:24 +0000 (19:11 +0000)]
- Update package/TODO as best memory allows
Felipe Pena [Mon, 12 May 2008 17:55:21 +0000 (17:55 +0000)]
- New tests
Greg Beaver [Mon, 12 May 2008 17:40:14 +0000 (17:40 +0000)]
fix minor memleak
Steph Fox [Mon, 12 May 2008 17:12:56 +0000 (17:12 +0000)]
- Make sure default alias is set in phar.zip
- Add test
Antony Dovgal [Mon, 12 May 2008 15:30:53 +0000 (15:30 +0000)]
add missing .cvsignore
Felipe Pena [Mon, 12 May 2008 14:58:41 +0000 (14:58 +0000)]
- New tests
Felipe Pena [Mon, 12 May 2008 13:30:50 +0000 (13:30 +0000)]
- New tests
Steph Fox [Mon, 12 May 2008 12:46:41 +0000 (12:46 +0000)]
- Fix tests