]> granicus.if.org Git - php/log
php
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

18 years ago- Drop erroneously added numbers in error messages
Marcus Boerger [Mon, 22 Jan 2007 01:01:50 +0000 (01:01 +0000)]
- Drop erroneously added numbers in error messages

18 years ago- Finish get/setStub()
Marcus Boerger [Mon, 22 Jan 2007 00:59:02 +0000 (00:59 +0000)]
- Finish get/setStub()

18 years agonew test for stream context setting of compression
Greg Beaver [Mon, 22 Jan 2007 00:57:34 +0000 (00:57 +0000)]
new test for stream context setting of compression

18 years ago- Add Phar::getStub(), step 1
Marcus Boerger [Mon, 22 Jan 2007 00:17:14 +0000 (00:17 +0000)]
- Add Phar::getStub(), step 1

18 years agoadd setUncompressed(), setCompressedGZ(), setCompressedBZ2() to PharFileInfo, and...
Greg Beaver [Mon, 22 Jan 2007 00:13:20 +0000 (00:13 +0000)]
add setUncompressed(), setCompressedGZ(), setCompressedBZ2() to PharFileInfo, and a failing test (due to bug in streams + bug in phar)

18 years ago X Phar->setStub() for specifying a new stub to the phar [Greg]
Greg Beaver [Sun, 21 Jan 2007 23:22:57 +0000 (23:22 +0000)]
 X Phar->setStub() for specifying a new stub to the phar [Greg]

18 years ago- Make ext/date happy if present
Marcus Boerger [Sun, 21 Jan 2007 20:22:36 +0000 (20:22 +0000)]
- Make ext/date happy if present

18 years ago- Rewrite/Finish metadata handling
Marcus Boerger [Sun, 21 Jan 2007 20:12:50 +0000 (20:12 +0000)]
- Rewrite/Finish metadata handling

18 years agospelling
Greg Beaver [Sun, 21 Jan 2007 18:54:07 +0000 (18:54 +0000)]
spelling

18 years ago- Per defautl class Phar returns Info class on offsetGet()
Marcus Boerger [Sun, 21 Jan 2007 17:40:27 +0000 (17:40 +0000)]
- Per defautl class Phar returns Info class on offsetGet()

18 years ago- Update tests
Marcus Boerger [Sun, 21 Jan 2007 16:58:23 +0000 (16:58 +0000)]
- Update tests

18 years ago- Fix issues with metadata testing
Marcus Boerger [Sun, 21 Jan 2007 15:57:12 +0000 (15:57 +0000)]
- Fix issues with metadata testing

18 years ago- Simplify dtor
Marcus Boerger [Sun, 21 Jan 2007 15:28:56 +0000 (15:28 +0000)]
- Simplify dtor
- Zero terminate meta data

18 years ago- Disable most of class Phar and all of class PharFileInfo if SPL is not present
Marcus Boerger [Sun, 21 Jan 2007 15:25:50 +0000 (15:25 +0000)]
- Disable most of class Phar and all of class PharFileInfo if SPL is not present

18 years ago- Add *.mem
Marcus Boerger [Sun, 21 Jan 2007 13:01:39 +0000 (13:01 +0000)]
- Add *.mem
# for i in `find . -regex '.*/test.*/\.cvsignore' -exec grep -L '*.mem' {} \+`; do echo $i; sed "1a*.mem" $i >| $i.new; mv -f $i.new $i; done;
# find . -name '.cvsignore' -exec cvs ci {} \+

18 years agofix final memory leak, fix metadata reading (simple), add basic test that it doesn...
Greg Beaver [Sun, 21 Jan 2007 06:54:04 +0000 (06:54 +0000)]
fix final memory leak, fix metadata reading (simple), add basic test that it doesn't break

18 years agofix 1 mem leak
Greg Beaver [Sun, 21 Jan 2007 06:39:32 +0000 (06:39 +0000)]
fix 1 mem leak

18 years agoimplement reading meta-data from phars. writing is not yet supported
Greg Beaver [Sun, 21 Jan 2007 06:30:55 +0000 (06:30 +0000)]
implement reading meta-data from phars.  writing is not yet supported

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

18 years agofix ini tests EXPECT
Greg Beaver [Sat, 20 Jan 2007 23:12:28 +0000 (23:12 +0000)]
fix ini tests EXPECT

18 years agocatch overflow right away
Antony Dovgal [Sat, 20 Jan 2007 23:09:42 +0000 (23:09 +0000)]
catch overflow right away

18 years agoimplement ini handler for phar.readonly and phar.require_hash that allows enabling...
Greg Beaver [Sat, 20 Jan 2007 22:40:47 +0000 (22:40 +0000)]
implement ini handler for phar.readonly and phar.require_hash that allows enabling it on
   PHP_INI_ALL if it is disabled in the system, but does not allow disabling it
   if it is enabled in the syste

18 years agouse getenv()
Antony Dovgal [Sat, 20 Jan 2007 22:12:45 +0000 (22:12 +0000)]
use getenv()

18 years agoResolve autoglobals as global-fetch CVs when possible
Sara Golemon [Sat, 20 Jan 2007 20:36:55 +0000 (20:36 +0000)]
Resolve autoglobals as global-fetch CVs when possible

18 years ago- Fix flags and tests
Marcus Boerger [Sat, 20 Jan 2007 16:43:45 +0000 (16:43 +0000)]
- Fix flags and tests

18 years ago- Mode debug info
Marcus Boerger [Sat, 20 Jan 2007 16:19:20 +0000 (16:19 +0000)]
- Mode debug info

18 years ago- Drop left-over
Marcus Boerger [Sat, 20 Jan 2007 14:41:04 +0000 (14:41 +0000)]
- Drop left-over

18 years ago- Make use of get_debug_info() handler in ArrayObject/Iterator
Marcus Boerger [Sat, 20 Jan 2007 14:03:59 +0000 (14:03 +0000)]
- Make use of get_debug_info() handler in ArrayObject/Iterator

18 years agoMFB: fix crash & add tests
Nuno Lopes [Sat, 20 Jan 2007 12:58:20 +0000 (12:58 +0000)]
MFB: fix crash & add tests

18 years agoMFB: fix crash
Nuno Lopes [Sat, 20 Jan 2007 12:27:55 +0000 (12:27 +0000)]
MFB: fix crash

18 years ago- Fix warnings
Marcus Boerger [Sat, 20 Jan 2007 12:22:02 +0000 (12:22 +0000)]
- Fix warnings

18 years agoupdate TODO to include missing items
Greg Beaver [Sat, 20 Jan 2007 05:28:48 +0000 (05:28 +0000)]
update TODO to include missing items
move permissions to the lowest bits of flags
fix warnings about signedness
fix unclear /* docs */

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

18 years ago- Make use of get_debug_info handler in SplObjectStorage
Marcus Boerger [Fri, 19 Jan 2007 23:23:08 +0000 (23:23 +0000)]
- Make use of get_debug_info handler in SplObjectStorage

18 years agofix configure check with imap-2001
Antony Dovgal [Fri, 19 Jan 2007 22:33:10 +0000 (22:33 +0000)]
fix configure check with imap-2001

18 years ago- Use Z_OBJDEBUG_PP()
Marcus Boerger [Fri, 19 Jan 2007 22:19:39 +0000 (22:19 +0000)]
- Use Z_OBJDEBUG_PP()

18 years ago- Add Z_OBJDEBUG[_P[P]] helper macros
Marcus Boerger [Fri, 19 Jan 2007 22:19:08 +0000 (22:19 +0000)]
- Add Z_OBJDEBUG[_P[P]] helper macros

18 years agoimprove readability and use constant instead of its value
Antony Dovgal [Fri, 19 Jan 2007 21:00:24 +0000 (21:00 +0000)]
improve readability and use constant instead of its value

18 years agoimprove utf8_mime2text() signature detection
Antony Dovgal [Fri, 19 Jan 2007 20:44:52 +0000 (20:44 +0000)]
improve utf8_mime2text() signature detection
look also for U8T_CANONICAL, which must exist if new signature was detected

18 years agofix test
Antony Dovgal [Fri, 19 Jan 2007 19:43:25 +0000 (19:43 +0000)]
fix test

18 years agofix accessing public key from x509 resource
Rob Richards [Fri, 19 Jan 2007 19:23:20 +0000 (19:23 +0000)]
fix accessing public key from x509 resource
add test
fix test under win32

18 years agoMFB: fix segfaults with new libtidy
Nuno Lopes [Fri, 19 Jan 2007 18:57:06 +0000 (18:57 +0000)]
MFB: fix segfaults with new libtidy

18 years agoimprove the fix
Antony Dovgal [Fri, 19 Jan 2007 18:03:25 +0000 (18:03 +0000)]
improve the fix

18 years agofix #40169 (CURLOPT_TCP_NODELAY only available in curl >= 7.11.2)
Antony Dovgal [Fri, 19 Jan 2007 15:38:02 +0000 (15:38 +0000)]
fix #40169 (CURLOPT_TCP_NODELAY only available in curl >= 7.11.2)

18 years ago- MFB: save/restore the alpha blending mode correctly in imagefill and
Pierre Joye [Fri, 19 Jan 2007 15:16:46 +0000 (15:16 +0000)]
- MFB: save/restore the alpha blending mode correctly in imagefill and
    imagefilltoborder

18 years agofix #40168
Antony Dovgal [Fri, 19 Jan 2007 14:49:52 +0000 (14:49 +0000)]
fix #40168

18 years ago- Update unicode progress on SPL, looks like nearly done, actually all is
Marcus Boerger [Fri, 19 Jan 2007 10:19:50 +0000 (10:19 +0000)]
- Update unicode progress on SPL, looks like nearly done, actually all is
  unicode safe by now but a few things need to be added and a few problems
  be clarified.
# I wonder why my keyboard has space issues...it should be out of Us by now

18 years ago- Nicer version
Marcus Boerger [Fri, 19 Jan 2007 09:31:52 +0000 (09:31 +0000)]
- Nicer version

18 years ago- Update
Marcus Boerger [Fri, 19 Jan 2007 09:30:18 +0000 (09:30 +0000)]
- Update

18 years ago- Change hardcoded size to lentgh translation to use sizeof(UChar) as suggested by...
Marcus Boerger [Fri, 19 Jan 2007 09:12:08 +0000 (09:12 +0000)]
- Change hardcoded size to lentgh translation to use sizeof(UChar) as suggested by Andrei

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

18 years ago- A few unicode fixes and tidying
Marcus Boerger [Fri, 19 Jan 2007 00:36:11 +0000 (00:36 +0000)]
- A few unicode fixes and tidying

18 years ago- Implement debug helper
Marcus Boerger [Thu, 18 Jan 2007 23:23:50 +0000 (23:23 +0000)]
- Implement debug helper

18 years ago- Add debug_info helper to overloadedobjects
Marcus Boerger [Thu, 18 Jan 2007 23:23:13 +0000 (23:23 +0000)]
- Add debug_info helper to overloadedobjects

18 years ago- We want the size here not the length
Marcus Boerger [Thu, 18 Jan 2007 23:17:49 +0000 (23:17 +0000)]
- We want the size here not the length

18 years ago- We need to return the length not the byte size
Marcus Boerger [Thu, 18 Jan 2007 23:11:42 +0000 (23:11 +0000)]
- We need to return the length not the byte size

18 years ago- Use correct string inunicode mode
Marcus Boerger [Thu, 18 Jan 2007 22:57:03 +0000 (22:57 +0000)]
- Use correct string inunicode mode

18 years agofix win32 build
Antony Dovgal [Thu, 18 Jan 2007 22:52:32 +0000 (22:52 +0000)]
fix win32 build

18 years agoadd roadmap
Greg Beaver [Thu, 18 Jan 2007 22:29:25 +0000 (22:29 +0000)]
add roadmap

18 years ago- Simplify by using zspprintf
Marcus Boerger [Thu, 18 Jan 2007 21:40:18 +0000 (21:40 +0000)]
- Simplify by using zspprintf

18 years ago- Fix [v]uspprintf()
Marcus Boerger [Thu, 18 Jan 2007 21:39:50 +0000 (21:39 +0000)]
- Fix [v]uspprintf()
- Add [v]zspprintf

18 years ago*** empty log message ***
Andrei Zmievski [Thu, 18 Jan 2007 16:45:43 +0000 (16:45 +0000)]
*** empty log message ***