]>
granicus.if.org Git - php/log
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)
<changelog@php.net> [Wed, 20 Feb 2008 01:31:31 +0000 (01:31 +0000)]
ChangeLog update
Andrey Hristov [Tue, 19 Feb 2008 17:22:05 +0000 (17:22 +0000)]
Fix a failing test
Josie Messa [Tue, 19 Feb 2008 17:03:11 +0000 (17:03 +0000)]
- New tests for each() function
Dmitry Stogov [Tue, 19 Feb 2008 16:39:34 +0000 (16:39 +0000)]
Fixed memory leaks
Dmitry Stogov [Tue, 19 Feb 2008 15:56:09 +0000 (15:56 +0000)]
Fixed GC bug
Andrey Hristov [Tue, 19 Feb 2008 15:38:24 +0000 (15:38 +0000)]
Fix a compile warning + test
Nuno Lopes [Tue, 19 Feb 2008 14:46:41 +0000 (14:46 +0000)]
MFB
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))
Dmitry Stogov [Tue, 19 Feb 2008 12:01:14 +0000 (12:01 +0000)]
Fixed memory leak
Josie Messa [Tue, 19 Feb 2008 10:54:02 +0000 (10:54 +0000)]
- New tests for natcasesort() function
Josie Messa [Tue, 19 Feb 2008 09:37:50 +0000 (09:37 +0000)]
- changed UEXPECTF section
Sebastian Bergmann [Tue, 19 Feb 2008 06:52:17 +0000 (06:52 +0000)]
Fugbix typo.
Steph Fox [Tue, 19 Feb 2008 03:24:18 +0000 (03:24 +0000)]
Fix clean section
Steph Fox [Tue, 19 Feb 2008 03:12:11 +0000 (03:12 +0000)]
Update tests to match new stub length
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
<changelog@php.net> [Tue, 19 Feb 2008 01:31:33 +0000 (01:31 +0000)]
ChangeLog update
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
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.
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)
Dmitry Stogov [Mon, 18 Feb 2008 12:11:57 +0000 (12:11 +0000)]
Removed redundant refcount manipulations
Steph Fox [Mon, 18 Feb 2008 04:51:04 +0000 (04:51 +0000)]
Fix ZTS build (again), kill unused var
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.
Steph Fox [Mon, 18 Feb 2008 04:42:04 +0000 (04:42 +0000)]
Fix ZTS build *nicely*
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
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)
<changelog@php.net> [Mon, 18 Feb 2008 01:31:32 +0000 (01:31 +0000)]
ChangeLog update
Steph Fox [Mon, 18 Feb 2008 00:46:07 +0000 (00:46 +0000)]
Fix ZTS build
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'
Derick Rethans [Sun, 17 Feb 2008 18:17:01 +0000 (18:17 +0000)]
- Fixed typoes.
<changelog@php.net> [Sun, 17 Feb 2008 01:31:28 +0000 (01:31 +0000)]
ChangeLog update
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! )
Felipe Pena [Sun, 17 Feb 2008 01:21:15 +0000 (01:21 +0000)]
Fix test
Rui Hirokawa [Sat, 16 Feb 2008 08:49:07 +0000 (08:49 +0000)]
MFB
Christopher Jones [Sat, 16 Feb 2008 03:02:24 +0000 (03:02 +0000)]
MFB: Test existing LOB error messages
Felipe Pena [Sat, 16 Feb 2008 02:28:11 +0000 (02:28 +0000)]
Fix build
<changelog@php.net> [Sat, 16 Feb 2008 01:31:36 +0000 (01:31 +0000)]
ChangeLog update
Christopher Jones [Fri, 15 Feb 2008 23:49:21 +0000 (23:49 +0000)]
MHB: Bug #44113 (New collection creation can fail with OCI-22303)
Felipe Pena [Fri, 15 Feb 2008 16:55:11 +0000 (16:55 +0000)]
Fix tests
Josie Messa [Fri, 15 Feb 2008 16:04:35 +0000 (16:04 +0000)]
- New tests for rsort() function
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
Dmitry Stogov [Fri, 15 Feb 2008 14:51:52 +0000 (14:51 +0000)]
optimization
Derick Rethans [Fri, 15 Feb 2008 12:47:21 +0000 (12:47 +0000)]
- Fixed typo
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().
Antony Dovgal [Fri, 15 Feb 2008 09:35:47 +0000 (09:35 +0000)]
more cosmetics
Antony Dovgal [Fri, 15 Feb 2008 09:33:00 +0000 (09:33 +0000)]
recursion protection in count()
Antony Dovgal [Fri, 15 Feb 2008 09:20:19 +0000 (09:20 +0000)]
cosmetic fix
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)
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
<changelog@php.net> [Fri, 15 Feb 2008 01:31:30 +0000 (01:31 +0000)]
ChangeLog update
Josie Messa [Thu, 14 Feb 2008 16:48:27 +0000 (16:48 +0000)]
- New tests for count() function
Ilia Alshanetsky [Thu, 14 Feb 2008 16:30:10 +0000 (16:30 +0000)]
MFB: Fixed test on 64bit machines
Josie Messa [Thu, 14 Feb 2008 16:09:18 +0000 (16:09 +0000)]
- New variation test for array_values()
Andrey Hristov [Thu, 14 Feb 2008 15:20:08 +0000 (15:20 +0000)]
Another fix
Andrey Hristov [Thu, 14 Feb 2008 14:48:57 +0000 (14:48 +0000)]
Fix memory errors
Dmitry Stogov [Thu, 14 Feb 2008 14:42:16 +0000 (14:42 +0000)]
Fixed bug #44069 (Huge memory usage with concatenation using . instead of .=)
Josie Messa [Thu, 14 Feb 2008 14:20:51 +0000 (14:20 +0000)]
- New tests for array_values() function
Felipe Pena [Thu, 14 Feb 2008 14:17:32 +0000 (14:17 +0000)]
MFB: Fixed Bug #42838 (Wrong results in array_diff_uassoc)
Felipe Pena [Thu, 14 Feb 2008 13:51:15 +0000 (13:51 +0000)]
New test
Andrey Hristov [Thu, 14 Feb 2008 12:51:00 +0000 (12:51 +0000)]
Update mysqlnd - fix bg_store
Josie Messa [Thu, 14 Feb 2008 11:13:56 +0000 (11:13 +0000)]
- New tests for array_slice() function
Dmitry Stogov [Thu, 14 Feb 2008 10:25:10 +0000 (10:25 +0000)]
Reverted memrchr() patch, because it is broken on linux 64-bit
Dmitry Stogov [Thu, 14 Feb 2008 08:46:42 +0000 (08:46 +0000)]
Fixed memory leak
<changelog@php.net> [Thu, 14 Feb 2008 01:31:28 +0000 (01:31 +0000)]
ChangeLog update
Derick Rethans [Wed, 13 Feb 2008 21:53:01 +0000 (21:53 +0000)]
- Add some missing elements from the return value.
Marcus Boerger [Wed, 13 Feb 2008 21:03:58 +0000 (21:03 +0000)]
- Add missig .cvsignore
Etienne Kneuss [Wed, 13 Feb 2008 16:59:56 +0000 (16:59 +0000)]
Fix inconcistencies between substr and substr_compare
Josie Messa [Wed, 13 Feb 2008 16:40:42 +0000 (16:40 +0000)]
- New tests for array_shift() function
Dmitry Stogov [Wed, 13 Feb 2008 16:22:12 +0000 (16:22 +0000)]
Use memrchr() instead of zend_memrchr() if available. (Nuno)
Josie Messa [Wed, 13 Feb 2008 16:14:02 +0000 (16:14 +0000)]
- New tests for array_push() function
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
Josie Messa [Wed, 13 Feb 2008 14:19:37 +0000 (14:19 +0000)]
- committing tests for array_merge() function
Josie Messa [Wed, 13 Feb 2008 13:12:06 +0000 (13:12 +0000)]
- committig tests for array_key_exists() function
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
<changelog@php.net> [Wed, 13 Feb 2008 01:31:29 +0000 (01:31 +0000)]
ChangeLog update
Greg Beaver [Tue, 12 Feb 2008 23:27:46 +0000 (23:27 +0000)]
fix potential memleak due to destruction of filterparams zval
Andrey Hristov [Tue, 12 Feb 2008 22:06:06 +0000 (22:06 +0000)]
Fix Windows build. VC doesn't like nested macros - expansion + #if
Johannes Schlüter [Tue, 12 Feb 2008 20:43:28 +0000 (20:43 +0000)]
- Make clear what's going on and avoid overwriting parameters
Johannes Schlüter [Tue, 12 Feb 2008 20:18:56 +0000 (20:18 +0000)]
- Fix build with TSRM and mysqlnd
Josie Messa [Tue, 12 Feb 2008 17:45:47 +0000 (17:45 +0000)]
- committing array_change_key_case variation tests
Steph Fox [Tue, 12 Feb 2008 16:55:50 +0000 (16:55 +0000)]
Add missing SKIPIF, rename vars for readability
Steph Fox [Tue, 12 Feb 2008 16:42:35 +0000 (16:42 +0000)]
- it helps if you add the new files :)
Steph Fox [Tue, 12 Feb 2008 16:39:59 +0000 (16:39 +0000)]
Make tests/tar in line with tests/zip.
Antony Dovgal [Tue, 12 Feb 2008 10:54:27 +0000 (10:54 +0000)]
nuke unnecessary TSRMLS_FETCH()
Andrey Hristov [Tue, 12 Feb 2008 10:51:25 +0000 (10:51 +0000)]
Fix typo
Felipe Pena [Tue, 12 Feb 2008 10:15:16 +0000 (10:15 +0000)]
MFB: Fixed Bug #44094 (SEGFAULT when using mysql_connect())
Dmitry Stogov [Tue, 12 Feb 2008 09:28:30 +0000 (09:28 +0000)]
Added NOWDOC
Dmitry Stogov [Tue, 12 Feb 2008 09:00:07 +0000 (09:00 +0000)]
Fixed comilation warnings
Dmitry Stogov [Tue, 12 Feb 2008 08:49:19 +0000 (08:49 +0000)]
Fixed ext/tokenizer test failures because of token renumbering
Greg Beaver [Tue, 12 Feb 2008 05:38:01 +0000 (05:38 +0000)]
fix TSRM build
Greg Beaver [Tue, 12 Feb 2008 05:36:02 +0000 (05:36 +0000)]
update TODO to reflect must-haves prior to 2.0
Greg Beaver [Tue, 12 Feb 2008 05:30:59 +0000 (05:30 +0000)]
fix test (all tests pass on unix now)
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
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
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)
<changelog@php.net> [Tue, 12 Feb 2008 01:31:25 +0000 (01:31 +0000)]
ChangeLog update
Stanislav Malyshev [Tue, 12 Feb 2008 01:30:58 +0000 (01:30 +0000)]
fix build
Felipe Pena [Tue, 12 Feb 2008 01:21:29 +0000 (01:21 +0000)]
New test
Stanislav Malyshev [Tue, 12 Feb 2008 01:04:15 +0000 (01:04 +0000)]
HNY
Stanislav Malyshev [Tue, 12 Feb 2008 01:04:08 +0000 (01:04 +0000)]
MFB __DIR__ constant support