]> granicus.if.org Git - php/shortlog
php
2010-10-27 Gustavo André... - Fixed bug #53180 (post_max_size=0 not disabling the...
2010-10-26 Gustavo André... - Fixed ReflectionProperty::isDefault() giving a wrong...
2010-10-26 Gustavo André... - Added ReflectionParameter::canBePassedByValue().
2010-10-26 Gustavo André... - Implemented request #44164, zlib.output_compression...
2010-10-25 Ilia AlshanetskyCode cleanup & CS
2010-10-25 Ilia AlshanetskyRemoved unused variable
2010-10-25 Andrey Hristovrename and remove usage of inttypes.h, not needed
2010-10-25 Gustavo André... - Small optimization of the fix of bug #53071. It's...
2010-10-25 Gustavo André... - Fixed bug #53071 (SPLObjectStorage defeats gc_collect...
2010-10-24 Gustavo André... - A BOM had slipped in a commit and broke the build...
2010-10-24 Pierre Joye- fix Isotopp
2010-10-24 Gustavo André... - Fixed uninitialized and 1 character short local variable.
2010-10-24 Gustavo André... - Removed out-of-date comments and one enum constant...
2010-10-24 Gustavo André... - Added to UPGRADING(.INTERNALS) information about...
2010-10-24 Gustavo André... - Completed rewrite of html.c. Except for determine_cha...
2010-10-24 Felipe Pena- Fixed bug #53144 (SplObjectStorage::removeAll())
2010-10-22 Andrey Hristovprofiling in trace mode
2010-10-22 Dmitry Stogovreduced size of temp_variariable
2010-10-22 Andrey Hristovlast piece to enable trace logging on windows
2010-10-22 Andrey Hristovenable debug logging on windows, in debug builds, of...
2010-10-22 Dmitry StogovSimplified foreach() handling, we don't have to inctrem...
2010-10-22 Dmitry StogovFixed crash on attempt to insert reference to string...
2010-10-22 Dmitry StogovRemoved redundant check
2010-10-20 Ilia AlshanetskyUpgraded bundled sqlite to version 3.7.3
2010-10-19 Derick Rethans- Strip out the typehint *checks* only. They are still...
2010-10-19 Pierre Joye- fix Fixed NULL pointer dereference in ZipArchive...
2010-10-18 Adam HarveyFix bug #53089 (php.ini should use portable example...
2010-10-16 Felipe Pena- Fixed bug #53070 (Calling enchant_broker_get_dict_pat...
2010-10-15 Derick Rethans- Added the writing of .sh files so that we can run...
2010-10-15 Dmitry Stogovzend_collect_module_handlers() has to be called after...
2010-10-14 Hartmut Holzgraefemarked char pointer arguments as const in lots of
2010-10-14 Gustavo André... - Three tests were "broken" by rev #304404, not two...
2010-10-14 Gustavo André... - Fixed get_next_char(), used by htmlentities/htmlspeci...
2010-10-14 Gustavo André... - [DOC] Reverted rev #304382 and rev #304380, as I...
2010-10-14 Gustavo André... - Ooops. Fixed tests for rev #304380 (stream_get_conten...
2010-10-14 Gustavo André... - [DOC] Changed stream_get_contents() so that the offse...
2010-10-13 Adam HarveyFix vim marker folds.
2010-10-13 Dmitry StogovFixed bug #52939 (zend_call_function does not respect...
2010-10-13 Gustavo André... - Fixed forward stream seeking emulation in streams...
2010-10-12 Kalle Sommer... * Added version info for Windows XP Starter/Tablet...
2010-10-12 Dmitry StogovAdded test
2010-10-12 Gustavo André... - Added a 3rd parameter to get_html_translation_table...
2010-10-11 Gustavo André... - PHP uses a big endian representation when it converts the
2010-10-11 Gustavo André... - Removed redundant local variable in dns_get_record.
2010-10-11 Gustavo André... - [DOC] Added a 5th parameter to dns_get_record, a...
2010-10-10 Gustavo André... - Revamp of the decoding portion of html.c.
2010-10-08 Gustavo André... - Added numeric record type and raw data for unknown DNS
2010-10-08 Gustavo André... - Fixed a typo in rev #304208 (24 instead of 34/'"').
2010-10-08 Gustavo André... - Fixed bug #53021 (In html_entity_decode, failure...
2010-10-08 Andrey Hristovnew collations
2010-10-07 Felipe Pena- Added bison 2.4.3 version to the bison version list
2010-10-07 Andrey Hristovfix some uninitialized variables. also fix shadowing...
2010-10-07 Ilia AlshanetskyFixed extrenous warning inside openssl_encrypt() for...
2010-10-06 Gustavo André... - Added support for ICU Transformations (Transliterator).
2010-10-06 Gustavo André... - Fixed test for bug #50590 on systems with 64-bit...
2010-10-06 Andrey HristovFix for Bug #52686 mysql_stmt_attr_[gs]et arg. points...
2010-10-06 Andrey Hristovfix broken merge, led to double define
2010-10-06 Pierre Joye- don't build if no libvpx available
2010-10-06 Andrey Hristovmore variable hiding fixes
2010-10-06 Andrey Hristovfix shadowing of parameters
2010-10-05 Kalle Sommer... Update copyright year for the license
2010-10-05 Andrey Hristovrename parameter name - should not shadow the global...
2010-10-05 Andrey Hristovtwo more compiler warnings fixed - size does matter
2010-10-05 Andrey HristovRename a method so it doesn't clash with a global symbo...
2010-10-05 Andrey HristovFix compiler warnings - on 32bit size_t is smaller...
2010-10-05 Andrey Hristovrename parameter, should not conflict with global symbol -
2010-10-05 Andrey Hristovremove trailing commas in enums
2010-10-05 Ulf WendelFix test: third parameter can be false.
2010-10-05 Antony Dovgalfix bug #50345 (nanosleep not detected properly on...
2010-10-05 Ulf WendelGreetings from SunCC.
2010-10-05 Ilia AlshanetskyRemoved debug code
2010-10-05 Dmitry StogovFixed bug #44248 (RFC2616 transgression while HTTPS...
2010-10-05 Dmitry StogovFixed bug #51008 (Zend/tests/bug45877.phpt fails)
2010-10-05 Andrey Hristovadd some safe casts
2010-10-05 Patrick AllaertFixed typo in tests (thx Eyal)
2010-10-05 Andrey Hristovfixing more types
2010-10-05 Kalle Sommer... Fixed constness compiler warning in pdo_mysql
2010-10-05 Kalle Sommer... Fixed compiler warnings in mysqli
2010-10-05 Andrey Hristovfix types
2010-10-05 Ulf WendelFix warnings
2010-10-05 Andrey Hristovfix recent TSRM build break, with --enable-debug
2010-10-05 Gustavo André... - Moved ucgendat.c to a separate directory and included the
2010-10-05 Gustavo André... - Fixed bug #52981 (Unicode casing table was out-of...
2010-10-04 Felipe Pena- Fix build
2010-10-04 Pierre Joye- missing file for webp
2010-10-04 Pierre Joye- initial webp support, rely on libpx, final version...
2010-10-04 Pierre Joye- initial webp support, rely on libpx, final version...
2010-10-04 Kalle Sommer... We do not need this TSRMLS_FETCH() call as we do not...
2010-10-04 Kalle Sommer... Skipped this one
2010-10-04 Kalle Sommer... Revert for now
2010-10-04 Michael MacleanUn-deprecate mt_rand and deprecate mt_getrandmax
2010-10-04 Dmitry StogovBug #51155 (Unreasonable non-emalloc allocations of...
2010-10-04 Andrey Hristovfix two more warnings
2010-10-04 Andrey Hristovadd some safe casts - lower the number of warnings...
2010-10-04 Andrey HristovFix const-ness
2010-10-04 Ulf WendelTrying to fix compiler warnings (on Windows).
2010-10-04 Andrey HristovEven better patch
2010-10-04 Andrey Hristovdon't define twice the macro on some platforms
2010-10-04 Ulf WendelFixing compiler warning.
2010-10-04 Ulf WendelFixing "ext/mysqlnd/mysqlnd.h", line 287: warning:...
next