]> granicus.if.org Git - php/log
php
16 years agoMFB: Fixed bug #44171 (Invalid FETCH_COLUMN index does not raise an error)
Ilia Alshanetsky [Wed, 20 Feb 2008 03:12:23 +0000 (03:12 +0000)]
MFB: Fixed bug #44171 (Invalid FETCH_COLUMN index does not raise an error)

16 years agoChangeLog update
<changelog@php.net> [Wed, 20 Feb 2008 01:31:31 +0000 (01:31 +0000)]
ChangeLog update

16 years agoFix a failing test
Andrey Hristov [Tue, 19 Feb 2008 17:22:05 +0000 (17:22 +0000)]
Fix a failing test

16 years ago- New tests for each() function
Josie Messa [Tue, 19 Feb 2008 17:03:11 +0000 (17:03 +0000)]
- New tests for each() function

16 years agoFixed memory leaks
Dmitry Stogov [Tue, 19 Feb 2008 16:39:34 +0000 (16:39 +0000)]
Fixed memory leaks

16 years agoFixed GC bug
Dmitry Stogov [Tue, 19 Feb 2008 15:56:09 +0000 (15:56 +0000)]
Fixed GC bug

16 years agoFix a compile warning + test
Andrey Hristov [Tue, 19 Feb 2008 15:38:24 +0000 (15:38 +0000)]
Fix a compile warning + test

16 years agoMFB
Nuno Lopes [Tue, 19 Feb 2008 14:46:41 +0000 (14:46 +0000)]
MFB

16 years agoMFB: Fixed Bug #44159 (Crash: $pdo->setAttribute(PDO::STATEMENT_ATTR_CLASS, NULL))
Felipe Pena [Tue, 19 Feb 2008 12:17:42 +0000 (12:17 +0000)]
MFB: Fixed Bug #44159 (Crash: $pdo->setAttribute(PDO::STATEMENT_ATTR_CLASS, NULL))

16 years agoFixed memory leak
Dmitry Stogov [Tue, 19 Feb 2008 12:01:14 +0000 (12:01 +0000)]
Fixed memory leak

16 years ago- New tests for natcasesort() function
Josie Messa [Tue, 19 Feb 2008 10:54:02 +0000 (10:54 +0000)]
- New tests for natcasesort() function

16 years ago- changed UEXPECTF section
Josie Messa [Tue, 19 Feb 2008 09:37:50 +0000 (09:37 +0000)]
- changed UEXPECTF section

16 years agoFugbix typo.
Sebastian Bergmann [Tue, 19 Feb 2008 06:52:17 +0000 (06:52 +0000)]
Fugbix typo.

16 years agoFix clean section
Steph Fox [Tue, 19 Feb 2008 03:24:18 +0000 (03:24 +0000)]
Fix clean section

16 years agoUpdate tests to match new stub length
Steph Fox [Tue, 19 Feb 2008 03:12:11 +0000 (03:12 +0000)]
Update tests to match new stub length

16 years agoMFB: sync DRCP connection pooling and FAN support from PHP 5.3
Christopher Jones [Tue, 19 Feb 2008 01:44:29 +0000 (01:44 +0000)]
MFB: sync DRCP connection pooling and FAN support from PHP 5.3

16 years agoChangeLog update
<changelog@php.net> [Tue, 19 Feb 2008 01:31:33 +0000 (01:31 +0000)]
ChangeLog update

16 years agoAdd debug_info handler to SplDoublyLinkedList/Stack/Queue to make them var_dump friendly
Etienne Kneuss [Mon, 18 Feb 2008 23:54:45 +0000 (23:54 +0000)]
Add debug_info handler to SplDoublyLinkedList/Stack/Queue to make them var_dump friendly

16 years agoAllow createDefaultStub() to accept 0, 1 or 2 parameters. Default for both CLI and...
Steph Fox [Mon, 18 Feb 2008 21:45:02 +0000 (21:45 +0000)]
Allow createDefaultStub() to accept 0, 1 or 2 parameters. Default for both CLI and web is 'index.php'.
@Greg: this breaks a handful of tests due to the change in stub.h - will fix in a bit. The only one that's interesting is you can't do strlen(Phar::createDefaultStub()) and expect anything other than an exception now.

16 years agoMade code opcode-cache friendly. (It is disallowed to change code during execution)
Dmitry Stogov [Mon, 18 Feb 2008 14:31:01 +0000 (14:31 +0000)]
Made code opcode-cache friendly. (It is disallowed to change code during execution)

16 years agoRemoved redundant refcount manipulations
Dmitry Stogov [Mon, 18 Feb 2008 12:11:57 +0000 (12:11 +0000)]
Removed redundant refcount manipulations

16 years agoFix ZTS build (again), kill unused var
Steph Fox [Mon, 18 Feb 2008 04:51:04 +0000 (04:51 +0000)]
Fix ZTS build (again), kill unused var

16 years agoadd initial support for hashing mounted directories. Actual matching of mounted...
Greg Beaver [Mon, 18 Feb 2008 04:45:42 +0000 (04:45 +0000)]
add initial support for hashing mounted directories.  Actual matching of mounted directories is not yet supported.

16 years agoFix ZTS build *nicely*
Steph Fox [Mon, 18 Feb 2008 04:42:04 +0000 (04:42 +0000)]
Fix ZTS build *nicely*

16 years agoadd Phar::mount() to manually mount a file or directory
Greg Beaver [Mon, 18 Feb 2008 04:32:50 +0000 (04:32 +0000)]
add Phar::mount() to manually mount a file or directory

# TODO: implement directory mounting.  Involves scanning paths that are not exact matches for a partial match.
# this also means maintaining a per-phar hash of mounted directories for quick matching

16 years agoadd externally parsed files to temporary manifest (this will be made
Greg Beaver [Mon, 18 Feb 2008 03:37:51 +0000 (03:37 +0000)]
add externally parsed files to temporary manifest (this will be made
optional and must be explicitly enabled per-phar)

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

16 years agoFix ZTS build
Steph Fox [Mon, 18 Feb 2008 00:46:07 +0000 (00:46 +0000)]
Fix ZTS build

16 years ago- Allow zend_extensions to be build inside ext and tested with 'make test'
Marcus Boerger [Sun, 17 Feb 2008 20:49:46 +0000 (20:49 +0000)]
- Allow zend_extensions to be build inside ext and tested with 'make test'

16 years ago- Fixed typoes.
Derick Rethans [Sun, 17 Feb 2008 18:17:01 +0000 (18:17 +0000)]
- Fixed typoes.

17 years agoChangeLog update
<changelog@php.net> [Sun, 17 Feb 2008 01:31:28 +0000 (01:31 +0000)]
ChangeLog update

17 years ago - MFB: add PHP_PHP_BUILD\bin to the path in PATH_PROG (option set with --with-php...
Pierre Joye [Sun, 17 Feb 2008 01:29:16 +0000 (01:29 +0000)]
 - MFB: add PHP_PHP_BUILD\bin to the path in PATH_PROG (option set with --with-php-builds=[PATH] the zip.zip contains all we need (except re2c! )

17 years agoFix test
Felipe Pena [Sun, 17 Feb 2008 01:21:15 +0000 (01:21 +0000)]
Fix test

17 years agoMFB
Rui Hirokawa [Sat, 16 Feb 2008 08:49:07 +0000 (08:49 +0000)]
MFB

17 years agoMFB: Test existing LOB error messages
Christopher Jones [Sat, 16 Feb 2008 03:02:24 +0000 (03:02 +0000)]
MFB: Test existing LOB error messages

17 years agoFix build
Felipe Pena [Sat, 16 Feb 2008 02:28:11 +0000 (02:28 +0000)]
Fix build

17 years agoChangeLog update
<changelog@php.net> [Sat, 16 Feb 2008 01:31:36 +0000 (01:31 +0000)]
ChangeLog update

17 years agoMHB: Bug #44113 (New collection creation can fail with OCI-22303)
Christopher Jones [Fri, 15 Feb 2008 23:49:21 +0000 (23:49 +0000)]
MHB: Bug #44113 (New collection creation can fail with OCI-22303)

17 years agoFix tests
Felipe Pena [Fri, 15 Feb 2008 16:55:11 +0000 (16:55 +0000)]
Fix tests

17 years ago- New tests for rsort() function
Josie Messa [Fri, 15 Feb 2008 16:04:35 +0000 (16:04 +0000)]
- New tests for rsort() function

17 years ago- [DOC] MFB: add PHP_MAJOR_VERSION, PHP_MINOR_VERSION, PHP_RELEASE_VERSION,
Pierre Joye [Fri, 15 Feb 2008 15:09:56 +0000 (15:09 +0000)]
- [DOC] MFB: add PHP_MAJOR_VERSION, PHP_MINOR_VERSION, PHP_RELEASE_VERSION,
  PHP_EXTRA_VERSION, PHP_VERSION_ID, PHP_ZTS and PHP_DEBUG constants

17 years agooptimization
Dmitry Stogov [Fri, 15 Feb 2008 14:51:52 +0000 (14:51 +0000)]
optimization

17 years ago- Fixed typo
Derick Rethans [Fri, 15 Feb 2008 12:47:21 +0000 (12:47 +0000)]
- Fixed typo

17 years ago- Add the ReflectionProperty::setAccesible() method that allows non-public
Derick Rethans [Fri, 15 Feb 2008 12:37:38 +0000 (12:37 +0000)]
- Add the ReflectionProperty::setAccesible() method that allows non-public
  property's values to be read through ::getValue().

17 years agomore cosmetics
Antony Dovgal [Fri, 15 Feb 2008 09:35:47 +0000 (09:35 +0000)]
more cosmetics

17 years agorecursion protection in count()
Antony Dovgal [Fri, 15 Feb 2008 09:33:00 +0000 (09:33 +0000)]
recursion protection in count()

17 years agocosmetic fix
Antony Dovgal [Fri, 15 Feb 2008 09:20:19 +0000 (09:20 +0000)]
cosmetic fix

17 years agoFixed bug #43507 (SOAPFault HTTP Status 500 - would like to be able to set the HTTP...
Dmitry Stogov [Fri, 15 Feb 2008 06:51:41 +0000 (06:51 +0000)]
Fixed bug #43507 (SOAPFault HTTP Status 500 - would like to be able to set the HTTP Status)

17 years agobegin work on ability to mount files from external locations as if they were inside...
Greg Beaver [Fri, 15 Feb 2008 05:01:40 +0000 (05:01 +0000)]
begin work on ability to mount files from external locations as if they were inside of a phar archive

17 years agoChangeLog update
<changelog@php.net> [Fri, 15 Feb 2008 01:31:30 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- New tests for count() function
Josie Messa [Thu, 14 Feb 2008 16:48:27 +0000 (16:48 +0000)]
- New tests for count() function

17 years agoMFB: Fixed test on 64bit machines
Ilia Alshanetsky [Thu, 14 Feb 2008 16:30:10 +0000 (16:30 +0000)]
MFB: Fixed test on 64bit machines

17 years ago- New variation test for array_values()
Josie Messa [Thu, 14 Feb 2008 16:09:18 +0000 (16:09 +0000)]
- New variation test for array_values()

17 years agoAnother fix
Andrey Hristov [Thu, 14 Feb 2008 15:20:08 +0000 (15:20 +0000)]
Another fix

17 years agoFix memory errors
Andrey Hristov [Thu, 14 Feb 2008 14:48:57 +0000 (14:48 +0000)]
Fix memory errors

17 years agoFixed bug #44069 (Huge memory usage with concatenation using . instead of .=)
Dmitry Stogov [Thu, 14 Feb 2008 14:42:16 +0000 (14:42 +0000)]
Fixed bug #44069 (Huge memory usage with concatenation using . instead of .=)

17 years ago- New tests for array_values() function
Josie Messa [Thu, 14 Feb 2008 14:20:51 +0000 (14:20 +0000)]
- New tests for array_values() function

17 years agoMFB: Fixed Bug #42838 (Wrong results in array_diff_uassoc)
Felipe Pena [Thu, 14 Feb 2008 14:17:32 +0000 (14:17 +0000)]
MFB: Fixed Bug #42838 (Wrong results in array_diff_uassoc)

17 years agoNew test
Felipe Pena [Thu, 14 Feb 2008 13:51:15 +0000 (13:51 +0000)]
New test

17 years agoUpdate mysqlnd - fix bg_store
Andrey Hristov [Thu, 14 Feb 2008 12:51:00 +0000 (12:51 +0000)]
Update mysqlnd - fix bg_store

17 years ago- New tests for array_slice() function
Josie Messa [Thu, 14 Feb 2008 11:13:56 +0000 (11:13 +0000)]
- New tests for array_slice() function

17 years agoReverted memrchr() patch, because it is broken on linux 64-bit
Dmitry Stogov [Thu, 14 Feb 2008 10:25:10 +0000 (10:25 +0000)]
Reverted memrchr() patch, because it is broken on linux 64-bit

17 years agoFixed memory leak
Dmitry Stogov [Thu, 14 Feb 2008 08:46:42 +0000 (08:46 +0000)]
Fixed memory leak

17 years agoChangeLog update
<changelog@php.net> [Thu, 14 Feb 2008 01:31:28 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- Add some missing elements from the return value.
Derick Rethans [Wed, 13 Feb 2008 21:53:01 +0000 (21:53 +0000)]
- Add some missing elements from the return value.

17 years ago- Add missig .cvsignore
Marcus Boerger [Wed, 13 Feb 2008 21:03:58 +0000 (21:03 +0000)]
- Add missig .cvsignore

17 years agoFix inconcistencies between substr and substr_compare
Etienne Kneuss [Wed, 13 Feb 2008 16:59:56 +0000 (16:59 +0000)]
Fix inconcistencies between substr and substr_compare

17 years ago- New tests for array_shift() function
Josie Messa [Wed, 13 Feb 2008 16:40:42 +0000 (16:40 +0000)]
- New tests for array_shift() function

17 years agoUse memrchr() instead of zend_memrchr() if available. (Nuno)
Dmitry Stogov [Wed, 13 Feb 2008 16:22:12 +0000 (16:22 +0000)]
Use memrchr() instead of zend_memrchr() if available. (Nuno)

17 years ago- New tests for array_push() function
Josie Messa [Wed, 13 Feb 2008 16:14:02 +0000 (16:14 +0000)]
- New tests for array_push() function

17 years agoremove refcount hack to workaround zlib memleak fixed in zlib
Greg Beaver [Wed, 13 Feb 2008 15:00:31 +0000 (15:00 +0000)]
remove refcount hack to workaround zlib memleak fixed in zlib
intercepted file functions now fall through if the file is not found in the phar, this allows access to external libraries
actually use include_path for locating files for inclusion and in file_get_contents/fopen when include_path is requested.
This allows applications like Zend Framework MVC implementation to function properly

17 years ago- committing tests for array_merge() function
Josie Messa [Wed, 13 Feb 2008 14:19:37 +0000 (14:19 +0000)]
- committing tests for array_merge() function

17 years ago- committig tests for array_key_exists() function
Josie Messa [Wed, 13 Feb 2008 13:12:06 +0000 (13:12 +0000)]
- committig tests for array_key_exists() function

17 years ago- Make this behave like in <= 5.2.5 and test for it
Marcus Boerger [Wed, 13 Feb 2008 12:01:16 +0000 (12:01 +0000)]
- Make this behave like in <= 5.2.5 and test for it

17 years agoChangeLog update
<changelog@php.net> [Wed, 13 Feb 2008 01:31:29 +0000 (01:31 +0000)]
ChangeLog update

17 years agofix potential memleak due to destruction of filterparams zval
Greg Beaver [Tue, 12 Feb 2008 23:27:46 +0000 (23:27 +0000)]
fix potential memleak due to destruction of filterparams zval

17 years agoFix Windows build. VC doesn't like nested macros - expansion + #if
Andrey Hristov [Tue, 12 Feb 2008 22:06:06 +0000 (22:06 +0000)]
Fix Windows build. VC doesn't like nested macros - expansion + #if

17 years ago- Make clear what's going on and avoid overwriting parameters
Johannes Schlüter [Tue, 12 Feb 2008 20:43:28 +0000 (20:43 +0000)]
- Make clear what's going on and avoid overwriting parameters

17 years ago- Fix build with TSRM and mysqlnd
Johannes Schlüter [Tue, 12 Feb 2008 20:18:56 +0000 (20:18 +0000)]
- Fix build with TSRM and mysqlnd

17 years ago- committing array_change_key_case variation tests
Josie Messa [Tue, 12 Feb 2008 17:45:47 +0000 (17:45 +0000)]
- committing array_change_key_case variation tests

17 years agoAdd missing SKIPIF, rename vars for readability
Steph Fox [Tue, 12 Feb 2008 16:55:50 +0000 (16:55 +0000)]
Add missing SKIPIF, rename vars for readability

17 years ago- it helps if you add the new files :)
Steph Fox [Tue, 12 Feb 2008 16:42:35 +0000 (16:42 +0000)]
- it helps if you add the new files :)

17 years agoMake tests/tar in line with tests/zip.
Steph Fox [Tue, 12 Feb 2008 16:39:59 +0000 (16:39 +0000)]
Make tests/tar in line with tests/zip.

17 years agonuke unnecessary TSRMLS_FETCH()
Antony Dovgal [Tue, 12 Feb 2008 10:54:27 +0000 (10:54 +0000)]
nuke unnecessary TSRMLS_FETCH()

17 years agoFix typo
Andrey Hristov [Tue, 12 Feb 2008 10:51:25 +0000 (10:51 +0000)]
Fix typo

17 years agoMFB: Fixed Bug #44094 (SEGFAULT when using mysql_connect())
Felipe Pena [Tue, 12 Feb 2008 10:15:16 +0000 (10:15 +0000)]
MFB: Fixed Bug #44094 (SEGFAULT when using mysql_connect())

17 years agoAdded NOWDOC
Dmitry Stogov [Tue, 12 Feb 2008 09:28:30 +0000 (09:28 +0000)]
Added NOWDOC

17 years agoFixed comilation warnings
Dmitry Stogov [Tue, 12 Feb 2008 09:00:07 +0000 (09:00 +0000)]
Fixed comilation warnings

17 years agoFixed ext/tokenizer test failures because of token renumbering
Dmitry Stogov [Tue, 12 Feb 2008 08:49:19 +0000 (08:49 +0000)]
Fixed ext/tokenizer test failures because of token renumbering

17 years agofix TSRM build
Greg Beaver [Tue, 12 Feb 2008 05:38:01 +0000 (05:38 +0000)]
fix TSRM build

17 years agoupdate TODO to reflect must-haves prior to 2.0
Greg Beaver [Tue, 12 Feb 2008 05:36:02 +0000 (05:36 +0000)]
update TODO to reflect must-haves prior to 2.0

17 years agofix test (all tests pass on unix now)
Greg Beaver [Tue, 12 Feb 2008 05:30:59 +0000 (05:30 +0000)]
fix test (all tests pass on unix now)

17 years agofix remaining broken tests broken by the addition of phar->fp closing
Greg Beaver [Tue, 12 Feb 2008 05:28:06 +0000 (05:28 +0000)]
fix remaining broken tests broken by the addition of phar->fp closing

17 years agofix some of the failing tests due to non-reopened phar fp
Greg Beaver [Tue, 12 Feb 2008 05:16:53 +0000 (05:16 +0000)]
fix some of the failing tests due to non-reopened phar fp

17 years agoMFB: array_slice() - Fixed behavior when NULL is given in third parameter (BC)
Felipe Pena [Tue, 12 Feb 2008 01:49:42 +0000 (01:49 +0000)]
MFB: array_slice() - Fixed behavior when NULL is given in third parameter (BC)

17 years agoChangeLog update
<changelog@php.net> [Tue, 12 Feb 2008 01:31:25 +0000 (01:31 +0000)]
ChangeLog update

17 years agofix build
Stanislav Malyshev [Tue, 12 Feb 2008 01:30:58 +0000 (01:30 +0000)]
fix build

17 years agoNew test
Felipe Pena [Tue, 12 Feb 2008 01:21:29 +0000 (01:21 +0000)]
New test

17 years agoHNY
Stanislav Malyshev [Tue, 12 Feb 2008 01:04:15 +0000 (01:04 +0000)]
HNY

17 years agoMFB __DIR__ constant support
Stanislav Malyshev [Tue, 12 Feb 2008 01:04:08 +0000 (01:04 +0000)]
MFB __DIR__ constant support