]>
granicus.if.org Git - php/log
Jani Taskinen [Sat, 9 May 2009 20:26:28 +0000 (20:26 +0000)]
- Fixed bug #47468 (enable cli|cgi-only extensions for embed sapi)
Scott MacVicar [Sat, 9 May 2009 20:18:18 +0000 (20:18 +0000)]
Broken test when you have a snapshot as it relies on CVS
Scott MacVicar [Sat, 9 May 2009 19:42:43 +0000 (19:42 +0000)]
Fix bug #48206 again
Scott MacVicar [Sat, 9 May 2009 19:37:34 +0000 (19:37 +0000)]
Fix bug #48206 - Iterating over an invalid data structure leads to a segfault
<changelog@php.net> [Sat, 9 May 2009 01:33:06 +0000 (01:33 +0000)]
ChangeLog update
Hannes Magnusson [Fri, 8 May 2009 11:36:43 +0000 (11:36 +0000)]
MFb5.3: fix comments
Scott MacVicar [Fri, 8 May 2009 11:36:35 +0000 (11:36 +0000)]
PPC machines mark char as unsigned, rather than signed.
This caused a segfault when using the T type for zend_parse_parameters because the default value
ended up being 255 and never -1
Arnaud Le Blanc [Fri, 8 May 2009 10:01:40 +0000 (10:01 +0000)]
Fix default behavior of file() (FILE_TEXT flag is the default)
Arnaud Le Blanc [Fri, 8 May 2009 10:00:09 +0000 (10:00 +0000)]
Missing check
Arnaud Le Blanc [Fri, 8 May 2009 09:50:11 +0000 (09:50 +0000)]
MFB5.3 fix for bug #44034 (FILE_IGNORE_NEW_LINES in file() does not work as
expected when lines end in \r\n) (fixes #48175)
Antony Dovgal [Fri, 8 May 2009 07:58:12 +0000 (07:58 +0000)]
fix ZTS build
Brian Shire [Fri, 8 May 2009 03:32:54 +0000 (03:32 +0000)]
Add missing #ifdef for curl version that does not have FTP_FILEMETHOD or IPRESOLVE options. related to fix for bug #39637
<changelog@php.net> [Fri, 8 May 2009 01:33:08 +0000 (01:33 +0000)]
ChangeLog update
Matteo Beccati [Thu, 7 May 2009 23:04:02 +0000 (23:04 +0000)]
- Fixed bug #48185 removing no-op code
Felipe Pena [Thu, 7 May 2009 22:44:37 +0000 (22:44 +0000)]
- Fix build
Scott MacVicar [Thu, 7 May 2009 16:52:40 +0000 (16:52 +0000)]
MFB Print warning when using loadExtension on non cli, cgi and embeded
Scott MacVicar [Thu, 7 May 2009 16:50:54 +0000 (16:50 +0000)]
Some unicode updates for sqlite3
Jani Taskinen [Thu, 7 May 2009 13:47:34 +0000 (13:47 +0000)]
- Missed one line
Jani Taskinen [Thu, 7 May 2009 13:43:48 +0000 (13:43 +0000)]
- Fix test to actually test for the bug
Ilia Alshanetsky [Thu, 7 May 2009 12:41:25 +0000 (12:41 +0000)]
MFB: fixed compiler warning
Felipe Pena [Thu, 7 May 2009 12:15:48 +0000 (12:15 +0000)]
- Missing title
Scott MacVicar [Thu, 7 May 2009 11:24:20 +0000 (11:24 +0000)]
Update bundled libsqlite to 3.6.14
Hannes Magnusson [Thu, 7 May 2009 08:09:36 +0000 (08:09 +0000)]
MFB5.3: Fix tests
<changelog@php.net> [Thu, 7 May 2009 01:32:55 +0000 (01:32 +0000)]
ChangeLog update
Jani Taskinen [Wed, 6 May 2009 19:02:27 +0000 (19:02 +0000)]
- Add missing file
Ilia Alshanetsky [Wed, 6 May 2009 14:04:58 +0000 (14:04 +0000)]
MFB: Fixed bug #48156 (Added support for lcov v1.7)
<changelog@php.net> [Wed, 6 May 2009 01:32:49 +0000 (01:32 +0000)]
ChangeLog update
Ilia Alshanetsky [Tue, 5 May 2009 12:34:03 +0000 (12:34 +0000)]
MFB: Fixed compiler warning due to llabs() function
Jani Taskinen [Tue, 5 May 2009 01:51:04 +0000 (01:51 +0000)]
- Maybe this is enough on windows..
Matt Wilmas [Tue, 5 May 2009 01:44:33 +0000 (01:44 +0000)]
Regenerate
Jani Taskinen [Tue, 5 May 2009 01:44:08 +0000 (01:44 +0000)]
ws fix + missing folding tags
Greg Beaver [Tue, 5 May 2009 01:42:06 +0000 (01:42 +0000)]
MFB: remove precautionary #ifdef - the problem was fixed by moving the efree inside the zend_try block
Matt Wilmas [Tue, 5 May 2009 01:35:13 +0000 (01:35 +0000)]
Implemented manual scanning for strings/comments, plus misc. fixes
For details, see http://news.php.net/php.internals/43808
<changelog@php.net> [Tue, 5 May 2009 01:32:44 +0000 (01:32 +0000)]
ChangeLog update
Jani Taskinen [Tue, 5 May 2009 01:28:10 +0000 (01:28 +0000)]
- Fix the patch
Jani Taskinen [Tue, 5 May 2009 01:22:31 +0000 (01:22 +0000)]
- Fix build (modified utf7 stuff is rather new..)
Jani Taskinen [Tue, 5 May 2009 00:30:40 +0000 (00:30 +0000)]
- Fixed bug #45092 (header HTTP context option not being used with --with-curlwrappers)
[DOC] Synced regular and cURL http wrapper "header" option to accept
[DOC] either string or array.
Pierre Joye [Mon, 4 May 2009 21:03:00 +0000 (21:03 +0000)]
- revert last commit and fix inline
Scott MacVicar [Mon, 4 May 2009 20:54:28 +0000 (20:54 +0000)]
Update libmagic data file to 5.02
Scott MacVicar [Mon, 4 May 2009 20:52:43 +0000 (20:52 +0000)]
Update libmagic to 5.02
Pierre Joye [Mon, 4 May 2009 20:32:33 +0000 (20:32 +0000)]
- a macro will just do it too
Derick Rethans [Mon, 4 May 2009 19:55:33 +0000 (19:55 +0000)]
- Fixed warnings
Pierre Joye [Mon, 4 May 2009 17:11:39 +0000 (17:11 +0000)]
- cleaner fix
Pierre Joye [Mon, 4 May 2009 17:10:26 +0000 (17:10 +0000)]
- add llabs
Pierre Joye [Mon, 4 May 2009 16:29:09 +0000 (16:29 +0000)]
- fix build
Pierre Joye [Mon, 4 May 2009 15:20:17 +0000 (15:20 +0000)]
- win extension_dir
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