Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
* | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-01-03 | 1 | -1/+1 |
|\ | |||||
| * | Fix early free | Nikita Popov | 2017-01-03 | 1 | -1/+1 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-01-02 | 1 | -156/+394 |
|\ \ | |/ | |||||
| * | Optimize get_browser() using prefix and contains checks | Nikita Popov | 2017-01-02 | 1 | -63/+185 |
| * | Optimize browscap loading and representation | Nikita Popov | 2017-01-02 | 1 | -132/+249 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Christoph M. Becker | 2016-08-27 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.6' into PHP-7.0 | Christoph M. Becker | 2016-08-27 | 1 | -0/+4 |
| |\ | |||||
| | * | Fix #65550: get_browser() incorrectly parsers entries with "+" sign | Christoph M. Becker | 2016-08-27 | 1 | -0/+4 |
* | | | Fixed compilation warnings | Dmitry Stogov | 2016-06-23 | 1 | -2/+3 |
|/ / | |||||
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
* | | first stone on using the unified globals accessor | Anatol Belski | 2015-07-29 | 1 | -6/+1 |
* | | Fixed bug #69983 (get_browser fails with user agent of null) | Xinchen Hui | 2015-07-04 | 1 | -1/+1 |
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -4/+4 |
* | | Improved zend_string API (Francois Laupretre) | Dmitry Stogov | 2015-06-29 | 1 | -1/+1 |
* | | Use new macros | Xinchen Hui | 2015-04-08 | 1 | -1/+1 |
* | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-03-22 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Fixed #68021 - get_browser() browser_name_regex | Tjerk Meesters | 2015-03-22 | 1 | -4/+4 |
| * | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | Cleanup globals initialization | Xinchen Hui | 2015-02-21 | 1 | -2/+1 |
* | | Merged zend_array and HashTable into the single data structure. | Dmitry Stogov | 2015-02-13 | 1 | -2/+1 |
* | | Revert "Cleanup globals initialization" | Xinchen Hui | 2015-02-13 | 1 | -1/+2 |
* | | Merge branch 'PHP-5.6' | Xinchen Hui | 2015-02-13 | 1 | -5/+2 |
|\ \ | |||||
| * | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | | Cleanup globals initialization | Xinchen Hui | 2015-02-13 | 1 | -2/+1 |
* | | | fix incompatible pointer type warning | Anatol Belski | 2015-02-03 | 1 | -1/+1 |
* | | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -8/+8 |
* | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -17/+17 |
* | | | enable static tsrm ls cache in ext/standard | Anatol Belski | 2014-10-05 | 1 | -1/+1 |
* | | | Fix a couple compile warnings | Nikita Popov | 2014-09-29 | 1 | -6/+4 |
* | | | simplify the condition | Anatol Belski | 2014-09-22 | 1 | -1/+1 |
* | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | | | Refactored INI subsystem to use zend_string* instead of char* | Dmitry Stogov | 2014-09-01 | 1 | -1/+1 |
* | | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -1/+1 |
* | | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -24/+24 |
* | | | fix macros in the 5 basic extensions | Anatol Belski | 2014-08-16 | 1 | -14/+14 |
* | | | Don't use cast (compiler friendly) | Xinchen Hui | 2014-05-26 | 1 | -1/+1 |
* | | | Use optimized zend_array_dup() function. convert zend_hash_num_elements() and... | Dmitry Stogov | 2014-05-23 | 1 | -2/+2 |
* | | | Combine HashTable.flags and HashTable.nApplyCount into single 32-bit word | Dmitry Stogov | 2014-04-21 | 1 | -7/+3 |
* | | | Reduced memory realocations | Dmitry Stogov | 2014-04-15 | 1 | -1/+0 |
* | | | Cleanup (2-nd round) | Dmitry Stogov | 2014-04-15 | 1 | -4/+3 |
* | | | Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ... | Dmitry Stogov | 2014-04-03 | 1 | -2/+2 |
* | | | Changed data layout to allow more efficient operations | Dmitry Stogov | 2014-04-02 | 1 | -1/+1 |
* | | | Fixed get_browser() | Dmitry Stogov | 2014-03-18 | 1 | -3/+5 |
* | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-13 | 1 | -114/+86 |
* | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 1 | -1/+4 |
|/ / |