]>
granicus.if.org Git - php/log
Antony Dovgal [Mon, 4 May 2009 14:44:24 +0000 (14:44 +0000)]
use correct function
Antony Dovgal [Mon, 4 May 2009 14:25:04 +0000 (14:25 +0000)]
don't segfault on bindto == NULL
Pierre Joye [Mon, 4 May 2009 14:11:34 +0000 (14:11 +0000)]
- [DOC] a note about the symbol -> version page/doc
Pierre Joye [Mon, 4 May 2009 14:09:12 +0000 (14:09 +0000)]
- [DOC] #39637, add CURLOPT_FTP_FILEMETHOD which accepts CURLFTPMETHOD_MULTICWD, CURLFTPMETHOD_NOCWD and CURLFTPMETHOD_SINGLECWD
Ilia Alshanetsky [Mon, 4 May 2009 13:12:53 +0000 (13:12 +0000)]
MFB: Fixed bug #48131 (Don't try to bind ipv4 addresses to ipv6 ips via
bindto)
Pierre Joye [Mon, 4 May 2009 12:12:40 +0000 (12:12 +0000)]
- [DOC] #47739. add option CURLOPT_IPRESOLVE which accepts CURL_IPRESOLVE_WHATEVER, CURL_IPRESOLVE_V4 or CURL_IPRESOLVE_V6
Greg Beaver [Mon, 4 May 2009 04:30:50 +0000 (04:30 +0000)]
MFB: disable mysterious segfault on PHP 5.3 (5.2 not affected)
<changelog@php.net> [Mon, 4 May 2009 01:32:48 +0000 (01:32 +0000)]
ChangeLog update
Pierre Joye [Sun, 3 May 2009 21:47:52 +0000 (21:47 +0000)]
- #47966, cannot access curl info array without binary
To check: why add_assoc_ascii_string_ex fails while add_assoc_ascii_string works
Derick Rethans [Sun, 3 May 2009 19:57:35 +0000 (19:57 +0000)]
- Added timezone_version_get() to retrieve the version of the used timezone
database.
Derick Rethans [Sun, 3 May 2009 19:08:28 +0000 (19:08 +0000)]
- Fixed bug #45191 (error_log ignores date.timezone php.ini val when
setting logging timestamps).
Derick Rethans [Sun, 3 May 2009 18:45:06 +0000 (18:45 +0000)]
- Fixed bug #45682 (Unable to var_dump(DateInterval)).
Derick Rethans [Sun, 3 May 2009 18:21:52 +0000 (18:21 +0000)]
- Fixed bug #48058 (Year formatter goes wrong with out-of-int range).
- Fixed bug #45822 (Near infinite-loops while parsing huge relative offsets).
Pierre Joye [Sun, 3 May 2009 15:16:24 +0000 (15:16 +0000)]
- ws/cs
Pierre Joye [Sun, 3 May 2009 15:03:53 +0000 (15:03 +0000)]
- c/p error
Pierre Joye [Sun, 3 May 2009 14:58:06 +0000 (14:58 +0000)]
- [DOC] #41712, implement progress callback
- add constants CURLOPT_NOPROGRESS and CURLOPT_PROGRESSFUNCTION
Derick Rethans [Sun, 3 May 2009 14:28:16 +0000 (14:28 +0000)]
- Added test for (bogus) bug #48097.
<changelog@php.net> [Sun, 3 May 2009 01:32:37 +0000 (01:32 +0000)]
ChangeLog update
Jani Taskinen [Sat, 2 May 2009 21:13:39 +0000 (21:13 +0000)]
- Revert bad patch (which caused bug #48133)
Jani Taskinen [Sat, 2 May 2009 19:53:33 +0000 (19:53 +0000)]
- Fixed bug #48132 (configure fails to test curl ssl support if --disable-rpath is set)
Pierre Joye [Sat, 2 May 2009 17:32:35 +0000 (17:32 +0000)]
- [DOC] add imap_mutf7_to_utf8 and imap_utf8_to_mutf7
Pierre Joye [Sat, 2 May 2009 11:43:29 +0000 (11:43 +0000)]
- NL cleanup (mixed or windows)
Kalle Sommer Nielsen [Sat, 2 May 2009 06:27:08 +0000 (06:27 +0000)]
Fix typo
Jani Taskinen [Sat, 2 May 2009 02:08:25 +0000 (02:08 +0000)]
- Fix parameter variable type to match "l"
Kalle Sommer Nielsen [Sat, 2 May 2009 01:52:54 +0000 (01:52 +0000)]
Update copyright year + line feeds
Kalle Sommer Nielsen [Sat, 2 May 2009 01:36:45 +0000 (01:36 +0000)]
Fix proto
<changelog@php.net> [Sat, 2 May 2009 01:32:45 +0000 (01:32 +0000)]
ChangeLog update
Antony Dovgal [Fri, 1 May 2009 22:23:27 +0000 (22:23 +0000)]
fix test
Jani Taskinen [Fri, 1 May 2009 21:46:39 +0000 (21:46 +0000)]
- Fix compile warning in debug mode
Zoe Slattery [Fri, 1 May 2009 19:32:15 +0000 (19:32 +0000)]
fixed to expect fail
Antony Dovgal [Fri, 1 May 2009 09:22:02 +0000 (09:22 +0000)]
initialize ext_len
Felipe Pena [Fri, 1 May 2009 03:02:32 +0000 (03:02 +0000)]
- Fixed bug #48038 (odbc_execute changes variables used to form params array)
Felipe Pena [Fri, 1 May 2009 01:55:28 +0000 (01:55 +0000)]
- Fixed bug #48120 (Implementing abstract class FilterIterator in regexiterator.inc)
<changelog@php.net> [Fri, 1 May 2009 01:32:55 +0000 (01:32 +0000)]
ChangeLog update
Arnaud Le Blanc [Fri, 1 May 2009 00:36:43 +0000 (00:36 +0000)]
revert to allow Andrei to make his changes
Arnaud Le Blanc [Fri, 1 May 2009 00:29:49 +0000 (00:29 +0000)]
Added missing UChar* and zstr malloc variants
Arnaud Le Blanc [Fri, 1 May 2009 00:18:09 +0000 (00:18 +0000)]
cleanup
Arnaud Le Blanc [Fri, 1 May 2009 00:15:07 +0000 (00:15 +0000)]
Removed code for register_globals in file uploads
Arnaud Le Blanc [Fri, 1 May 2009 00:13:22 +0000 (00:13 +0000)]
Removed code handling non-unicode input (was used when !UG(unicode))
Pierre Joye [Thu, 30 Apr 2009 18:57:50 +0000 (18:57 +0000)]
- MFB: #47940, memory leaks in imap_body
Jani Taskinen [Thu, 30 Apr 2009 13:21:40 +0000 (13:21 +0000)]
Fix test
Jani Taskinen [Thu, 30 Apr 2009 13:18:56 +0000 (13:18 +0000)]
-Fix test
Matteo Beccati [Thu, 30 Apr 2009 12:55:43 +0000 (12:55 +0000)]
- Removed HAVE_PQEXECPARAMS which was left out during the previous commit
Matteo Beccati [Thu, 30 Apr 2009 12:35:36 +0000 (12:35 +0000)]
- Changed PDO_PGSQL configure script to require libpq 7.4
- Cleaned up usage of HAVE_PQ* defines
- Fixed compiler warnings
- Removed custom implementation of PQunescapeByte
# Rationale:
# - PDO_PGSQL couldn't even compile when using libpq 7.3
# - PostgreSQL 7.3 is unsupported since a long time
# - Got consensus from pgsql devs on freenode
Jani Taskinen [Thu, 30 Apr 2009 10:41:09 +0000 (10:41 +0000)]
- Add missing test
Pierre Joye [Thu, 30 Apr 2009 09:12:26 +0000 (09:12 +0000)]
- fix build (Marcus, fix re2c please)
Greg Beaver [Thu, 30 Apr 2009 04:40:31 +0000 (04:40 +0000)]
MFPECL: fixed PECL Bug #14646: phar error message unclear with php stream wrappers
<changelog@php.net> [Thu, 30 Apr 2009 01:32:42 +0000 (01:32 +0000)]
ChangeLog update
Derick Rethans [Wed, 29 Apr 2009 11:11:52 +0000 (11:11 +0000)]
- Updated to version 2009.7 (2009g)
Zoe Slattery [Wed, 29 Apr 2009 07:49:45 +0000 (07:49 +0000)]
Refixing to follow documented behaviour
Greg Beaver [Wed, 29 Apr 2009 03:24:09 +0000 (03:24 +0000)]
MFPECL: fix PECL bug #16338, php_stream_copy_to_stream{,_ex}()
<changelog@php.net> [Wed, 29 Apr 2009 01:32:44 +0000 (01:32 +0000)]
ChangeLog update
Felipe Pena [Tue, 28 Apr 2009 23:48:33 +0000 (23:48 +0000)]
- Fix test
Stanislav Malyshev [Tue, 28 Apr 2009 22:59:07 +0000 (22:59 +0000)]
MF5 fix for #47930
Ilia Alshanetsky [Tue, 28 Apr 2009 22:27:26 +0000 (22:27 +0000)]
MFB: Fixed bug #47365 (ip2long() may allow some invalid values on certain
64bit systems)
Antony Dovgal [Tue, 28 Apr 2009 09:05:25 +0000 (09:05 +0000)]
fix test
Pierre Joye [Tue, 28 Apr 2009 08:30:10 +0000 (08:30 +0000)]
- space to tabs
- CS
Pierre Joye [Tue, 28 Apr 2009 08:23:32 +0000 (08:23 +0000)]
- [DOC] MFB: add imap_gc (purge cache(s) and constants IMAP_GC_ELT, IMAP_GC_ENV and IMAP_GC_TEXTS to control imap_gc behavior
Dmitry Stogov [Tue, 28 Apr 2009 07:13:43 +0000 (07:13 +0000)]
Fixed bug #48034 (PHP crashes when script is 8192 (8KB) bytes long)
<changelog@php.net> [Tue, 28 Apr 2009 01:33:00 +0000 (01:33 +0000)]
ChangeLog update
Felipe Pena [Mon, 27 Apr 2009 19:46:03 +0000 (19:46 +0000)]
- Fixed bug #47254 (Wrong Reflection for extends class)
Scott MacVicar [Mon, 27 Apr 2009 18:15:54 +0000 (18:15 +0000)]
Add the ability to enable exceptions rather than warnings for sqlite3, needed for pyrus.
Scott MacVicar [Mon, 27 Apr 2009 17:49:18 +0000 (17:49 +0000)]
Fix bug #47695 - xmlrpc --with-iconv-dir mangles --with-iconv if they use different iconv versions. Could also just add a dependency on iconv to fix this.
Kalle Sommer Nielsen [Mon, 27 Apr 2009 14:21:57 +0000 (14:21 +0000)]
Fixed bug #48088 (Wrong ARG_INFO for OO-API of DateTime)
Felipe Pena [Mon, 27 Apr 2009 12:50:00 +0000 (12:50 +0000)]
- Fixed bug #48087 (call_user_method() invalid free of arguments)
<changelog@php.net> [Mon, 27 Apr 2009 01:32:44 +0000 (01:32 +0000)]
ChangeLog update
Sebastian Schürmann [Mon, 27 Apr 2009 00:08:21 +0000 (00:08 +0000)]
- fixing spl_classes test here as well
Pierre Joye [Sun, 26 Apr 2009 23:44:46 +0000 (23:44 +0000)]
- rmeove duplicate definition
Ilia Alshanetsky [Sun, 26 Apr 2009 15:53:52 +0000 (15:53 +0000)]
Fixed compiler warning
Pierre Joye [Sun, 26 Apr 2009 09:43:39 +0000 (09:43 +0000)]
- correct clause
<changelog@php.net> [Sun, 26 Apr 2009 01:32:37 +0000 (01:32 +0000)]
ChangeLog update
Arnaud Le Blanc [Sat, 25 Apr 2009 21:54:39 +0000 (21:54 +0000)]
Fix memleak
Jani Taskinen [Sat, 25 Apr 2009 21:44:20 +0000 (21:44 +0000)]
- Fix cleanup
Jani Taskinen [Sat, 25 Apr 2009 21:39:37 +0000 (21:39 +0000)]
- Added missing SKIPIF
Arnaud Le Blanc [Sat, 25 Apr 2009 21:12:23 +0000 (21:12 +0000)]
Fixed tests (mostly MFB)
Arnaud Le Blanc [Sat, 25 Apr 2009 21:09:23 +0000 (21:09 +0000)]
gen
Arnaud Le Blanc [Sat, 25 Apr 2009 21:08:54 +0000 (21:08 +0000)]
Fix version
Arnaud Le Blanc [Sat, 25 Apr 2009 21:07:07 +0000 (21:07 +0000)]
Handle HEAD output handler flags
(fixes ext/standard/tests/general_functions/bug44394.phpt)
Arnaud Le Blanc [Sat, 25 Apr 2009 21:06:01 +0000 (21:06 +0000)]
Fix memleak in set_include_path()
(ext/standard/tests/file/file_put_contents_variation5.phpt)
Arnaud Le Blanc [Sat, 25 Apr 2009 21:05:00 +0000 (21:05 +0000)]
MFB5.3 (Fixed bug #38325 (spl_autoload_register() gaves wrong line for
"class not found"))
Sebastian Schürmann [Sat, 25 Apr 2009 19:06:26 +0000 (19:06 +0000)]
Initial import
Sebastian Schürmann [Sat, 25 Apr 2009 19:00:42 +0000 (19:00 +0000)]
Initial commit
Sebastian Schürmann [Sat, 25 Apr 2009 18:50:52 +0000 (18:50 +0000)]
Initial commit
Sebastian Schürmann [Sat, 25 Apr 2009 18:42:13 +0000 (18:42 +0000)]
Initial commit
Sebastian Schürmann [Sat, 25 Apr 2009 18:33:50 +0000 (18:33 +0000)]
- Initial commit
Sebastian Schürmann [Sat, 25 Apr 2009 18:28:02 +0000 (18:28 +0000)]
Initial commit
Jani Taskinen [Sat, 25 Apr 2009 18:02:56 +0000 (18:02 +0000)]
MFB
Jani Taskinen [Sat, 25 Apr 2009 17:57:27 +0000 (17:57 +0000)]
- fix test cleanup (== consistent now :)
Jani Taskinen [Sat, 25 Apr 2009 17:12:56 +0000 (17:12 +0000)]
MFB52: sync
Nuno Lopes [Sat, 25 Apr 2009 16:42:24 +0000 (16:42 +0000)]
MFB: fix strict aliasing issues
Pierre Joye [Sat, 25 Apr 2009 16:35:36 +0000 (16:35 +0000)]
- ws
Pierre Joye [Sat, 25 Apr 2009 15:13:00 +0000 (15:13 +0000)]
- #elif
Pierre Joye [Sat, 25 Apr 2009 15:08:25 +0000 (15:08 +0000)]
- ws
Pierre Joye [Sat, 25 Apr 2009 15:06:03 +0000 (15:06 +0000)]
- sync 5.3
- add 2007d and 2007e
Pierre Joye [Sat, 25 Apr 2009 15:02:03 +0000 (15:02 +0000)]
- SEARCHPGM struct has to be freed
Pierre Joye [Sat, 25 Apr 2009 14:53:50 +0000 (14:53 +0000)]
- silent warning, NULL is not 0
Pierre Joye [Sat, 25 Apr 2009 11:21:41 +0000 (11:21 +0000)]
- bad idea to free body
Kalle Sommer Nielsen [Sat, 25 Apr 2009 06:20:26 +0000 (06:20 +0000)]
Use correct data types here, and gdImageSaveAlpha for the alpha flag
<changelog@php.net> [Sat, 25 Apr 2009 01:32:46 +0000 (01:32 +0000)]
ChangeLog update
Arnaud Le Blanc [Fri, 24 Apr 2009 21:50:51 +0000 (21:50 +0000)]
Fix handling of escaped double quotes