| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | | |||||
| * | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | | |||||
| * | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | | |||||
| * | Always seed the LCG from the request-init hook, otherwise the seed | Sascha Schumann | 2001-09-21 | 1 | -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 cleanup | Sascha Schumann | 2001-08-06 | 1 | -1/+1 |
| | | |||||
| * | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -5/+1 |
| | | |||||
| * | The lcg needs to operate on signed 32-bit integers, so use | Sascha Schumann | 2001-07-18 | 1 | -2/+4 |
| | | | | | | the proper php_int32 types here. | ||||
| * | Moved ts_alloca_id() into MINIT like Andi requested. | foobar | 2001-05-06 | 1 | -1/+2 |
| | | |||||
| * | Fix bug: #8834. Now there should be more random salts.. | foobar | 2001-05-06 | 1 | -1/+1 |
| | | |||||
| * | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | | |||||
| * | Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. | David Croft | 2000-07-24 | 1 | -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 address | Sascha Schumann | 2000-07-10 | 1 | -1/+1 |
| | | |||||
| * | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | | |||||
| * | @Cleaned up extension namespace (Stig) | Stig Bakken | 2000-03-06 | 1 | -3/+1 |
| | | | | | | | Cleaned up extension namespace, and changed ext/standard into one single extension. | ||||
| * | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | | |||||
| * | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 |
| | | | | | | you start counting at 0 or 1). | ||||
| * | Fix a maintainer-mode warning | Rasmus Lerdorf | 1999-12-05 | 1 | -1/+1 |
| | | |||||
| * | moved lcg stuff to ext/standard | Stig Bakken | 1999-08-29 | 1 | -0/+43 |
