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

18 years agomore snprintf()
Antony Dovgal [Thu, 18 Jan 2007 16:21:00 +0000 (16:21 +0000)]
more snprintf()

18 years agoMFB: use only 2 bits
Nuno Lopes [Thu, 18 Jan 2007 16:06:28 +0000 (16:06 +0000)]
MFB: use only 2 bits

18 years agouse snprintf()
Antony Dovgal [Thu, 18 Jan 2007 15:54:45 +0000 (15:54 +0000)]
use snprintf()

18 years agofix the previous patch
Antony Dovgal [Thu, 18 Jan 2007 15:53:53 +0000 (15:53 +0000)]
fix the previous patch

18 years agouse snprintf()
Antony Dovgal [Thu, 18 Jan 2007 15:40:54 +0000 (15:40 +0000)]
use snprintf()

18 years agouse snprintf()
Antony Dovgal [Thu, 18 Jan 2007 15:29:11 +0000 (15:29 +0000)]
use snprintf()

18 years agoimprove check configure for new version of utf8_mime2text()
Antony Dovgal [Thu, 18 Jan 2007 14:05:07 +0000 (14:05 +0000)]
improve check configure for new version of utf8_mime2text()

18 years agouse strlcat()
Antony Dovgal [Thu, 18 Jan 2007 14:03:24 +0000 (14:03 +0000)]
use strlcat()

18 years agofix fodling, mark set_time_limit() unicode safe
Antony Dovgal [Thu, 18 Jan 2007 12:37:44 +0000 (12:37 +0000)]
fix fodling, mark set_time_limit() unicode safe

18 years agomoved ext/informix to PECL
Antony Dovgal [Thu, 18 Jan 2007 12:26:21 +0000 (12:26 +0000)]
moved ext/informix to PECL

18 years agofix folding, mark functions as unicode safe
Antony Dovgal [Thu, 18 Jan 2007 12:13:05 +0000 (12:13 +0000)]
fix folding, mark functions as unicode safe

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

18 years agoadd class constants Phar::COMPRESSED, Phar::GZ, and Phar::BZ2 for eventual compressio...
Greg Beaver [Thu, 18 Jan 2007 00:13:18 +0000 (00:13 +0000)]
add class constants Phar::COMPRESSED, Phar::GZ, and Phar::BZ2 for eventual compression manipulation

18 years ago- Different results in unicode now
Marcus Boerger [Wed, 17 Jan 2007 22:49:39 +0000 (22:49 +0000)]
- Different results in unicode now

18 years ago- Ensure string-type is always set correctly
Marcus Boerger [Wed, 17 Jan 2007 22:43:53 +0000 (22:43 +0000)]
- Ensure string-type is always set correctly

18 years ago- More help from David
Marcus Boerger [Wed, 17 Jan 2007 21:29:38 +0000 (21:29 +0000)]
- More help from David

18 years ago- A little help from Andrei
Marcus Boerger [Wed, 17 Jan 2007 21:23:55 +0000 (21:23 +0000)]
- A little help from Andrei

18 years agofix #40129 (iconv extension doesn't compile with CodeWarrior on Netware)
Antony Dovgal [Wed, 17 Jan 2007 20:31:49 +0000 (20:31 +0000)]
fix #40129 (iconv extension doesn't compile with CodeWarrior on Netware)
patch by gk at gknw dot de

18 years agofix grammar
Antony Dovgal [Wed, 17 Jan 2007 08:25:25 +0000 (08:25 +0000)]
fix grammar

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

18 years agoINI options should not be modified directly.
Sara Golemon [Wed, 17 Jan 2007 00:22:48 +0000 (00:22 +0000)]
INI options should not be modified directly.
Bad extension.  No cookie for you.

18 years ago- Steps towards unicode
Marcus Boerger [Tue, 16 Jan 2007 23:52:14 +0000 (23:52 +0000)]
- Steps towards unicode

18 years agoUpdate PHP API version.
Andrei Zmievski [Tue, 16 Jan 2007 22:18:39 +0000 (22:18 +0000)]
Update PHP API version.

# Wonder why it hasn't been done already.

18 years ago- Add php_u_stat()
Marcus Boerger [Tue, 16 Jan 2007 22:10:25 +0000 (22:10 +0000)]
- Add php_u_stat()

18 years ago- Add more unicode stuff
Marcus Boerger [Tue, 16 Jan 2007 20:36:04 +0000 (20:36 +0000)]
- Add more unicode stuff

18 years agoMFB: Fixed output code inside odbc_result_all()
Ilia Alshanetsky [Tue, 16 Jan 2007 18:56:55 +0000 (18:56 +0000)]
MFB: Fixed output code inside odbc_result_all()

18 years agoreturn false if realpath()/getcwd() fail
Antony Dovgal [Tue, 16 Jan 2007 14:42:14 +0000 (14:42 +0000)]
return false if realpath()/getcwd() fail