Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | fix #41118 (PHP does not handle overflow of octal integers) | Antony Dovgal | 2007-04-19 | 1 | -0/+2 |
| | | | | | MFB a small part of optimization patch applied only to 5_2 | ||||
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | use BSD licensed implementation of double-to-string utilities instead of ↵ | Antony Dovgal | 2006-12-06 | 1 | -1/+6 |
| | | | | | | | LGPL one this patch also fixes thread safety issues in zend_strtod() | ||||
* | WS | Dmitry Stogov | 2006-02-21 | 1 | -1/+1 |
| | |||||
* | - Update copyright notices to 2006 | Andi Gutmans | 2006-01-04 | 1 | -1/+1 |
| | |||||
* | Bump up the year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Make zend_strtod compile on windows | Edin Kadribasic | 2004-11-04 | 1 | -1/+4 |
| | |||||
* | - Fixed bug #30630: Added a BSD based strtod function that is | Derick Rethans | 2004-11-03 | 1 | -0/+28 |
locale-independent. |