summaryrefslogtreecommitdiff
path: root/ext/pspell
Commit message (Collapse)AuthorAgeFilesLines
* Fix long-standing visual pain point: the misalignment of './configure help' ↵Christopher Jones2013-08-061-1/+1
| | | | | | text. Whitespace changes and a couple of grammar fixes.
* Happy New YearXinchen Hui2013-01-012-2/+2
|
* - Year++Felipe Pena2012-01-012-2/+2
|
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
|
* - Added new parameter parsing option (p - for valid path (string without ↵Felipe Pena2011-06-061-3/+3
| | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits
* - Fixed ZTS buildFelipe Pena2011-03-131-3/+3
|
* - Year++Felipe Pena2011-01-012-2/+2
|
* - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insertPierre Joye2010-09-161-1/+1
|
* revert change #298288: Remove old dsp/dsw/makefile filesRob Richards2010-04-281-0/+112
|
* Removed safe_modeKalle Sommer Nielsen2010-04-261-13/+0
| | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
* Remove old dsp/dsw/makefile files, these arent used by the build system ↵Kalle Sommer Nielsen2010-04-211-112/+0
| | | | anymore and are barely updated nor available for all extensions
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+2
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-312-2/+2
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-19/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+19
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-19/+0
|
* MFH:Felipe Pena2008-08-233-60/+45
| | | | | | - WS, Cosmetics - Removed unnecessary variables
* MFH: fix compile warnings (patch by Phil Oleson)Antony Dovgal2008-08-131-3/+3
|
* - Added arginfoFelipe Pena2008-07-161-19/+142
|
* - New parameter parsing APIFelipe Pena2008-06-272-202/+135
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-312-2/+2
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-1/+1
|
* use safer functions, check error valueStanislav Malyshev2007-02-171-24/+33
|
* MFHAntony Dovgal2007-01-161-11/+19
|
* MFH: Bump year.Sebastian Bergmann2007-01-012-2/+2
|
* MFHAntony Dovgal2006-12-201-18/+3
|
* move static declaration to *.c filesNuno Lopes2006-08-142-23/+23
| | | | | mroe static/const keywording
* a few more static keywordingNuno Lopes2006-08-142-42/+42
|
* fix test with some aspell versionsNuno Lopes2006-07-141-1/+1
|
* Fixed test for situations where pspell_clear_session() is unavailable.Ilia Alshanetsky2006-06-291-2/+8
|
* Fixed testIlia Alshanetsky2006-06-291-1/+1
|
* new tests (001.phpt is just a rename from the older one)Nuno Lopes2006-06-286-4/+167
| | | | | increases coverage from 20% to 70%
* bump year and license versionfoobar2006-01-012-6/+6
|
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
|
* MFH: Properly fixed bug #34456 (original patch completely reverted).Ilia Alshanetsky2005-10-171-109/+43
|
* MFH: Fixed bug #34456 (Possible crash inside pspell extension).Ilia Alshanetsky2005-09-121-12/+24
|
* - Bumber up yearfoobar2005-08-032-2/+2
|
* Updated URL leading to latest aspell.Ilia Alshanetsky2005-07-251-1/+1
|
* - Be flexible about spellbook - we want to test the ext not the spell ↵Marcus Boerger2005-07-251-28/+4
| | | | corrections available
* - Unify the "configure --help" textsfoobar2005-05-291-1/+1
|
* - Fixed bug #29554 (compile failure when using --with-pspell=/usr/local)foobar2005-02-171-2/+11
|
* - Fix typo (avaliable -> available). (bug #28725)foobar2004-12-161-1/+1
|
* Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/libJoe Orton2004-11-031-1/+1
| | | | | to support multi-ABI platforms.
* - Remove unused blocksMarcus Boerger2004-05-191-2/+0
|
* Move declarations to the begining of function.Edin Kadribasic2004-05-181-8/+8
| | | | | This allows it to actually compile on windows.
* Fixed compile warnings.Ilia Alshanetsky2004-02-131-1/+1
|
* There is CODING_STANDARDS..at least NEW code should respect those..foobar2004-02-111-9/+7
|
* Added two new functions to set the dict-dir and data-dir options.Brian France2004-02-112-10/+36
|
* This should allow us to read dictionary locations from the win32 registry ↵Vlad Krupin2004-02-031-0/+26
| | | | | | | | when we use a custom config. Not doing so when I added win32 support was an oversight. Now all pspell_new_* functions should be usable on win32.