summaryrefslogtreecommitdiff
path: root/ext/standard/browscap.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce zend_stream_init_fp() APINikita Popov2019-07-161-6/+1
* Fix memory leaks in browscap parsingNikita Popov2019-06-211-26/+13
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Remove preg_options param from pcre_get_compiled_regex()Nikita Popov2018-12-261-3/+3
* Merge branch 'PHP-7.3'Nikita Popov2018-12-231-1/+1
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-12-231-1/+1
| |\
| | * Fix invalid efree in browscapNikita Popov2018-12-231-1/+1
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-131-3/+3
| | * year++Xinchen Hui2018-01-021-1/+1
| * | Future-proof email addressesZeev Suraski2018-11-011-1/+1
* | | Replace zend_hash_apply... with ZEND_HASH_FOREACH...Dmitry Stogov2018-12-191-7/+9
* | | Future-proof email addresses...Zeev Suraski2018-11-011-1/+1
|/ /
* | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-5/+5
* | Only persistent referencecounted strings should be duplicated.Dmitry Stogov2018-01-191-1/+11
* | A cheaper way to reset type flags.Dmitry Stogov2018-01-171-3/+3
* | Trailing whitespacesGabriel Caruso2018-01-031-2/+2
* | year++Xinchen Hui2018-01-021-1/+1
* | Fix remaining signedness warningsAnatol Belski2017-11-141-1/+1
* | Patch core for PCRE2 supportAnatol Belski2017-11-131-5/+14
* | Small browscap cleanupNikita Popov2017-11-021-16/+10
* | Use interned strings for browscap files parsed at MINITDmitry Stogov2017-11-021-1/+34
* | HASH_FLAG_PERSISTENT renamed into IS_ARRAY_PERSISTENT and moved into GC_FLAGS...Dmitry Stogov2017-10-061-1/+1
* | Refactored array creation API. array_init() and array_init_size() are convert...Dmitry Stogov2017-09-201-3/+1
* | Kill compiler warnings in ext/standardKalle Sommer Nielsen2017-08-241-3/+3
|/
* Drop unnecessary allocator return value checksNikita Popov2017-03-131-4/+0
* Fix extra ; causing a build errorKalle Sommer Nielsen2017-02-221-1/+1
* Resolve conflictSammy Kaye Powers2017-01-031-156/+394
|\
| * Merge branch 'PHP-7.1'Nikita Popov2017-01-031-1/+1
| |\
| | * Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-01-031-1/+1
| | |\
| | | * Fix early freeNikita Popov2017-01-031-1/+1
| * | | Merge branch 'PHP-7.1'Nikita Popov2017-01-021-156/+394
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-01-021-156/+394
| | |\ \ | | | |/
| | | * Optimize get_browser() using prefix and contains checksNikita Popov2017-01-021-63/+185
| | | * Optimize browscap loading and representationNikita Popov2017-01-021-132/+249
* | | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|/ / /
* | | Use new param API in standardSara Golemon2016-12-301-3/+5
|/ /
* | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-08-271-0/+4
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-271-0/+4
| |\
| | * Fix #65550: get_browser() incorrectly parsers entries with "+" signChristoph M. Becker2016-08-271-0/+4
* | | Fixed compilation warningsDmitry Stogov2016-06-231-2/+3
|/ /
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | first stone on using the unified globals accessorAnatol Belski2015-07-291-6/+1
* | Fixed bug #69983 (get_browser fails with user agent of null)Xinchen Hui2015-07-041-1/+1
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-4/+4
* | Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-1/+1
* | Use new macrosXinchen Hui2015-04-081-1/+1
* | Merge branch 'PHP-5.6'Stanislav Malyshev2015-03-221-4/+4
|\ \ | |/