]>
granicus.if.org Git - php/log
Arnaud Le Blanc [Wed, 26 Nov 2008 04:08:07 +0000 (04:08 +0000)]
Missed file from commit for #44181 & #44182
Arnaud Le Blanc [Wed, 26 Nov 2008 02:57:32 +0000 (02:57 +0000)]
[DOC] Added ENT_IGNORE as a compatibility flag for htmlentities() and
htmlspecialchars() to skip multibyte sequences intead of returning an
empty string (as iconv's //IGNORE). These functions will still never
return an invalid or incomplete multibyte sequence.
Example: htmlspecialchars("...", ENT_QUOTES | ENT_COMPAT, "utf-8");
Arnaud Le Blanc [Wed, 26 Nov 2008 02:43:43 +0000 (02:43 +0000)]
MFB 5.2
<changelog@php.net> [Wed, 26 Nov 2008 01:32:21 +0000 (01:32 +0000)]
ChangeLog update
Arnaud Le Blanc [Wed, 26 Nov 2008 01:20:10 +0000 (01:20 +0000)]
Fixed bug #42473 (ob_start php://output and headers)
Arnaud Le Blanc [Wed, 26 Nov 2008 00:59:13 +0000 (00:59 +0000)]
Fixed bugs #44181 & #44182 (extract() and references)
(robin_fernandes at uk dot ibm dot com)
Ilia Alshanetsky [Tue, 25 Nov 2008 23:53:34 +0000 (23:53 +0000)]
MFB: Upgraded bundled sqlite to version 3.6.6.1.
Stanislav Malyshev [Tue, 25 Nov 2008 22:23:28 +0000 (22:23 +0000)]
cleanup
Arnaud Le Blanc [Tue, 25 Nov 2008 03:49:21 +0000 (03:49 +0000)]
Fixed endless loop in cli when ignore_user_abort is on
<changelog@php.net> [Tue, 25 Nov 2008 01:32:38 +0000 (01:32 +0000)]
ChangeLog update
Stanislav Malyshev [Tue, 25 Nov 2008 00:33:11 +0000 (00:33 +0000)]
MFB: fix php_value application order for Apache
Ilia Alshanetsky [Mon, 24 Nov 2008 21:23:53 +0000 (21:23 +0000)]
MFB: Fixed bug #46626 (mb_convert_case does not handle apostrophe correctly)
Arnaud Le Blanc [Mon, 24 Nov 2008 19:31:02 +0000 (19:31 +0000)]
*** empty log message ***
Stanislav Malyshev [Mon, 24 Nov 2008 19:24:09 +0000 (19:24 +0000)]
MFB: restore BC for arrays
Arnaud Le Blanc [Mon, 24 Nov 2008 19:21:20 +0000 (19:21 +0000)]
Fixed bug #44075 (strtok misbehaving on unicode string)
Stanislav Malyshev [Mon, 24 Nov 2008 19:18:34 +0000 (19:18 +0000)]
add object-compatible array modes
Stanislav Malyshev [Mon, 24 Nov 2008 19:17:24 +0000 (19:17 +0000)]
add object-compatible array parameters
Arnaud Le Blanc [Mon, 24 Nov 2008 19:16:51 +0000 (19:16 +0000)]
Fixed some conditional jumps depending on uninitialised value
Iain Lewis [Mon, 24 Nov 2008 17:36:44 +0000 (17:36 +0000)]
Adding some tests for array_product
David Soria Parra [Mon, 24 Nov 2008 15:35:03 +0000 (15:35 +0000)]
Revert fix for 43782, as it caused problems.
[DOC] We better document the issue at it is.
Sanjay Mantoor [Mon, 24 Nov 2008 11:05:02 +0000 (11:05 +0000)]
Fixed testcsae inputs so that test runs faster
<changelog@php.net> [Mon, 24 Nov 2008 01:32:23 +0000 (01:32 +0000)]
ChangeLog update
Arnaud Le Blanc [Sun, 23 Nov 2008 20:34:40 +0000 (20:34 +0000)]
Fixed bug #46649 (Setting array element with that same array produces
inconsistent results)
Felipe Pena [Sun, 23 Nov 2008 20:00:51 +0000 (20:00 +0000)]
- New parameter parsing API
<changelog@php.net> [Sun, 23 Nov 2008 01:32:17 +0000 (01:32 +0000)]
ChangeLog update
Pierre Joye [Sat, 22 Nov 2008 23:52:40 +0000 (23:52 +0000)]
- declaration first (fix build win)
Felipe Pena [Sat, 22 Nov 2008 15:44:07 +0000 (15:44 +0000)]
- Fixed segfault [only in this branch]
Scott MacVicar [Sat, 22 Nov 2008 15:43:34 +0000 (15:43 +0000)]
Patch file for sqlite3 amalgamation so things don't get missed.
Scott MacVicar [Sat, 22 Nov 2008 15:16:42 +0000 (15:16 +0000)]
Better fix for va_copy since some architectures like to do a deep copy.
David Coallier [Sat, 22 Nov 2008 14:50:00 +0000 (14:50 +0000)]
- Removed my duplicate news entry
Felipe Pena [Sat, 22 Nov 2008 14:41:21 +0000 (14:41 +0000)]
- Fixed segfault [only in this branch, because add_next_* are macro]
David Coallier [Sat, 22 Nov 2008 14:35:39 +0000 (14:35 +0000)]
- Added the fixed bug #46615
David Coallier [Sat, 22 Nov 2008 14:18:15 +0000 (14:18 +0000)]
- Return the key - 1
- Bug #46615
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