]>
granicus.if.org Git - php/log
Felipe Pena [Thu, 20 Nov 2008 14:47:55 +0000 (14:47 +0000)]
- MFH: Added ZEND_FETCH_RESOURCE_NO_RETURN
Mark Karpeles [Thu, 20 Nov 2008 14:14:05 +0000 (14:14 +0000)]
- MFH: #46496, wddx_serialize treats input as ISO-8859-1 (Mark Karpeles)
Felipe Pena [Thu, 20 Nov 2008 13:31:34 +0000 (13:31 +0000)]
- Fixed tests
Felipe Pena [Thu, 20 Nov 2008 13:27:00 +0000 (13:27 +0000)]
- Fixed test
Pierre Joye [Thu, 20 Nov 2008 10:22:55 +0000 (10:22 +0000)]
- MFH: declarations must be.. 1st
Arnaud Le Blanc [Wed, 19 Nov 2008 17:53:47 +0000 (17:53 +0000)]
CS
Andrey Hristov [Wed, 19 Nov 2008 17:45:43 +0000 (17:45 +0000)]
MFH:
Fix a small bug that mysqlnd::next_result didn't care about an error in a
multi-statement. In an inner layer the error has been already set, thus it
needed better massage on the top level.
Felipe Pena [Wed, 19 Nov 2008 16:58:28 +0000 (16:58 +0000)]
- Fixed tests
Arnaud Le Blanc [Wed, 19 Nov 2008 14:41:40 +0000 (14:41 +0000)]
Improved ArrayObject performance (made spl_hash_verify_pos() an O(1)
and removed some spl_array_get_hash_table() calls). Fixes #46039
Felipe Pena [Wed, 19 Nov 2008 11:41:47 +0000 (11:41 +0000)]
- Fixed tests
Pierre Joye [Wed, 19 Nov 2008 09:28:13 +0000 (09:28 +0000)]
- new naming and allow libcurl static build
Etienne Kneuss [Wed, 19 Nov 2008 02:03:26 +0000 (02:03 +0000)]
typo
Etienne Kneuss [Wed, 19 Nov 2008 02:00:53 +0000 (02:00 +0000)]
MFH: Fix #46241 (stacked error_handlers, error_handling in general)
Alexey Zakhlestin [Tue, 18 Nov 2008 19:07:47 +0000 (19:07 +0000)]
new parameter-parsing api
Andrey Hristov [Tue, 18 Nov 2008 18:02:44 +0000 (18:02 +0000)]
MFH: Fix Windows build, pure C compiler
Felipe Pena [Tue, 18 Nov 2008 17:55:07 +0000 (17:55 +0000)]
- Deprecate ereg
Andrey Hristov [Tue, 18 Nov 2008 17:02:18 +0000 (17:02 +0000)]
MFH:
Asynchronous queries for mysqli, when mysqlnd is enabled.
Includes 4 tests for mysqli_poll
Ant Phillips [Tue, 18 Nov 2008 15:36:48 +0000 (15:36 +0000)]
Reflection tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
Pierre Joye [Tue, 18 Nov 2008 14:27:09 +0000 (14:27 +0000)]
- MFH: declaration has to be first...
Pierre Joye [Tue, 18 Nov 2008 02:03:38 +0000 (02:03 +0000)]
- MFB: fix title
Pierre Joye [Tue, 18 Nov 2008 01:56:12 +0000 (01:56 +0000)]
- #41033, enable signing with DSA keys
Felipe Pena [Mon, 17 Nov 2008 22:21:55 +0000 (22:21 +0000)]
MFH:
- Changed 'strlen' to use ZEND_FUNCTION(strlen)
- Removed duplicated arginfo structs
Scott MacVicar [Mon, 17 Nov 2008 21:54:47 +0000 (21:54 +0000)]
Missed test for previous commit
Scott MacVicar [Mon, 17 Nov 2008 21:54:25 +0000 (21:54 +0000)]
MFH Add openssl_random_pseudo_bytes() in order to expose access to a PRG, this wraps around whatever the OS provides.
- OpenBSD uses arc4random()
- Windows uses the Windows Crypto API
- FreeBSD, Linux, etc use /dev/random or /dev/urandom if available
[DOC]
Scott MacVicar [Mon, 17 Nov 2008 19:34:03 +0000 (19:34 +0000)]
MFH Fix #46033 - Segfault when instantiating SQLite3stmt and SQLite3Result directly.
Stanislav Malyshev [Mon, 17 Nov 2008 18:00:44 +0000 (18:00 +0000)]
Improve use syntax
[DOC] use \foo\bar is the same as use foo\bar
Scott MacVicar [Mon, 17 Nov 2008 17:13:55 +0000 (17:13 +0000)]
MFH Sync libsqlite to 3.6.5
David Soria Parra [Mon, 17 Nov 2008 15:17:49 +0000 (15:17 +0000)]
MFH: Feature request #46595. Use cc as default compiler and fallback to gcc.
Ant Phillips [Mon, 17 Nov 2008 12:26:43 +0000 (12:26 +0000)]
Commit tests for ext/reflection
Felipe Pena [Mon, 17 Nov 2008 11:28:01 +0000 (11:28 +0000)]
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
Pierre Joye [Sun, 16 Nov 2008 23:22:43 +0000 (23:22 +0000)]
- MFB: skip if pcntl is not present
Pierre Joye [Sun, 16 Nov 2008 23:15:28 +0000 (23:15 +0000)]
- entry for #46127
Pierre Joye [Sun, 16 Nov 2008 23:14:12 +0000 (23:14 +0000)]
- MFH: #46127, php_openssl_tcp_sockop_accept forgets to set context on accepted stream
Ilia Alshanetsky [Sun, 16 Nov 2008 18:00:50 +0000 (18:00 +0000)]
Fixed memory leak inside readline_callback_handler_install() function
Felipe Pena [Sun, 16 Nov 2008 00:45:03 +0000 (00:45 +0000)]
- MFH: Fixed strlen function entry (missing arginfo struct size, thanks Philip!)
Arnaud Le Blanc [Sat, 15 Nov 2008 12:52:13 +0000 (12:52 +0000)]
MFH: Added stream_cast() and stream_set_options() to user-space stream
wrappers, allowing stream_select(), stream_set_blocking(),
stream_set_timeout() and stream_set_write_buffer() to work with user-space
stream wrappers.
Will document.
Hannes Magnusson [Fri, 14 Nov 2008 19:22:43 +0000 (19:22 +0000)]
MFH: Interfaces extend other interfaces, not implement
Sanjay Mantoor [Fri, 14 Nov 2008 09:16:00 +0000 (09:16 +0000)]
New testcases for gmdate function
Arnaud Le Blanc [Fri, 14 Nov 2008 06:00:48 +0000 (06:00 +0000)]
MFH: Fix proto line
Hannes Magnusson [Thu, 13 Nov 2008 19:06:28 +0000 (19:06 +0000)]
MFH: Document the xmlrpc_errors option
Stanislav Malyshev [Thu, 13 Nov 2008 18:48:25 +0000 (18:48 +0000)]
[DOC] Add option for error_log to send directly to SAPI logger
Ilia Alshanetsky [Thu, 13 Nov 2008 18:21:40 +0000 (18:21 +0000)]
Fixed a bug inside dba_replace() that could cause file truncation with
invalid keys
Felipe Pena [Thu, 13 Nov 2008 18:14:50 +0000 (18:14 +0000)]
- MFH: Better fix
Pierre Joye [Thu, 13 Nov 2008 14:40:06 +0000 (14:40 +0000)]
- MFH: declaration goes first...
Arnaud Le Blanc [Thu, 13 Nov 2008 13:41:08 +0000 (13:41 +0000)]
Updated header_handler in apache2filter and apache_hooks
Felipe Pena [Thu, 13 Nov 2008 13:08:12 +0000 (13:08 +0000)]
- MFH: Fixed invalid reads
Arnaud Le Blanc [Thu, 13 Nov 2008 10:14:04 +0000 (10:14 +0000)]
Added header_remove() (chsc at peytz dotdk, Arnaud)
[DOC] proto void header_remove([string header_name])
Removes an HTTP header previously set using header()
The header_name parameter is optionnal, all headers are
removed if it is not set
[SAPIs] The header_handler callback in sapi_module_struct has
been changed, it now take a new argument.
When it is set to SAPI_HEADER_DELETE, sapi_header->header is
the name of an header, header_handler has to delete it.
When it is set to SAPI_HEADER_DELETE_ALL, header_handler has
to delete all headers.
When sapi_header_op_enum is SAPI_HEADER_ADD or _REPLACE,
sapi_header->header is in the form "Name: value", header_handler
has to add or replace the given header.
In all cases, header_handler must not free sapi_header or
sapi_header->header. SAPI_HEADER_ADD must be returned if the
header has been added or replaced, or 0 in other cases.
Arnaud Le Blanc [Thu, 13 Nov 2008 05:47:47 +0000 (05:47 +0000)]
MFH: Added stream_context_get_params()
Felipe Pena [Thu, 13 Nov 2008 01:49:51 +0000 (01:49 +0000)]
- Fixed tests
Felipe Pena [Thu, 13 Nov 2008 01:35:21 +0000 (01:35 +0000)]
- MFH: Fixed macro redefinition warning
Felipe Pena [Wed, 12 Nov 2008 23:38:02 +0000 (23:38 +0000)]
- MFH: Fixed a macro redefinition on BSD for different purpose
Felipe Pena [Wed, 12 Nov 2008 17:26:36 +0000 (17:26 +0000)]
- MFH: Removed unused variables
Felipe Pena [Wed, 12 Nov 2008 17:16:51 +0000 (17:16 +0000)]
- Fix test
Felipe Pena [Wed, 12 Nov 2008 16:40:40 +0000 (16:40 +0000)]
- Silent valgrind
Pierre Joye [Wed, 12 Nov 2008 11:41:21 +0000 (11:41 +0000)]
- MFH:
- #14962, makes extractTo 2nd argument really optional
- replace ZEND_ENGINE_2_1 by PHP_ZIP_USE_OO
Antony Dovgal [Wed, 12 Nov 2008 09:05:48 +0000 (09:05 +0000)]
make sure the slash is actually thre before reading past it
Stanislav Malyshev [Wed, 12 Nov 2008 00:44:56 +0000 (00:44 +0000)]
fix potential crash in zend_do_assign due to opcodes realloc
Stanislav Malyshev [Wed, 12 Nov 2008 00:23:21 +0000 (00:23 +0000)]
fix crash - using old opline after realloc
Ilia Alshanetsky [Wed, 12 Nov 2008 00:10:24 +0000 (00:10 +0000)]
Removed unused vars
Stanislav Malyshev [Tue, 11 Nov 2008 21:11:24 +0000 (21:11 +0000)]
fix memleak
Stanislav Malyshev [Tue, 11 Nov 2008 19:45:29 +0000 (19:45 +0000)]
Namespace resolution streamlining patch
[DOC] new resolution rules should be documented soon
Stanislav Malyshev [Tue, 11 Nov 2008 19:44:16 +0000 (19:44 +0000)]
some new tests
Felipe Pena [Tue, 11 Nov 2008 17:54:43 +0000 (17:54 +0000)]
- MFH: New parameter parsing API
Felipe Pena [Tue, 11 Nov 2008 17:54:11 +0000 (17:54 +0000)]
- New tests
Felipe Pena [Tue, 11 Nov 2008 16:15:53 +0000 (16:15 +0000)]
- Fixed bug #46546 (Segmentation fault when using declare statement with non-string value)
# This issue only happens in this branch
Felipe Pena [Tue, 11 Nov 2008 13:28:22 +0000 (13:28 +0000)]
MFH:
- Added ZEND_FETCH_RESOURCE2_NO_RETURN() (a version of ZEND_FETCH_RESOURCE2 but without the ZEND_VERIFY_RESOURCE() which contains RETURN_FALSE)
- Fixed bug #46543 (ibase_trans() memory leaks when using wrong parameters)
Pierre Joye [Tue, 11 Nov 2008 12:26:04 +0000 (12:26 +0000)]
- MFH: fix build with all curl versions, even very old (thx Felipe for having found all versions info)
Jani Taskinen [Tue, 11 Nov 2008 11:56:01 +0000 (11:56 +0000)]
fix build
Arnaud Le Blanc [Tue, 11 Nov 2008 01:55:51 +0000 (01:55 +0000)]
MFH: Fixed stream_get_contents() when using $maxlength and socket is not
closed. indeyets@php.net on #46049.
Arnaud Le Blanc [Tue, 11 Nov 2008 00:44:55 +0000 (00:44 +0000)]
MFH: Fixed bug #44818 (php://memory writeable when opened read only)
Pierre Joye [Mon, 10 Nov 2008 22:59:28 +0000 (22:59 +0000)]
- MFH: make the curl phpinfo more verbose
Felipe Pena [Mon, 10 Nov 2008 22:33:53 +0000 (22:33 +0000)]
- Make expected result compatible with recent Firebird version
Kalle Sommer Nielsen [Mon, 10 Nov 2008 22:10:59 +0000 (22:10 +0000)]
MFH: State that bugs should be sorted desc.
Andrey Hristov [Mon, 10 Nov 2008 20:06:23 +0000 (20:06 +0000)]
MFH: Remove unneeded cast
Ilia Alshanetsky [Mon, 10 Nov 2008 19:04:05 +0000 (19:04 +0000)]
MFH: Fixed compiler warnings
Sean Coates [Mon, 10 Nov 2008 19:01:35 +0000 (19:01 +0000)]
add test for ArrayObject acting as array (for 5.3)
David Coallier [Mon, 10 Nov 2008 18:54:30 +0000 (18:54 +0000)]
- Added resolution of bug #44153, #44154
David Coallier [Mon, 10 Nov 2008 18:47:28 +0000 (18:47 +0000)]
- After readying Johannes's mail, the conclusion that a "smarter" system
to find out if the return_value had the correct number of elements was
definitely needed. Simply added a difference to both dbh and stmt to
make sure that the error info always has 3 elements.
- Bug #44154 (pdo->errorInfo doesn't always return three elements)
- Now pdo->errorInfo() AND stmt->errorInfo() return three elements.
- [DOC] Make sure that not only the pdo->errorInfo() is returning 3 elms, but
also the PDOStatement object
David Coallier [Mon, 10 Nov 2008 18:44:04 +0000 (18:44 +0000)]
- Make test conform to the error reporting that always returns
three elements. Adjusted all bugs and tests that were using
errorInfo() and errorCode() (dbh & stmt)
Felipe Pena [Mon, 10 Nov 2008 18:02:56 +0000 (18:02 +0000)]
- New tests
Felipe Pena [Mon, 10 Nov 2008 15:07:26 +0000 (15:07 +0000)]
- Fixed tests (thanks Timm)
Timm Friebe [Mon, 10 Nov 2008 14:45:30 +0000 (14:45 +0000)]
- Removed notes about fixes to sybase_ct that are already announced in PHP 5.2 news
David Coallier [Mon, 10 Nov 2008 12:49:51 +0000 (12:49 +0000)]
- Hrphm, sorry about that, forgot the array value. Now the test runs fine
David Coallier [Mon, 10 Nov 2008 12:40:23 +0000 (12:40 +0000)]
- Adjusted test to make sure it reflects the behavior of the method
Derick Rethans [Mon, 10 Nov 2008 12:05:28 +0000 (12:05 +0000)]
- Make it work with bison 2.4.
Felipe Pena [Mon, 10 Nov 2008 11:39:57 +0000 (11:39 +0000)]
- New tests
Timm Friebe [Mon, 10 Nov 2008 11:03:22 +0000 (11:03 +0000)]
- Documented sybase_connect()'s new optional parameter 'new'
Timm Friebe [Mon, 10 Nov 2008 11:00:48 +0000 (11:00 +0000)]
- Added test for optional parameter "new" to sybase_connect()
Timm Friebe [Mon, 10 Nov 2008 10:59:44 +0000 (10:59 +0000)]
- Added optional parameter "new" to sybase_connect
# [DOC] If a second call is made to sybase_connect() with the same arguments
# no new link will be established, but instead, the link identifier of the
# already opened link will be returned. The new parameter modifies this
# behavior and makes sybase_connect() always open a new link, even if
# sybase_connect() was called before with the same parameters.
Sanjay Mantoor [Mon, 10 Nov 2008 07:12:00 +0000 (07:12 +0000)]
New testcases for date_sunset function
Arnaud Le Blanc [Mon, 10 Nov 2008 06:30:16 +0000 (06:30 +0000)]
MFH
Arnaud Le Blanc [Mon, 10 Nov 2008 05:57:18 +0000 (05:57 +0000)]
MFH: Added the oldset parameter to pcntl_sigprocmask().
Already documented.
Sanjay Mantoor [Mon, 10 Nov 2008 05:52:20 +0000 (05:52 +0000)]
New testcases for date_sunrise function
Lukas Smith [Sun, 9 Nov 2008 12:13:04 +0000 (12:13 +0000)]
MFH
Kalle Sommer Nielsen [Sun, 9 Nov 2008 11:39:15 +0000 (11:39 +0000)]
Fix NEWS
Timm Friebe [Sun, 9 Nov 2008 11:39:14 +0000 (11:39 +0000)]
- Fixed sybase_close() to actually close connections
# Broken during parameter parsing refactoring lately, OK in PHP_5_2
Timm Friebe [Sun, 9 Nov 2008 11:38:17 +0000 (11:38 +0000)]
- Initial release
Timm Friebe [Sun, 9 Nov 2008 10:57:09 +0000 (10:57 +0000)]
- Initial release
Timm Friebe [Sun, 9 Nov 2008 10:44:03 +0000 (10:44 +0000)]
- Initial release
Timm Friebe [Sun, 9 Nov 2008 10:32:35 +0000 (10:32 +0000)]
- Added note on bugfix for #30312
- Added entry on CS_ROW_FAIL patch fix