]> granicus.if.org Git - php/log
php
17 years agofix tests
Antony Dovgal [Tue, 20 May 2008 14:54:06 +0000 (14:54 +0000)]
fix tests

17 years agoCoding style
David Soria Parra [Tue, 20 May 2008 13:28:31 +0000 (13:28 +0000)]
Coding style

17 years agoAllow non-long values for proxy_port, connection_timeout and convert them
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

17 years agofix function signature and silence compile warning
Antony Dovgal [Tue, 20 May 2008 12:07:13 +0000 (12:07 +0000)]
fix function signature and silence compile warning

17 years agonuke unused variables
Antony Dovgal [Tue, 20 May 2008 12:04:37 +0000 (12:04 +0000)]
nuke unused variables

17 years agofix invalid free in Unicode filter
Antony Dovgal [Tue, 20 May 2008 07:48:04 +0000 (07:48 +0000)]
fix invalid free in Unicode filter

17 years agoproper fix
Dmitry Stogov [Tue, 20 May 2008 07:41:48 +0000 (07:41 +0000)]
proper fix

17 years agos/zend_hash_exists/zend_hash_find/
Greg Beaver [Tue, 20 May 2008 05:01:08 +0000 (05:01 +0000)]
s/zend_hash_exists/zend_hash_find/

17 years agoMFB relax rename requirements
Greg Beaver [Tue, 20 May 2008 04:09:41 +0000 (04:09 +0000)]
MFB relax rename requirements

17 years agoChangeLog update
<changelog@php.net> [Tue, 20 May 2008 01:32:03 +0000 (01:32 +0000)]
ChangeLog update

17 years agoCrossing the Rubicon: remove the unicode.semantics switch and default
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.

17 years ago- unicodify expected output
Steph Fox [Mon, 19 May 2008 19:37:39 +0000 (19:37 +0000)]
- unicodify expected output

17 years ago- IS_UNICODE checks and conversions
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

17 years ago- Fixed wrong fix
Felipe Pena [Mon, 19 May 2008 16:21:30 +0000 (16:21 +0000)]
- Fixed wrong fix

17 years ago- Fixed test
Felipe Pena [Mon, 19 May 2008 16:19:33 +0000 (16:19 +0000)]
- Fixed test

17 years agoMFB: Fixed bug #45004 (pg_insert() does not accept 4 digit timezone format)
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)

17 years ago- Fixed test (duplicated UEXPECTF section)
Felipe Pena [Mon, 19 May 2008 15:17:08 +0000 (15:17 +0000)]
- Fixed test (duplicated UEXPECTF section)

17 years ago- Fixed tests
Felipe Pena [Mon, 19 May 2008 15:13:21 +0000 (15:13 +0000)]
- Fixed tests

17 years agoTests from PHP London TestFest 2008
Steve Seear [Mon, 19 May 2008 12:57:28 +0000 (12:57 +0000)]
Tests from PHP London TestFest 2008

17 years agoMoving DOM tests to correct folder.
Steve Seear [Mon, 19 May 2008 12:49:54 +0000 (12:49 +0000)]
Moving DOM tests to correct folder.

17 years agoTests from PHP London TestFest 2008
Steve Seear [Mon, 19 May 2008 12:22:23 +0000 (12:22 +0000)]
Tests from PHP London TestFest 2008

17 years agoFixed win32 related realpath cache bug
Dmitry Stogov [Mon, 19 May 2008 10:48:45 +0000 (10:48 +0000)]
Fixed win32 related realpath cache bug

17 years agoChangeLog update
<changelog@php.net> [Mon, 19 May 2008 01:32:29 +0000 (01:32 +0000)]
ChangeLog update

17 years agoMFH fix mem leak, add test for previous segfault fix
Greg Beaver [Sun, 18 May 2008 23:41:17 +0000 (23:41 +0000)]
MFH fix mem leak, add test for previous segfault fix

17 years agoMFB fix segfault
Greg Beaver [Sun, 18 May 2008 23:12:47 +0000 (23:12 +0000)]
MFB fix segfault

17 years agoRevert.
David Soria Parra [Sun, 18 May 2008 19:52:46 +0000 (19:52 +0000)]
Revert.

17 years agoMFB: Make mcrypt_enc_self_test() return value compatible with documentation and mcryp...
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()

17 years ago- MFB: Making compatible with 64bit platform
Felipe Pena [Sun, 18 May 2008 15:52:42 +0000 (15:52 +0000)]
- MFB: Making compatible with 64bit platform

17 years agoChangeLog update
<changelog@php.net> [Sun, 18 May 2008 01:31:49 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- Added UEXPECTF
Felipe Pena [Sun, 18 May 2008 00:47:22 +0000 (00:47 +0000)]
- Added UEXPECTF

17 years agoTests from Munich PHP Testfest 2008
David Soria Parra [Sat, 17 May 2008 23:27:42 +0000 (23:27 +0000)]
Tests from Munich PHP Testfest 2008

17 years agoenable by default statically instead of shared
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

17 years agoMFB fix test (again)
Greg Beaver [Sat, 17 May 2008 20:04:18 +0000 (20:04 +0000)]
MFB fix test (again)

17 years agoMFB fix test
Greg Beaver [Sat, 17 May 2008 20:03:07 +0000 (20:03 +0000)]
MFB fix test

17 years agoTests from London test fest 2008
Zoe Slattery [Sat, 17 May 2008 13:26:51 +0000 (13:26 +0000)]
Tests from London test fest 2008

17 years agoChangeLog update
<changelog@php.net> [Sat, 17 May 2008 01:31:44 +0000 (01:31 +0000)]
ChangeLog update

17 years agoTests from Testfest 2008
Zoe Slattery [Fri, 16 May 2008 17:14:57 +0000 (17:14 +0000)]
Tests from Testfest 2008

17 years agoFix FilesystemIterator with ./..
Etienne Kneuss [Fri, 16 May 2008 13:22:02 +0000 (13:22 +0000)]
Fix FilesystemIterator with ./..

17 years ago- Improved fix (used 's' in parameter parsing)
Felipe Pena [Fri, 16 May 2008 12:11:15 +0000 (12:11 +0000)]
- Improved fix (used 's' in parameter parsing)

17 years ago- MFB: Added conversion to string.
Felipe Pena [Fri, 16 May 2008 03:11:56 +0000 (03:11 +0000)]
- MFB: Added conversion to string.

17 years agoChangeLog update
<changelog@php.net> [Fri, 16 May 2008 01:31:52 +0000 (01:31 +0000)]
ChangeLog update

17 years agoMFB: add full metadata support for tar-based archives and test
Greg Beaver [Thu, 15 May 2008 23:46:54 +0000 (23:46 +0000)]
MFB: add full metadata support for tar-based archives and test

17 years agoReplace the iterator correctly after being cloned (related to #44964)
Etienne Kneuss [Thu, 15 May 2008 17:22:03 +0000 (17:22 +0000)]
Replace the iterator correctly after being cloned (related to #44964)

17 years agoImplement SplPriorityQueue::getExtractFlags()
Etienne Kneuss [Thu, 15 May 2008 17:05:20 +0000 (17:05 +0000)]
Implement SplPriorityQueue::getExtractFlags()

17 years agoMFB: plug security hole of unfettered creation access to .phar magic directory
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

17 years agoTests from Testfest 2008
Zoe Slattery [Thu, 15 May 2008 12:50:28 +0000 (12:50 +0000)]
Tests from Testfest 2008

17 years agoChangeLog update
<changelog@php.net> [Thu, 15 May 2008 01:31:51 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- Make internal code back-compatible. This included a binary cast in the default...
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.

17 years agoand the last one..
Antony Dovgal [Wed, 14 May 2008 13:13:02 +0000 (13:13 +0000)]
and the last one..

17 years agofix test names
Antony Dovgal [Wed, 14 May 2008 13:05:55 +0000 (13:05 +0000)]
fix test names

17 years ago- Add check for avoid segfault when trying instantiate PDORow manually
Felipe Pena [Wed, 14 May 2008 12:28:28 +0000 (12:28 +0000)]
- Add check for avoid segfault when trying instantiate PDORow manually

17 years agoMFB: The "Steph special" :-) to allow plain 'configure' to be used
Matt Wilmas [Wed, 14 May 2008 11:32:28 +0000 (11:32 +0000)]
MFB: The "Steph special" :-) to allow plain 'configure' to be used

17 years agoMFB: Steph's changes; to fix build failure after confutils.js changes (PRODUCT_NAME...
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)

17 years agoMFB and steph's pecl fixes into confutils
Elizabeth Marie Smith [Wed, 14 May 2008 03:32:27 +0000 (03:32 +0000)]
MFB and steph's pecl fixes into confutils

17 years agoChangeLog update
<changelog@php.net> [Wed, 14 May 2008 01:31:59 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- Fixed tests (added default_charset=)
Felipe Pena [Tue, 13 May 2008 19:18:11 +0000 (19:18 +0000)]
- Fixed tests (added default_charset=)

17 years ago- MF53 dotted.path support
Steph Fox [Tue, 13 May 2008 18:43:18 +0000 (18:43 +0000)]
- MF53 dotted.path support

17 years agoMFB fix tests
Greg Beaver [Tue, 13 May 2008 18:38:35 +0000 (18:38 +0000)]
MFB fix tests

17 years ago- 'It builds on my box'.
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.

17 years ago- Added SKIPIF
Felipe Pena [Tue, 13 May 2008 14:49:36 +0000 (14:49 +0000)]
- Added SKIPIF

17 years agoChangeLog update
<changelog@php.net> [Tue, 13 May 2008 01:31:53 +0000 (01:31 +0000)]
ChangeLog update

17 years agoNew/updated tests
Christopher Jones [Tue, 13 May 2008 00:04:52 +0000 (00:04 +0000)]
New/updated tests

17 years agoback to dev
Greg Beaver [Mon, 12 May 2008 21:03:48 +0000 (21:03 +0000)]
back to dev

17 years agoprepare for release
Greg Beaver [Mon, 12 May 2008 20:43:04 +0000 (20:43 +0000)]
prepare for release

17 years agofix weird alias issues, add tests to check for new-found problems
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

17 years ago- Update package/TODO as best memory allows
Steph Fox [Mon, 12 May 2008 19:11:24 +0000 (19:11 +0000)]
- Update package/TODO as best memory allows

17 years ago- New tests
Felipe Pena [Mon, 12 May 2008 17:55:21 +0000 (17:55 +0000)]
- New tests

17 years agofix minor memleak
Greg Beaver [Mon, 12 May 2008 17:40:14 +0000 (17:40 +0000)]
fix minor memleak

17 years ago- Make sure default alias is set in phar.zip
Steph Fox [Mon, 12 May 2008 17:12:56 +0000 (17:12 +0000)]
- Make sure default alias is set in phar.zip
- Add test

17 years agoadd missing .cvsignore
Antony Dovgal [Mon, 12 May 2008 15:30:53 +0000 (15:30 +0000)]
add missing .cvsignore

17 years ago- New tests
Felipe Pena [Mon, 12 May 2008 14:58:41 +0000 (14:58 +0000)]
- New tests

17 years ago- New tests
Felipe Pena [Mon, 12 May 2008 13:30:50 +0000 (13:30 +0000)]
- New tests

17 years ago- Fix tests
Steph Fox [Mon, 12 May 2008 12:46:41 +0000 (12:46 +0000)]
- Fix tests

17 years ago- Fixed test
Felipe Pena [Mon, 12 May 2008 11:16:32 +0000 (11:16 +0000)]
- Fixed test

17 years agoFixed bug #44952 (isset() does not checks correctly variable variable)
Dmitry Stogov [Mon, 12 May 2008 09:09:28 +0000 (09:09 +0000)]
Fixed bug #44952 (isset() does not checks correctly variable variable)

17 years agorevert patch that causes invalid reads/crashes on Linux
Antony Dovgal [Mon, 12 May 2008 08:46:49 +0000 (08:46 +0000)]
revert patch that causes invalid reads/crashes on Linux

17 years agoAdded a script that generates phpt test coverage information for functions and methods.
Steve Seear [Mon, 12 May 2008 08:27:50 +0000 (08:27 +0000)]
Added a script that generates phpt test coverage information for functions and methods.

17 years agoAdded API to use namesapces in internal extensions
Dmitry Stogov [Mon, 12 May 2008 07:13:47 +0000 (07:13 +0000)]
Added API to use namesapces in internal extensions

17 years agoFixed test after fixing bug #44830
Matt Wilmas [Mon, 12 May 2008 05:06:53 +0000 (05:06 +0000)]
Fixed test after fixing bug #44830

17 years agoChangeLog update
<changelog@php.net> [Mon, 12 May 2008 01:31:47 +0000 (01:31 +0000)]
ChangeLog update

17 years agoincrease code coverage
Greg Beaver [Mon, 12 May 2008 00:45:05 +0000 (00:45 +0000)]
increase code coverage

17 years agoincrease code coverage in util.c
Greg Beaver [Mon, 12 May 2008 00:43:11 +0000 (00:43 +0000)]
increase code coverage in util.c

17 years agoincrease code coverage to test mounting of phar URLs to internal file, and fix odd...
Greg Beaver [Mon, 12 May 2008 00:16:59 +0000 (00:16 +0000)]
increase code coverage to test mounting of phar URLs to internal file, and fix odd semi-race condition
where stream resources were not properly freed at script end

17 years agoincrease code coverage
Greg Beaver [Sun, 11 May 2008 23:07:12 +0000 (23:07 +0000)]
increase code coverage

17 years agosimplify phar_get_link_location and increase its coverage to 100%
Greg Beaver [Sun, 11 May 2008 23:03:56 +0000 (23:03 +0000)]
simplify phar_get_link_location and increase its coverage to 100%

17 years agoincrease code coverage and fix tiny bug in handling of absolute links
Greg Beaver [Sun, 11 May 2008 22:59:16 +0000 (22:59 +0000)]
increase code coverage and fix tiny bug in handling of absolute links

17 years agodon't copy contents of linked/mounted files when converting an archive, and be sure...
Greg Beaver [Sun, 11 May 2008 22:45:03 +0000 (22:45 +0000)]
don't copy contents of linked/mounted files when converting an archive, and be sure to dupe mounted value

17 years agofix test
Greg Beaver [Sun, 11 May 2008 22:44:33 +0000 (22:44 +0000)]
fix test

17 years ago- New tests
Felipe Pena [Sun, 11 May 2008 22:44:10 +0000 (22:44 +0000)]
- New tests

17 years agoslightly increase efficiency of function interception, and ensure that nothing fails...
Greg Beaver [Sun, 11 May 2008 21:30:05 +0000 (21:30 +0000)]
slightly increase efficiency of function interception, and ensure that nothing fails even if the archive is unlinked mid-process

17 years agoadd safety check to prevent unlinkArchive() from being called by a file within the...
Greg Beaver [Sun, 11 May 2008 21:15:47 +0000 (21:15 +0000)]
add safety check to prevent unlinkArchive() from being called by a file within the archive

17 years agofix memleak
Greg Beaver [Sun, 11 May 2008 20:53:38 +0000 (20:53 +0000)]
fix memleak

17 years agosplit test into two versions for differences in parameter parsing in PHP 5.3+
Greg Beaver [Sun, 11 May 2008 19:41:45 +0000 (19:41 +0000)]
split test into two versions for differences in parameter parsing in PHP 5.3+

17 years agomake test version-agnostic
Greg Beaver [Sun, 11 May 2008 19:37:43 +0000 (19:37 +0000)]
make test version-agnostic

17 years agoincrease code coverage of funcinterceptors to 90%+, fix many bugs, fix errant wrong...
Greg Beaver [Sun, 11 May 2008 19:17:51 +0000 (19:17 +0000)]
increase code coverage of funcinterceptors to 90%+, fix many bugs, fix errant wrong test condition in fgc_edgecases

17 years agoFixed error message typo; also removed end . to be consistent with the others
Matt Wilmas [Sun, 11 May 2008 11:45:31 +0000 (11:45 +0000)]
Fixed error message typo; also removed end . to be consistent with the others

17 years agoAdd tests for ReflectionFunction::getExtension*().
Sebastian Bergmann [Sun, 11 May 2008 04:56:12 +0000 (04:56 +0000)]
Add tests for ReflectionFunction::getExtension*().

17 years agodos2unix *.phpt
Sebastian Bergmann [Sun, 11 May 2008 04:52:42 +0000 (04:52 +0000)]
dos2unix *.phpt

17 years ago- New tests
Felipe Pena [Sun, 11 May 2008 03:15:13 +0000 (03:15 +0000)]
- New tests

17 years agoChangeLog update
<changelog@php.net> [Sun, 11 May 2008 01:31:50 +0000 (01:31 +0000)]
ChangeLog update