1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 10:16:41 +02:00
Commit Graph

20016 Commits

Author SHA1 Message Date
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
Marcus Boerger e2a46679bd - context not needed here 2007-01-27 17:27:09 +00:00
Marcus Boerger ced8e1d9d1 - Make phar_flush() work without reloading
- Make refcounting fly
2007-01-27 15:31:24 +00:00
Marcus Boerger 9cd8d73677 - Simplify by providing delref function 2007-01-26 19:58:22 +00:00
Marcus Boerger e52a5adc34 - Fix stream closing 2007-01-26 19:43:04 +00:00
Greg Beaver 616fa5839c fix test (still fails, but the test is accurate now) 2007-01-26 14:56:56 +00:00
Greg Beaver 8de7bd61bf implement phar refcounting
move setStub to commitWrite() and add beginWrite()

# many oo-based tests still fail, they need to be tweaked and fixed
2007-01-26 14:52:10 +00:00
Antony Dovgal f597e9676b fix #40189 (possible endless loop in zlib.inflate stream filter) 2007-01-25 12:21:24 +00:00
Sara Golemon cc1b19cf0e Expand allow_url_fopen/allow_url_include functionality 2007-01-24 21:43:47 +00:00
Greg Beaver ffcf9f5de4 remove unused constants, note addition of docs in TODO 2007-01-24 04:38:19 +00:00
Antony Dovgal 4b3197ce2b initialize errno 2007-01-24 00:33:44 +00:00
Antony Dovgal d6af95d1a4 fix folding and a couple of typos 2007-01-23 23:31:14 +00:00
Marcus Boerger 19c93586a0 - Simplify
- Add PHPAPI php_info_print_module()
2007-01-23 19:58:45 +00:00
Nuno Lopes e9d4b10d86 MFB: fix a few crashes 2007-01-23 19:50:14 +00:00
Johannes Schlüter 4fd315e46b - Use utf-8 instead of utf8 as encoding to fix phpinfo() 2007-01-23 15:47:28 +00:00
Hannes Magnusson 00f925015e MFB: Fix typo 2007-01-23 12:38:40 +00:00
Dmitry Stogov 7d1110a3fb Fixed bug #39367 (clearstatcache() doesn't clear realpath cache)
Fixed bug #40092 (chroot() doesn't clear realpath cache)
2007-01-22 09:32:55 +00:00
Antony Dovgal b784bacfc7 fix wrong param definition 2007-01-22 09:08:21 +00:00
Antony Dovgal cb16a6ab97 fix long/int mess 2007-01-22 09:05:19 +00:00
Antony Dovgal fd6d1e45f4 fix classname 2007-01-22 08:36:11 +00:00
Antony Dovgal 131a79ea25 add skipif 2007-01-22 08:21:45 +00:00
Antony Dovgal d181d3a0b3 fix #40191 (use of array_unique() with objects triggers segfault) 2007-01-22 08:16:36 +00:00
Greg Beaver d8c26fd461 fix tests, fix corruption issues with compression, simplify code. 3 tests still fail, memory leaks and mysterious crc error - the 16 tests are faulty 2007-01-22 03:41:41 +00:00
Marcus Boerger 47f82ace64 - Test names 2007-01-22 02:31:28 +00:00
Marcus Boerger a3bce062fa - Don't be to picky, as long as we get an error here, we're fine 2007-01-22 02:24:40 +00:00
Marcus Boerger 03dfef9f99 -Simplify 2007-01-22 02:07:45 +00:00
Marcus Boerger 261749d402 - Generate CRC32 in case not done in original file 2007-01-22 02:04:51 +00:00
Marcus Boerger 79985976a6 - CRC is done on uncompressed data 2007-01-22 02:00:18 +00:00
Marcus Boerger 2312d0772d - Drop erroneously added numbers in error messages 2007-01-22 01:01:50 +00:00
Marcus Boerger ed454d0fc8 - Finish get/setStub() 2007-01-22 00:59:02 +00:00
Greg Beaver 038de43fd6 new test for stream context setting of compression 2007-01-22 00:57:34 +00:00
Marcus Boerger ea5e9b3190 - Add Phar::getStub(), step 1 2007-01-22 00:17:14 +00:00