]>
granicus.if.org Git - php/log
David Coallier [Sat, 22 Nov 2008 14:17:40 +0000 (14:17 +0000)]
- Added tests for bug #46615 (Adjustments)
Pierre Joye [Sat, 22 Nov 2008 13:46:17 +0000 (13:46 +0000)]
- MFB: Fix windows build
Pierre Joye [Sat, 22 Nov 2008 13:39:04 +0000 (13:39 +0000)]
- MFB: make va_copy safer using () around arguments
Scott MacVicar [Sat, 22 Nov 2008 12:39:13 +0000 (12:39 +0000)]
Fix build on Windows
Scott MacVicar [Sat, 22 Nov 2008 11:48:38 +0000 (11:48 +0000)]
Error handler isn't properly restored when using fetchObject() with SQLite
Scott MacVicar [Sat, 22 Nov 2008 11:04:26 +0000 (11:04 +0000)]
Update libsqlite to 3.6.6
Scott MacVicar [Sat, 22 Nov 2008 10:27:19 +0000 (10:27 +0000)]
Warnings from libmagic should be notices rather than sent to stderr, this fixes a test on Windows
<changelog@php.net> [Sat, 22 Nov 2008 01:32:12 +0000 (01:32 +0000)]
ChangeLog update
Felipe Pena [Fri, 21 Nov 2008 23:32:50 +0000 (23:32 +0000)]
- Fixed bug #46604 (ReflectionClass::getProperty() fails) [only in this branch]
Felipe Pena [Fri, 21 Nov 2008 22:55:38 +0000 (22:55 +0000)]
- Missing SKIPIF :(
Felipe Pena [Fri, 21 Nov 2008 22:26:49 +0000 (22:26 +0000)]
- Fixed memory leak in readline_callback_handler_remove()
Scott MacVicar [Fri, 21 Nov 2008 21:49:52 +0000 (21:49 +0000)]
Add vasprintf() so the buffer can be automatically calculated, you need to efree this when done though!
Felipe Pena [Fri, 21 Nov 2008 21:43:47 +0000 (21:43 +0000)]
- New tests
Felipe Pena [Fri, 21 Nov 2008 21:03:25 +0000 (21:03 +0000)]
- Fix test
Felipe Pena [Fri, 21 Nov 2008 21:00:16 +0000 (21:00 +0000)]
- New tests
Felipe Pena [Fri, 21 Nov 2008 19:14:47 +0000 (19:14 +0000)]
- Fixed bug #46578 (strip_tags() does not honor end-of-comment when it encounters a single quote)
Jani Taskinen [Fri, 21 Nov 2008 16:37:49 +0000 (16:37 +0000)]
- Nuke unused file
Pierre Joye [Fri, 21 Nov 2008 14:05:04 +0000 (14:05 +0000)]
- expose PHP_BUILD in the Makefile
- ICU 3.8/4.0 are dynamically linked, add $PHP_BUILD\bin to the PATH so php.exe can find them (nmake test, nmake snaps)
Pierre Joye [Fri, 21 Nov 2008 14:03:23 +0000 (14:03 +0000)]
- add build type (debug/release) and TS info to the summary
Sanjay Mantoor [Fri, 21 Nov 2008 06:21:51 +0000 (06:21 +0000)]
New testcases for gmmktime function
<changelog@php.net> [Fri, 21 Nov 2008 01:32:11 +0000 (01:32 +0000)]
ChangeLog update
Felipe Pena [Thu, 20 Nov 2008 23:13:30 +0000 (23:13 +0000)]
- Changed split() to preg_split()
Felipe Pena [Thu, 20 Nov 2008 22:23:53 +0000 (22:23 +0000)]
- Fixed memory leaks in readline_completion_function()
Andrey Hristov [Thu, 20 Nov 2008 17:29:55 +0000 (17:29 +0000)]
mysqlnd fixes for Windows :
- less warnings
- PHPAPI for mysqlnd_poll
Kalle Sommer Nielsen [Thu, 20 Nov 2008 16:05:59 +0000 (16:05 +0000)]
Fix typo
Mark Karpeles [Thu, 20 Nov 2008 15:14:19 +0000 (15:14 +0000)]
- MFB: ext/wddx: fixed test 003 which depended on arch (32bits vs 64bits)
Felipe Pena [Thu, 20 Nov 2008 14:47:29 +0000 (14:47 +0000)]
- Fixed memory leak in wddx_add_vars()
Felipe Pena [Thu, 20 Nov 2008 14:47:04 +0000 (14:47 +0000)]
- Added ZEND_FETCH_RESOURCE_NO_RETURN
Mark Karpeles [Thu, 20 Nov 2008 14:34:35 +0000 (14:34 +0000)]
- ext/wddx: classes providing __sleep() are stored without properties (fixed)
Mark Karpeles [Thu, 20 Nov 2008 11:50:51 +0000 (11:50 +0000)]
- MFB (PHP_5_2): #46496, wddx_serialize treats input as ISO-8859-1 (Mark Karpeles)
# - The tests are failing for now (not handling PHP6 specific string types), this will be fixed in a few days
Pierre Joye [Thu, 20 Nov 2008 10:20:37 +0000 (10:20 +0000)]
- declarations must be.. 1st
<changelog@php.net> [Thu, 20 Nov 2008 01:32:19 +0000 (01:32 +0000)]
ChangeLog update
Arnaud Le Blanc [Wed, 19 Nov 2008 17:54:24 +0000 (17:54 +0000)]
CS
Andrey Hristov [Wed, 19 Nov 2008 17:41:25 +0000 (17:41 +0000)]
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:59:17 +0000 (16:59 +0000)]
- Fixed tests
Arnaud Le Blanc [Wed, 19 Nov 2008 14:42:27 +0000 (14:42 +0000)]
Improved ArrayObject performance (made spl_hash_verify_pos() an O(1)
and removed some spl_array_get_hash_table() calls). Fixes #46039
Pierre Joye [Wed, 19 Nov 2008 09:28:54 +0000 (09:28 +0000)]
- new naming and allow libcurl static build
- c/p error for zlib
Etienne Kneuss [Wed, 19 Nov 2008 01:59:07 +0000 (01:59 +0000)]
Fix #46241 (stacked error_handlers, error_handling in general)
<changelog@php.net> [Wed, 19 Nov 2008 01:32:00 +0000 (01:32 +0000)]
ChangeLog update
Alexey Zakhlestin [Tue, 18 Nov 2008 19:09:15 +0000 (19:09 +0000)]
MFB: new parameter-parsing api
Pierre Joye [Tue, 18 Nov 2008 19:03:22 +0000 (19:03 +0000)]
- mac eol to win eol
Andrey Hristov [Tue, 18 Nov 2008 18:02:06 +0000 (18:02 +0000)]
Fix windows build - pure C compiler
Andrey Hristov [Tue, 18 Nov 2008 16:54:38 +0000 (16:54 +0000)]
Asynchronous queries for mysqli, when mysqlnd is enabled.
Includes 4 tests for mysqli_poll
Ant Phillips [Tue, 18 Nov 2008 15:37:57 +0000 (15:37 +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:25:54 +0000 (14:25 +0000)]
- declaration has to be first...
Pierre Joye [Tue, 18 Nov 2008 02:13:53 +0000 (02:13 +0000)]
- mfb: fix title
Pierre Joye [Tue, 18 Nov 2008 02:12:48 +0000 (02:12 +0000)]
- MFB: #41033, enable signing with DSA keys
<changelog@php.net> [Tue, 18 Nov 2008 01:32:11 +0000 (01:32 +0000)]
ChangeLog update
Felipe Pena [Mon, 17 Nov 2008 22:15:13 +0000 (22:15 +0000)]
- Changed 'strlen' to use ZEND_FUNCTION(strlen)
- Removed duplicated arginfo structs
Scott MacVicar [Mon, 17 Nov 2008 21:54:20 +0000 (21:54 +0000)]
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:32:31 +0000 (19:32 +0000)]
Fix #46033 - Segfault when instantiating SQLite3stmt and SQLite3Result directly.
Scott MacVicar [Mon, 17 Nov 2008 17:13:11 +0000 (17:13 +0000)]
Sync libsqlite to 3.6.5
David Soria Parra [Mon, 17 Nov 2008 15:12:33 +0000 (15:12 +0000)]
Feature request #46595. Use cc as default compiler and fallback to gcc. [DOC]
Ant Phillips [Mon, 17 Nov 2008 12:50:18 +0000 (12:50 +0000)]
Commit tests for ext/reflection
Felipe Pena [Mon, 17 Nov 2008 11:26:25 +0000 (11:26 +0000)]
- Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)
<changelog@php.net> [Mon, 17 Nov 2008 01:32:31 +0000 (01:32 +0000)]
ChangeLog update
Pierre Joye [Sun, 16 Nov 2008 23:22:02 +0000 (23:22 +0000)]
- MFB: skip if pcntl is not present
Pierre Joye [Sun, 16 Nov 2008 23:03:59 +0000 (23:03 +0000)]
- #46127, php_openssl_tcp_sockop_accept forgets to set context on accepted stream
Ilia Alshanetsky [Sun, 16 Nov 2008 18:02:17 +0000 (18:02 +0000)]
MFB: Fixed memory leak inside readline_callback_handler_install() function
<changelog@php.net> [Sun, 16 Nov 2008 01:35:43 +0000 (01:35 +0000)]
ChangeLog update
Felipe Pena [Sun, 16 Nov 2008 00:44:01 +0000 (00:44 +0000)]
- Fixed strlen function entry (missing arginfo struct size, thanks Philip!)
Arnaud Le Blanc [Sat, 15 Nov 2008 12:50:17 +0000 (12:50 +0000)]
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.
<changelog@php.net> [Sat, 15 Nov 2008 01:32:15 +0000 (01:32 +0000)]
ChangeLog update
Hannes Magnusson [Fri, 14 Nov 2008 19:22:09 +0000 (19:22 +0000)]
Interfaces extend other interfaces, not implement
Sanjay Mantoor [Fri, 14 Nov 2008 09:14:30 +0000 (09:14 +0000)]
New testcases for gmdate function
Arnaud Le Blanc [Fri, 14 Nov 2008 06:00:33 +0000 (06:00 +0000)]
Fix proto line
<changelog@php.net> [Fri, 14 Nov 2008 01:32:08 +0000 (01:32 +0000)]
ChangeLog update
Hannes Magnusson [Thu, 13 Nov 2008 19:05:36 +0000 (19:05 +0000)]
Document the xmlrpc_errors option, it is totally unrelated to the extension
Stanislav Malyshev [Thu, 13 Nov 2008 18:51:21 +0000 (18:51 +0000)]
MFB - Add error_log option to log directly to SAPI
Ilia Alshanetsky [Thu, 13 Nov 2008 18:21:54 +0000 (18:21 +0000)]
MFB: Fixed a bug inside dba_replace() that could cause file truncation with
invalid keys
Felipe Pena [Thu, 13 Nov 2008 18:14:31 +0000 (18:14 +0000)]
- Better fix
Pierre Joye [Thu, 13 Nov 2008 14:36:56 +0000 (14:36 +0000)]
- declarations go first....
Arnaud Le Blanc [Thu, 13 Nov 2008 13:41:59 +0000 (13:41 +0000)]
MFB: Updated header_handler in apache2filter and apache_hooks
Felipe Pena [Thu, 13 Nov 2008 13:07:50 +0000 (13:07 +0000)]
- Fixed invalid reads
Felipe Pena [Thu, 13 Nov 2008 11:32:04 +0000 (11:32 +0000)]
- Fix build
Arnaud Le Blanc [Thu, 13 Nov 2008 10:33:08 +0000 (10:33 +0000)]
MFB: Added header_remove() (chsc at peytz dotdk, Arnaud)
Arnaud Le Blanc [Thu, 13 Nov 2008 05:46:51 +0000 (05:46 +0000)]
Added stream_context_get_params()
[DOC] proto bool stream_context_get_params(resource context|stream)
Get parameters of a file context (parameters set by
stream_context_set_params())
Felipe Pena [Thu, 13 Nov 2008 01:34:57 +0000 (01:34 +0000)]
- Fixed macro redefinition warning
<changelog@php.net> [Thu, 13 Nov 2008 01:32:14 +0000 (01:32 +0000)]
ChangeLog update
Felipe Pena [Wed, 12 Nov 2008 23:37:47 +0000 (23:37 +0000)]
- Fixed a macro redefinition on BSD for different purpose
Felipe Pena [Wed, 12 Nov 2008 17:26:19 +0000 (17:26 +0000)]
- Removed unused variables
Felipe Pena [Wed, 12 Nov 2008 17:17:38 +0000 (17:17 +0000)]
- Fix test
Pierre Joye [Wed, 12 Nov 2008 11:24:48 +0000 (11:24 +0000)]
- fix #14962 (makes 2nd argument really optional)
- replace ZEND_ENGINE_2_1 test with PHP_ZIP_USE_OO, version independent
- sync tests with 5.3
Pierre Joye [Wed, 12 Nov 2008 11:20:38 +0000 (11:20 +0000)]
- not necessary anymore
<changelog@php.net> [Wed, 12 Nov 2008 01:32:32 +0000 (01:32 +0000)]
ChangeLog update
Felipe Pena [Tue, 11 Nov 2008 17:52:47 +0000 (17:52 +0000)]
- New parameter parsing API
Felipe Pena [Tue, 11 Nov 2008 17:52:08 +0000 (17:52 +0000)]
- New tests
Felipe Pena [Tue, 11 Nov 2008 16:12:18 +0000 (16:12 +0000)]
- New test
Felipe Pena [Tue, 11 Nov 2008 13:26:26 +0000 (13:26 +0000)]
- 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:25:37 +0000 (12:25 +0000)]
- 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:39 +0000 (11:56 +0000)]
fix build
Arnaud Le Blanc [Tue, 11 Nov 2008 01:55:19 +0000 (01:55 +0000)]
Fixed stream_get_contents() when using $maxlength and socket is not
closed. indeyets@php.net on #46049.
<changelog@php.net> [Tue, 11 Nov 2008 01:32:21 +0000 (01:32 +0000)]
ChangeLog update
Arnaud Le Blanc [Tue, 11 Nov 2008 00:44:36 +0000 (00:44 +0000)]
Fixed bug #44818 (php://memory writeable when opened read only)
Arnaud Le Blanc [Tue, 11 Nov 2008 00:40:05 +0000 (00:40 +0000)]
Fixed bug #45585 (fread() return value for EOF inconsistent
between PHP 5 and 6)
Pierre Joye [Mon, 10 Nov 2008 22:58:44 +0000 (22:58 +0000)]
- make the curl phpinfo more verbose
Felipe Pena [Mon, 10 Nov 2008 22:33:00 +0000 (22:33 +0000)]
- Make expected result compatible with recent Firebird version
Kalle Sommer Nielsen [Mon, 10 Nov 2008 22:10:21 +0000 (22:10 +0000)]
State that bugs should be sorted desc.
David Coallier [Mon, 10 Nov 2008 20:34:53 +0000 (20:34 +0000)]
- MFB (Which was an MFH)
- Bug #44153 (ErrorCode returns NULL when no error)
- Bug #44154 (ErrorInfo to ALWAYS have 3 elements)
Andrey Hristov [Mon, 10 Nov 2008 20:04:56 +0000 (20:04 +0000)]
Remove unneeded cast