]> granicus.if.org Git - php/shortlog
php
2011-03-15 Pierre Joye- make setlocale thread only, drastically reduce TS...
2011-03-14 Gustavo André... - Fixed bug #51958: socket_accept() fails on IPv6 sockets.
2011-03-14 Derick Rethans- Updated to version 2011.4 (2011d)
2011-03-14 Dmitry StogovFixed multibyte related issues
2011-03-14 Dmitry StogovFixed multibyte related issues
2011-03-14 Felipe Pena- Missing fixes for bug #54247
2011-03-14 Felipe Pena- Fixed bug #54247 (format-string vulnerability on...
2011-03-14 Gustavo André... - Added multicast support to the sockets extension...
2011-03-13 Felipe Pena- Fix infile return on duplicated key (related to bug...
2011-03-13 Felipe Pena- Fixed bug #54242 (dba_insert returns true if key...
2011-03-13 Felipe Pena- Fixed ZTS build
2011-03-13 Pierrick CharronRemove unused variable
2011-03-13 Pierrick CharronFixed bug #54180 (parse_url() incorrectly parses path...
2011-03-11 Boris Lytochkinfix typo in SNMP_SNPRINT_VALUE usage: use val_len,...
2011-03-11 Sebastian BergmannFix prototype of zend_fetch_debug_backtrace().
2011-03-10 Eyal Teutschfixed tests to match the new float precision of 53...
2011-03-09 Scott MacVicarAdd a version number to timelib for other projects...
2011-03-09 Jim JagielskiClose [PHP-BUG] Req #54152...
2011-03-08 Felipe Pena- Fixed bug #49608 (Using CachingIterator on DirectoryI...
2011-03-08 Felipe Pena- Version++
2011-03-08 Antony Dovgalfix typppo
2011-03-08 Felipe Pena- Fixed bug #54193 (Integer overflow in shmop_read())
2011-03-07 Derick Rethans- Updated to version 2011.3 (2011c)
2011-03-06 Sebastian BergmannFix speling.
2011-03-06 Moriyoshi KoizumiFix ZTS build.
2011-03-06 Moriyoshi KoizumiFix zend.multibyte oddities. Hope this will address...
2011-03-05 Felipe Pena- Fixed bug #54167 (PDO_DBLIB returns null on SQLUNIQUE...
2011-03-04 Boris Lytochkin* tune snmp2_walk.phpt
2011-03-04 Boris Lytochkin* fix warning about redefining REGISTER_PDO_CLASS_CONST...
2011-03-03 Johannes Schlüter- Be more consistent in these instructions
2011-03-02 Boris Lytochkinfix warnings mentioned in 'Parameter Parsing Report'
2011-03-02 Moriyoshi Koizumi- Enable windows build system to accept paths containin...
2011-03-01 Felipe Pena- Fixed SplObjectStorage::offsetSet arginfo, reported...
2011-02-28 Ilia AlshanetskyFixed bug #54089 (token_get_all() does not stop after...
2011-02-27 Gustavo André... - Fixed bug #54092 (Segmentation fault when using HTTP...
2011-02-27 Felipe Pena- Possible fix for Bug #54108 (valgrind can not be...
2011-02-26 Boris Lytochkinremove compiler warnings
2011-02-26 Boris Lytochkin* new methods get_errno, get_error to get errno and...
2011-02-25 Boris Lytochkinfix parse errors for non_repeaters & max_repetitions...
2011-02-25 Andrey Hristoveven better fix
2011-02-25 Andrey Hristovfix plugin counting, this is trunk only
2011-02-25 Andrey Hristovmove from macros to functions, which can be overwritten...
2011-02-25 Pierre Joye- fix regression (carsten_sttgt@gmx.de)
2011-02-25 Nuno LopesMFB: fix lcov build (r308657)
2011-02-24 Felipe Pena- Fixed possible off-by-one overflow in ibase_gen_id()
2011-02-22 Johannes Schlüter- Fix tests. temp dir might be something other than...
2011-02-22 Pierre Joye-not needed, buildconf helps...
2011-02-22 Pierre Joye- missing files
2011-02-22 Johannes SchlüterDeclare vars first. Fix Windows build.
2011-02-21 Andrey Hristovfix invalid memory read. Thank you, valgrind
2011-02-21 Pierre Joye- fix bug #54061, memory leak in openssl_decrypt
2011-02-21 Pierre Joye- fix bug #54061, memory leak in openssl_decrypt
2011-02-21 Pierre Joye- fix bug #54060, memory leak in openssl_encrypt
2011-02-21 Scott MacVicarFix Bug #54058, invalid utf-8 doesn't set json_encode...
2011-02-21 Gustavo André... - Fixed bug #54055 (buffer overrun with high values...
2011-02-21 Gustavo André... - Removed dead defines.
2011-02-20 Felipe Pena- Fixed memory leak in DirectoryIterator::getExtension...
2011-02-20 Felipe Pena- Fixed bug #54040 (Logical && where & probably needed...
2011-02-19 Felipe Pena- Fixed build
2011-02-19 Johannes Schlüter- Implement FR#53878 Interactive shell should work...
2011-02-19 Boris Lytochkinpush most of SNMP query options into objid_query structure
2011-02-19 Gustavo André... - PHP_STREAM_OPTION_WRITE_BUFFER no longer disables...
2011-02-19 Gustavo André... - Fixed test to work in systems with different line...
2011-02-18 Gustavo André... - Changed return value in userspace stream set_option...
2011-02-17 Felipe Pena- Fixed bug #43512 (same parameter name can be used...
2011-02-17 Boris Lytochkinenable HAVE_SHUTDOWN_SNMP_LOGGING
2011-02-17 Boris Lytochkin* Fix memory leak on concurrent new, open
2011-02-17 Johannes SchlüterSome updates for the release process, mostly cvs->svn...
2011-02-17 Gustavo André... - Classes that implement stream wrappers can define...
2011-02-16 Andrey Hristovfixed a problem in mysqlnd. 0 was always as num_rows...
2011-02-15 Derick Rethans- Updated to version 2011.2 (2011b)
2011-02-15 Pierre Joye- fix the fix (Dmitry) and ensure that it builds everyw...
2011-02-15 Pierre Joye- unused var
2011-02-15 Pierre Joye- fix intl build with ICU < 4.2, windows part
2011-02-15 Pierre Joye- fix build with ICU < 4.2, add ICU_VERSION for m4...
2011-02-15 Felipe Pena- Fixed crash on unserialize(serialize(new SNMP))
2011-02-14 Felipe Pena- Fixed memory leak on serialize(new SNMP)
2011-02-14 Felipe Pena- Fixed memory leak
2011-02-14 Hannes MagnussonBug#54016 (finfo_file() Cannot determine filetype in...
2011-02-14 Ilia AlshanetskyFixed variable re-declarations
2011-02-14 Dmitry StogovFixed Bug #53958 (Closures can't 'use' shared variables...
2011-02-14 Pierre Joye-Bug #54002, fix windows build, use the relevant values...
2011-02-14 Pierre Joye- fix bug #54002, exif_read_data crashes on crafted...
2011-02-14 Dmitry StogovFixed Bug #53971 (isset() and empty() produce apparentl...
2011-02-11 Felipe Pena- Fixed bug #53991 (SimpleXMLElement::__construct shows...
2011-02-11 Christopher... Show XFAIL reasons (Daniel Convissor)
2011-02-11 Christopher... rm trailing whitespace
2011-02-11 Daniel ConvissorAdd DateInterval format() tests.
2011-02-10 Daniel ConvissorAdd extensive tests for DateTime::diff(), add() and...
2011-02-10 Pierre Joye- missing
2011-02-10 Pierre Joye- missing
2011-02-09 Scott MacVicarFix Bug #53963, error code isn't always set in certain...
2011-02-09 Gustavo André... - Changed php.ini files to match the hard-coded default...
2011-02-08 Gustavo André... - Changed default serialize_precision from 100 to 17...
2011-02-08 Gustavo André... - Fixed bug #53959 (reflection data for fgetcsv out...
2011-02-08 Antony Dovgalfix compile warning
2011-02-07 Pierre Joye- Fixed bug #53893 (Wrong return value for ZipArchive...
2011-02-07 Pierre Joye- null deref fix
2011-02-07 Pierre Joye- disable realloc warning about not checking its return...
2011-02-06 Ilia AlshanetskyFixed parse_url() tests to account for port validation
next