summaryrefslogtreecommitdiff
path: root/main/main.c
Commit message (Expand)AuthorAgeFilesLines
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-195/+185
* Merge branch 'PHP-5.6'Anatol Belski2014-12-031-2/+2
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-12-031-2/+2
| |\
| | * Fixed bug #55541 errors spawn MessageBox, which blocks test automationAnatol Belski2014-12-031-2/+2
* | | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-191-1/+1
* | | add missing type specifierAnatol Belski2014-11-181-1/+1
* | | catch up with zend_html_putsAnatol Belski2014-10-271-1/+1
* | | fix datatype mismatches and warningsAnatol Belski2014-10-271-16/+19
* | | Remove <% and <script language="php"> tagsNikita Popov2014-10-051-2/+2
* | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | fix printf formatAnatol Belski2014-09-191-3/+3
* | | Fix a number of format issuesNikita Popov2014-09-031-1/+1
* | | Merge branch 'PHP-5.6'Stanislav Malyshev2014-09-021-6/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-09-021-6/+0
| |\ \
| | * \ Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-09-021-6/+0
| | |\ \
| | | * | Revert "Fix bug #67644 - Memory corruption & crash during ob_start function c...Stanislav Malyshev2014-09-021-6/+0
* | | | | Merge branch 'PHP-5.6'Stanislav Malyshev2014-09-021-0/+6
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-09-021-0/+6
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-09-021-0/+6
| | |\ \ \ | | | |/ / | | | | / | | | |/ | | |/|
| | | * Fix bug #67644 - Memory corruption & crash during ob_start function callbackStanislav Malyshev2014-09-021-0/+6
| | | * Bump yearXinchen Hui2014-01-031-1/+1
| | * | Bump yearXinchen Hui2014-01-031-1/+1
* | | | Fixed memory leaksDmitry Stogov2014-09-021-6/+3
* | | | Refactored INI subsystem to use zend_string* instead of char*Dmitry Stogov2014-09-011-30/+26
* | | | several signature and data type fixesAnatol Belski2014-08-261-1/+1
* | | | master renamings phase 5Anatol Belski2014-08-251-1/+1
* | | | master renames phase 3Anatol Belski2014-08-251-14/+15
* | | | master renames phase 2Anatol Belski2014-08-251-1/+1
* | | | master renames phase 1Anatol Belski2014-08-251-34/+34
* | | | fix set_time_limit, substr and some moreAnatol Belski2014-08-161-1/+1
* | | | first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-37/+39
* | | | Fixed modeDmitry Stogov2014-08-141-0/+0
* | | | Fixed compilation warningsDmitry Stogov2014-08-141-2/+2
* | | | Merge branch 'master' into phpngDmitry Stogov2014-08-041-0/+1
|\ \ \ \
| * | | | Added PHP_INT_MINAndrea Faulds2014-08-011-0/+1
* | | | | Fixed check for eval()Dmitry Stogov2014-07-311-4/+13
* | | | | Simplify call-frame handlingDmitry Stogov2014-07-071-0/+2
* | | | | Removed EG(active_symbol_table) and use corresponding value from EG(current_e...Dmitry Stogov2014-07-041-11/+14
* | | | | Removed EG(opline_ptr) and use corresponding value from EG(current_execute_data)Dmitry Stogov2014-07-021-2/+1
* | | | | Removed EG(active_op_array) and use corresponding value from EG(current_execu...Dmitry Stogov2014-07-021-1/+1
* | | | | forgot that hash uses ending 0Pierre Joye2014-05-151-2/+2
* | | | | zend_hash_del>zend_hash_str_delPierre Joye2014-05-151-2/+2
* | | | | Added vstrpprintf strpprintf to avoid duplicate stringXinchen Hui2014-05-101-0/+1
* | | | | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-2/+44
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-5.6'Yasuo Ohgaki2014-03-271-6/+6
| |\ \ \ \ | | |/ / /
| | * | | Remove unneeded string copy.Yasuo Ohgaki2014-03-271-6/+6
| * | | | Merge branch 'PHP-5.6'Yasuo Ohgaki2014-02-131-2/+44
| |\ \ \ \ | | |/ / /
| | * | | Implement RFC https://wiki.php.net/rfc/default_encodingYasuo Ohgaki2014-02-131-2/+44
* | | | | Avoid unnecessry reallocationsDmitry Stogov2014-04-011-2/+2
* | | | | Refactored IS_INDIRECT usage for CV and object properties to support HashTabl...Dmitry Stogov2014-03-261-8/+7