| Commit message (Expand) | Author | Age | Files | Lines |
* | bump year | Xinchen Hui | 2015-01-15 | 3 | -3/+3 |
* | Merge branch 'PHP-5.4' into PHP-5.5 | Lior Kaplan | 2014-08-17 | 1 | -1/+1 |
|\ |
|
| * | typofixes | Veres Lajos | 2014-08-17 | 1 | -1/+1 |
| * | Bump year | Xinchen Hui | 2014-01-03 | 3 | -3/+3 |
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 3 | -3/+3 |
| * | - Year++ | Felipe Pena | 2012-01-01 | 3 | -3/+3 |
| * | Changed silent conversion of array to string to produce a notice. (Patrick) | Stanislav Malyshev | 2011-10-21 | 17 | -0/+85 |
| * | Omitted GCC warning "comparison is always false" | Xinchen Hui | 2011-08-12 | 2 | -5/+8 |
| * | - fix build (introduce by r314641) | Pierre Joye | 2011-08-11 | 1 | -0/+1 |
| * | Avoiding strcpy, strcat, sprintf usage to make static analyzer happy | Xinchen Hui | 2011-08-09 | 2 | -6/+7 |
| * | Avoiding strcpy usage, Make static analyzer happy | Xinchen Hui | 2011-08-09 | 1 | -1/+1 |
| * | These naked strcpy()s scare me | Rasmus Lerdorf | 2011-08-07 | 1 | -3/+3 |
| * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
* | | Bump year | Xinchen Hui | 2014-01-03 | 3 | -3/+3 |
* | | Fix long-standing visual pain point: the misalignment of './configure help' t... | Christopher Jones | 2013-08-06 | 1 | -1/+1 |
* | | Fixed bug #64290 (behavior change of converting to long) | Xinchen Hui | 2013-03-03 | 2 | -12/+0 |
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 3 | -3/+3 |
* | | - Year++ | Felipe Pena | 2012-01-01 | 3 | -3/+3 |
* | | Changed silent conversion of array to string to produce a notice. (Patrick) | Stanislav Malyshev | 2011-10-21 | 17 | -0/+85 |
* | | Omitted GCC warning "comparison is always false" | Xinchen Hui | 2011-08-12 | 3 | -13/+20 |
* | | Recored change into regex.patch | Xinchen Hui | 2011-08-11 | 1 | -7/+13 |
* | | - fix build (introduce by r314641) | Pierre Joye | 2011-08-11 | 1 | -0/+1 |
* | | Avoiding strcpy, strcat, sprintf usage to make static analyzer happy | Xinchen Hui | 2011-08-09 | 3 | -10/+61 |
* | | Avoiding strcpy usage, Make static analyzer happy | Xinchen Hui | 2011-08-09 | 2 | -1/+13 |
* | | These naked strcpy()s scare me | Rasmus Lerdorf | 2011-08-07 | 1 | -3/+3 |
* | | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
|/ |
|
* | - Year++ | Felipe Pena | 2011-01-01 | 3 | -3/+3 |
* | - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate... | Pierre Joye | 2010-12-11 | 1 | -1/+2 |
* | Eliminate a TSRMLS_FETCH() call in case of an error in one of the ereg functions | Kalle Sommer Nielsen | 2010-09-23 | 1 | -9/+7 |
* | Allow ereg to be built as shared on Windows | Kalle Sommer Nielsen | 2010-05-24 | 3 | -28/+39 |
* | Remove a couple TSRMLS_FETCH() calls around ext/main/sapi | Kalle Sommer Nielsen | 2010-04-13 | 2 | -6/+5 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 3 | -3/+3 |
* | MFH: Updated tests after double->long conversion change (basically to match 5.2) | Matt Wilmas | 2009-06-04 | 2 | -20/+4 |
* | MFH: Fix bug #48416 - Force a cache size for ereg to stop it getting out of c... | Scott MacVicar | 2009-05-28 | 2 | -1/+51 |
* | Simplify parameter parsing | Ilia Alshanetsky | 2009-01-08 | 1 | -8/+3 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 3 | -3/+3 |
* | - Fixed tests | Felipe Pena | 2008-11-29 | 4 | -82/+134 |
* | Latest and greatest versions of these session tests - checked on 5.2.X snap o... | Ant Phillips | 2008-11-27 | 4 | -138/+86 |
* | - Fixed tests | Felipe Pena | 2008-11-20 | 2 | -2/+2 |
* | - Deprecate ereg | Felipe Pena | 2008-11-18 | 75 | -198/+1218 |
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -7/+0 |
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+7 |
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -7/+0 |
* | propagated const, to avoid "discards qualifiers from pointer target type" errors | Alexey Zakhlestin | 2008-10-16 | 2 | -5/+5 |
* | MFH:- Visibility (bug #45564) | Jani Taskinen | 2008-07-21 | 1 | -0/+2 |
* | - Fixed tests | Felipe Pena | 2008-06-22 | 1 | -1/+1 |
* | - New parameter parsing API | Felipe Pena | 2008-06-21 | 21 | -425/+235 |
* | Windows configure fixes, a few additional lib names allowed, apache2 only on ... | Elizabeth Marie Smith | 2008-05-14 | 1 | -4/+8 |
* | Fix some ereg tests for 64bit platforms. | Robin Fernandes | 2008-04-22 | 4 | -50/+22 |
* | - Fixed tests | Felipe Pena | 2008-04-20 | 4 | -12/+12 |