summaryrefslogtreecommitdiff
path: root/ext/ereg
Commit message (Collapse)AuthorAgeFilesLines
* MFH: Updated tests after double->long conversion change (basically to match 5.2)Matt Wilmas2009-06-042-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 MacVicar2009-05-282-1/+51
| | | | control. Lazy LRU here.
* Simplify parameter parsingIlia Alshanetsky2009-01-081-8/+3
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-313-3/+3
|
* - Fixed testsFelipe Pena2008-11-294-82/+134
|
* Latest and greatest versions of these session tests - checked on 5.2.X snap ↵Ant Phillips2008-11-274-138/+86
| | | | on Windows, Linux and Linux 64 bit.
* - Fixed testsFelipe Pena2008-11-202-2/+2
|
* - Deprecate eregFelipe Pena2008-11-1875-198/+1218
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-7/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+7
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-7/+0
|
* propagated const, to avoid "discards qualifiers from pointer target type" errorsAlexey Zakhlestin2008-10-162-5/+5
|
* MFH:- Visibility (bug #45564)Jani Taskinen2008-07-211-0/+2
|
* - Fixed testsFelipe Pena2008-06-221-1/+1
|
* - New parameter parsing APIFelipe Pena2008-06-2121-425/+235
|
* Windows configure fixes, a few additional lib names allowed, apache2 only on ↵Elizabeth Marie Smith2008-05-141-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 Fernandes2008-04-224-50/+22
|
* - Fixed testsFelipe Pena2008-04-204-12/+12
|
* - Better error messageFelipe Pena2008-04-201-5/+1
|
* Adding some tests for ereg and url functions.Robin Fernandes2008-04-1159-0/+6530
|
* MFB: Fixed bug #44678 (spliti error message includes wrong function name)Felipe Pena2008-04-091-1/+7
|
* const'ify more 372 bytesNuno Lopes2008-01-252-10/+10
|
* const'ify more 768 bytesNuno Lopes2008-01-251-2/+2
|
* MFHAntony Dovgal2008-01-243-3/+3
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-313-3/+3
|
* MFH:- Moved the old regex functions to own extension: eregJani Taskinen2007-10-0550-0/+7458
|
* - Remove ereg/ from PHP_5_2 branch. (not yet wanted here :)Jani Taskinen2007-07-1548-7333/+0
|
* MFH: Bump year.Sebastian Bergmann2007-01-013-3/+3
|
* MFHAntony Dovgal2006-12-281-1/+1
|
* Fixed potential use of un-initialized var (detected by Coverity)Ilia Alshanetsky2006-10-121-0/+5
|
* - Warning fixes by StephMarcus Boerger2006-02-261-1/+1
|
* bump year and license versionfoobar2006-01-013-9/+9
|
* MFH: Nuke php3 legacyfoobar2005-12-051-2/+2
|
* - Bumber up yearfoobar2005-08-033-3/+3
|
* switch to ansi declaration so that vs.net 2005 groks it.Wez Furlong2005-07-291-5/+5
|
* MFB4_4: Fix compile problem with --regex=system on some systemsfoobar2005-07-181-1/+15
|
* Do a cache flush if we detect possible cache corruption (same as forAndrei Zmievski2005-05-261-12/+29
| | | | | PCRE).
* fix yet another annoying compile warningAntony Dovgal2004-08-132-8/+8
|
* - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()Andi Gutmans2004-07-191-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 blocksMarcus Boerger2004-05-1916-32/+0
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-082-4/+4
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* Fixed bug #25669 (eregi() with non-ascii characters)Moriyoshi Koizumi2003-09-308-141/+141
|
* emalloc -> safe_emallocIlia Alshanetsky2003-08-111-6/+6
|
* updating license information in the headers.James Cox2003-06-103-9/+9
|
* Forgot to fix this partMoriyoshi Koizumi2003-02-241-1/+1
|
* Fixed a signed / unsigned issue.Moriyoshi Koizumi2003-02-241-1/+1
| | | | | | # imagine the case like "\\\xfe" where walk[1] takes a value that is greater # than 127 in integer...
* Style fixMoriyoshi Koizumi2003-02-241-7/+11
|
* ws fixes + missing $Id$ tags, headers addedfoobar2003-02-191-0/+20
|
* Reverted because correct decision has not been made yet.Moriyoshi Koizumi2003-01-111-1/+1
|