]> granicus.if.org Git - php/log
php
16 years agofix test
Antony Dovgal [Thu, 21 Feb 2008 13:38:54 +0000 (13:38 +0000)]
fix test

16 years agoMFB: Fixed bug #44189 (PDO setAttribute() does not properly validate values
Ilia Alshanetsky [Thu, 21 Feb 2008 13:38:12 +0000 (13:38 +0000)]
MFB: Fixed bug #44189 (PDO setAttribute() does not properly validate values
for native numeric options)

16 years agonew Oracle stuff
Antony Dovgal [Thu, 21 Feb 2008 13:36:25 +0000 (13:36 +0000)]
new Oracle stuff

16 years agoPrevented recursive collector invocation
Dmitry Stogov [Thu, 21 Feb 2008 10:42:22 +0000 (10:42 +0000)]
Prevented recursive collector invocation

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

16 years agoA much better solution for setDefaultStub(). The convertTo*() fixes should be trivial...
Steph Fox [Thu, 21 Feb 2008 00:24:38 +0000 (00:24 +0000)]
A much better solution for setDefaultStub(). The convertTo*() fixes should be trivial now.

16 years agoMFB: Fixed Bug #44191 (preg_grep messes up array index)
Felipe Pena [Wed, 20 Feb 2008 22:15:53 +0000 (22:15 +0000)]
MFB: Fixed Bug #44191 (preg_grep messes up array index)

16 years agoNew test
Felipe Pena [Wed, 20 Feb 2008 21:59:43 +0000 (21:59 +0000)]
New test

16 years agoFix filenames
Steph Fox [Wed, 20 Feb 2008 19:26:40 +0000 (19:26 +0000)]
Fix filenames

16 years agoImplement $phar->setDefaultStub()
Steph Fox [Wed, 20 Feb 2008 19:22:12 +0000 (19:22 +0000)]
Implement $phar->setDefaultStub()
Note that Phar::createDefaultStub() still exists at this point

16 years agoFix test. Now passes.
Andrey Hristov [Wed, 20 Feb 2008 18:28:37 +0000 (18:28 +0000)]
Fix test. Now passes.

16 years agoLet's have reflection reflect reality...
Steph Fox [Wed, 20 Feb 2008 17:58:56 +0000 (17:58 +0000)]
Let's have reflection reflect reality...

16 years agoMFB: Fixed a possible crash with syslog logging on ZTS builds
Ilia Alshanetsky [Wed, 20 Feb 2008 15:27:47 +0000 (15:27 +0000)]
MFB: Fixed a possible crash with syslog logging on ZTS builds

16 years agoFix memory leak
Andrey Hristov [Wed, 20 Feb 2008 15:20:14 +0000 (15:20 +0000)]
Fix memory leak

16 years agoTake some of the pain out of stub rewrites. (Full default stub is tested elsewhere.)
Steph Fox [Wed, 20 Feb 2008 14:28:49 +0000 (14:28 +0000)]
Take some of the pain out of stub rewrites. (Full default stub is tested elsewhere.)

16 years ago- New tests for current() function
Josie Messa [Wed, 20 Feb 2008 14:21:36 +0000 (14:21 +0000)]
- New tests for current() function

16 years agoFix 'clean' sections
Steph Fox [Wed, 20 Feb 2008 13:33:00 +0000 (13:33 +0000)]
Fix 'clean' sections

16 years agoMove supporting files to their own directory (toplevel tests)
Steph Fox [Wed, 20 Feb 2008 13:11:40 +0000 (13:11 +0000)]
Move supporting files to their own directory (toplevel tests)

16 years agoFixed bug #44184 (Double free of loop-variable on exception)
Dmitry Stogov [Wed, 20 Feb 2008 12:06:29 +0000 (12:06 +0000)]
Fixed bug #44184 (Double free of loop-variable on exception)

16 years agoAdded checks for destoied objects
Dmitry Stogov [Wed, 20 Feb 2008 09:46:05 +0000 (09:46 +0000)]
Added checks for destoied objects

17 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)

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

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

17 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

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

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

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

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

17 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))

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

17 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

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

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

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

17 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

17 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

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

17 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

17 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.

17 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)

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

17 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

17 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.

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

17 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

17 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)

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

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

17 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'

17 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