[PHP-CVS] cvs: php-src /ext/pspell pspell.c /ext/pspell/tests 002.phpt

2008-08-23 Thread Felipe Pena
felipe Sat Aug 23 16:20:14 2008 UTC Modified files: /php-src/ext/pspell pspell.c /php-src/ext/pspell/tests 002.phpt Log: - MFB: New parameter parsing API - WS, Cosmetics

[PHP-CVS] cvs: php-src /ext/pspell pspell.c

2008-08-13 Thread Antony Dovgal
tony2001Wed Aug 13 08:08:30 2008 UTC Modified files: /php-src/ext/pspell pspell.c Log: fix compile warnings (patch by Phil Oleson) http://cvs.php.net/viewvc.cgi/php-src/ext/pspell/pspell.c?r1=1.61r2=1.62diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/pspell pspell.c

2008-07-16 Thread Felipe Pena
felipe Wed Jul 16 18:35:41 2008 UTC Modified files: /php-src/ext/pspell pspell.c Log: - MFB: Added arginfo http://cvs.php.net/viewvc.cgi/php-src/ext/pspell/pspell.c?r1=1.60r2=1.61diff_format=u Index: php-src/ext/pspell/pspell.c diff -u

[PHP-CVS] cvs: php-src /ext/pspell pspell.c

2007-02-16 Thread Stanislav Malyshev
stasSat Feb 17 01:47:26 2007 UTC Modified files: /php-src/ext/pspell pspell.c Log: use safer functions, check error value http://cvs.php.net/viewvc.cgi/php-src/ext/pspell/pspell.c?r1=1.56r2=1.57diff_format=u Index: php-src/ext/pspell/pspell.c diff -u

[PHP-CVS] cvs: php-src /ext/pspell pspell.c

2007-01-16 Thread Antony Dovgal
tony2001Tue Jan 16 11:18:54 2007 UTC Modified files: /php-src/ext/pspell pspell.c Log: plug leaks initialize the last argument of RegQueryValueEx() fix ws http://cvs.php.net/viewvc.cgi/php-src/ext/pspell/pspell.c?r1=1.55r2=1.56diff_format=u

[PHP-CVS] cvs: php-src /ext/pspell pspell.c

2005-10-17 Thread Ilia Alshanetsky
iliaa Mon Oct 17 11:29:56 2005 EDT Modified files: /php-src/ext/pspell pspell.c Log: Properly fixed bug #34456 (original patch completely reverted). http://cvs.php.net/diff.php/php-src/ext/pspell/pspell.c?r1=1.46r2=1.47ty=u Index:

Re: [PHP-CVS] cvs: php-src /ext/pspell pspell.c

2005-10-17 Thread Nuno Lopes
Thanks for fixing that out. Now it is correct! My test case was obviously not using the api correctly. Nuno - Original Message - From: Ilia Alshanetsky [EMAIL PROTECTED] To: php-cvs@lists.php.net Sent: Monday, October 17, 2005 4:29 PM Subject: [PHP-CVS] cvs: php-src /ext/pspell

[PHP-CVS] cvs: php-src /ext/pspell pspell.c

2005-09-12 Thread Ilia Alshanetsky
iliaa Mon Sep 12 11:26:49 2005 EDT Modified files: /php-src/ext/pspell pspell.c Log: Fixed bug #34456 (Possible crash inside pspell extension). # Patch by Nuno Lopes http://cvs.php.net/diff.php/php-src/ext/pspell/pspell.c?r1=1.45r2=1.46ty=u Index:

[PHP-CVS] cvs: php-src /ext/pspell pspell.c

2004-05-18 Thread Edin Kadribasic
edink Tue May 18 08:32:05 2004 EDT Modified files: /php-src/ext/pspell pspell.c Log: Move declarations to the begining of function. This allows it to actually compile on windows. http://cvs.php.net/diff.php/php-src/ext/pspell/pspell.c?r1=1.43r2=1.44ty=u

[PHP-CVS] cvs: php-src /ext/pspell pspell.c

2004-02-12 Thread Ilia Alshanetsky
iliaa Thu Feb 12 21:20:21 2004 EDT Modified files: /php-src/ext/pspell pspell.c Log: Fixed compile warnings. http://cvs.php.net/diff.php/php-src/ext/pspell/pspell.c?r1=1.42r2=1.43ty=u Index: php-src/ext/pspell/pspell.c diff -u

[PHP-CVS] cvs: php-src /ext/pspell pspell.c

2004-02-11 Thread Jani Taskinen
sniper Wed Feb 11 16:20:23 2004 EDT Modified files: /php-src/ext/pspell pspell.c Log: There is CODING_STANDARDS..at least NEW code should respect those.. http://cvs.php.net/diff.php/php-src/ext/pspell/pspell.c?r1=1.41r2=1.42ty=u Index:

[PHP-CVS] cvs: php-src /ext/pspell pspell.c

2003-08-14 Thread Vlad Krupin
vladWed Aug 13 14:59:44 2003 EDT Modified files: /php-src/ext/pspell pspell.c Log: changes to accomodate win32 build # I am not sure whether reading from registry, like I do now is a good # idea, but nobody on php-dev has offered any opinion for or against