Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH: Updated tests after double->long conversion change (basically to match 5.2) | Matt Wilmas | 2009-06-04 | 2 | -20/+4 |
| | | | | | # Let me know about other failing tests I missed | ||||
* | MFH: Fix bug #48416 - Force a cache size for ereg to stop it getting out of ↵ | Scott MacVicar | 2009-05-28 | 2 | -1/+51 |
| | | | | control. Lazy LRU here. | ||||
* | 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 ↵ | Ant Phillips | 2008-11-27 | 4 | -138/+86 |
| | | | | on Windows, Linux and Linux 64 bit. | ||||
* | - 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 |
| | | | | for zts builds since apache on win is always threaded, isapi no longer stops configure in non-zts mode, look for _debug for debug libraries when debug is enabled | ||||
* | 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 |
| | |||||
* | - Better error message | Felipe Pena | 2008-04-20 | 1 | -5/+1 |
| | |||||
* | Adding some tests for ereg and url functions. | Robin Fernandes | 2008-04-11 | 59 | -0/+6530 |
| | |||||
* | MFB: Fixed bug #44678 (spliti error message includes wrong function name) | Felipe Pena | 2008-04-09 | 1 | -1/+7 |
| | |||||
* | const'ify more 372 bytes | Nuno Lopes | 2008-01-25 | 2 | -10/+10 |
| | |||||
* | const'ify more 768 bytes | Nuno Lopes | 2008-01-25 | 1 | -2/+2 |
| | |||||
* | MFH | Antony Dovgal | 2008-01-24 | 3 | -3/+3 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 3 | -3/+3 |
| | |||||
* | MFH:- Moved the old regex functions to own extension: ereg | Jani Taskinen | 2007-10-05 | 50 | -0/+7458 |
| | |||||
* | - Remove ereg/ from PHP_5_2 branch. (not yet wanted here :) | Jani Taskinen | 2007-07-15 | 48 | -7333/+0 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 3 | -3/+3 |
| | |||||
* | MFH | Antony Dovgal | 2006-12-28 | 1 | -1/+1 |
| | |||||
* | Fixed potential use of un-initialized var (detected by Coverity) | Ilia Alshanetsky | 2006-10-12 | 1 | -0/+5 |
| | |||||
* | - Warning fixes by Steph | Marcus Boerger | 2006-02-26 | 1 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 3 | -9/+9 |
| | |||||
* | MFH: Nuke php3 legacy | foobar | 2005-12-05 | 1 | -2/+2 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 3 | -3/+3 |
| | |||||
* | switch to ansi declaration so that vs.net 2005 groks it. | Wez Furlong | 2005-07-29 | 1 | -5/+5 |
| | |||||
* | MFB4_4: Fix compile problem with --regex=system on some systems | foobar | 2005-07-18 | 1 | -1/+15 |
| | |||||
* | Do a cache flush if we detect possible cache corruption (same as for | Andrei Zmievski | 2005-05-26 | 1 | -12/+29 |
| | | | | | PCRE). | ||||
* | fix yet another annoying compile warning | Antony Dovgal | 2004-08-13 | 2 | -8/+8 |
| | |||||
* | - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() | Andi Gutmans | 2004-07-19 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | used to return "" and not bool(false). It's not worth keeping it because STR_FREE() and zval_dtor() always have to check for it and it slows down the general case. In addition, it seems that empty_string has been abused quite a lot, and was used not only for setting zval's but generally in PHP code instead of "", which wasn't the intention. Last but not least, nuking empty_string should improve stability as I doubt every place correctly checked if they are not mistakenly erealloc()'ing it or calling efree() on it. NOTE: Some code is probably broken. Each extension maintainer should check and see that my changes are OK. Also, I haven't had time to touch PECL yet. Will try and do it tomorrow. | ||||
* | - Remove unused blocks | Marcus Boerger | 2004-05-19 | 16 | -32/+0 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 2 | -4/+4 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | Fixed bug #25669 (eregi() with non-ascii characters) | Moriyoshi Koizumi | 2003-09-30 | 8 | -141/+141 |
| | |||||
* | emalloc -> safe_emalloc | Ilia Alshanetsky | 2003-08-11 | 1 | -6/+6 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 3 | -9/+9 |
| | |||||
* | Forgot to fix this part | Moriyoshi Koizumi | 2003-02-24 | 1 | -1/+1 |
| | |||||
* | Fixed a signed / unsigned issue. | Moriyoshi Koizumi | 2003-02-24 | 1 | -1/+1 |
| | | | | | | # imagine the case like "\\\xfe" where walk[1] takes a value that is greater # than 127 in integer... | ||||
* | Style fix | Moriyoshi Koizumi | 2003-02-24 | 1 | -7/+11 |
| | |||||
* | ws fixes + missing $Id$ tags, headers added | foobar | 2003-02-19 | 1 | -0/+20 |
| | |||||
* | Reverted because correct decision has not been made yet. | Moriyoshi Koizumi | 2003-01-11 | 1 | -1/+1 |
| |