1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 19:23:22 +02:00
Commit Graph

37283 Commits

Author SHA1 Message Date
Michael Wallner db22b925bf - don't do memory limit checks for chunk_size 2007-01-29 13:04:57 +00:00
Marcus Boerger 7ae8840c50 - Fix mem access 2007-01-29 07:59:19 +00:00
Greg Beaver 41b5470358 update TODO for needed things 2007-01-29 06:10:18 +00:00
Greg Beaver c7a5d062f5 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
2007-01-29 06:02:19 +00:00
Ilia Alshanetsky ce8285d289 Copyright update 2007-01-29 04:40:46 +00:00
Greg Beaver c6dc9be489 implement Phar->getMetadata() Phar->setMetadata(), add tests, implement meta-data in the header 2007-01-29 03:59:55 +00:00
Greg Beaver 185a961812 make Phar metadata todo more explicit 2007-01-28 22:45:19 +00:00
Greg Beaver 744ec410ec add rename support 2007-01-28 22:43:38 +00:00
Marcus Boerger 0bc1b90ec3 - Split commit into commit and setStub 2007-01-28 22:11:28 +00:00
Greg Beaver f78dc091f3 make sure we are in the test directory 2007-01-28 21:48:36 +00:00
Greg Beaver a51ded0160 new test for creation of phar in current directory 2007-01-28 21:47:29 +00:00
Greg Beaver b53229dae0 note finishing of docs (whew) 2007-01-28 21:46:13 +00:00
Marcus Boerger 8cfaa44955 - Make new flushing work 2007-01-28 21:26:54 +00:00
Marcus Boerger 1259c3f17a - Fix tests 2007-01-28 21:21:04 +00:00
Greg Beaver aa47bbbd4d add rename() to TODO for 1.0 2007-01-28 21:04:57 +00:00
Greg Beaver 4596ee7d8a add todo about metadata, and 1.1 todo to search/match metadata [take 2] 2007-01-28 20:28:05 +00:00
Greg Beaver 20ad76141b add todo about metadata, and 1.1 todo to search/match metadata 2007-01-28 20:27:05 +00:00
Marcus Boerger d13719ace8 - In Commit reset donotflush 2007-01-28 19:56:09 +00:00
Greg Beaver 2273af3104 beginWrite()/commitWrite() => begin()/commit(), note optional rollback() for 1.1 2007-01-28 19:09:12 +00:00
Marcus Boerger 5d03db8f5a - Move offsetGet()/SplFileClass entry to 1.1 2007-01-28 16:07:10 +00:00
Marcus Boerger a908f3b449 - Add missing files 2007-01-28 16:06:25 +00:00
Marcus Boerger ea9796cca4 - Drop phar_destroy_phar_data() from api 2007-01-28 12:18:07 +00:00
Marcus Boerger 834337f85a - Fixx illeagal memory access 2007-01-28 10:43:18 +00:00
Marcus Boerger 510c6e0dd1 - Test naming 2007-01-28 10:34:58 +00:00
Marcus Boerger e1db72467c - Fix read/write mode handling 2007-01-28 10:32:45 +00:00
Marcus Boerger 1222f8c75a - Hash is donein ext/standard 2007-01-28 10:02:45 +00:00
Greg Beaver e8cabb46f6 fix commitWrite test, enable creation of Phars with phar object 2007-01-28 05:40:18 +00:00
Greg Beaver 2ee6816c43 new failing test for commitWrite() 2007-01-28 05:11:41 +00:00
Greg Beaver 22f8379ea6 up API version to 1.0.0 - the file format is solid, prepare for release sometime in the near future 2007-01-28 03:59:30 +00:00
Greg Beaver 2513903e40 stream context for specifying meta-data 2007-01-28 03:25:53 +00:00
9739fb0648 ChangeLog update 2007-01-28 01:31:08 +00:00
Marcus Boerger a2bcf381b7 - Fix test 2007-01-27 23:11:45 +00:00
Marcus Boerger 4b2eed1fc1 - Clean up on flush 2007-01-27 23:02:42 +00:00
Marcus Boerger f86b7b96fc - Refcounting 2007-01-27 22:23:52 +00:00
Marcus Boerger 426146b340 - More on 5.2.1 support 2007-01-27 22:18:18 +00:00
Marcus Boerger d4fb3cb4d3 - Fix warning 2007-01-27 21:37:22 +00:00
Marcus Boerger ec6c58ca94 - Add 5.2.1 support 2007-01-27 21:34:40 +00:00
Marcus Boerger fc8754c892 - Dropped one line by accident 2007-01-27 21:24:28 +00:00
Marcus Boerger d5bbd84d76 - Prevent memory corruption 2007-01-27 21:23:02 +00:00
Marcus Boerger c26e5edbeb - Update package file 2007-01-27 21:22:00 +00:00
Marcus Boerger c7523db97f - Cannot change stream here 2007-01-27 19:42:37 +00:00
Greg Beaver a9901f31db fix uncompressAllFiles() and compressAllFilesBZIP2(), add tests 2007-01-27 19:37:17 +00:00
Greg Beaver 035ddeb1cd 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)
2007-01-27 19:26:58 +00:00
Marcus Boerger f096d18cd5 - Add missing INI setting 2007-01-27 19:17:56 +00:00
Greg Beaver 7b6b53b83d 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)
2007-01-27 18:57:12 +00:00
Greg Beaver 1d11c2c4a7 fix memleaks and all but 1 test 2007-01-27 18:45:48 +00:00
Greg Beaver 78f1b9401b fix memleak in unlink() 2007-01-27 18:27:19 +00:00
Greg Beaver 74d7701b2b fix incorrect refcount increment on unlink() 2007-01-27 18:03:40 +00:00
Marcus Boerger fa60adaffa - Add new tests 2007-01-27 17:32:21 +00:00
Marcus Boerger 13e860e66f - Fix memory access 2007-01-27 17:27:48 +00:00