summaryrefslogtreecommitdiff
path: root/ext/standard/php_lcg.h
Commit message (Collapse)AuthorAgeFilesLines
* bump yearXinchen Hui2015-01-151-1/+1
|
* trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
|
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-1/+1
|
* enable static tsrm ls cache in ext/standardAnatol Belski2014-10-051-1/+1
|
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* Get rid of a stray time() syscall in tsrm and clean up lcg rinitRasmus Lerdorf2007-05-181-1/+0
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Always seed the LCG from the request-init hook, otherwise the seedSascha Schumann2001-09-211-3/+5
| | | | | | | | | would be shared among the threads which is quite pointless. Also use a function of the current time as one factor. Use gettimeofday() instead of time(), because it is faster on some operating systems.
* more tsrm cleanupSascha Schumann2001-08-061-1/+1
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-5/+1
|
* The lcg needs to operate on signed 32-bit integers, so useSascha Schumann2001-07-181-2/+4
| | | | | the proper php_int32 types here.
* Moved ts_alloca_id() into MINIT like Andi requested.foobar2001-05-061-1/+2
|
* Fix bug: #8834. Now there should be more random salts..foobar2001-05-061-1/+1
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-1/+3
| | | | | | | | | Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers.
* Unify use of my email addressSascha Schumann2000-07-101-1/+1
|
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
|
* @Cleaned up extension namespace (Stig)Stig Bakken2000-03-061-3/+1
| | | | | | Cleaned up extension namespace, and changed ext/standard into one single extension.
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
|
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
| | | | | you start counting at 0 or 1).
* Fix a maintainer-mode warningRasmus Lerdorf1999-12-051-1/+1
|
* moved lcg stuff to ext/standardStig Bakken1999-08-291-0/+43