Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Separate duplicated code into a zend_ini_parse_bool() function. | Dmitry Stogov | 2018-03-05 | 1 | -21/+13 |
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | Avoid temporary string creation and destruction. | Dmitry Stogov | 2017-12-11 | 1 | -0/+13 |
* | Fix unsigned comparisons and remove dead code | Anatol Belski | 2017-11-17 | 1 | -1/+6 |
* | Use Zend MM heap for non-persistent ini entry values. | Dmitry Stogov | 2017-11-08 | 1 | -2/+2 |
* | Use internet strings for EG(ini_entries) | Dmitry Stogov | 2017-10-31 | 1 | -6/+6 |
* | Fix datatypes and compiler warnings | Anatol Belski | 2017-10-23 | 1 | -4/+4 |
* | move zend_ato*() to size_t and remove casts | Anatol Belski | 2017-07-28 | 1 | -2/+2 |
* | further sync for vim mode lines | Anatol Belski | 2017-07-04 | 1 | -0/+2 |
* | Interned strings unification for TS/NTS | Anatol Belski | 2017-03-04 | 1 | -1/+1 |
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
* | further normalizations, uint vs uint32_t | Anatol Belski | 2016-11-26 | 1 | -6/+6 |
* | bump year which is missed in rev 49493a2 | Xinchen Hui | 2016-01-02 | 1 | -1/+1 |
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -28/+28 |
* | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | Faster sorting algo | Xinchen Hui | 2015-01-14 | 1 | -2/+2 |
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -2/+2 |
* | reworked ini dtor | Anatol Belski | 2014-12-16 | 1 | -2/+8 |
* | free the right globals | Anatol Belski | 2014-12-16 | 1 | -3/+3 |
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -37/+31 |
* | fix datatype mismatch warnings | Anatol Belski | 2014-10-27 | 1 | -2/+2 |
* | Fixed memory leaks | Dmitry Stogov | 2014-09-02 | 1 | -21/+44 |
* | Fixed destruction on error | Dmitry Stogov | 2014-09-02 | 1 | -2/+5 |
* | Fix ZTS build | Stanislav Malyshev | 2014-09-01 | 1 | -1/+1 |
* | Refactored INI subsystem to use zend_string* instead of char* | Dmitry Stogov | 2014-09-01 | 1 | -58/+92 |
* | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -2/+2 |
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -7/+7 |
* | first shot on merging the core fro the int64 branch | Anatol Belski | 2014-08-16 | 1 | -9/+9 |
* | Fixed mode | Dmitry Stogov | 2014-08-14 | 1 | -0/+0 |
* | Fixed compilation warnings | Dmitry Stogov | 2014-08-14 | 1 | -1/+3 |
* | Don't use cast (compiler friendly) | Xinchen Hui | 2014-05-26 | 1 | -2/+3 |
* | Fixed apply_func_arg_t, and it's better not using cast (compiler friendly) | Xinchen Hui | 2014-05-25 | 1 | -4/+6 |
* | Fixed apply_func_t (they should be broken before) | Xinchen Hui | 2014-05-25 | 1 | -3/+4 |
* | Combine HashTable.flags and HashTable.nApplyCount into single 32-bit word | Dmitry Stogov | 2014-04-21 | 1 | -6/+2 |
* | Fix ZTS build | Nikita Popov | 2014-04-09 | 1 | -3/+1 |
* | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-17 | 1 | -1/+7 |
* | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 1 | -20/+24 |
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | marked char pointer arguments as const in lots of | Hartmut Holzgraefe | 2010-10-14 | 1 | -4/+4 |
* | improved performance of @ (silence) operator | Dmitry Stogov | 2010-08-18 | 1 | -0/+2 |
* | sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-05 | 1 | -1/+1 |
* | CS | Jani Taskinen | 2009-07-17 | 1 | -1/+1 |
* | fix memleak | Stanislav Malyshev | 2009-07-17 | 1 | -2/+5 |
* | MFH | Jani Taskinen | 2009-07-16 | 1 | -1/+2 |
* | fix ini_restore problem | Stanislav Malyshev | 2009-07-16 | 1 | -1/+6 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | Fixed bug#46811 ini_set() doesn't return false on failure | Hannes Magnusson | 2008-12-09 | 1 | -0/+1 |