]> granicus.if.org Git - php/log
php
16 years agoThis commit was manufactured by cvs2svn to create tag 'RELEASE_2_0_0b1'. RELEASE_2_0_0b1
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'.

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

16 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

16 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

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

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

16 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

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

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

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

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

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

16 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)

16 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

16 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.

16 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

16 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

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

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

16 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

16 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

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

16 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%

16 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

16 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

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

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

16 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

16 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

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

16 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+

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

16 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

16 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

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

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

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

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

16 years agoRestore end check for "escape" strings (not needed for single-quoted strings as they...
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)

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

16 years agoFix Windows newlines (missed that detail when adding :-/)
Matt Wilmas [Fri, 9 May 2008 14:40:31 +0000 (14:40 +0000)]
Fix Windows newlines (missed that detail when adding :-/)

16 years ago- New tests
Felipe Pena [Fri, 9 May 2008 14:11:51 +0000 (14:11 +0000)]
- New tests

16 years agoFix compile error if _GNU_SOURCE is defined
Scott MacVicar [Fri, 9 May 2008 12:58:50 +0000 (12:58 +0000)]
Fix compile error if _GNU_SOURCE is defined

16 years agoTest for loss of backslash at end of heredoc; For bug #44830 (Very minor issue with...
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)

16 years agoFix loss of backslash at end of heredoc; For bug #44830 (Very minor issue with backsl...
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)

16 years agoFixed bug #44681 (Resources used as array keys get converted to 0)
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)

16 years agoCollect all the open_basedir security tests into one place
Ant Phillips [Fri, 9 May 2008 08:44:44 +0000 (08:44 +0000)]
Collect all the open_basedir security tests into one place

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

16 years ago- Fix data size
Felipe Pena [Thu, 8 May 2008 17:22:07 +0000 (17:22 +0000)]
- Fix data size

16 years ago- Fixed detection of invalid class name
Felipe Pena [Thu, 8 May 2008 16:58:43 +0000 (16:58 +0000)]
- Fixed detection of invalid class name

16 years ago- Fix valgrind report (Conditional jump or move depends on uninitialised value)
Felipe Pena [Thu, 8 May 2008 15:39:35 +0000 (15:39 +0000)]
- Fix valgrind report (Conditional jump or move depends on uninitialised value)

16 years agoSync spl tests with 5.3
Etienne Kneuss [Thu, 8 May 2008 12:03:18 +0000 (12:03 +0000)]
Sync spl tests with 5.3

16 years ago- Fixed double free
Felipe Pena [Thu, 8 May 2008 12:00:36 +0000 (12:00 +0000)]
- Fixed double free

16 years agoFixed test
Dmitry Stogov [Thu, 8 May 2008 09:15:20 +0000 (09:15 +0000)]
Fixed test

16 years agofix test
Antony Dovgal [Thu, 8 May 2008 07:09:03 +0000 (07:09 +0000)]
fix test

16 years agoRemove old references to flex.skl
Matt Wilmas [Thu, 8 May 2008 04:52:30 +0000 (04:52 +0000)]
Remove old references to flex.skl

16 years agofix windows build
Greg Beaver [Thu, 8 May 2008 03:10:18 +0000 (03:10 +0000)]
fix windows build

16 years agofix handling of mounted entries when flushing in all phars, and of deleted entries...
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

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

16 years agofix serious logic error and potential security issue with phar_compiled_file and
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

16 years agoMFB: kill unused vars
Ilia Alshanetsky [Wed, 7 May 2008 23:46:11 +0000 (23:46 +0000)]
MFB: kill unused vars

16 years agofix tar extension detection in open code
Greg Beaver [Wed, 7 May 2008 17:35:20 +0000 (17:35 +0000)]
fix tar extension detection in open code

16 years agooptimize phar filename extension detection to first search through known phars. ...
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

16 years agono need to add this entry - it's in 5_2 already
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

16 years ago- Added news item to the NEWS (Fixed bug 44811)
David Coallier [Wed, 7 May 2008 15:47:04 +0000 (15:47 +0000)]
- Added news item to the NEWS (Fixed bug 44811)

16 years ago- Test for bug #44811
David Coallier [Wed, 7 May 2008 15:45:56 +0000 (15:45 +0000)]
- Test for bug #44811

16 years ago- Fixed bug #44811 (Improve error message when creating new SoapClient
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)

16 years agoUpdate mysqlnd - new ini variable
Andrey Hristov [Wed, 7 May 2008 15:16:27 +0000 (15:16 +0000)]
Update mysqlnd - new ini variable

16 years ago- New tests
Felipe Pena [Wed, 7 May 2008 14:08:41 +0000 (14:08 +0000)]
- New tests

16 years agoUse IS_CV for dirrent access to $this variable
Dmitry Stogov [Wed, 7 May 2008 12:04:58 +0000 (12:04 +0000)]
Use IS_CV for dirrent access to $this variable

16 years agoprepare for 2.0.0b1 release, pending review (finally)
Greg Beaver [Wed, 7 May 2008 06:43:07 +0000 (06:43 +0000)]
prepare for 2.0.0b1 release, pending review (finally)

16 years agoremove files created
Greg Beaver [Wed, 7 May 2008 06:39:05 +0000 (06:39 +0000)]
remove files created

16 years agovalidate user-supplied aliases when converting archives to other formats
Greg Beaver [Wed, 7 May 2008 06:36:24 +0000 (06:36 +0000)]
validate user-supplied aliases when converting archives to other formats

16 years ago[DOC]
Greg Beaver [Wed, 7 May 2008 05:38:31 +0000 (05:38 +0000)]
[DOC]
remove phar.extract_list
remove Phar::getExtractList()

16 years agoremove APC fanciness - this was causing non-caching of some files include()d inside...
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

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

16 years agoAdd a flag that defines whether the objects should get iterated through or not
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

16 years agofix zip metadata for archive/fix perms for file in zip/all.phpt test
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

16 years agonew failing test for testing all zip creation facets
Greg Beaver [Tue, 6 May 2008 21:34:19 +0000 (21:34 +0000)]
new failing test for testing all zip creation facets

16 years agofix segfault in buildfromdirectory2 test and potential segfault
Greg Beaver [Tue, 6 May 2008 21:23:48 +0000 (21:23 +0000)]
fix segfault in buildfromdirectory2 test and potential segfault

16 years agofix alias overloading handling for archives that are not in use
Greg Beaver [Tue, 6 May 2008 21:14:53 +0000 (21:14 +0000)]
fix alias overloading handling for archives that are not in use

16 years agonew test for unset behavior
Greg Beaver [Tue, 6 May 2008 18:25:33 +0000 (18:25 +0000)]
new test for unset behavior

16 years agoMFB: Fixed bug #44836 (putenv() crashes, avoid direct reference of environ
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).

16 years agoUse lazy symbol table initialization for op_arrays called from internal php functions
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

16 years agoFixed possible memory leak
Dmitry Stogov [Tue, 6 May 2008 16:59:24 +0000 (16:59 +0000)]
Fixed possible memory leak

16 years agoGC fix
Dmitry Stogov [Tue, 6 May 2008 16:02:50 +0000 (16:02 +0000)]
GC fix

16 years agoChanged php_*h() + php_log1p() + php_expm1() to be static
Kalle Sommer Nielsen [Tue, 6 May 2008 10:57:54 +0000 (10:57 +0000)]
Changed php_*h() + php_log1p() + php_expm1() to be static

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

16 years agoNo domainname element in utsname on OSX
Rasmus Lerdorf [Mon, 5 May 2008 21:28:47 +0000 (21:28 +0000)]
No domainname element in utsname on OSX

16 years ago- Use ZEND_FREE() opcode instead of ZEND_SWITCH_FREE(IS_TMP_VAR)
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)

16 years agoSupport for old-style constructors in namespaces
Dmitry Stogov [Mon, 5 May 2008 09:44:07 +0000 (09:44 +0000)]
Support for old-style constructors in namespaces

16 years agoImplemented Windows support for asinh(), acosh(), atanh(), log1p() and expm1() +...
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()

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

16 years agoFix protos
Etienne Kneuss [Sun, 4 May 2008 21:16:22 +0000 (21:16 +0000)]
Fix protos

16 years ago- Some tests for buildFromDirectory()
Steph Fox [Sun, 4 May 2008 20:58:43 +0000 (20:58 +0000)]
- Some tests for buildFromDirectory()

16 years ago- Added support for "<xth> <weekday of" and "last <weekday> of" phrases to be
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".

16 years agofix bug #44891 Memory leak using registerPHPFunctions and XSLT Variable
Rob Richards [Sun, 4 May 2008 15:13:39 +0000 (15:13 +0000)]
fix bug #44891 Memory leak using registerPHPFunctions and XSLT Variable

16 years ago- Added support for using ISO 8601 time intervals to define a DatePeriod
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.

16 years agofix folding
Antony Dovgal [Sun, 4 May 2008 09:33:56 +0000 (09:33 +0000)]
fix folding

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