]> granicus.if.org Git - php/log
php
15 years agouse correct function
Antony Dovgal [Mon, 4 May 2009 14:44:24 +0000 (14:44 +0000)]
use correct function

15 years agodon't segfault on bindto == NULL
Antony Dovgal [Mon, 4 May 2009 14:25:04 +0000 (14:25 +0000)]
don't segfault on bindto == NULL

15 years ago- [DOC] a note about the symbol -> version page/doc
Pierre Joye [Mon, 4 May 2009 14:11:34 +0000 (14:11 +0000)]
- [DOC] a note about the symbol -> version page/doc

15 years ago- [DOC] #39637, add CURLOPT_FTP_FILEMETHOD which accepts CURLFTPMETHOD_MULTICWD,...
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

15 years agoMFB: Fixed bug #48131 (Don't try to bind ipv4 addresses to ipv6 ips via
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)

15 years ago- [DOC] #47739. add option CURLOPT_IPRESOLVE which accepts CURL_IPRESOLVE_WHATEVER...
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

15 years agoMFB: disable mysterious segfault on PHP 5.3 (5.2 not affected)
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)

15 years agoChangeLog update
<changelog@php.net> [Mon, 4 May 2009 01:32:48 +0000 (01:32 +0000)]
ChangeLog update

15 years ago- #47966, cannot access curl info array without binary
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

15 years ago- Added timezone_version_get() to retrieve the version of the used timezone
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.

15 years ago- Fixed bug #45191 (error_log ignores date.timezone php.ini val when
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).

15 years ago- Fixed bug #45682 (Unable to var_dump(DateInterval)).
Derick Rethans [Sun, 3 May 2009 18:45:06 +0000 (18:45 +0000)]
- Fixed bug #45682 (Unable to var_dump(DateInterval)).

15 years ago- Fixed bug #48058 (Year formatter goes wrong with out-of-int range).
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).

15 years ago- ws/cs
Pierre Joye [Sun, 3 May 2009 15:16:24 +0000 (15:16 +0000)]
- ws/cs

15 years ago- c/p error
Pierre Joye [Sun, 3 May 2009 15:03:53 +0000 (15:03 +0000)]
- c/p error

15 years ago- [DOC] #41712, implement progress callback
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

15 years ago- Added test for (bogus) bug #48097.
Derick Rethans [Sun, 3 May 2009 14:28:16 +0000 (14:28 +0000)]
- Added test for (bogus) bug #48097.

15 years agoChangeLog update
<changelog@php.net> [Sun, 3 May 2009 01:32:37 +0000 (01:32 +0000)]
ChangeLog update

15 years ago- Revert bad patch (which caused bug #48133)
Jani Taskinen [Sat, 2 May 2009 21:13:39 +0000 (21:13 +0000)]
- Revert bad patch (which caused bug #48133)

15 years ago- Fixed bug #48132 (configure fails to test curl ssl support if --disable-rpath is...
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)

15 years ago- [DOC] add imap_mutf7_to_utf8 and imap_utf8_to_mutf7
Pierre Joye [Sat, 2 May 2009 17:32:35 +0000 (17:32 +0000)]
- [DOC] add imap_mutf7_to_utf8 and imap_utf8_to_mutf7

15 years ago- NL cleanup (mixed or windows)
Pierre Joye [Sat, 2 May 2009 11:43:29 +0000 (11:43 +0000)]
- NL cleanup (mixed or windows)

15 years agoFix typo
Kalle Sommer Nielsen [Sat, 2 May 2009 06:27:08 +0000 (06:27 +0000)]
Fix typo

15 years ago- Fix parameter variable type to match "l"
Jani Taskinen [Sat, 2 May 2009 02:08:25 +0000 (02:08 +0000)]
- Fix parameter variable type to match "l"

15 years agoUpdate copyright year + line feeds
Kalle Sommer Nielsen [Sat, 2 May 2009 01:52:54 +0000 (01:52 +0000)]
Update copyright year + line feeds

15 years agoFix proto
Kalle Sommer Nielsen [Sat, 2 May 2009 01:36:45 +0000 (01:36 +0000)]
Fix proto

15 years agoChangeLog update
<changelog@php.net> [Sat, 2 May 2009 01:32:45 +0000 (01:32 +0000)]
ChangeLog update

15 years agofix test
Antony Dovgal [Fri, 1 May 2009 22:23:27 +0000 (22:23 +0000)]
fix test

15 years ago- Fix compile warning in debug mode
Jani Taskinen [Fri, 1 May 2009 21:46:39 +0000 (21:46 +0000)]
- Fix compile warning in debug mode

15 years agofixed to expect fail
Zoe Slattery [Fri, 1 May 2009 19:32:15 +0000 (19:32 +0000)]
fixed to expect fail

15 years agoinitialize ext_len
Antony Dovgal [Fri, 1 May 2009 09:22:02 +0000 (09:22 +0000)]
initialize ext_len

15 years ago- Fixed bug #48038 (odbc_execute changes variables used to form params array)
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)

15 years ago- Fixed bug #48120 (Implementing abstract class FilterIterator in regexiterator.inc)
Felipe Pena [Fri, 1 May 2009 01:55:28 +0000 (01:55 +0000)]
- Fixed bug #48120 (Implementing abstract class FilterIterator in regexiterator.inc)

15 years agoChangeLog update
<changelog@php.net> [Fri, 1 May 2009 01:32:55 +0000 (01:32 +0000)]
ChangeLog update

15 years agorevert to allow Andrei to make his changes
Arnaud Le Blanc [Fri, 1 May 2009 00:36:43 +0000 (00:36 +0000)]
revert to allow Andrei to make his changes

15 years agoAdded missing UChar* and zstr malloc variants
Arnaud Le Blanc [Fri, 1 May 2009 00:29:49 +0000 (00:29 +0000)]
Added missing UChar* and zstr malloc variants

15 years agocleanup
Arnaud Le Blanc [Fri, 1 May 2009 00:18:09 +0000 (00:18 +0000)]
cleanup

15 years agoRemoved code for register_globals in file uploads
Arnaud Le Blanc [Fri, 1 May 2009 00:15:07 +0000 (00:15 +0000)]
Removed code for register_globals in file uploads

15 years agoRemoved code handling non-unicode input (was used when !UG(unicode))
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))

15 years ago- MFB: #47940, memory leaks in imap_body
Pierre Joye [Thu, 30 Apr 2009 18:57:50 +0000 (18:57 +0000)]
- MFB: #47940, memory leaks in imap_body

15 years agoFix test
Jani Taskinen [Thu, 30 Apr 2009 13:21:40 +0000 (13:21 +0000)]
Fix test

15 years ago-Fix test
Jani Taskinen [Thu, 30 Apr 2009 13:18:56 +0000 (13:18 +0000)]
-Fix test

15 years ago- Removed HAVE_PQEXECPARAMS which was left out during the previous commit
Matteo Beccati [Thu, 30 Apr 2009 12:55:43 +0000 (12:55 +0000)]
- Removed HAVE_PQEXECPARAMS which was left out during the previous commit

15 years ago- Changed PDO_PGSQL configure script to require libpq 7.4
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

15 years ago- Add missing test
Jani Taskinen [Thu, 30 Apr 2009 10:41:09 +0000 (10:41 +0000)]
- Add missing test

15 years ago- fix build (Marcus, fix re2c please)
Pierre Joye [Thu, 30 Apr 2009 09:12:26 +0000 (09:12 +0000)]
- fix build (Marcus, fix re2c please)

15 years agoMFPECL: fixed PECL Bug #14646: phar error message unclear with php stream wrappers
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

15 years agoChangeLog update
<changelog@php.net> [Thu, 30 Apr 2009 01:32:42 +0000 (01:32 +0000)]
ChangeLog update

15 years ago- Updated to version 2009.7 (2009g)
Derick Rethans [Wed, 29 Apr 2009 11:11:52 +0000 (11:11 +0000)]
- Updated to version 2009.7 (2009g)

15 years agoRefixing to follow documented behaviour
Zoe Slattery [Wed, 29 Apr 2009 07:49:45 +0000 (07:49 +0000)]
Refixing to follow documented behaviour

15 years agoMFPECL: fix PECL bug #16338, php_stream_copy_to_stream{,_ex}()
Greg Beaver [Wed, 29 Apr 2009 03:24:09 +0000 (03:24 +0000)]
MFPECL: fix PECL bug #16338, php_stream_copy_to_stream{,_ex}()

15 years agoChangeLog update
<changelog@php.net> [Wed, 29 Apr 2009 01:32:44 +0000 (01:32 +0000)]
ChangeLog update

15 years ago- Fix test
Felipe Pena [Tue, 28 Apr 2009 23:48:33 +0000 (23:48 +0000)]
- Fix test

15 years agoMF5 fix for #47930
Stanislav Malyshev [Tue, 28 Apr 2009 22:59:07 +0000 (22:59 +0000)]
MF5 fix for #47930

15 years agoMFB: Fixed bug #47365 (ip2long() may allow some invalid values on certain
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)

15 years agofix test
Antony Dovgal [Tue, 28 Apr 2009 09:05:25 +0000 (09:05 +0000)]
fix test

15 years ago- space to tabs
Pierre Joye [Tue, 28 Apr 2009 08:30:10 +0000 (08:30 +0000)]
- space to tabs
- CS

15 years ago- [DOC] MFB: add imap_gc (purge cache(s) and constants IMAP_GC_ELT, IMAP_GC_ENV and...
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

15 years agoFixed bug #48034 (PHP crashes when script is 8192 (8KB) bytes long)
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)

15 years agoChangeLog update
<changelog@php.net> [Tue, 28 Apr 2009 01:33:00 +0000 (01:33 +0000)]
ChangeLog update

15 years ago- Fixed bug #47254 (Wrong Reflection for extends class)
Felipe Pena [Mon, 27 Apr 2009 19:46:03 +0000 (19:46 +0000)]
- Fixed bug #47254 (Wrong Reflection for extends class)

15 years agoAdd the ability to enable exceptions rather than warnings for sqlite3, needed for...
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.

15 years agoFix bug #47695 - xmlrpc --with-iconv-dir mangles --with-iconv if they use different...
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.

15 years agoFixed bug #48088 (Wrong ARG_INFO for OO-API of DateTime)
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)

15 years ago- Fixed bug #48087 (call_user_method() invalid free of arguments)
Felipe Pena [Mon, 27 Apr 2009 12:50:00 +0000 (12:50 +0000)]
- Fixed bug #48087 (call_user_method() invalid free of arguments)

15 years agoChangeLog update
<changelog@php.net> [Mon, 27 Apr 2009 01:32:44 +0000 (01:32 +0000)]
ChangeLog update

15 years ago- fixing spl_classes test here as well
Sebastian Schürmann [Mon, 27 Apr 2009 00:08:21 +0000 (00:08 +0000)]
- fixing spl_classes test here as well

15 years ago- rmeove duplicate definition
Pierre Joye [Sun, 26 Apr 2009 23:44:46 +0000 (23:44 +0000)]
- rmeove duplicate definition

15 years agoFixed compiler warning
Ilia Alshanetsky [Sun, 26 Apr 2009 15:53:52 +0000 (15:53 +0000)]
Fixed compiler warning

15 years ago- correct clause
Pierre Joye [Sun, 26 Apr 2009 09:43:39 +0000 (09:43 +0000)]
- correct clause

15 years agoChangeLog update
<changelog@php.net> [Sun, 26 Apr 2009 01:32:37 +0000 (01:32 +0000)]
ChangeLog update

15 years agoFix memleak
Arnaud Le Blanc [Sat, 25 Apr 2009 21:54:39 +0000 (21:54 +0000)]
Fix memleak

15 years ago- Fix cleanup
Jani Taskinen [Sat, 25 Apr 2009 21:44:20 +0000 (21:44 +0000)]
- Fix cleanup

15 years ago- Added missing SKIPIF
Jani Taskinen [Sat, 25 Apr 2009 21:39:37 +0000 (21:39 +0000)]
- Added missing SKIPIF

15 years agoFixed tests (mostly MFB)
Arnaud Le Blanc [Sat, 25 Apr 2009 21:12:23 +0000 (21:12 +0000)]
Fixed tests (mostly MFB)

15 years agogen
Arnaud Le Blanc [Sat, 25 Apr 2009 21:09:23 +0000 (21:09 +0000)]
gen

15 years agoFix version
Arnaud Le Blanc [Sat, 25 Apr 2009 21:08:54 +0000 (21:08 +0000)]
Fix version

15 years agoHandle HEAD output handler flags
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)

15 years agoFix memleak in set_include_path()
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)

15 years agoMFB5.3 (Fixed bug #38325 (spl_autoload_register() gaves wrong line for
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"))

15 years agoInitial import
Sebastian Schürmann [Sat, 25 Apr 2009 19:06:26 +0000 (19:06 +0000)]
Initial import

15 years agoInitial commit
Sebastian Schürmann [Sat, 25 Apr 2009 19:00:42 +0000 (19:00 +0000)]
Initial commit

15 years agoInitial commit
Sebastian Schürmann [Sat, 25 Apr 2009 18:50:52 +0000 (18:50 +0000)]
Initial commit

15 years agoInitial commit
Sebastian Schürmann [Sat, 25 Apr 2009 18:42:13 +0000 (18:42 +0000)]
Initial commit

15 years ago- Initial commit
Sebastian Schürmann [Sat, 25 Apr 2009 18:33:50 +0000 (18:33 +0000)]
- Initial commit

15 years agoInitial commit
Sebastian Schürmann [Sat, 25 Apr 2009 18:28:02 +0000 (18:28 +0000)]
Initial commit

15 years agoMFB
Jani Taskinen [Sat, 25 Apr 2009 18:02:56 +0000 (18:02 +0000)]
MFB

15 years ago- fix test cleanup (== consistent now :)
Jani Taskinen [Sat, 25 Apr 2009 17:57:27 +0000 (17:57 +0000)]
- fix test cleanup (== consistent now :)

15 years agoMFB52: sync
Jani Taskinen [Sat, 25 Apr 2009 17:12:56 +0000 (17:12 +0000)]
MFB52: sync

15 years agoMFB: fix strict aliasing issues
Nuno Lopes [Sat, 25 Apr 2009 16:42:24 +0000 (16:42 +0000)]
MFB: fix strict aliasing issues

15 years ago- ws
Pierre Joye [Sat, 25 Apr 2009 16:35:36 +0000 (16:35 +0000)]
- ws

15 years ago- #elif
Pierre Joye [Sat, 25 Apr 2009 15:13:00 +0000 (15:13 +0000)]
- #elif

15 years ago- ws
Pierre Joye [Sat, 25 Apr 2009 15:08:25 +0000 (15:08 +0000)]
- ws

15 years ago- sync 5.3
Pierre Joye [Sat, 25 Apr 2009 15:06:03 +0000 (15:06 +0000)]
- sync 5.3
- add 2007d and 2007e

15 years ago- SEARCHPGM struct has to be freed
Pierre Joye [Sat, 25 Apr 2009 15:02:03 +0000 (15:02 +0000)]
- SEARCHPGM struct has to be freed

15 years ago- silent warning, NULL is not 0
Pierre Joye [Sat, 25 Apr 2009 14:53:50 +0000 (14:53 +0000)]
- silent warning, NULL is not 0

15 years ago- bad idea to free body
Pierre Joye [Sat, 25 Apr 2009 11:21:41 +0000 (11:21 +0000)]
- bad idea to free body

15 years agoUse correct data types here, and gdImageSaveAlpha for the alpha flag
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

15 years agoChangeLog update
<changelog@php.net> [Sat, 25 Apr 2009 01:32:46 +0000 (01:32 +0000)]
ChangeLog update

15 years agoFix handling of escaped double quotes
Arnaud Le Blanc [Fri, 24 Apr 2009 21:50:51 +0000 (21:50 +0000)]
Fix handling of escaped double quotes