]> granicus.if.org Git - php/log
php
13 years ago- Make fclose() actually close stream, even when the resource refcount is > 1.
Gustavo André dos Santos Lopes [Mon, 21 Mar 2011 02:58:54 +0000 (02:58 +0000)]
- Make fclose() actually close stream, even when the resource refcount is > 1.
  This reverts the fix for bug #24557.
- Make php_stream_free delete the stream from the resources list, not merely
  decrease its refcount, as a single call to zend_list_delete does.
#Not worth the risk merging to 5.3. While change #2 may prevent some segfaults,
#a quick and dirty survey to the codebase only showed calls to php_stream_close
#or php_stream_free on streams allocated in the same function, which would have
#refcount == 1. May be reconsidered.

13 years ago- Fixed SKIPIF section of bug52820.phpt.
Gustavo André dos Santos Lopes [Sun, 20 Mar 2011 22:15:43 +0000 (22:15 +0000)]
- Fixed SKIPIF section of bug52820.phpt.

13 years ago- Fixed SKIPIF section of bug51958.phpt.
Gustavo André dos Santos Lopes [Sun, 20 Mar 2011 22:12:11 +0000 (22:12 +0000)]
- Fixed SKIPIF section of bug51958.phpt.

13 years agofollow CS:
Boris Lytochkin [Sun, 20 Mar 2011 20:07:33 +0000 (20:07 +0000)]
follow CS:
 - method set_security should be named as setSecurity
 - SNMP_VERSION_2C constant

13 years ago- Fixed bug #54332 (trunk only, null pointer deref due to information loss on long...
Gustavo André dos Santos Lopes [Sun, 20 Mar 2011 15:15:08 +0000 (15:15 +0000)]
- Fixed bug #54332 (trunk only, null pointer deref due to information loss on long to int conversion)
- Fixed some int* pointers being passed as size_t*.

13 years ago- Normalized line endings, added native eol-style.
Gustavo André dos Santos Lopes [Sun, 20 Mar 2011 02:05:41 +0000 (02:05 +0000)]
- Normalized line endings, added native eol-style.

13 years ago- Adding copyright headers to the new files, gotta do something about the
Gustavo André dos Santos Lopes [Sun, 20 Mar 2011 02:03:29 +0000 (02:03 +0000)]
- Adding copyright headers to the new files, gotta do something about the
  windows line endings too, but I'm separating the commits.

13 years ago- Fixed bug #54291 (Crash iterating DirectoryIterator for dir name starting
Gustavo André dos Santos Lopes [Sat, 19 Mar 2011 23:15:04 +0000 (23:15 +0000)]
- Fixed bug #54291 (Crash iterating DirectoryIterator for dir name starting
  with \0).

13 years agorevert r309111 (name_len was not a typo)
Boris Lytochkin [Sat, 19 Mar 2011 20:50:39 +0000 (20:50 +0000)]
revert r309111 (name_len was not a typo)

13 years ago- Fixed bug #54312 (soap_version logic bug)
Felipe Pena [Sat, 19 Mar 2011 17:36:01 +0000 (17:36 +0000)]
- Fixed bug #54312 (soap_version logic bug)
  Patch by: tom at samplonius dot org

13 years agoAdd the libraries we actually test and need for LDAP and OpenSSL, fixes bug #53339
Raphael Geissert [Fri, 18 Mar 2011 18:47:09 +0000 (18:47 +0000)]
Add the libraries we actually test and need for LDAP and OpenSSL, fixes bug #53339
Patch by Clint Byrum

13 years agoadd a proxy for sppintf and vspprintf
Andrey Hristov [Fri, 18 Mar 2011 14:56:20 +0000 (14:56 +0000)]
add a proxy for sppintf and vspprintf

13 years agoWS
Andrey Hristov [Fri, 18 Mar 2011 13:55:25 +0000 (13:55 +0000)]
WS

13 years agonew function/methods - mysqlnd_stmt_flush. Removing
Andrey Hristov [Fri, 18 Mar 2011 13:35:33 +0000 (13:35 +0000)]
new function/methods - mysqlnd_stmt_flush. Removing
code duplication

13 years agoless trace info
Andrey Hristov [Fri, 18 Mar 2011 12:33:17 +0000 (12:33 +0000)]
less trace info

13 years agosplit mysqlnd_debug.c in 3 files
Andrey Hristov [Fri, 18 Mar 2011 11:58:46 +0000 (11:58 +0000)]
split mysqlnd_debug.c in 3 files

13 years ago- Replaced calls to getprotobyname by constants to avoid
Gustavo André dos Santos Lopes [Thu, 17 Mar 2011 22:21:59 +0000 (22:21 +0000)]
- Replaced calls to getprotobyname by constants to avoid
  unnecessarily hitting /etc/protocols on MINIT.

13 years agoTest coverage for some of the cases where LAST_INSERT_ID() and API *_insert_id()...
Ulf Wendel [Thu, 17 Mar 2011 15:18:22 +0000 (15:18 +0000)]
Test coverage for some of the cases where LAST_INSERT_ID() and API *_insert_id() differ as documented in the MySQL manual in particular the C API reference section

13 years agoFix for bug #54221 mysqli::get_warnings segfault when used in multi queries
Andrey Hristov [Thu, 17 Mar 2011 10:28:53 +0000 (10:28 +0000)]
Fix for bug #54221 mysqli::get_warnings segfault when used in multi queries

13 years agoFixed bug #54265 (crash when variable gets reassigned in error handler)
Dmitry Stogov [Wed, 16 Mar 2011 15:21:38 +0000 (15:21 +0000)]
Fixed bug #54265 (crash when variable gets reassigned in error handler)

13 years agoRemove unused macros
Andrey Hristov [Wed, 16 Mar 2011 14:10:59 +0000 (14:10 +0000)]
Remove unused macros

13 years agoallocate persistently
Andrey Hristov [Wed, 16 Mar 2011 12:42:59 +0000 (12:42 +0000)]
allocate persistently

13 years agocompiler warnings fixed
Andrey Hristov [Wed, 16 Mar 2011 11:51:56 +0000 (11:51 +0000)]
compiler warnings fixed

13 years agoFixed bug #54262 (Crash when assigning value to a dimension in a non-array)
Dmitry Stogov [Wed, 16 Mar 2011 11:14:33 +0000 (11:14 +0000)]
Fixed bug #54262 (Crash when assigning value to a dimension in a non-array)

13 years agofix UMR when setting forward string offset
Stanislav Malyshev [Wed, 16 Mar 2011 05:41:50 +0000 (05:41 +0000)]
fix UMR when setting forward string offset

13 years agofix UMR when variable name is an object and __toString is used
Stanislav Malyshev [Wed, 16 Mar 2011 05:25:02 +0000 (05:25 +0000)]
fix UMR when variable name is an object and __toString is used
# zend_call_function checks IS_REF on This

13 years ago- windows only
Pierre Joye [Tue, 15 Mar 2011 17:14:32 +0000 (17:14 +0000)]
- windows only

13 years ago- make setlocale thread only, drastically reduce TS related crashes in error mgt...
Pierre Joye [Tue, 15 Mar 2011 17:13:44 +0000 (17:13 +0000)]
- make setlocale thread only, drastically reduce TS related crashes in error mgt and other parts like pcre, and actually a good thing (tm)

13 years ago- Fixed bug #51958: socket_accept() fails on IPv6 sockets.
Gustavo André dos Santos Lopes [Mon, 14 Mar 2011 22:59:05 +0000 (22:59 +0000)]
- Fixed bug #51958: socket_accept() fails on IPv6 sockets.
#On hold for 5.3

13 years ago- Updated to version 2011.4 (2011d)
Derick Rethans [Mon, 14 Mar 2011 18:56:02 +0000 (18:56 +0000)]
- Updated to version 2011.4 (2011d)

13 years agoFixed multibyte related issues
Dmitry Stogov [Mon, 14 Mar 2011 16:02:04 +0000 (16:02 +0000)]
Fixed multibyte related issues

13 years agoFixed multibyte related issues
Dmitry Stogov [Mon, 14 Mar 2011 16:00:59 +0000 (16:00 +0000)]
Fixed multibyte related issues

13 years ago- Missing fixes for bug #54247
Felipe Pena [Mon, 14 Mar 2011 14:12:42 +0000 (14:12 +0000)]
- Missing fixes for bug #54247

13 years ago- Fixed bug #54247 (format-string vulnerability on Phar)
Felipe Pena [Mon, 14 Mar 2011 13:54:41 +0000 (13:54 +0000)]
- Fixed bug #54247 (format-string vulnerability on Phar)

13 years ago- Added multicast support to the sockets extension (bug #40510).
Gustavo André dos Santos Lopes [Mon, 14 Mar 2011 00:08:29 +0000 (00:08 +0000)]
- Added multicast support to the sockets extension (bug #40510).

13 years ago- Fix infile return on duplicated key (related to bug #54242)
Felipe Pena [Sun, 13 Mar 2011 14:57:19 +0000 (14:57 +0000)]
- Fix infile return on duplicated key (related to bug #54242)

13 years ago- Fixed bug #54242 (dba_insert returns true if key already exists)
Felipe Pena [Sun, 13 Mar 2011 14:21:58 +0000 (14:21 +0000)]
- Fixed bug #54242 (dba_insert returns true if key already exists)

13 years ago- Fixed ZTS build
Felipe Pena [Sun, 13 Mar 2011 14:19:31 +0000 (14:19 +0000)]
- Fixed ZTS build

13 years agoRemove unused variable
Pierrick Charron [Sun, 13 Mar 2011 05:25:45 +0000 (05:25 +0000)]
Remove unused variable

13 years agoFixed bug #54180 (parse_url() incorrectly parses path when ? in fragment)
Pierrick Charron [Sun, 13 Mar 2011 04:02:56 +0000 (04:02 +0000)]
Fixed bug #54180 (parse_url() incorrectly parses path when ? in fragment)

13 years agofix typo in SNMP_SNPRINT_VALUE usage: use val_len, not name_length
Boris Lytochkin [Fri, 11 Mar 2011 07:21:13 +0000 (07:21 +0000)]
fix typo in SNMP_SNPRINT_VALUE usage: use val_len, not name_length

13 years agoFix prototype of zend_fetch_debug_backtrace().
Sebastian Bergmann [Fri, 11 Mar 2011 03:52:39 +0000 (03:52 +0000)]
Fix prototype of zend_fetch_debug_backtrace().

13 years agofixed tests to match the new float precision of 53, as described in bug 47168
Eyal Teutsch [Thu, 10 Mar 2011 13:25:19 +0000 (13:25 +0000)]
fixed tests to match the new float precision of 53, as described in bug 47168

13 years agoAdd a version number to timelib for other projects that use it.
Scott MacVicar [Wed, 9 Mar 2011 20:06:52 +0000 (20:06 +0000)]
Add a version number to timelib for other projects that use it.

This has the same version scheme as timezonedb.

<year><release-padded-to-two>

13 years agoClose [PHP-BUG] Req #54152...
Jim Jagielski [Wed, 9 Mar 2011 18:53:22 +0000 (18:53 +0000)]
Close [PHP-BUG] Req #54152...
Apache 2.3.12 (and later) will now work correctly with PHP's fcgi
impl with this patch.

13 years ago- Fixed bug #49608 (Using CachingIterator on DirectoryIterator instance segfaults)
Felipe Pena [Tue, 8 Mar 2011 19:56:29 +0000 (19:56 +0000)]
- Fixed bug #49608 (Using CachingIterator on DirectoryIterator instance segfaults)

13 years ago- Version++
Felipe Pena [Tue, 8 Mar 2011 18:24:04 +0000 (18:24 +0000)]
- Version++

13 years agofix typppo
Antony Dovgal [Tue, 8 Mar 2011 14:53:38 +0000 (14:53 +0000)]
fix typppo

13 years ago- Fixed bug #54193 (Integer overflow in shmop_read())
Felipe Pena [Tue, 8 Mar 2011 13:11:14 +0000 (13:11 +0000)]
- Fixed bug #54193 (Integer overflow in shmop_read())

13 years ago- Updated to version 2011.3 (2011c)
Derick Rethans [Mon, 7 Mar 2011 14:55:28 +0000 (14:55 +0000)]
- Updated to version 2011.3 (2011c)

13 years agoFix speling.
Sebastian Bergmann [Sun, 6 Mar 2011 21:47:46 +0000 (21:47 +0000)]
Fix speling.

13 years agoFix ZTS build.
Moriyoshi Koizumi [Sun, 6 Mar 2011 07:06:55 +0000 (07:06 +0000)]
Fix ZTS build.

13 years agoFix zend.multibyte oddities. Hope this will address all the known problems.
Moriyoshi Koizumi [Sun, 6 Mar 2011 07:00:30 +0000 (07:00 +0000)]
Fix zend.multibyte oddities. Hope this will address all the known problems.

13 years ago- Fixed bug #54167 (PDO_DBLIB returns null on SQLUNIQUE field)
Felipe Pena [Sat, 5 Mar 2011 23:07:45 +0000 (23:07 +0000)]
- Fixed bug #54167 (PDO_DBLIB returns null on SQLUNIQUE field)
# initial patch by: mjh at hodginsmedia dot com (5.3)
# trunk version by me

13 years ago* tune snmp2_walk.phpt
Boris Lytochkin [Fri, 4 Mar 2011 19:23:25 +0000 (19:23 +0000)]
* tune snmp2_walk.phpt
* more net-snmp v5.3 compatibility (OPAQUE_SPECIAL_TYPES)

13 years ago* fix warning about redefining REGISTER_PDO_CLASS_CONST_LONG (damn copy'n'paste)
Boris Lytochkin [Fri, 4 Mar 2011 18:58:01 +0000 (18:58 +0000)]
* fix warning about redefining REGISTER_PDO_CLASS_CONST_LONG (damn copy'n'paste)
* tuned two unit test that failed at gcov.php.net/PHP_HEAD

13 years ago- Be more consistent in these instructions
Johannes Schlüter [Thu, 3 Mar 2011 13:23:05 +0000 (13:23 +0000)]
- Be more consistent in these instructions

13 years agofix warnings mentioned in 'Parameter Parsing Report'
Boris Lytochkin [Wed, 2 Mar 2011 22:12:02 +0000 (22:12 +0000)]
fix warnings mentioned in 'Parameter Parsing Report'

13 years ago- Enable windows build system to accept paths containing spaces.
Moriyoshi Koizumi [Wed, 2 Mar 2011 05:22:22 +0000 (05:22 +0000)]
- Enable windows build system to accept paths containing spaces.

13 years ago- Fixed SplObjectStorage::offsetSet arginfo, reported in bug #54118
Felipe Pena [Tue, 1 Mar 2011 00:13:23 +0000 (00:13 +0000)]
- Fixed SplObjectStorage::offsetSet arginfo, reported in bug #54118

13 years agoFixed bug #54089 (token_get_all() does not stop after __halt_compiler).
Ilia Alshanetsky [Mon, 28 Feb 2011 15:18:27 +0000 (15:18 +0000)]
Fixed bug #54089 (token_get_all() does not stop after __halt_compiler).

13 years ago- Fixed bug #54092 (Segmentation fault when using HTTP proxy with the FTP
Gustavo André dos Santos Lopes [Sun, 27 Feb 2011 20:23:54 +0000 (20:23 +0000)]
- Fixed bug #54092 (Segmentation fault when using HTTP proxy with the FTP
  wrapper).
#php_stream->wrapperdata should hold an array zval (like its zval* type
#indicates...), it's not a place where the wrapper can drop an arbitrary
#pointer. For that, .wrapperthis should be used.
#Also, since the ftp dir wrapper defines its own stream type, it's more
#appropriate to use .abstract to store the stream instance specific data.

13 years ago- Possible fix for Bug #54108 (valgrind can not be found if located outside of system...
Felipe Pena [Sun, 27 Feb 2011 17:55:39 +0000 (17:55 +0000)]
- Possible fix for Bug #54108 (valgrind can not be found if located outside of system's default PATH)

13 years agoremove compiler warnings
Boris Lytochkin [Sat, 26 Feb 2011 19:08:55 +0000 (19:08 +0000)]
remove compiler warnings
fix various memory leaks seen with --enable-debug

13 years ago* new methods get_errno, get_error to get errno and error string
Boris Lytochkin [Sat, 26 Feb 2011 08:27:26 +0000 (08:27 +0000)]
* new methods get_errno, get_error to get errno and error string
    of last SNMP-related error
* formatting markup
* some fixes in max_oids logic: NULL will set it to default value,
    do not allow non-positive user-supplied values
* unit tests for changes

13 years agofix parse errors for non_repeaters & max_repetitions: aligment errors
Boris Lytochkin [Fri, 25 Feb 2011 19:22:15 +0000 (19:22 +0000)]
fix parse errors for non_repeaters & max_repetitions: aligment errors

13 years agoeven better fix
Andrey Hristov [Fri, 25 Feb 2011 16:55:27 +0000 (16:55 +0000)]
even better fix

13 years agofix plugin counting, this is trunk only
Andrey Hristov [Fri, 25 Feb 2011 16:44:39 +0000 (16:44 +0000)]
fix plugin counting, this is trunk only

13 years agomove from macros to functions, which can be overwritten, if needed
Andrey Hristov [Fri, 25 Feb 2011 12:25:36 +0000 (12:25 +0000)]
move from macros to functions, which can be overwritten, if needed

13 years ago- fix regression (carsten_sttgt@gmx.de)
Pierre Joye [Fri, 25 Feb 2011 11:28:33 +0000 (11:28 +0000)]
- fix regression (carsten_sttgt@gmx.de)

13 years agoMFB: fix lcov build (r308657)
Nuno Lopes [Fri, 25 Feb 2011 09:37:33 +0000 (09:37 +0000)]
MFB: fix lcov build (r308657)

13 years ago- Fixed possible off-by-one overflow in ibase_gen_id()
Felipe Pena [Thu, 24 Feb 2011 02:42:38 +0000 (02:42 +0000)]
- Fixed possible off-by-one overflow in ibase_gen_id()

13 years ago- Fix tests. temp dir might be something other than /tmp
Johannes Schlüter [Tue, 22 Feb 2011 14:49:32 +0000 (14:49 +0000)]
- Fix tests. temp dir might be something other than /tmp

13 years ago-not needed, buildconf helps...
Pierre Joye [Tue, 22 Feb 2011 13:09:15 +0000 (13:09 +0000)]
-not needed, buildconf helps...

13 years ago- missing files
Pierre Joye [Tue, 22 Feb 2011 12:59:50 +0000 (12:59 +0000)]
- missing files

13 years agoDeclare vars first. Fix Windows build.
Johannes Schlüter [Tue, 22 Feb 2011 12:51:43 +0000 (12:51 +0000)]
Declare vars first. Fix Windows build.

13 years agofix invalid memory read. Thank you, valgrind
Andrey Hristov [Mon, 21 Feb 2011 16:24:37 +0000 (16:24 +0000)]
fix invalid memory read. Thank you, valgrind

13 years ago- fix bug #54061, memory leak in openssl_decrypt
Pierre Joye [Mon, 21 Feb 2011 12:50:26 +0000 (12:50 +0000)]
- fix bug #54061, memory leak in openssl_decrypt

13 years ago- fix bug #54061, memory leak in openssl_decrypt
Pierre Joye [Mon, 21 Feb 2011 12:47:38 +0000 (12:47 +0000)]
- fix bug #54061, memory leak in openssl_decrypt

13 years ago- fix bug #54060, memory leak in openssl_encrypt
Pierre Joye [Mon, 21 Feb 2011 10:07:31 +0000 (10:07 +0000)]
- fix bug #54060, memory leak in openssl_encrypt

13 years agoFix Bug #54058, invalid utf-8 doesn't set json_encode() in all cases
Scott MacVicar [Mon, 21 Feb 2011 08:09:02 +0000 (08:09 +0000)]
Fix Bug #54058, invalid utf-8 doesn't set json_encode() in all cases

13 years ago- Fixed bug #54055 (buffer overrun with high values for precision ini
Gustavo André dos Santos Lopes [Mon, 21 Feb 2011 06:53:24 +0000 (06:53 +0000)]
- Fixed bug #54055 (buffer overrun with high values for precision ini
  setting).
#This fix (for g/G/k/H modes) is done at a different level than that for the
#modes e/E/f/F, at a bit higher level and therefore with less coverage. I
#chose this because it addresses the problem where it is -- the calling function
#that passes a buffer too small to php_gcvt.

13 years ago- Removed dead defines.
Gustavo André dos Santos Lopes [Mon, 21 Feb 2011 05:33:16 +0000 (05:33 +0000)]
- Removed dead defines.

13 years ago- Fixed memory leak in DirectoryIterator::getExtension() and SplFileInfo::getExtension()
Felipe Pena [Sun, 20 Feb 2011 16:33:53 +0000 (16:33 +0000)]
- Fixed memory leak in DirectoryIterator::getExtension() and SplFileInfo::getExtension()

13 years ago- Fixed bug #54040 (Logical && where & probably needed in spl_iterators)
Felipe Pena [Sun, 20 Feb 2011 16:09:50 +0000 (16:09 +0000)]
- Fixed bug #54040 (Logical && where & probably needed in spl_iterators)

13 years ago- Fixed build
Felipe Pena [Sat, 19 Feb 2011 16:32:00 +0000 (16:32 +0000)]
- Fixed build

13 years ago- Implement FR#53878 Interactive shell should work with shared readline extension
Johannes Schlüter [Sat, 19 Feb 2011 16:04:30 +0000 (16:04 +0000)]
- Implement FR#53878 Interactive shell should work with shared readline extension

# This is useful w/ distributors who like to build all things shared or don't
# provide the readline extension. Or if a user pefers readline's behavior over
# libedit which might be used by the  distributor.

13 years agopush most of SNMP query options into objid_query structure
Boris Lytochkin [Sat, 19 Feb 2011 11:13:10 +0000 (11:13 +0000)]
push most of SNMP query options into objid_query structure

14 years ago- PHP_STREAM_OPTION_WRITE_BUFFER no longer disables the read buffer of a plain
Gustavo André dos Santos Lopes [Sat, 19 Feb 2011 01:28:37 +0000 (01:28 +0000)]
- PHP_STREAM_OPTION_WRITE_BUFFER no longer disables the read buffer of a plain
  stream when 0 is given as the value.
- PHP_STREAM_OPTION_WRITE_BUFFER no longer changes the chunk size in socket
  streams.
- Added stream_set_chunk_size() function.
- Some signedness fixes.
- Test for commit r308474, now that it's possible to actually test it.

14 years ago- Fixed test to work in systems with different line endings.
Gustavo André dos Santos Lopes [Sat, 19 Feb 2011 00:48:48 +0000 (00:48 +0000)]
- Fixed test to work in systems with different line endings.

14 years ago- Changed return value in userspace stream set_option to "not implemented",
Gustavo André dos Santos Lopes [Fri, 18 Feb 2011 17:53:26 +0000 (17:53 +0000)]
- Changed return value in userspace stream set_option to "not implemented",
  instead of failure.
#Currently, there's no way to test this, because the only operations that have
#a default implementation, set_chunk_size and set_read_buffer are either not
#exposed or, in the 2nd case, completely delegated to the user implementation,
#which can only return true/false, not "not implemented" (and not implementing
#the set_option method in the userspace stream results in error).

14 years ago- Fixed bug #43512 (same parameter name can be used multiple times in method/function...
Felipe Pena [Thu, 17 Feb 2011 23:24:50 +0000 (23:24 +0000)]
- Fixed bug #43512 (same parameter name can be used multiple times in method/function definition)

14 years agoenable HAVE_SHUTDOWN_SNMP_LOGGING
Boris Lytochkin [Thu, 17 Feb 2011 12:12:22 +0000 (12:12 +0000)]
enable HAVE_SHUTDOWN_SNMP_LOGGING

14 years ago* Fix memory leak on concurrent new, open
Boris Lytochkin [Thu, 17 Feb 2011 12:02:16 +0000 (12:02 +0000)]
* Fix memory leak on concurrent new, open
* change comments to ANSI-C style
* added compatibility with net-snmp prior 5.4

14 years agoSome updates for the release process, mostly cvs->svn things
Johannes Schlüter [Thu, 17 Feb 2011 10:06:31 +0000 (10:06 +0000)]
Some updates for the release process, mostly cvs->svn things

14 years ago- Classes that implement stream wrappers can define a method called
Gustavo André dos Santos Lopes [Thu, 17 Feb 2011 00:25:32 +0000 (00:25 +0000)]
- Classes that implement stream wrappers can define a method called
  stream_truncate that will respond to truncation, e.g. through ftruncate.
  Closes feature request #53888.

14 years agofixed a problem in mysqlnd. 0 was always as num_rows returned for
Andrey Hristov [Wed, 16 Feb 2011 16:36:33 +0000 (16:36 +0000)]
fixed a problem in mysqlnd. 0 was always as num_rows returned for
unbuffered sets (text protocol and PS).

14 years ago- Updated to version 2011.2 (2011b)
Derick Rethans [Tue, 15 Feb 2011 16:26:42 +0000 (16:26 +0000)]
- Updated to version 2011.2 (2011b)

14 years ago- fix the fix (Dmitry) and ensure that it builds everywhere, can someone test on...
Pierre Joye [Tue, 15 Feb 2011 14:02:26 +0000 (14:02 +0000)]
- fix the fix (Dmitry) and ensure that it builds everywhere, can someone test on solaris&co pls?

14 years ago- unused var
Pierre Joye [Tue, 15 Feb 2011 09:07:34 +0000 (09:07 +0000)]
- unused var