Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -195/+185 |
* | Merge branch 'PHP-5.6' | Anatol Belski | 2014-12-03 | 1 | -2/+2 |
|\ | |||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2014-12-03 | 1 | -2/+2 |
| |\ | |||||
| | * | Fixed bug #55541 errors spawn MessageBox, which blocks test automation | Anatol Belski | 2014-12-03 | 1 | -2/+2 |
* | | | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-19 | 1 | -1/+1 |
* | | | add missing type specifier | Anatol Belski | 2014-11-18 | 1 | -1/+1 |
* | | | catch up with zend_html_puts | Anatol Belski | 2014-10-27 | 1 | -1/+1 |
* | | | fix datatype mismatches and warnings | Anatol Belski | 2014-10-27 | 1 | -16/+19 |
* | | | Remove <% and <script language="php"> tags | Nikita Popov | 2014-10-05 | 1 | -2/+2 |
* | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | | | fix printf format | Anatol Belski | 2014-09-19 | 1 | -3/+3 |
* | | | Fix a number of format issues | Nikita Popov | 2014-09-03 | 1 | -1/+1 |
* | | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2014-09-02 | 1 | -6/+0 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2014-09-02 | 1 | -6/+0 |
| |\ \ | |||||
| | * \ | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2014-09-02 | 1 | -6/+0 |
| | |\ \ | |||||
| | | * | | Revert "Fix bug #67644 - Memory corruption & crash during ob_start function c... | Stanislav Malyshev | 2014-09-02 | 1 | -6/+0 |
* | | | | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2014-09-02 | 1 | -0/+6 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2014-09-02 | 1 | -0/+6 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2014-09-02 | 1 | -0/+6 |
| | |\ \ \ | | | |/ / | | | | / | | | |/ | | |/| | |||||
| | | * | Fix bug #67644 - Memory corruption & crash during ob_start function callback | Stanislav Malyshev | 2014-09-02 | 1 | -0/+6 |
| | | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | | | Fixed memory leaks | Dmitry Stogov | 2014-09-02 | 1 | -6/+3 |
* | | | | Refactored INI subsystem to use zend_string* instead of char* | Dmitry Stogov | 2014-09-01 | 1 | -30/+26 |
* | | | | several signature and data type fixes | Anatol Belski | 2014-08-26 | 1 | -1/+1 |
* | | | | master renamings phase 5 | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
* | | | | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -14/+15 |
* | | | | master renames phase 2 | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
* | | | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -34/+34 |
* | | | | fix set_time_limit, substr and some more | Anatol Belski | 2014-08-16 | 1 | -1/+1 |
* | | | | first shot on merging the core fro the int64 branch | Anatol Belski | 2014-08-16 | 1 | -37/+39 |
* | | | | Fixed mode | Dmitry Stogov | 2014-08-14 | 1 | -0/+0 |
* | | | | Fixed compilation warnings | Dmitry Stogov | 2014-08-14 | 1 | -2/+2 |
* | | | | Merge branch 'master' into phpng | Dmitry Stogov | 2014-08-04 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | Added PHP_INT_MIN | Andrea Faulds | 2014-08-01 | 1 | -0/+1 |
* | | | | | Fixed check for eval() | Dmitry Stogov | 2014-07-31 | 1 | -4/+13 |
* | | | | | Simplify call-frame handling | Dmitry Stogov | 2014-07-07 | 1 | -0/+2 |
* | | | | | Removed EG(active_symbol_table) and use corresponding value from EG(current_e... | Dmitry Stogov | 2014-07-04 | 1 | -11/+14 |
* | | | | | Removed EG(opline_ptr) and use corresponding value from EG(current_execute_data) | Dmitry Stogov | 2014-07-02 | 1 | -2/+1 |
* | | | | | Removed EG(active_op_array) and use corresponding value from EG(current_execu... | Dmitry Stogov | 2014-07-02 | 1 | -1/+1 |
* | | | | | forgot that hash uses ending 0 | Pierre Joye | 2014-05-15 | 1 | -2/+2 |
* | | | | | zend_hash_del>zend_hash_str_del | Pierre Joye | 2014-05-15 | 1 | -2/+2 |
* | | | | | Added vstrpprintf strpprintf to avoid duplicate string | Xinchen Hui | 2014-05-10 | 1 | -0/+1 |
* | | | | | Merge mainstream 'master' branch into refactoring | Dmitry Stogov | 2014-04-26 | 1 | -2/+44 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch 'PHP-5.6' | Yasuo Ohgaki | 2014-03-27 | 1 | -6/+6 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Remove unneeded string copy. | Yasuo Ohgaki | 2014-03-27 | 1 | -6/+6 |
| * | | | | Merge branch 'PHP-5.6' | Yasuo Ohgaki | 2014-02-13 | 1 | -2/+44 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Implement RFC https://wiki.php.net/rfc/default_encoding | Yasuo Ohgaki | 2014-02-13 | 1 | -2/+44 |
* | | | | | Avoid unnecessry reallocations | Dmitry Stogov | 2014-04-01 | 1 | -2/+2 |
* | | | | | Refactored IS_INDIRECT usage for CV and object properties to support HashTabl... | Dmitry Stogov | 2014-03-26 | 1 | -8/+7 |