]> granicus.if.org Git - php/shortlog
php
2018-07-16 Nikita PopovDeprecate case-insensitive constants
2018-07-16 Nikita PopovRemove use of case-insensitive constants in tests
2018-07-16 Dmitry StogovFixed error messages.
2018-07-16 Dmitry StogovFlatten strip_tags state machine (GCC overoptimized...
2018-07-16 Gabriel CarusoMake more tests run and fix SKIPIF sections
2018-07-16 Gabriel CarusoTest http_response_code function
2018-07-16 Gabriel CarusoFix failing test upstream
2018-07-15 Christoph M... Merge branch 'PHP-7.2'
2018-07-15 Christoph M... Merge branch 'PHP-7.1' into PHP-7.2
2018-07-15 Christoph M... Fix #73817: Incorrect entries in get_html_translation_table
2018-07-14 Gabriel CarusoSmall tweaks to php scripts
2018-07-14 Gabriel CarusoSmall tweaks to php scripts
2018-07-14 Gemorroj[ci skip] Update php.ini-production
2018-07-14 Anatol BelskiRegroup the ifdef'd occurrences
2018-07-14 Anatol BelskiTrail long path support also for deletion
2018-07-13 Anatol BelskiMerge branch 'PHP-7.2'
2018-07-13 Anatol BelskiMerge branch 'PHP-7.1' into PHP-7.2
2018-07-13 Anatol BelskiImprove test
2018-07-13 Anatol BelskiDistinguish two error messages
2018-07-13 Anatol BelskiAvoid early allocation
2018-07-12 Stanislav Malyshev[ci skip] Add dates to maintainer names
2018-07-12 Anatol BelskiMerge branch 'PHP-7.2'
2018-07-12 Anatol BelskiMerge branch 'PHP-7.1' into PHP-7.2
2018-07-12 Anatol BelskiFixed RecursiveDirectoryIterator with long path or...
2018-07-12 Dmitry StogovFixed tests
2018-07-12 Dmitry StogovMerge zend_class_entry.create_object and zend_class_ent...
2018-07-12 Christoph M... [ci skip] Update next version
2018-07-12 Christoph M... Fix #33502: Some nullary functions don't check the...
2018-07-12 Christoph M... Merge branch 'PHP-7.2'
2018-07-12 Christoph M... Merge branch 'PHP-7.1' into PHP-7.2
2018-07-12 Christoph M... Fix Travis build
2018-07-12 Andrea FauldsExport stdClass objects using (object) cast (fixes...
2018-07-12 Dmitry StogovImproved user iterator implementation to reduce zend_cl...
2018-07-12 Anatol BelskiMerge branch 'PHP-7.2'
2018-07-12 Anatol BelskiMerge branch 'PHP-7.1' into PHP-7.2
2018-07-12 Anatol BelskiFix macro
2018-07-12 Anatol BelskiSupport long path also when reading from file cache
2018-07-11 Anatol BelskiMark conditions unexpected
2018-07-11 Dmitry StogovChanged structure of zend_class_entry.trait_aliases...
2018-07-11 Anatol BelskiMake error messages more speaking
2018-07-11 Anatol BelskiSwitch to ioutil routines to support long path in file...
2018-07-11 Anatol BelskiMerge branch 'PHP-7.2'
2018-07-11 Anatol BelskiMerge branch 'PHP-7.1' into PHP-7.2
2018-07-11 Anatol BelskiFix condition
2018-07-11 Anatol BelskiFix build with ZEND_RC_DEBUG
2018-07-11 Dmitry StogovFixed possible assertion/crash when PHP script can...
2018-07-10 Kalle Sommer... Remove these two old and outdated files we never use:
2018-07-10 Christoph M... [ci skip] Fix typos
2018-07-10 Christoph M... [ci skip] Document changes to php_add[c]slashes
2018-07-10 Christoph M... Fix #76574: use of undeclared identifiers INT_MAX and...
2018-07-10 Dmitry StogovAvoid copying
2018-07-10 Anatol Belski[skip ci] Update NEWS
2018-07-10 Anatol BelskiMerge branch 'PHP-7.2'
2018-07-10 Anatol Belski[ci skip] Update NEWS
2018-07-10 Anatol BelskiMerge branch 'PHP-7.1' into PHP-7.2
2018-07-10 Anatol Belski[ci skip] Update NEWS
2018-07-10 Anatol BelskiMerge branch 'PHP-7.2'
2018-07-10 Anatol BelskiMerge branch 'PHP-7.1' into PHP-7.2
2018-07-10 timuribFix bug #76524 - ZipArchive memory leak
2018-07-10 Dmitry StogovUse ZVAL_COPY_DEREF()
2018-07-10 Dmitry StogovAvoid useless copying
2018-07-10 Dmitry StogovRemoved deprecated condition
2018-07-09 Dmitry StogovOptimization
2018-07-09 Anatol BelskiMerge branch 'PHP-7.2'
2018-07-09 Anatol BelskiMerge branch 'PHP-7.1' into PHP-7.2
2018-07-09 Anatol BelskiSync callback signature with libxml2 2.9.8
2018-07-09 Anatol BelskiSkip test on incompatible servers
2018-07-09 Dmitry StogovAvoid useless checks for public functions
2018-07-09 Dmitry StogovCombined few checks into one
2018-07-09 Dmitry StogovAvoid reloading
2018-07-09 Anatol BelskiMerge branch 'PHP-7.2'
2018-07-09 Anatol BelskiMerge branch 'PHP-7.1' into PHP-7.2
2018-07-09 Anatol BelskiAdd missing flag
2018-07-09 Dmitry StogovEliminated check
2018-07-09 Anatol BelskiMove to size_t for string length
2018-07-09 Anatol BelskiRemove conflicting declaration
2018-07-09 Dmitry StogovEliminated reference-counting and EG(exception) check
2018-07-09 Dmitry StogovFixed test
2018-07-09 Dmitry StogovUze ZVAL_COPY_DEREF() instead of ZVAL_DEREF() and ZVAL_...
2018-07-09 Kalle Sommer... The session_array global is not used at all, so comment...
2018-07-09 Kalle Sommer... Added test to accompany the FILTER_SANITIZE_ADD_SLASHES...
2018-07-09 Kalle Sommer... Added the 'add_slashes' sanitization filter (FILTER_SAN...
2018-07-08 Christoph M... Fix #76594: Bus Error due to unaligned access in zend_i...
2018-07-08 Anatol BelskiMerge branch 'PHP-7.2'
2018-07-08 Anatol BelskiMerge branch 'PHP-7.1' into PHP-7.2
2018-07-08 Anatol BelskiFix C++11 and up compatibility for zend_finite and...
2018-07-07 Anatol BelskiMerge branch 'PHP-7.2'
2018-07-07 Dylan K. TaylorFixed regex for checking libzip static lib
2018-07-07 Anatol Belski[ci skip] Fix EOL
2018-07-07 Jakub ZelenkaUpdate NEWS for log related changes in FPM
2018-07-07 Jakub ZelenkaRefactore FPM logging
2018-07-07 Jakub ZelenkaUpdate NEWS and UPGRADING for fpm_get_status addition
2018-07-07 Jakub ZelenkaMigrate fpm_get_status test
2018-07-07 Till BackhausImplement fpm_get_status
2018-07-07 Peter KokotAdd missing INI directives to curl phpinfo
2018-07-07 Peter KokotBump Autoconf version in configure.ac to 2.64
2018-07-07 Peter KokotReplace AC_CONFIG_HEADER with AC_CONFIG_HEADERS
2018-07-07 Nikita PopovMerge branch 'PHP-7.2'
2018-07-07 Nikita PopovMerge branch 'PHP-7.1' into PHP-7.2
2018-07-07 cdocoFixed bug #76366 (references in sub-array for filtering...
next