summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* set versionsphp-7.1.21PHP-7.1.21Joe Watkins2018-08-142-3/+3
* fix versionphp-7.1.21RC1Joe Watkins2018-08-011-1/+1
* set versionJoe Watkins2018-07-313-7/+7
* Update NEWS [ci skip]Anatol Belski2018-07-301-0/+4
* Fixed bug #75402 Possible Memory Leak using PDO::CURSOR_SCROLL optionAnatol Belski2018-07-302-0/+119
* Fix #76665: SQLite3Stmt::bindValue() with SQLITE3_FLOAT doesn't juggleChristoph M. Becker2018-07-263-1/+24
* Fix #76643: Segmentation fault when using `output_add_rewrite_var`Christoph M. Becker2018-07-244-44/+60
* Fixed bug #68553 (array_column: null values in $index_key become incrementing...Xinchen Hui2018-07-243-10/+100
* Fixed pefree_size (efree_size will be expaned to do {} while () form)Xinchen Hui2018-07-231-1/+8
* Fix #52974: jewish.c: compile error under Windows with GBK charsetChristoph M. Becker2018-07-223-25/+82
* Update binary SDK version for AppVeyorAnatol Belski2018-07-191-1/+1
* Merge branch 'PHP-7.0' into PHP-7.1Ferenc Kovacs2018-07-190-0/+0
|\
| * Merge branch 'PHP-5.6' into PHP-7.0Ferenc Kovacs2018-07-190-0/+0
| |\
| | * 5.6.38 will be nextFerenc Kovacs2018-07-193-5/+7
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2018-07-170-0/+0
|\ \ \ | |/ /
| * | 7.0.32 nextAnatol Belski2018-07-172-4/+4
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2018-07-170-0/+0
|\ \ \ | |/ /
| * | [ci skip] Update NEWSAnatol Belski2018-07-171-1/+12
* | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-07-166-2/+117
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-07-165-2/+106
| |\ \ | | |/
| | * Add NEWSStanislav Malyshev2018-07-161-0/+9
| | * Fixed bug #76459 windows linkinfo lacks openbasedir checkAnatol Belski2018-07-161-1/+12
| | * Fix bug #76557: heap-buffer-overflow (READ of size 48) while reading exif dataStanislav Malyshev2018-07-163-1/+83
| | * Fix bug #76423 - Int Overflow lead to Heap OverFlow in exif_thumbnail_extract...Stanislav Malyshev2018-07-163-1/+23
| * | Fixed bug #76459 windows linkinfo lacks openbasedir checkAnatol Belski2018-07-161-0/+11
* | | Fix #73817: Incorrect entries in get_html_translation_tableChristoph M. Becker2018-07-155-68/+84
* | | Improve testAnatol Belski2018-07-131-1/+4
* | | Fixed RecursiveDirectoryIterator with long path or with edge case lengthAnatol Belski2018-07-122-9/+103
* | | Fix Travis buildChristoph M. Becker2018-07-121-1/+1
* | | Fix macroAnatol Belski2018-07-121-1/+1
* | | Fix conditionAnatol Belski2018-07-111-1/+1
* | | [ci skip] Update NEWSAnatol Belski2018-07-101-0/+4
* | | Fix bug #76524 - ZipArchive memory leaktimurib2018-07-102-2/+26
* | | Sync callback signature with libxml2 2.9.8Anatol Belski2018-07-091-1/+5
* | | Add missing flagAnatol Belski2018-07-091-0/+3
* | | Fix C++11 and up compatibility for zend_finite and moreAnatol Belski2018-07-082-6/+6
* | | Fixed bug #76366 (references in sub-array for filtering breaks the filter)cdoco2018-07-073-0/+47
* | | [ci skip] Update NEWSAnatol Belski2018-07-061-0/+2
* | | Fix event log handling in startup phaseAnatol Belski2018-07-061-3/+5
* | | Fix bug #76488 Memory leak when fetching a BLOB fieldsim19842018-07-062-1/+33
* | | Fix yearSara Golemon2018-07-061-1/+1
* | | Bump versionSara Golemon2018-07-061-1/+4
* | | Fix string.strip_tags filterNikita Popov2018-07-052-13/+40
* | | Fixed bug #75231Nikita Popov2018-07-023-1/+28
* | | Fix test after serialization changeNikita Popov2018-07-022-4/+2
* | | Fixed bug #74670Nikita Popov2018-07-027-41/+67
* | | Update libs_version.txtAnatol Belski2018-07-021-4/+4
* | | Make newly introduced bug76556.phpt more resilientChristoph M. Becker2018-07-011-1/+1
* | | Fix #76556: get_debug_info handler for BreakIterator shows wrong typeChristoph M. Becker2018-06-303-1/+28
* | | Fix handling of void return type on internal functionsNikita Popov2018-06-301-3/+6