]> granicus.if.org Git - php/shortlog
php
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
2011-02-05 Gustavo André... - Changed port validation introduced in commit #308035...
2011-02-05 Boris Lytochkinfix crash caused by incorrect offset altering
2011-02-05 Boris Lytochkinadded r/o info property with basic session info,
2011-02-04 Ilia AlshanetskyFixed bug #53924 (FILTER_VALIDATE_URL doesn't validate...
2011-02-04 Adam HarveyChange the way HAVE_GLOB is dealt with in ext/zip per...
2011-02-04 Adam HarveyFix bug #53923 (Zip functions assume HAVE_GLOB is defined).
2011-02-04 Adam HarveyFix bug #53914 (SPL assumes HAVE_GLOB is defined)....
2011-02-04 Adam HarveyFix bug #53913 (Streams functions assume HAVE_GLOB...
2011-02-03 Kalle Sommer... Fix ZTS build
2011-02-03 Scott MacVicarXFAIL these for the moment, Kalle totally broke these...
2011-02-03 Scott MacVicarAdd header_register_callback(), allows a userland function
2011-02-03 Scott MacVicarFix docblocks on SpoofChecker and remove exceptions...
2011-02-03 Ilia AlshanetskyFixed compiler warnings caused by var re-declaration
2011-02-03 Gustavo André... - Simpler fix for bug #53915.
2011-02-03 Gustavo André... - Fixed bug #53915: ReflectionClass::getConstant(s...
2011-02-01 Gustavo André... - Fixed bug #53903 (userspace stream stat callback...
2011-02-01 Andrey HristovFix more warnings about size_t
2011-02-01 Gustavo André... - Fixed several comparisons that always result in true...
2011-02-01 Andrey Hristovfix warnings. These checks are not needed because
2011-02-01 Gustavo André... - Fixed bug #49072 (feof never returns true for damaged...
2011-02-01 Ilia AlshanetskyFixed bug #53898 (PHAR reports invalid error message...
2011-02-01 Pierre Joye- fix build, wrong version id
2011-02-01 Pierre Joye- WS
2011-02-01 Boris Lytochkinpreprocessed changes made in rev.307894:
2011-02-01 Boris Lytochkin- Improved SNMP extension:
2011-02-01 Felipe Pena- Fixed build
2011-01-31 Derick Rethans- Don't lower case setting names; some of them actually...
2011-01-31 Andrey HristovAdd two new enums constants from the server
2011-01-31 Andrey HristovDon't lose this data anymore. It worked without the...
2011-01-31 Kalle Sommer... Fixed bug #53795 (Connect Error from MySqli (mysqlnd...
2011-01-31 Kalle Sommer... Use our own zend_strndup() implementation of strndup...
2011-01-31 Boris LytochkinImproved SNMP extension. FR #53594
2011-01-30 Stanislav Malyshevfix bug 53885 (ZipArchive segfault with FL_UNCHANGED...
2011-01-30 Jérôme Loyet- remove cpystrn from FPM and use strlcpy instead.
2011-01-30 Stanislav MalyshevFix bug #52290 (setDate, setISODate, setTime works...
2011-01-30 Stanislav MalyshevFix bug #52808 (Segfault when specifying interval as...
2011-01-29 Jérôme Loyet- Fixed bug #53434 (php-fpm slowlog now also logs the...
2011-01-29 Jérôme Loyet- Fixed bug #53434 (php-fpm slowlog now also logs the...
2011-01-29 Jérôme Loyet- Fixed bug #53777 (php-fpm log format now match php_er...
2011-01-29 Adam HarveyRevert the UPGRADING change in r307807, since it's...
2011-01-28 Felipe Pena- Fixed bug #53748 (Using traits lead to a segmentation...
2011-01-28 Felipe Pena- Fixed bug #53867 (Test failure)
2011-01-28 Andrey Hristovclear error before doing anything, because we can get
2011-01-28 Ulf WendelDon't expect a certain server reply, it is undefined...
2011-01-28 Dmitry StogovAdded ability to connect to HTTPS sites through proxy...
2011-01-28 Adam HarveyFixed bug #53854 (Missing constants for compression...
2011-01-28 Adam HarveyFix zip test.
2011-01-27 Andrey Hristova better habitat
2011-01-27 Andrey Hristovfix a crash in new code
2011-01-27 Ilia AlshanetskyAdded support for "extra" parameter for PGNotify().
2011-01-27 Scott MacVicarFix crash with mbstring, this probably isn't the correc...
2011-01-27 Pierre Joye- Fix bug #53166, missing parameters in reflections...
2011-01-25 Ulf WendelCheck PAM auth plugin build in to mysqlnd. I am afraid...
2011-01-25 Derick Rethans- Let's keep this consistent in the whole file.
2011-01-25 Ulf WendelHandle deprecation messages differently in tests to...
2011-01-25 Ulf WendelAlways bail about deprecation, make warning visible...
2011-01-25 Gustavo André... - Fixed CHARSET_UNICODE_COMPAT (ISO-8859-1 is compatibl...
2011-01-24 Ilia Alshanetskyremoved un-used variable
2011-01-24 Derick Rethans- Updated to version 2011.1 (2011a)
2011-01-24 Andrey Hristovfix typos
2011-01-24 Andrey Hristovsmall cleanups
2011-01-24 Andrey HristovHandle MySQL 5.5 authentication features.
2011-01-24 Stanislav MalyshevAdd imap_fetchmime
next