]> granicus.if.org Git - php/log
php
17 years agoChangeLog update
<changelog@php.net> [Sat, 10 Feb 2007 01:31:09 +0000 (01:31 +0000)]
ChangeLog update

17 years agouse the same ifdef anf get rid of "unused var" warnings
Antony Dovgal [Sat, 10 Feb 2007 00:50:29 +0000 (00:50 +0000)]
use the same ifdef anf get rid of "unused var" warnings

17 years agofix off-by-one accidentally introduced by safe_emalloc() patch
Antony Dovgal [Sat, 10 Feb 2007 00:48:17 +0000 (00:48 +0000)]
fix off-by-one accidentally introduced by safe_emalloc() patch

17 years agoupgrade PCRE to version 7.0
Nuno Lopes [Fri, 9 Feb 2007 20:13:18 +0000 (20:13 +0000)]
upgrade PCRE to version 7.0

18 years agofix #40410 (ext/posix does not compile on MacOS 10.3.9)
Antony Dovgal [Fri, 9 Feb 2007 10:15:03 +0000 (10:15 +0000)]
fix #40410 (ext/posix does not compile on MacOS 10.3.9)

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

18 years ago- Add include
Marcus Boerger [Thu, 8 Feb 2007 22:53:47 +0000 (22:53 +0000)]
- Add include

18 years ago- Include spl_iterators.h
Marcus Boerger [Thu, 8 Feb 2007 22:50:15 +0000 (22:50 +0000)]
- Include spl_iterators.h

18 years ago- Moving Countable from spl_array.c to spl_iterator.c
Marcus Boerger [Thu, 8 Feb 2007 20:13:49 +0000 (20:13 +0000)]
- Moving Countable from spl_array.c to spl_iterator.c
  allows CachingIterator to implement Countable

18 years agofix a few tests (segfaults + wrong output)
Nuno Lopes [Thu, 8 Feb 2007 16:37:52 +0000 (16:37 +0000)]
fix a few tests (segfaults + wrong output)

18 years ago- Simplify call_user_func/call_user_func_array implementation
Marcus Boerger [Thu, 8 Feb 2007 15:31:01 +0000 (15:31 +0000)]
- Simplify call_user_func/call_user_func_array implementation
- Allow call_user_func/call_user_func_array to return reference

18 years ago- Show whether a zval is a reference in printzv user command
Marcus Boerger [Thu, 8 Feb 2007 15:28:43 +0000 (15:28 +0000)]
- Show whether a zval is a reference in printzv user command

18 years agoMFB: remove ereg() calls
Nuno Lopes [Thu, 8 Feb 2007 15:25:17 +0000 (15:25 +0000)]
MFB: remove ereg() calls

18 years ago- No reason not to pass return_value_ptr for non return-by-reference functions
Marcus Boerger [Thu, 8 Feb 2007 14:47:32 +0000 (14:47 +0000)]
- No reason not to pass return_value_ptr for non return-by-reference functions

18 years ago- Fix potential issue with 'f'-parameter parsing
Marcus Boerger [Thu, 8 Feb 2007 14:33:16 +0000 (14:33 +0000)]
- Fix potential issue with 'f'-parameter parsing
- Complete zend_fcall_info_*() API

18 years ago- Do not set is_ref/refcount for functions that return by reference
Marcus Boerger [Thu, 8 Feb 2007 12:30:40 +0000 (12:30 +0000)]
- Do not set is_ref/refcount for functions that return by reference

18 years ago- More ZEND_API's
Marcus Boerger [Thu, 8 Feb 2007 12:29:57 +0000 (12:29 +0000)]
- More ZEND_API's

18 years ago- Add new test
Marcus Boerger [Thu, 8 Feb 2007 08:44:28 +0000 (08:44 +0000)]
- Add new test

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

18 years agoadd test
Antony Dovgal [Wed, 7 Feb 2007 21:12:48 +0000 (21:12 +0000)]
add test

18 years agoexplicitly set module name
Antony Dovgal [Wed, 7 Feb 2007 18:22:38 +0000 (18:22 +0000)]
explicitly set module name

18 years agoupgrade apache2filter to php6
Antony Dovgal [Wed, 7 Feb 2007 09:37:34 +0000 (09:37 +0000)]
upgrade apache2filter to php6

18 years agochange "php5" to "php6" everywhere
Antony Dovgal [Wed, 7 Feb 2007 09:35:09 +0000 (09:35 +0000)]
change "php5" to "php6" everywhere
rename mod_php5.c to mod_php.c

18 years ago- Let's go with RC2
Marcus Boerger [Wed, 7 Feb 2007 08:37:29 +0000 (08:37 +0000)]
- Let's go with RC2

18 years ago- Add new test
Marcus Boerger [Wed, 7 Feb 2007 08:36:50 +0000 (08:36 +0000)]
- Add new test

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

18 years ago- Add possibility to check for a specific compression method
Johannes Schlüter [Tue, 6 Feb 2007 23:56:39 +0000 (23:56 +0000)]
- Add possibility to check for a specific compression method

18 years ago- Fix issues found with solaris
Marcus Boerger [Tue, 6 Feb 2007 23:19:10 +0000 (23:19 +0000)]
- Fix issues found with solaris

18 years ago- Avoid direct tsrm manipulating in ini setting
Marcus Boerger [Tue, 6 Feb 2007 22:41:39 +0000 (22:41 +0000)]
- Avoid direct tsrm manipulating in ini setting

18 years ago- Fix potential read issues
Marcus Boerger [Tue, 6 Feb 2007 22:12:21 +0000 (22:12 +0000)]
- Fix potential read issues

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