Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove proto comments from C files | Max Semenik | 2020-07-06 | 1 | -6/+3 |
| | | | | Closes GH-5758 | ||||
* | Remove mention of PHP major version in Copyright headers | Gabriel Caruso | 2019-09-25 | 1 | -2/+0 |
| | | | | Closes GH-4732. | ||||
* | Remove local variables | Peter Kokot | 2019-02-03 | 1 | -9/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch removes the so called local variables defined per file basis for certain editors to properly show tab width, and similar settings. These are mainly used by Vim and Emacs editors yet with recent changes the once working definitions don't work anymore in Vim without custom plugins or additional configuration. Neither are these settings synced across the PHP code base. A simpler and better approach is EditorConfig and fixing code using some code style fixing tools in the future instead. This patch also removes the so called modelines for Vim. Modelines allow Vim editor specifically to set some editor configuration such as syntax highlighting, indentation style and tab width to be set in the first line or the last 5 lines per file basis. Since the php test files have syntax highlighting already set in most editors properly and EditorConfig takes care of the indentation settings, this patch removes these as well for the Vim 6.0 and newer versions. With the removal of local variables for certain editors such as Emacs and Vim, the footer is also probably not needed anymore when creating extensions using ext_skel.php script. Additionally, Vim modelines for setting php syntax and some editor settings has been removed from some *.phpt files. All these are mostly not relevant for phpt files neither work properly in the middle of the file. | ||||
* | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
| | |||||
* | Future-proof email addresses... | Zeev Suraski | 2018-11-01 | 1 | -1/+1 |
| | |||||
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore. | ||||
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | Use new param API in standard | Sara Golemon | 2016-12-30 | 1 | -3/+4 |
| | |||||
* | Preserve BC for rand() AND mt_rand() where min > max | Leigh | 2016-08-10 | 1 | -0/+24 |
| | |||||
* | Alias rand to mt_rand | Leigh | 2016-07-05 | 1 | -84/+3 |
| | |||||
* | Split rand and mt_rand into separate files | Leigh | 2016-07-05 | 1 | -246/+0 |
| | |||||
* | Merge branch 'PHP-7.0' | Leigh | 2016-02-18 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | * PHP-7.0: Revert "Fix #71152: mt_rand() returns the different values from original mt19937ar.c" `mt_rand()` is seedable with `mt_srand()` which means it can be used to (re)produce specific streams of numbers. All code (no matter how few instances that may be) that previously depended on this behaviour will no longer produce the same results. This kind of change needs to be discussed before being committed | ||||
| * | Revert "Fix #71152: mt_rand() returns the different values from original ↵ | Leigh | 2016-02-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | mt19937ar.c" This reverts commit 6f6bd8ce531636134efd5f669a4e8373fb2e9e51. `mt_rand()` is seedable with `mt_srand()` which means it can be used to (re)produce specific streams of numbers. All code (no matter how few instances that may be) that previously depended on this behaviour will no longer produce the same results. This kind of change needs to be discussed before being committed. | ||||
| * | Fix #71152: mt_rand() returns the different values from original mt19937ar.c | kusano | 2016-02-17 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into fix-mt_rand | kusano | 2016-02-17 | 1 | -10/+10 |
|\ \ | | | | | | | | | | | | | Conflicts: ext/standard/rand.c | ||||
| * | | Replace usage of php_int32 and php_uint32 with int32_t and uint32_t | Rouven Weßling | 2016-02-04 | 1 | -9/+9 |
| |/ | |||||
| * | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| | * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | | | |||||
| | * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | | |||||
* | | | Fix #71152: mt_rand() returns the different values from original mt19937ar.c | kusano | 2015-12-18 | 1 | -1/+1 |
|/ / | |||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -10/+10 |
| | | |||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -18/+18 |
| | | |||||
* | | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-19 | 1 | -1/+1 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
| | | |||||
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -20/+20 |
| | | |||||
* | | further fixes to ext/standard and zend | Anatol Belski | 2014-08-16 | 1 | -17/+17 |
| | | |||||
* | | fix macros in the 5 basic extensions | Anatol Belski | 2014-08-16 | 1 | -4/+4 |
|/ | |||||
* | Fix a compiler warning in php_rand.h | Rouven Weßling | 2014-04-20 | 1 | -1/+0 |
| | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #53403 (use of unitialized values). Fixes the fix for bug #46587. | Gustavo André dos Santos Lopes | 2010-11-25 | 1 | -7/+8 |
| | | | | | - Added test for bug #46587. | ||||
* | - Fixed compile warnings | Felipe Pena | 2010-11-23 | 1 | -1/+1 |
| | |||||
* | Fixed bug #46587 (mt_rand() does not check that max is greater than min). | Ilia Alshanetsky | 2010-11-23 | 1 | -0/+5 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: initialize optional vars | Arnaud Le Blanc | 2008-10-21 | 1 | -2/+2 |
| | |||||
* | MFH: Fix bug #46209 - Remove license condition that is no longer required. | Scott MacVicar | 2008-10-01 | 1 | -8/+0 |
| | |||||
* | MFH: New way for check void parameters | Felipe Pena | 2008-03-10 | 1 | -4/+4 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | Faster and better licensed implementation | Dmitry Stogov | 2006-11-10 | 1 | -139/+121 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | removing the unwanted inclusion of headers | Anantha Kesari H Y | 2004-09-25 | 1 | -4/+0 |
| | |||||
* | - Moved php_srand() call into php_rand(). | foobar | 2004-01-19 | 1 | -4/+4 |
| | | | | | | | | # Makes shuffle() and str_shuffle() to be random without having to # call srand() in scripts. # They don't internally call php_srand() at all and it would be silly # to start adding php_srand() calls all over the place.. |