]> granicus.if.org Git - php/log
php
18 years agouse getenv() instead of the _ENV var
Nuno Lopes [Tue, 30 Jan 2007 17:41:11 +0000 (17:41 +0000)]
use getenv() instead of the _ENV var

18 years agoimprove test
Antony Dovgal [Tue, 30 Jan 2007 11:43:07 +0000 (11:43 +0000)]
improve test
patch by Chris Jones

18 years ago- Add new test
Marcus Boerger [Tue, 30 Jan 2007 07:29:45 +0000 (07:29 +0000)]
- Add new test

18 years agoChangeLog update
<changelog@php.net> [Tue, 30 Jan 2007 01:31:01 +0000 (01:31 +0000)]
ChangeLog update

18 years agodisplay all errors/leaks/warnings on each test, instead of showing just the top most...
Nuno Lopes [Mon, 29 Jan 2007 22:55:22 +0000 (22:55 +0000)]
display all errors/leaks/warnings on each test, instead of showing just the top most error

18 years ago- CS & Fix expectations
Marcus Boerger [Mon, 29 Jan 2007 22:21:48 +0000 (22:21 +0000)]
- CS & Fix expectations

18 years agoPrevent flush() of closed handle on php_module_shutdown()
Dmitry Stogov [Mon, 29 Jan 2007 19:38:21 +0000 (19:38 +0000)]
Prevent flush() of closed handle on php_module_shutdown()

18 years agofix access to already free'ed memory
Nuno Lopes [Mon, 29 Jan 2007 19:36:53 +0000 (19:36 +0000)]
fix access to already free'ed memory

18 years agofix test
Antony Dovgal [Mon, 29 Jan 2007 16:18:15 +0000 (16:18 +0000)]
fix test
different Oracle client versions report different error messages

18 years agofix test
Antony Dovgal [Mon, 29 Jan 2007 16:16:07 +0000 (16:16 +0000)]
fix test

18 years ago- MFB: #40228, ZipArchive::extractTo does create empty directories
Pierre Joye [Mon, 29 Jan 2007 16:01:55 +0000 (16:01 +0000)]
- MFB: #40228, ZipArchive::extractTo does create empty directories
 recursively

18 years ago- don't do memory limit checks for chunk_size
Michael Wallner [Mon, 29 Jan 2007 13:04:57 +0000 (13:04 +0000)]
- don't do memory limit checks for chunk_size

18 years ago- Fix mem access
Marcus Boerger [Mon, 29 Jan 2007 07:59:19 +0000 (07:59 +0000)]
- Fix mem access

18 years agoupdate TODO for needed things
Greg Beaver [Mon, 29 Jan 2007 06:10:18 +0000 (06:10 +0000)]
update TODO for needed things

18 years agothrow exceptions from Phar object, and errors from stream wrapper
Greg Beaver [Mon, 29 Jan 2007 06:02:19 +0000 (06:02 +0000)]
throw exceptions from Phar object, and errors from stream wrapper

# we need to account for uncaught exceptions in shutdown, 2 tests leak because of this

18 years agoCopyright update
Ilia Alshanetsky [Mon, 29 Jan 2007 04:40:46 +0000 (04:40 +0000)]
Copyright update

18 years agoimplement Phar->getMetadata() Phar->setMetadata(), add tests, implement meta-data...
Greg Beaver [Mon, 29 Jan 2007 03:59:55 +0000 (03:59 +0000)]
implement Phar->getMetadata() Phar->setMetadata(), add tests, implement meta-data in the header

18 years agomake Phar metadata todo more explicit
Greg Beaver [Sun, 28 Jan 2007 22:45:19 +0000 (22:45 +0000)]
make Phar metadata todo more explicit

18 years agoadd rename support
Greg Beaver [Sun, 28 Jan 2007 22:43:38 +0000 (22:43 +0000)]
add rename support

18 years ago- Split commit into commit and setStub
Marcus Boerger [Sun, 28 Jan 2007 22:11:28 +0000 (22:11 +0000)]
- Split commit into commit and setStub

18 years agomake sure we are in the test directory
Greg Beaver [Sun, 28 Jan 2007 21:48:36 +0000 (21:48 +0000)]
make sure we are in the test directory

18 years agonew test for creation of phar in current directory
Greg Beaver [Sun, 28 Jan 2007 21:47:29 +0000 (21:47 +0000)]
new test for creation of phar in current directory

18 years agonote finishing of docs (whew)
Greg Beaver [Sun, 28 Jan 2007 21:46:13 +0000 (21:46 +0000)]
note finishing of docs (whew)

18 years ago- Make new flushing work
Marcus Boerger [Sun, 28 Jan 2007 21:26:54 +0000 (21:26 +0000)]
- Make new flushing work

18 years ago- Fix tests
Marcus Boerger [Sun, 28 Jan 2007 21:21:04 +0000 (21:21 +0000)]
- Fix tests

18 years agoadd rename() to TODO for 1.0
Greg Beaver [Sun, 28 Jan 2007 21:04:57 +0000 (21:04 +0000)]
add rename() to TODO for 1.0

18 years agoadd todo about metadata, and 1.1 todo to search/match metadata [take 2]
Greg Beaver [Sun, 28 Jan 2007 20:28:05 +0000 (20:28 +0000)]
add todo about metadata, and 1.1 todo to search/match metadata [take 2]

18 years agoadd todo about metadata, and 1.1 todo to search/match metadata
Greg Beaver [Sun, 28 Jan 2007 20:27:05 +0000 (20:27 +0000)]
add todo about metadata, and 1.1 todo to search/match metadata

18 years ago- In Commit reset donotflush
Marcus Boerger [Sun, 28 Jan 2007 19:56:09 +0000 (19:56 +0000)]
- In Commit reset donotflush

18 years agobeginWrite()/commitWrite() => begin()/commit(), note optional rollback() for 1.1
Greg Beaver [Sun, 28 Jan 2007 19:09:12 +0000 (19:09 +0000)]
beginWrite()/commitWrite() => begin()/commit(), note optional rollback() for 1.1

18 years ago- Move offsetGet()/SplFileClass entry to 1.1
Marcus Boerger [Sun, 28 Jan 2007 16:07:10 +0000 (16:07 +0000)]
- Move offsetGet()/SplFileClass entry to 1.1

18 years ago- Add missing files
Marcus Boerger [Sun, 28 Jan 2007 16:06:25 +0000 (16:06 +0000)]
- Add missing files

18 years ago- Drop phar_destroy_phar_data() from api
Marcus Boerger [Sun, 28 Jan 2007 12:18:07 +0000 (12:18 +0000)]
- Drop phar_destroy_phar_data() from api

18 years ago- Fixx illeagal memory access
Marcus Boerger [Sun, 28 Jan 2007 10:43:18 +0000 (10:43 +0000)]
- Fixx illeagal memory access

18 years ago- Test naming
Marcus Boerger [Sun, 28 Jan 2007 10:34:58 +0000 (10:34 +0000)]
- Test naming

18 years ago- Fix read/write mode handling
Marcus Boerger [Sun, 28 Jan 2007 10:32:45 +0000 (10:32 +0000)]
- Fix read/write mode handling

18 years ago- Hash is donein ext/standard
Marcus Boerger [Sun, 28 Jan 2007 10:02:45 +0000 (10:02 +0000)]
- Hash is donein ext/standard

18 years agofix commitWrite test, enable creation of Phars with phar object
Greg Beaver [Sun, 28 Jan 2007 05:40:18 +0000 (05:40 +0000)]
fix commitWrite test, enable creation of Phars with phar object

18 years agonew failing test for commitWrite()
Greg Beaver [Sun, 28 Jan 2007 05:11:41 +0000 (05:11 +0000)]
new failing test for commitWrite()

18 years agoup API version to 1.0.0 - the file format is solid, prepare for release sometime...
Greg Beaver [Sun, 28 Jan 2007 03:59:30 +0000 (03:59 +0000)]
up API version to 1.0.0 - the file format is solid, prepare for release sometime in the near future

18 years agostream context for specifying meta-data
Greg Beaver [Sun, 28 Jan 2007 03:25:53 +0000 (03:25 +0000)]
stream context for specifying meta-data

18 years agoChangeLog update
<changelog@php.net> [Sun, 28 Jan 2007 01:31:08 +0000 (01:31 +0000)]
ChangeLog update

18 years ago- Fix test
Marcus Boerger [Sat, 27 Jan 2007 23:11:45 +0000 (23:11 +0000)]
- Fix test

18 years ago- Clean up on flush
Marcus Boerger [Sat, 27 Jan 2007 23:02:42 +0000 (23:02 +0000)]
- Clean up on flush

18 years ago- Refcounting
Marcus Boerger [Sat, 27 Jan 2007 22:23:52 +0000 (22:23 +0000)]
- Refcounting

18 years ago- More on 5.2.1 support
Marcus Boerger [Sat, 27 Jan 2007 22:18:18 +0000 (22:18 +0000)]
- More on 5.2.1 support

18 years ago- Fix warning
Marcus Boerger [Sat, 27 Jan 2007 21:37:22 +0000 (21:37 +0000)]
- Fix warning

18 years ago- Add 5.2.1 support
Marcus Boerger [Sat, 27 Jan 2007 21:34:40 +0000 (21:34 +0000)]
- Add 5.2.1 support

18 years ago- Dropped one line by accident
Marcus Boerger [Sat, 27 Jan 2007 21:24:28 +0000 (21:24 +0000)]
- Dropped one line by accident

18 years ago- Prevent memory corruption
Marcus Boerger [Sat, 27 Jan 2007 21:23:02 +0000 (21:23 +0000)]
- Prevent memory corruption

18 years ago- Update package file
Marcus Boerger [Sat, 27 Jan 2007 21:22:00 +0000 (21:22 +0000)]
- Update package file

18 years ago- Cannot change stream here
Marcus Boerger [Sat, 27 Jan 2007 19:42:37 +0000 (19:42 +0000)]
- Cannot change stream here

18 years agofix uncompressAllFiles() and compressAllFilesBZIP2(), add tests
Greg Beaver [Sat, 27 Jan 2007 19:37:17 +0000 (19:37 +0000)]
fix uncompressAllFiles() and compressAllFilesBZIP2(), add tests

18 years agophp_stream_truncate_set_size() is a noop with temp streams.
Greg Beaver [Sat, 27 Jan 2007 19:26:58 +0000 (19:26 +0000)]
php_stream_truncate_set_size() is a noop with temp streams.
so, we're going to use a brand new tempfile for truncation.

ALL TESTS PASS NOW (finally)

18 years ago- Add missing INI setting
Marcus Boerger [Sat, 27 Jan 2007 19:17:56 +0000 (19:17 +0000)]
- Add missing INI setting

18 years agophp_stream_truncate_set_size() is a noop with temp streams.
Greg Beaver [Sat, 27 Jan 2007 18:57:12 +0000 (18:57 +0000)]
php_stream_truncate_set_size() is a noop with temp streams.
so, we're going to use a brand new tempfile for truncation.

ALL TESTS PASS NOW (finally)

18 years agofix memleaks and all but 1 test
Greg Beaver [Sat, 27 Jan 2007 18:45:48 +0000 (18:45 +0000)]
fix memleaks and all but 1 test

18 years agofix memleak in unlink()
Greg Beaver [Sat, 27 Jan 2007 18:27:19 +0000 (18:27 +0000)]
fix memleak in unlink()

18 years agofix incorrect refcount increment on unlink()
Greg Beaver [Sat, 27 Jan 2007 18:03:40 +0000 (18:03 +0000)]
fix incorrect refcount increment on unlink()

18 years ago- Add new tests
Marcus Boerger [Sat, 27 Jan 2007 17:32:21 +0000 (17:32 +0000)]
- Add new tests

18 years ago- Fix memory access
Marcus Boerger [Sat, 27 Jan 2007 17:27:48 +0000 (17:27 +0000)]
- Fix memory access

18 years ago- context not needed here
Marcus Boerger [Sat, 27 Jan 2007 17:27:09 +0000 (17:27 +0000)]
- context not needed here

18 years ago- Make phar_flush() work without reloading
Marcus Boerger [Sat, 27 Jan 2007 15:31:24 +0000 (15:31 +0000)]
- Make phar_flush() work without reloading
- Make refcounting fly

18 years ago- Add option support for temp/memory stream (adds ftruncate support)
Marcus Boerger [Sat, 27 Jan 2007 15:17:23 +0000 (15:17 +0000)]
- Add option support for temp/memory stream (adds ftruncate support)

18 years agoChangeLog update
<changelog@php.net> [Sat, 27 Jan 2007 01:31:00 +0000 (01:31 +0000)]
ChangeLog update

18 years ago- Simplify by providing delref function
Marcus Boerger [Fri, 26 Jan 2007 19:58:22 +0000 (19:58 +0000)]
- Simplify by providing delref function

18 years ago- Fix stream closing
Marcus Boerger [Fri, 26 Jan 2007 19:43:04 +0000 (19:43 +0000)]
- Fix stream closing

18 years agoFixed bug #40231 (file_exists incorrectly reports false)
Dmitry Stogov [Fri, 26 Jan 2007 15:15:32 +0000 (15:15 +0000)]
Fixed bug #40231 (file_exists incorrectly reports false)

18 years agofix test (still fails, but the test is accurate now)
Greg Beaver [Fri, 26 Jan 2007 14:56:56 +0000 (14:56 +0000)]
fix test (still fails, but the test is accurate now)

18 years agoimplement phar refcounting
Greg Beaver [Fri, 26 Jan 2007 14:52:10 +0000 (14:52 +0000)]
implement phar refcounting
move setStub to commitWrite() and add beginWrite()

# many oo-based tests still fail, they need to be tweaked and fixed

18 years agocheck if -no-cpp-precomp is supported by GCC before using it (mac os only)
Antony Dovgal [Fri, 26 Jan 2007 11:13:50 +0000 (11:13 +0000)]
check if -no-cpp-precomp is supported by GCC before using it (mac os only)

18 years agoChangeLog update
<changelog@php.net> [Fri, 26 Jan 2007 01:31:08 +0000 (01:31 +0000)]
ChangeLog update

18 years agofix #40189 (possible endless loop in zlib.inflate stream filter)
Antony Dovgal [Thu, 25 Jan 2007 12:21:24 +0000 (12:21 +0000)]
fix #40189 (possible endless loop in zlib.inflate stream filter)

18 years agoChangeLog update
<changelog@php.net> [Thu, 25 Jan 2007 01:31:16 +0000 (01:31 +0000)]
ChangeLog update

18 years agoExpand allow_url_fopen/allow_url_include functionality
Sara Golemon [Wed, 24 Jan 2007 21:43:47 +0000 (21:43 +0000)]
Expand allow_url_fopen/allow_url_include functionality

18 years agoremove unused constants, note addition of docs in TODO
Greg Beaver [Wed, 24 Jan 2007 04:38:19 +0000 (04:38 +0000)]
remove unused constants, note addition of docs in TODO

18 years agoChangeLog update
<changelog@php.net> [Wed, 24 Jan 2007 01:30:58 +0000 (01:30 +0000)]
ChangeLog update

18 years agoinitialize errno
Antony Dovgal [Wed, 24 Jan 2007 00:33:44 +0000 (00:33 +0000)]
initialize errno

18 years agofix folding and a couple of typos
Antony Dovgal [Tue, 23 Jan 2007 23:31:14 +0000 (23:31 +0000)]
fix folding and a couple of typos

18 years ago- Add --ri/--rextinfo
Marcus Boerger [Tue, 23 Jan 2007 20:02:29 +0000 (20:02 +0000)]
- Add --ri/--rextinfo

18 years ago- Simplify
Marcus Boerger [Tue, 23 Jan 2007 19:58:45 +0000 (19:58 +0000)]
- Simplify
- Add PHPAPI php_info_print_module()

18 years agoMFB: fix a few crashes
Nuno Lopes [Tue, 23 Jan 2007 19:50:14 +0000 (19:50 +0000)]
MFB: fix a few crashes

18 years agoFixed wrong realpath() result for unexistent files on win32
Dmitry Stogov [Tue, 23 Jan 2007 17:03:59 +0000 (17:03 +0000)]
Fixed wrong realpath() result for unexistent files on win32

18 years ago- Use utf-8 instead of utf8 as encoding to fix phpinfo()
Johannes Schlüter [Tue, 23 Jan 2007 15:47:28 +0000 (15:47 +0000)]
- Use utf-8 instead of utf8 as encoding to fix phpinfo()

18 years agoMFB: Fix typo
Hannes Magnusson [Tue, 23 Jan 2007 12:38:40 +0000 (12:38 +0000)]
MFB: Fix typo

18 years agoChangeLog update
<changelog@php.net> [Tue, 23 Jan 2007 01:31:13 +0000 (01:31 +0000)]
ChangeLog update

18 years agoFixed bug #39367 (clearstatcache() doesn't clear realpath cache)
Dmitry Stogov [Mon, 22 Jan 2007 09:32:55 +0000 (09:32 +0000)]
Fixed bug #39367 (clearstatcache() doesn't clear realpath cache)
Fixed bug #40092 (chroot() doesn't clear realpath cache)

18 years agofix wrong param definition
Antony Dovgal [Mon, 22 Jan 2007 09:08:21 +0000 (09:08 +0000)]
fix wrong param definition

18 years agofix long/int mess
Antony Dovgal [Mon, 22 Jan 2007 09:05:19 +0000 (09:05 +0000)]
fix long/int mess

18 years agofix test
Antony Dovgal [Mon, 22 Jan 2007 08:55:39 +0000 (08:55 +0000)]
fix test
array_unique() is not expected to modify its argument

18 years agofix classname
Antony Dovgal [Mon, 22 Jan 2007 08:36:11 +0000 (08:36 +0000)]
fix classname

18 years agoadd skipif
Antony Dovgal [Mon, 22 Jan 2007 08:21:45 +0000 (08:21 +0000)]
add skipif

18 years agofix #40191 (use of array_unique() with objects triggers segfault)
Antony Dovgal [Mon, 22 Jan 2007 08:16:36 +0000 (08:16 +0000)]
fix #40191 (use of array_unique() with objects triggers segfault)

18 years agofix tests, fix corruption issues with compression, simplify code. 3 tests still...
Greg Beaver [Mon, 22 Jan 2007 03:41:41 +0000 (03:41 +0000)]
fix tests, fix corruption issues with compression, simplify code.  3 tests still fail, memory leaks and mysterious crc error - the 16 tests are faulty

18 years ago- Test names
Marcus Boerger [Mon, 22 Jan 2007 02:31:28 +0000 (02:31 +0000)]
- Test names

18 years ago- Don't be to picky, as long as we get an error here, we're fine
Marcus Boerger [Mon, 22 Jan 2007 02:24:40 +0000 (02:24 +0000)]
- Don't be to picky, as long as we get an error here, we're fine

18 years ago-Simplify
Marcus Boerger [Mon, 22 Jan 2007 02:07:45 +0000 (02:07 +0000)]
-Simplify

18 years ago- Generate CRC32 in case not done in original file
Marcus Boerger [Mon, 22 Jan 2007 02:04:51 +0000 (02:04 +0000)]
- Generate CRC32 in case not done in original file

18 years ago- CRC is done on uncompressed data
Marcus Boerger [Mon, 22 Jan 2007 02:00:18 +0000 (02:00 +0000)]
- CRC is done on uncompressed data

18 years agoChangeLog update
<changelog@php.net> [Mon, 22 Jan 2007 01:31:08 +0000 (01:31 +0000)]
ChangeLog update