]>
granicus.if.org Git - php/log
SVN Migration [Mon, 12 May 2008 20:43:05 +0000 (20:43 +0000)]
This commit was manufactured by cvs2svn to create tag 'RELEASE_2_0_0b1'.
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
Felipe Pena [Mon, 12 May 2008 11:16:32 +0000 (11:16 +0000)]
- Fixed test
Dmitry Stogov [Mon, 12 May 2008 09:09:28 +0000 (09:09 +0000)]
Fixed bug #44952 (isset() does not checks correctly variable variable)
Antony Dovgal [Mon, 12 May 2008 08:46:49 +0000 (08:46 +0000)]
revert patch that causes invalid reads/crashes on Linux
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.
Dmitry Stogov [Mon, 12 May 2008 07:13:47 +0000 (07:13 +0000)]
Added API to use namesapces in internal extensions
Matt Wilmas [Mon, 12 May 2008 05:06:53 +0000 (05:06 +0000)]
Fixed test after fixing bug #44830
<changelog@php.net> [Mon, 12 May 2008 01:31:47 +0000 (01:31 +0000)]
ChangeLog update
Greg Beaver [Mon, 12 May 2008 00:45:05 +0000 (00:45 +0000)]
increase code coverage
Greg Beaver [Mon, 12 May 2008 00:43:11 +0000 (00:43 +0000)]
increase code coverage in util.c
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
Greg Beaver [Sun, 11 May 2008 23:07:12 +0000 (23:07 +0000)]
increase code coverage
Greg Beaver [Sun, 11 May 2008 23:03:56 +0000 (23:03 +0000)]
simplify phar_get_link_location and increase its coverage to 100%
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
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
Greg Beaver [Sun, 11 May 2008 22:44:33 +0000 (22:44 +0000)]
fix test
Felipe Pena [Sun, 11 May 2008 22:44:10 +0000 (22:44 +0000)]
- New tests
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
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
Greg Beaver [Sun, 11 May 2008 20:53:38 +0000 (20:53 +0000)]
fix memleak
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+
Greg Beaver [Sun, 11 May 2008 19:37:43 +0000 (19:37 +0000)]
make test version-agnostic
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
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
Sebastian Bergmann [Sun, 11 May 2008 04:56:12 +0000 (04:56 +0000)]
Add tests for ReflectionFunction::getExtension*().
Sebastian Bergmann [Sun, 11 May 2008 04:52:42 +0000 (04:52 +0000)]
dos2unix *.phpt
Felipe Pena [Sun, 11 May 2008 03:15:13 +0000 (03:15 +0000)]
- New tests
<changelog@php.net> [Sun, 11 May 2008 01:31:50 +0000 (01:31 +0000)]
ChangeLog update
Matt Wilmas [Sat, 10 May 2008 09:15:17 +0000 (09:15 +0000)]
Restore end check for "escape" strings (not needed for single-quoted strings as they can't have an unescaped backslash at the end)
<changelog@php.net> [Sat, 10 May 2008 01:31:58 +0000 (01:31 +0000)]
ChangeLog update
Matt Wilmas [Fri, 9 May 2008 14:40:31 +0000 (14:40 +0000)]
Fix Windows newlines (missed that detail when adding :-/)
Felipe Pena [Fri, 9 May 2008 14:11:51 +0000 (14:11 +0000)]
- New tests
Scott MacVicar [Fri, 9 May 2008 12:58:50 +0000 (12:58 +0000)]
Fix compile error if _GNU_SOURCE is defined
Matt Wilmas [Fri, 9 May 2008 11:05:34 +0000 (11:05 +0000)]
Test for loss of backslash at end of heredoc; For bug #44830 (Very minor issue with backslash in heredoc)
Matt Wilmas [Fri, 9 May 2008 10:25:42 +0000 (10:25 +0000)]
Fix loss of backslash at end of heredoc; For bug #44830 (Very minor issue with backslash in heredoc)
Matt Wilmas [Fri, 9 May 2008 09:22:21 +0000 (09:22 +0000)]
Fixed bug #44681 (Resources used as array keys get converted to 0)
Ant Phillips [Fri, 9 May 2008 08:44:44 +0000 (08:44 +0000)]
Collect all the open_basedir security tests into one place
<changelog@php.net> [Fri, 9 May 2008 01:31:51 +0000 (01:31 +0000)]
ChangeLog update
Felipe Pena [Thu, 8 May 2008 17:22:07 +0000 (17:22 +0000)]
- Fix data size
Felipe Pena [Thu, 8 May 2008 16:58:43 +0000 (16:58 +0000)]
- Fixed detection of invalid class name
Felipe Pena [Thu, 8 May 2008 15:39:35 +0000 (15:39 +0000)]
- Fix valgrind report (Conditional jump or move depends on uninitialised value)
Etienne Kneuss [Thu, 8 May 2008 12:03:18 +0000 (12:03 +0000)]
Sync spl tests with 5.3
Felipe Pena [Thu, 8 May 2008 12:00:36 +0000 (12:00 +0000)]
- Fixed double free
Dmitry Stogov [Thu, 8 May 2008 09:15:20 +0000 (09:15 +0000)]
Fixed test
Antony Dovgal [Thu, 8 May 2008 07:09:03 +0000 (07:09 +0000)]
fix test
Matt Wilmas [Thu, 8 May 2008 04:52:30 +0000 (04:52 +0000)]
Remove old references to flex.skl
Greg Beaver [Thu, 8 May 2008 03:10:18 +0000 (03:10 +0000)]
fix windows build
Greg Beaver [Thu, 8 May 2008 02:58:45 +0000 (02:58 +0000)]
fix handling of mounted entries when flushing in all phars, and of deleted entries with open references in tar-based phars, do not extract mounted entries, add to test
<changelog@php.net> [Thu, 8 May 2008 01:31:44 +0000 (01:31 +0000)]
ChangeLog update
Greg Beaver [Thu, 8 May 2008 00:49:37 +0000 (00:49 +0000)]
fix serious logic error and potential security issue with phar_compiled_file and
phar_find_in_include_path. We were allowing data-based phars to be executed, and actually marking phar-based phar archives
without '.phar' in the name as data-based phars, which would allow modifying them even if phar.readonly=0. Add test for this sinister case
Ilia Alshanetsky [Wed, 7 May 2008 23:46:11 +0000 (23:46 +0000)]
MFB: kill unused vars
Greg Beaver [Wed, 7 May 2008 17:35:20 +0000 (17:35 +0000)]
fix tar extension detection in open code
Greg Beaver [Wed, 7 May 2008 17:24:22 +0000 (17:24 +0000)]
optimize phar filename extension detection to first search through known phars. This eliminates several stat/realpath calls for archives with lots of files
Antony Dovgal [Wed, 7 May 2008 15:51:34 +0000 (15:51 +0000)]
no need to add this entry - it's in 5_2 already
David Coallier [Wed, 7 May 2008 15:47:04 +0000 (15:47 +0000)]
- Added news item to the NEWS (Fixed bug 44811)
David Coallier [Wed, 7 May 2008 15:45:56 +0000 (15:45 +0000)]
- Test for bug #44811
David Coallier [Wed, 7 May 2008 15:45:02 +0000 (15:45 +0000)]
- Fixed bug #44811 (Improve error message when creating new SoapClient
that contains invalid data)
Andrey Hristov [Wed, 7 May 2008 15:16:27 +0000 (15:16 +0000)]
Update mysqlnd - new ini variable
Felipe Pena [Wed, 7 May 2008 14:08:41 +0000 (14:08 +0000)]
- New tests
Dmitry Stogov [Wed, 7 May 2008 12:04:58 +0000 (12:04 +0000)]
Use IS_CV for dirrent access to $this variable
Greg Beaver [Wed, 7 May 2008 06:43:07 +0000 (06:43 +0000)]
prepare for 2.0.0b1 release, pending review (finally)
Greg Beaver [Wed, 7 May 2008 06:39:05 +0000 (06:39 +0000)]
remove files created
Greg Beaver [Wed, 7 May 2008 06:36:24 +0000 (06:36 +0000)]
validate user-supplied aliases when converting archives to other formats
Greg Beaver [Wed, 7 May 2008 05:38:31 +0000 (05:38 +0000)]
[DOC]
remove phar.extract_list
remove Phar::getExtractList()
Greg Beaver [Wed, 7 May 2008 05:13:41 +0000 (05:13 +0000)]
remove APC fanciness - this was causing non-caching of some files include()d inside a phar archive
<changelog@php.net> [Wed, 7 May 2008 01:31:43 +0000 (01:31 +0000)]
ChangeLog update
Etienne Kneuss [Tue, 6 May 2008 22:59:59 +0000 (22:59 +0000)]
Add a flag that defines whether the objects should get iterated through or not
Greg Beaver [Tue, 6 May 2008 21:46:26 +0000 (21:46 +0000)]
fix zip metadata for archive/fix perms for file in zip/all.phpt test
Greg Beaver [Tue, 6 May 2008 21:34:19 +0000 (21:34 +0000)]
new failing test for testing all zip creation facets
Greg Beaver [Tue, 6 May 2008 21:23:48 +0000 (21:23 +0000)]
fix segfault in buildfromdirectory2 test and potential segfault
Greg Beaver [Tue, 6 May 2008 21:14:53 +0000 (21:14 +0000)]
fix alias overloading handling for archives that are not in use
Greg Beaver [Tue, 6 May 2008 18:25:33 +0000 (18:25 +0000)]
new test for unset behavior
Ilia Alshanetsky [Tue, 6 May 2008 18:04:25 +0000 (18:04 +0000)]
MFB: Fixed bug #44836 (putenv() crashes, avoid direct reference of environ
in POSIX systems).
Dmitry Stogov [Tue, 6 May 2008 17:01:07 +0000 (17:01 +0000)]
Use lazy symbol table initialization for op_arrays called from internal php functions
Dmitry Stogov [Tue, 6 May 2008 16:59:24 +0000 (16:59 +0000)]
Fixed possible memory leak
Dmitry Stogov [Tue, 6 May 2008 16:02:50 +0000 (16:02 +0000)]
GC fix
Kalle Sommer Nielsen [Tue, 6 May 2008 10:57:54 +0000 (10:57 +0000)]
Changed php_*h() + php_log1p() + php_expm1() to be static
<changelog@php.net> [Tue, 6 May 2008 01:31:45 +0000 (01:31 +0000)]
ChangeLog update
Rasmus Lerdorf [Mon, 5 May 2008 21:28:47 +0000 (21:28 +0000)]
No domainname element in utsname on OSX
Dmitry Stogov [Mon, 5 May 2008 11:02:46 +0000 (11:02 +0000)]
- Use ZEND_FREE() opcode instead of ZEND_SWITCH_FREE(IS_TMP_VAR)
- Fixed bug #44913 (Segfault when using return in combination with nested loops and continue 2)
Dmitry Stogov [Mon, 5 May 2008 09:44:07 +0000 (09:44 +0000)]
Support for old-style constructors in namespaces
Kalle Sommer Nielsen [Mon, 5 May 2008 06:28:03 +0000 (06:28 +0000)]
Implemented Windows support for asinh(), acosh(), atanh(), log1p() and expm1() + removed Windows check on tests
[DOC] Windows support for asinh(), acosh(), atanh(), log1p() and expm1()
<changelog@php.net> [Mon, 5 May 2008 01:31:38 +0000 (01:31 +0000)]
ChangeLog update
Etienne Kneuss [Sun, 4 May 2008 21:16:22 +0000 (21:16 +0000)]
Fix protos
Steph Fox [Sun, 4 May 2008 20:58:43 +0000 (20:58 +0000)]
- Some tests for buildFromDirectory()
Derick Rethans [Sun, 4 May 2008 20:50:46 +0000 (20:50 +0000)]
- Added support for "<xth> <weekday of" and "last <weekday> of" phrases to be
used with months - like in "last saturday of februari 2008".
Rob Richards [Sun, 4 May 2008 15:13:39 +0000 (15:13 +0000)]
fix bug #44891 Memory leak using registerPHPFunctions and XSLT Variable
Derick Rethans [Sun, 4 May 2008 09:59:42 +0000 (09:59 +0000)]
- Added support for using ISO 8601 time intervals to define a DatePeriod
iterator.
Antony Dovgal [Sun, 4 May 2008 09:33:56 +0000 (09:33 +0000)]
fix folding
<changelog@php.net> [Sun, 4 May 2008 01:31:42 +0000 (01:31 +0000)]
ChangeLog update