Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed *.dsw and *.dsp files | Anatol Belski | 2014-09-28 | 9 | -1227/+0 |
* | Merge branch 'PHP-5.6' | Johannes Schlüter | 2014-09-27 | 1 | -2/+0 |
|\ | |||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Johannes Schlüter | 2014-09-27 | 1 | -2/+0 |
| |\ | |||||
| | * | Merge branch 'PHP-5.4' into PHP-5.5 | Johannes Schlüter | 2014-09-27 | 1 | -2/+0 |
| | |\ | |||||
| | | * | This test should pass | Johannes Schlüter | 2014-09-27 | 1 | -2/+0 |
| | | * | Fine tuned the order of adding request variables. | George Wang | 2014-09-08 | 1 | -1/+2 |
| | | * | Update LSAPI to 6.7, added support for 'filter_input'. | George Wang | 2014-09-03 | 2 | -7/+67 |
* | | | | Use zval_ptr_dtor_nogc() to free IS_TMP_VAR operands. | Dmitry Stogov | 2014-09-23 | 1 | -1/+0 |
* | | | | Move smart_str implementation into Zend/ | Nikita Popov | 2014-09-21 | 8 | -8/+8 |
* | | | | Removes accidentally added files. | Florian MARGAINE | 2014-09-20 | 1 | -15/+0 |
* | | | | Merge branch 'master' into issue-67910 | Florian MARGAINE | 2014-09-20 | 103 | -158/+244 |
|\ \ \ \ | |||||
| * | | | | Make number printing functions less generic | Nikita Popov | 2014-09-19 | 2 | -8/+8 |
| * | | | | Use inline functions for most of smart_str | Nikita Popov | 2014-09-19 | 2 | -3/+3 |
| * | | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 94 | -94/+94 |
| * | | | | Fixed useless or duplicated IS_INTERNED() checks | Dmitry Stogov | 2014-09-19 | 1 | -1/+1 |
| * | | | | Update sapi_apache2.c | jfha73 | 2014-09-18 | 1 | -4/+4 |
| * | | | | Update php_functions.c | jfha73 | 2014-09-18 | 1 | -1/+1 |
| * | | | | Update php_apache.h | jfha73 | 2014-09-18 | 1 | -2/+2 |
| * | | | | Update and rename php5apache2.dsp to php7apache2.dsp | jfha73 | 2014-09-18 | 1 | -17/+17 |
| * | | | | Update php.sym | jfha73 | 2014-09-18 | 1 | -1/+1 |
| * | | | | Update and rename mod_php5.c to mod_php7.c | jfha73 | 2014-09-18 | 1 | -2/+2 |
| * | | | | Update config.w32 | jfha73 | 2014-09-18 | 1 | -3/+3 |
| * | | | | Update config.m4 | jfha73 | 2014-09-18 | 1 | -6/+6 |
| * | | | | Update apache_config.c | jfha73 | 2014-09-18 | 1 | -1/+1 |
| * | | | | fix macro usage | Anatol Belski | 2014-09-17 | 1 | -1/+5 |
| * | | | | fix atol usage | Anatol Belski | 2014-09-17 | 1 | -1/+1 |
| * | | | | Merge branch 'PHP-5.6' | Remi Collet | 2014-09-15 | 1 | -0/+11 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Remi Collet | 2014-09-15 | 1 | -0/+11 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Fixed bug #65641 PHP-FPM incorrectly defines the SCRIPT_NAME variable when us... | Remi Collet | 2014-09-15 | 1 | -0/+11 |
| * | | | | Merge branch 'PHP-5.6' | Remi Collet | 2014-09-15 | 3 | -7/+6 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge phpdbg into PHP-5.6 | Bob Weinand | 2014-09-15 | 3 | -7/+6 |
| * | | | | fix format | Anatol Belski | 2014-09-14 | 1 | -1/+1 |
| * | | | | fix ftell/fseek calls | Anatol Belski | 2014-09-14 | 1 | -2/+2 |
| * | | | | reduce struct size by 8 byte on 64 bit | Anatol Belski | 2014-09-14 | 1 | -2/+2 |
| * | | | | fix ftell/fseek calls | Anatol Belski | 2014-09-14 | 1 | -2/+2 |
| * | | | | Merge branch 'PHP-5.6' | Anatol Belski | 2014-09-12 | 1 | -2/+2 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2014-09-12 | 1 | -2/+2 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | fixed the cast and incompatible pointer warning | Anatol Belski | 2014-09-12 | 1 | -2/+2 |
| | | * | | Fine tuned the order of adding request variables. | George Wang | 2014-09-09 | 1 | -1/+2 |
| | | * | | Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5 | George Wang | 2014-09-03 | 8 | -33/+75 |
| | | |\ \ | |||||
| | | | * \ | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2014-08-28 | 1 | -3/+8 |
| | | | |\ \ | | | | | |/ | |||||
| | | | | * | restore FPM compatibility with mod_fastcgi broken since #694 / 67541, fixes b... | David Zuelke | 2014-08-28 | 1 | -3/+8 |
| | | | * | | Fix bug #67878 program_prefix not honoured in man pages | Remi Collet | 2014-08-21 | 1 | -18/+18 |
| | | * | | | Update LSAPI to 6.7, added support for 'filter_input'. | George Wang | 2014-09-03 | 2 | -7/+67 |
| | * | | | | Fine tuned the order of adding request variables. | George Wang | 2014-09-09 | 1 | -1/+2 |
| * | | | | | Removed ZEND_QM_ASSIGN_VAR and ZEND_JMP_SET_VAR opcodes (in PHPNG they did ex... | Dmitry Stogov | 2014-09-11 | 1 | -9/+0 |
| * | | | | | Revert "Removing ext/ereg and dependencies" | Dmitry Stogov | 2014-09-11 | 2 | -0/+2 |
| * | | | | | Removing ext/ereg and dependencies | Tjerk Meesters | 2014-09-11 | 2 | -2/+0 |
| * | | | | | Fine tuned the order of adding request variables. | George Wang | 2014-09-09 | 1 | -1/+2 |
| * | | | | | Added ability to make a number of "warmup" requests before an actual benchmark. | Dmitry Stogov | 2014-09-08 | 1 | -6/+27 |