Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | Worked with Samy Kamkar to improve LCG entropy. | Rasmus Lerdorf | 2010-01-08 | 1 | -1/+6 |
| | |||||
* | 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: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: ws + folding tags | Jani Taskinen | 2007-11-06 | 1 | -7/+10 |
| | |||||
* | Get rid of a useless RINIT and an empty RSHUTDOWN on non-Windows | Rasmus Lerdorf | 2007-05-17 | 1 | -8/+0 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | ext/standard/fsock.h | Anantha Kesari H Y | 2005-07-25 | 1 | -2/+0 |
| | | | | | | | | | | Removing redundant inclusion of headers for NetWare ext/standard/lcg.c NetWare LibC SDK sys/time.h implicitly includes sys/timval.h so nothing special needed for NetWare here. --Kamesh | ||||
* | removed the redundant NEW_LIBC checks | Anantha Kesari H Y | 2004-09-25 | 1 | -4/+0 |
| | |||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | TS issue, noticed by Sebastian Bergmann | Sascha Schumann | 2003-03-31 | 1 | -0/+2 |
| | |||||
* | Ensure that the seed function has been called, even if we are used by | Sascha Schumann | 2003-03-31 | 1 | -0/+4 |
| | | | | | | | another module's request init function. Noticed by: marcus.boerger@t-online.de | ||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | NetWare related additions/modifications | Anantha Kesari H Y | 2002-09-06 | 1 | -0/+6 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | proto fixes "double" -> "float" | Hartmut Holzgraefe | 2001-09-21 | 1 | -1/+1 |
| | |||||
* | Fix warning on Win32 (thanks to Sebastian) | Sascha Schumann | 2001-09-21 | 1 | -1/+3 |
| | |||||
* | Always seed the LCG from the request-init hook, otherwise the seed | Sascha Schumann | 2001-09-21 | 1 | -11/+28 |
| | | | | | | | | | 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. | ||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | revert bad commit. | foobar | 2001-09-05 | 1 | -6/+1 |
| | |||||
* | Merge RAND_REDESIGN into MAIN | Jeroen van Wolffelaar | 2001-09-03 | 1 | -1/+6 |
| | |||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -4/+4 |
| | |||||
* | killed a compile warning. | foobar | 2001-08-07 | 1 | -2/+2 |
| | |||||
* | more tsrm cleanup | Sascha Schumann | 2001-08-06 | 1 | -3/+2 |
| | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -3/+3 |
| | |||||
* | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -2/+2 |
| | | | | | | | - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it... | ||||
* | The lcg needs to operate on signed 32-bit integers, so use | Sascha Schumann | 2001-07-18 | 1 | -2/+2 |
| | | | | | the proper php_int32 types here. | ||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -0/+9 |
| | |||||
* | Moved ts_alloca_id() into MINIT like Andi requested. | foobar | 2001-05-06 | 1 | -5/+9 |
| | |||||
* | Fix bug: #8834. Now there should be more random salts.. | foobar | 2001-05-06 | 1 | -3/+8 |
| | |||||
* | - 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 | -15/+1 |
| | | | | | | Cleaned up extension namespace, and changed ext/standard into one single extension. | ||||
* | More protos. | Egon Schmid | 2000-02-24 | 1 | -1/+1 |
| | |||||
* | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | |||||
* | Fine tune Andi's patch | Zeev Suraski | 2000-02-11 | 1 | -1/+1 |
| | |||||
* | - Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32 | Andi Gutmans | 2000-02-10 | 1 | -1/+1 |
| | |||||
* | 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 some warnings | Sascha Schumann | 1999-12-05 | 1 | -1/+1 |
| | |||||
* | More maintainer-mode cleanups | Rasmus Lerdorf | 1999-12-05 | 1 | -2/+0 |
| | |||||
* | Fix a maintainer-mode warning | Rasmus Lerdorf | 1999-12-05 | 1 | -3/+5 |
| | |||||
* | - Get rid of warning on win32, non-threadsafe mode. | Andi Gutmans | 1999-09-22 | 1 | -0/+4 |
| |