506 Commits (e20cbdbe97cbda010fd386cb35a474aa255cd7f6)

Author SHA1 Message Date
Andrea Faulds e20cbdbe97 Unify HTTP status code maps 11 years ago
Andrea Faulds 7950429626 Revert HTTP status codes merger 11 years ago
Andrea Faulds 65768edcf3 Share HTTP status codes map 12 years ago
Anatol Belski bdeb220f48 first shot remove TSRMLS_* things 11 years ago
Anatol Belski 8ced6f1167 fix datatype mismatches and warnings 11 years ago
Anatol Belski b35555f6cd fix datatype mismatches 11 years ago
Anatol Belski 1bcc7d919c fix datatype mismatches 11 years ago
Anatol Belski 4cba2f9811 fix datatype mismatch 11 years ago
Anatol Belski 1172aff298 fix datatype mismatches 11 years ago
Anatol Belski cb6dea6ea8 fix possible null pointer math 11 years ago
Veres Lajos 06fdf359e3 typo fixes - https://github.com/vlajos/misspell_fixer 11 years ago
Veres Lajos 4dc994571d typo fixes - https://github.com/vlajos/misspell_fixer 11 years ago
Anatol Belski aff66a94a6 don't define tsrm ls in SAPIs under linux 12 years ago
Anatol Belski 8aeffdd74c moved most of the core to use static tsrm ls cache pointer 12 years ago
Anatol Belski 97319bc833 fix signed/unsigned mismatch 12 years ago
Anatol Belski d11734b4b0 reworked the patch, less new stuff but worky 12 years ago
krakjoe 6a5c006827 correct macro 12 years ago
krakjoe b3aebda9ea native tls initial patch 12 years ago
Johannes Schlüter d0cb715373 s/PHP 5/PHP 7/ 12 years ago
Anatol Belski 5cf17fc8bf reduce struct size by 8 byte on 64 bit 12 years ago
Anatol Belski b75a058810 fix ftell/fseek calls 12 years ago
Dmitry Stogov 6561d03a41 Added ability to make a number of "warmup" requests before an actual benchmark. 12 years ago
Nikita Popov 59848e3fbb Remove ZEND_ACC_INTERACTIVE and CG(interactive) 12 years ago
Anatol Belski 4d997f63d9 master renames phase 3 12 years ago
Anatol Belski c3e3c98ec6 master renames phase 1 12 years ago
Anatol Belski 21f623e945 ported fcgi 12 years ago
Johannes Schlüter babeca356b It's 2014 already, fix copyright year where user visible 12 years ago
Dmitry Stogov c1c913c5f1 cleanup (we don't have to duplicate elements of module_registry) 12 years ago
Xinchen Hui c2082ece52 Fixed apply_func_t (they should be broken before) 12 years ago
Xinchen Hui c242518bf0 There should been memory leaks(and don't use pointer cast) 12 years ago
Nikita Popov 257bf697ae Fix php-cgi -m 12 years ago
Dmitry Stogov 72c287bd23 Combine HashTable.flags and HashTable.nApplyCount into single 32-bit word 12 years ago
Dmitry Stogov 050d7e38ad Cleanup (1-st round) 12 years ago
Bob Weinand 99d1a1bb3f Shut up, my lovely compiler; I do not like your warnings 12 years ago
Dmitry Stogov 1b6327fd3b Fixed string length 12 years ago
Dmitry Stogov 5de7115679 Use better data structures (incomplete; able to run bench.php) 12 years ago
Dmitry Stogov e85790a4d4 Use better data structures (incomplete) 12 years ago
Dmitry Stogov f4cfaf36e2 Use better data structures (incomplete) 12 years ago
Xinchen Hui c081ce628f Bump year 12 years ago
Xinchen Hui 47c9027772 Bump year 12 years ago
Xinchen Hui c0d060f5c0 Bump year 12 years ago
Anatol Belski b1abe4ca21 mass replacement for zend_size_t/php_size_t 12 years ago
Felipe Pena a8a36b7d52 - Fixed build 12 years ago
Kalle Sommer Nielsen ed5a8d510f Pass the TSRMLS parameters to the sapi flush hook, this shaves off a few TSRMLS_FETCH() calls in our various SAPIs 12 years ago
Kalle Sommer Nielsen bd58146ad6 Kill another TSRMLS_FETCH() in the zend extension loading code 12 years ago
Anatol Belski 009528ba43 revamp sapi/cgi 12 years ago
Kalle Sommer Nielsen 1433dec2d0 Kill another TSRMLS_FETCH() in zend_indent() 12 years ago
Anatol Belski 51003463ef first shot for php-cgi for size_t and php_int_t 12 years ago
Anatol Belski 15bb12b269 fixed "struct stat" usage in main, cli and ext/standard 13 years ago
Andrea Faulds aee271ec0d Implemented FR #65917 (getallheaders() is not supported by the built-in...) 13 years ago