Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merged zend_array and HashTable into the single data structure. | Dmitry Stogov | 2015-02-13 | 1 | -13/+13 | |
* | | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 | |
* | | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -20/+20 | |
* | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -63/+63 | |
* | | | fix datatype mismatch | Anatol Belski | 2014-10-27 | 1 | -2/+2 | |
* | | | Move smart_str implementation into Zend/ | Nikita Popov | 2014-09-21 | 1 | -1/+1 | |
* | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 | |
* | | | Merge branch 'PHP-5.6' | Michael Wallner | 2014-09-09 | 1 | -5/+7 | |
|\ \ \ | |/ / | ||||||
| * | | duplicate value's string for the SAPI filter | Michael Wallner | 2014-09-09 | 1 | -5/+7 | |
* | | | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -8/+8 | |
* | | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -15/+15 | |
* | | | yet more fixes to zpp | Anatol Belski | 2014-08-20 | 1 | -1/+1 | |
* | | | mostly fixes to spl, but also some other | Anatol Belski | 2014-08-17 | 1 | -1/+1 | |
* | | | first shot on merging the core fro the int64 branch | Anatol Belski | 2014-08-16 | 1 | -11/+11 | |
* | | | Merge branch 'call-frame' into phpng | Dmitry Stogov | 2014-07-07 | 1 | -2/+1 | |
|\ \ \ | ||||||
| * | | | Removed EG(active_symbol_table) and use corresponding value from EG(current_e... | Dmitry Stogov | 2014-07-04 | 1 | -2/+1 | |
* | | | | Fixed segfault if empty POST | Xinchen Hui | 2014-07-03 | 1 | -4/+2 | |
|/ / / | ||||||
* | | | Prefer the macro we defined | Xinchen Hui | 2014-05-07 | 1 | -11/+7 | |
* | | | Refactored filter | Xinchen Hui | 2014-05-07 | 1 | -4/+5 | |
* | | | Merge mainstream 'master' branch into refactoring | Dmitry Stogov | 2014-04-26 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * \ \ | Merge branch 'PHP-5.6' | Anatol Belski | 2014-04-24 | 1 | -1/+1 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2014-04-24 | 1 | -1/+1 | |
| | |\ \ | | | |/ | ||||||
| | | * | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2014-04-24 | 1 | -1/+1 | |
| | | |\ | ||||||
| | | | * | fix dll export | Anatol Belski | 2014-04-24 | 1 | -1/+1 | |
| * | | | | Merge branch 'PHP-5.6' | Bob Weinand | 2014-04-12 | 1 | -1/+1 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Bob Weinand | 2014-04-12 | 1 | -1/+1 | |
| | |\ \ \ | | | |/ / | ||||||
| | | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Bob Weinand | 2014-04-12 | 1 | -1/+1 | |
| | | |\ \ | | | | |/ | ||||||
| | | | * | Made usage of php_hash_environment useful by updating instead of just adding ... | Bob Weinand | 2014-04-12 | 1 | -1/+1 | |
| | | | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 | |
| | | * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 | |
* | | | | | Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ... | Dmitry Stogov | 2014-04-03 | 1 | -5/+3 | |
* | | | | | Refactored IS_INDIRECT usage for CV and object properties to support HashTabl... | Dmitry Stogov | 2014-03-26 | 1 | -5/+14 | |
* | | | | | Refactored EG(active_symbol_table) to be zend_array* instead of HashTable* | Dmitry Stogov | 2014-03-17 | 1 | -2/+4 | |
* | | | | | Fixed variable name register | Xinchen Hui | 2014-03-05 | 1 | -1/+1 | |
* | | | | | Refacting smart_str | Xinchen Hui | 2014-02-18 | 1 | -7/+7 | |
* | | | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-17 | 1 | -16/+12 | |
* | | | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 1 | -210/+123 | |
|/ / / / | ||||||
* | | | | Merge branch 'PHP-5.6' | Xinchen Hui | 2014-01-03 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 | |
| * | | | Add E_DEPRECATED when populating $HTTP_RAW_POST_DATA | Michael Wallner | 2013-12-30 | 1 | -1/+0 | |
|/ / / | ||||||
* | | | better way to fix PRIu64 availability on windows | Anatol Belski | 2013-09-18 | 1 | -4/+3 | |
* | | | fix build - PRIu64 vs %I64u | Anatol Belski | 2013-09-17 | 1 | -0/+4 | |
* | | | Merge branch 'slim-postdata' | Michael Wallner | 2013-09-17 | 1 | -28/+100 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | slim post data | Michael Wallner | 2013-08-27 | 1 | -28/+100 | |
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Christopher Jones | 2013-08-14 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| / | |/ | ||||||
| * | Reduce (some) compile noise of 'unused variable' and 'may be used uninitializ... | Christopher Jones | 2013-08-14 | 1 | -1/+1 | |
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 | |
| * | MFH: Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical v... | Xinchen Hui | 2012-03-02 | 1 | -1/+1 | |
| * | Improved max_input_vars directive to check nested variables | Dmitry Stogov | 2012-02-14 | 1 | -20/+15 | |
| * | Fixed memory leaks | Dmitry Stogov | 2012-02-02 | 1 | -15/+15 |