]> granicus.if.org Git - php/log
php
18 years agofix macros for bigendian platforms
Antony Dovgal [Tue, 6 Feb 2007 21:43:46 +0000 (21:43 +0000)]
fix macros for bigendian platforms

18 years agoadd missing closing marker
Antony Dovgal [Tue, 6 Feb 2007 21:04:22 +0000 (21:04 +0000)]
add missing closing marker

18 years agofix test, this error message may vary
Antony Dovgal [Tue, 6 Feb 2007 20:48:37 +0000 (20:48 +0000)]
fix test, this error message may vary

18 years ago- Drop another superflous stream close
Marcus Boerger [Tue, 6 Feb 2007 20:30:33 +0000 (20:30 +0000)]
- Drop another superflous stream close

18 years ago- Prepare RC2
Marcus Boerger [Tue, 6 Feb 2007 20:17:04 +0000 (20:17 +0000)]
- Prepare RC2

18 years ago- Drop superflous stream close
Marcus Boerger [Tue, 6 Feb 2007 20:15:12 +0000 (20:15 +0000)]
- Drop superflous stream close

18 years ago- Fix test
Marcus Boerger [Tue, 6 Feb 2007 20:14:26 +0000 (20:14 +0000)]
- Fix test

18 years agocorrect release notes
Greg Beaver [Tue, 6 Feb 2007 17:54:32 +0000 (17:54 +0000)]
correct release notes

18 years agouse strdup()
Antony Dovgal [Tue, 6 Feb 2007 17:35:42 +0000 (17:35 +0000)]
use strdup()

18 years agocorrect version number/stability
Greg Beaver [Tue, 6 Feb 2007 17:33:14 +0000 (17:33 +0000)]
correct version number/stability

18 years agoadd test cases, prepare for release, indent fixes in package.xml deps
Greg Beaver [Tue, 6 Feb 2007 17:30:19 +0000 (17:30 +0000)]
add test cases, prepare for release, indent fixes in package.xml deps

18 years agofix several potential segfaults, add tests for chmod(), fix chmod()
Greg Beaver [Tue, 6 Feb 2007 17:09:37 +0000 (17:09 +0000)]
fix several potential segfaults, add tests for chmod(), fix chmod()

18 years agoadd PharFileInfo->chmod() to set permissions (no other way to do it)
Greg Beaver [Tue, 6 Feb 2007 05:41:18 +0000 (05:41 +0000)]
add PharFileInfo->chmod() to set permissions (no other way to do it)

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

18 years ago- Check temp file creation
Marcus Boerger [Mon, 5 Feb 2007 22:11:27 +0000 (22:11 +0000)]
- Check temp file creation

18 years agocopyright year updates
Greg Beaver [Mon, 5 Feb 2007 21:38:50 +0000 (21:38 +0000)]
copyright year updates

18 years ago- Add additional check & test
Marcus Boerger [Mon, 5 Feb 2007 20:47:20 +0000 (20:47 +0000)]
- Add additional check & test

18 years ago- Fix signed/unsigned warnings
Marcus Boerger [Mon, 5 Feb 2007 20:34:23 +0000 (20:34 +0000)]
- Fix signed/unsigned warnings
- Use safe_emalloc where usefull

18 years ago- Add missing PHPAPI
Marcus Boerger [Mon, 5 Feb 2007 20:04:56 +0000 (20:04 +0000)]
- Add missing PHPAPI

18 years ago- Detect \0 in paths where possible
Marcus Boerger [Mon, 5 Feb 2007 19:16:07 +0000 (19:16 +0000)]
- Detect \0 in paths where possible

18 years agoUpdate
Andrei Zmievski [Mon, 5 Feb 2007 17:59:11 +0000 (17:59 +0000)]
Update

18 years ago- Check for illegal chars (control + potential UTF-8 (need to take care of in PHP 6))
Marcus Boerger [Mon, 5 Feb 2007 07:58:29 +0000 (07:58 +0000)]
- Check for illegal chars (control + potential UTF-8 (need to take care of in PHP 6))

18 years agoimprove error message empty entry => empty directory. Add check for phar://blah...
Greg Beaver [Mon, 5 Feb 2007 07:19:35 +0000 (07:19 +0000)]
improve error message empty entry => empty directory.  Add check for phar://blah.phar/. and phar://blah.phar/..

18 years ago- Make sure to be ANSI C compliant
Andi Gutmans [Mon, 5 Feb 2007 05:15:49 +0000 (05:15 +0000)]
- Make sure to be ANSI C compliant

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

18 years agoMFB: #39213
Frank M. Kromann [Sun, 4 Feb 2007 21:24:28 +0000 (21:24 +0000)]
MFB: #39213
Fix for '' returned as ' '.
This only works with FreeTDS as microsofts library returns a length of 1 for an empty string!

18 years ago- Need to drop //
Marcus Boerger [Sun, 4 Feb 2007 20:35:59 +0000 (20:35 +0000)]
- Need to drop //

18 years ago- PHP_VERSION_ID exists only in newer PHPs (5.1+)
Marcus Boerger [Sun, 4 Feb 2007 20:10:03 +0000 (20:10 +0000)]
- PHP_VERSION_ID exists only in newer PHPs (5.1+)
- Improve error checking

18 years agoAdded a double free check.
Ilia Alshanetsky [Sun, 4 Feb 2007 17:02:01 +0000 (17:02 +0000)]
Added a double free check.

18 years ago- Disallow stars in paths
Marcus Boerger [Sun, 4 Feb 2007 16:25:25 +0000 (16:25 +0000)]
- Disallow stars in paths

18 years ago- Add Makefile.frag
Marcus Boerger [Sun, 4 Feb 2007 16:24:48 +0000 (16:24 +0000)]
- Add Makefile.frag

18 years ago- Add path sanitizer for new paths
Marcus Boerger [Sun, 4 Feb 2007 13:21:40 +0000 (13:21 +0000)]
- Add path sanitizer for new paths
- Add test for a few things we check with the sanitizer
# We might want to use the sanitizer for opening as well

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

18 years agoMFB: Fix win32 build
Frank M. Kromann [Sun, 4 Feb 2007 00:23:32 +0000 (00:23 +0000)]
MFB: Fix win32 build

18 years ago- Allow building with 5.1 (not all works thenperfectly though)
Marcus Boerger [Sat, 3 Feb 2007 16:31:36 +0000 (16:31 +0000)]
- Allow building with 5.1 (not all works thenperfectly though)

18 years ago- Fix memleak
Marcus Boerger [Sat, 3 Feb 2007 14:57:24 +0000 (14:57 +0000)]
- Fix memleak

18 years ago- Fix mem/temp stream exports and readonlyissue
Marcus Boerger [Sat, 3 Feb 2007 14:45:54 +0000 (14:45 +0000)]
- Fix mem/temp stream exports and readonlyissue

18 years ago- Fix protos
Marcus Boerger [Sat, 3 Feb 2007 13:42:10 +0000 (13:42 +0000)]
- Fix protos

18 years ago- Provide both version strings, api and ext
Marcus Boerger [Sat, 3 Feb 2007 13:20:12 +0000 (13:20 +0000)]
- Provide both version strings, api and ext

18 years ago- Update package file
Marcus Boerger [Sat, 3 Feb 2007 13:19:38 +0000 (13:19 +0000)]
- Update package file

18 years agofix mem leak on error, fix cwd issue. go back to BadMethodCallException for Phar...
Greg Beaver [Sat, 3 Feb 2007 04:04:18 +0000 (04:04 +0000)]
fix mem leak on error, fix cwd issue.  go back to BadMethodCallException for Phar->set*CompressedAllFiles().  ALL TESTS PASS, RELEASE IS IMMINENT

18 years agofix test
Greg Beaver [Sat, 3 Feb 2007 02:39:34 +0000 (02:39 +0000)]
fix test

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

18 years agos/isFlushing/isFlushingToPhar much clearer purpose in method name
Greg Beaver [Sat, 3 Feb 2007 00:45:24 +0000 (00:45 +0000)]
s/isFlushing/isFlushingToPhar much clearer purpose in method name

18 years agoTypos.
Andrei Zmievski [Fri, 2 Feb 2007 22:18:55 +0000 (22:18 +0000)]
Typos.

18 years ago- Add ^ specifier that returns original string type before conversion.
Andrei Zmievski [Fri, 2 Feb 2007 21:49:38 +0000 (21:49 +0000)]
- Add ^ specifier that returns original string type before conversion.
- Add ZVAL_ENC_STRING[L] macro that allows returning either a binary
  string or an encoded strings as Unicode based on type, instead of
  UG(unicode)

18 years ago- add note about the past for the future, see http://bugs.php.net/?id=40310&edit=1
Michael Wallner [Fri, 2 Feb 2007 17:11:10 +0000 (17:11 +0000)]
- add note about the past for the future, see http://bugs.php.net/?id=40310&edit=1

18 years agoRemove bug fix entries #34564 and #37927 as now in 5.2.1
andy wharmby [Fri, 2 Feb 2007 15:49:06 +0000 (15:49 +0000)]
Remove bug fix entries #34564 and #37927 as now in 5.2.1

18 years agoadd new tests
Antony Dovgal [Fri, 2 Feb 2007 12:53:54 +0000 (12:53 +0000)]
add new tests

18 years ago-exactly 1 arguments
Antony Dovgal [Fri, 2 Feb 2007 12:51:37 +0000 (12:51 +0000)]
-exactly 1 arguments
+exactly 1 argument

18 years agoUpdate NEWS for ealier bug fixes
andy wharmby [Fri, 2 Feb 2007 12:00:48 +0000 (12:00 +0000)]
Update NEWS for ealier bug fixes

18 years agoadd new tests
Antony Dovgal [Fri, 2 Feb 2007 11:10:42 +0000 (11:10 +0000)]
add new tests

18 years agofix tests
Antony Dovgal [Fri, 2 Feb 2007 10:55:23 +0000 (10:55 +0000)]
fix tests

18 years agofix isset() & unset() with CV-superglobals
Antony Dovgal [Fri, 2 Feb 2007 09:24:13 +0000 (09:24 +0000)]
fix isset() & unset() with CV-superglobals
see #40311

18 years agoADW: Fix COM extension bug #35463. Fix in/out argument processing
andy wharmby [Fri, 2 Feb 2007 08:42:32 +0000 (08:42 +0000)]
ADW: Fix COM extension bug #35463. Fix in/out argument processing

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

18 years agoADW: Fixed COM extension bug #37927. Correct the processing of in/out arguments...
andy wharmby [Thu, 1 Feb 2007 18:05:10 +0000 (18:05 +0000)]
ADW: Fixed COM extension  bug #37927.  Correct the processing of in/out arguments of type VT_DISPATCH|VT_REF

18 years agoRemoved dead code
Dmitry Stogov [Thu, 1 Feb 2007 16:38:15 +0000 (16:38 +0000)]
Removed dead code

18 years agoFixed possible crash because of dereference of NULL
Dmitry Stogov [Thu, 1 Feb 2007 15:24:10 +0000 (15:24 +0000)]
Fixed possible crash because of dereference of NULL

18 years agoEnable canary protection in DEBUG mode only.
Dmitry Stogov [Thu, 1 Feb 2007 15:12:07 +0000 (15:12 +0000)]
Enable canary protection in DEBUG mode only.

18 years agobailout if bucket is NULL
Antony Dovgal [Thu, 1 Feb 2007 14:20:53 +0000 (14:20 +0000)]
bailout if bucket is NULL

18 years agofree class_name when necessary
Antony Dovgal [Thu, 1 Feb 2007 14:07:03 +0000 (14:07 +0000)]
free class_name when necessary

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

18 years agouse correct comment marker (dnl, not #)
Antony Dovgal [Wed, 31 Jan 2007 21:29:53 +0000 (21:29 +0000)]
use correct comment marker (dnl, not #)
add comment regarding AC_DECL_YYTEXT and the annoying warning
(just in case I'm not the only one who's annoyed by it)

18 years agofix compile failure in ZTS mode when collections support is missing
Antony Dovgal [Wed, 31 Jan 2007 12:45:56 +0000 (12:45 +0000)]
fix compile failure in ZTS mode when collections support is missing

18 years agofix segfault on re-binding and re-executing a statement
Antony Dovgal [Wed, 31 Jan 2007 10:36:20 +0000 (10:36 +0000)]
fix segfault on re-binding and re-executing a statement
improve the test
patch by Chris Jones

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

18 years agoMinor code optimization
Ilia Alshanetsky [Wed, 31 Jan 2007 00:15:06 +0000 (00:15 +0000)]
Minor code optimization

18 years ago- Update TODO
Marcus Boerger [Tue, 30 Jan 2007 20:58:14 +0000 (20:58 +0000)]
- Update TODO
- Add Phar::isFlushing()
- Improve test

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