| Commit message (Expand) | Author | Age | Files | Lines |
* | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | Fixed bug #52744 (cal_days_in_month incorrect for December 1 BCE). Original | Adam Harvey | 2010-09-09 | 1 | -2/+9 |
* | 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: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -18/+0 |
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+18 |
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -18/+0 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
* | fix snprintf size | Stanislav Malyshev | 2007-02-16 | 1 | -6/+6 |
* | increase hebdate buffer, use snprintf | Stanislav Malyshev | 2007-02-16 | 1 | -7/+7 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
* | MFH: arginfo, protos, vim folding | Hannes Magnusson | 2006-06-11 | 1 | -19/+131 |
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
* | Removed unused vars. | Ilia Alshanetsky | 2005-04-13 | 1 | -2/+0 |
* | simplify code (no need of local variable - return directly) | Andrey Hristov | 2005-04-10 | 1 | -17/+6 |
* | Fixed indentation | Dmitry Stogov | 2005-04-07 | 1 | -2/+2 |
* | Fixed wrong result of cal_days_in_month() with bad dates | Dmitry Stogov | 2005-04-07 | 1 | -0/+5 |
* | Fixed bug #30375 (cal_info() does not work without a parameter). | Ilia Alshanetsky | 2004-10-11 | 1 | -19/+42 |
* | Fixed possible overflows. | Ilia Alshanetsky | 2004-02-02 | 1 | -4/+4 |
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
* | Fixed compiler warnings. | Ilia Alshanetsky | 2003-08-31 | 1 | -4/+4 |
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
* | ws | foobar | 2003-02-03 | 1 | -0/+4 |
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
* | Fixed a memory leak inside heb_number_to_chars(). | Ilia Alshanetsky | 2002-12-05 | 1 | -7/+17 |
* | Added an additional (optional) argument to jdtojewish() to keep BC | Tal Peer | 2002-11-27 | 1 | -3/+4 |
* | Update to use new parameter parsing API. | Wez Furlong | 2002-11-26 | 1 | -268/+248 |
* | email address change | Hartmut Holzgraefe | 2002-11-25 | 1 | -1/+1 |
* | WS | Wez Furlong | 2002-11-07 | 1 | -83/+85 |
* | Make this static also. | Wez Furlong | 2002-11-07 | 1 | -1/+1 |
* | Make this static | Wez Furlong | 2002-11-07 | 1 | -1/+1 |
* | - Added an aditional parameter to the jdtojewish() function which makes | Derick Rethans | 2002-10-31 | 1 | -9/+101 |
* | change my email address | Colin Viebrock | 2002-09-19 | 1 | -1/+1 |
* | Add an option to calculate easter dates based on the Gregorian calendar | Marko Karppinen | 2002-05-12 | 1 | -1/+5 |
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -0/+2 |
* | Back-substitute for Z_* macro's. If it breaks some extension (the script isn'... | Jeroen van Wolffelaar | 2001-09-25 | 1 | -17/+17 |
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
* | Fixed some protos. | Egon Schmid | 2001-09-04 | 1 | -11/+11 |
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -19/+19 |
* | Zend compatibility patch | Zeev Suraski | 2001-07-30 | 1 | -4/+4 |
* | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -8/+8 |
* | fix win32 build | Daniel Beulshausen | 2001-07-06 | 1 | -0/+4 |
* | Added name for enum, hopefully fixing the win32 build. | Wez Furlong | 2001-07-05 | 1 | -1/+1 |
* | Added a couple of new functions to "modularize" working with calendars. | Wez Furlong | 2001-07-04 | 1 | -46/+238 |
* | The extension name seems to be usually totally lower-cased. | foobar | 2001-06-24 | 1 | -1/+1 |