Diff for /embedaddon/php/ext/enchant/enchant.c between versions 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2013/07/22 01:31:40 version 1.1.1.4, 2013/10/14 08:02:11
Line 674  PHP_FUNCTION(enchant_broker_dict_exists) Line 674  PHP_FUNCTION(enchant_broker_dict_exists)
         described/referred to by 'tag'. The ordering is a comma delimited          described/referred to by 'tag'. The ordering is a comma delimited
         list of provider names. As a special exception, the "*" tag can          list of provider names. As a special exception, the "*" tag can
         be used as a language tag to declare a default ordering for any          be used as a language tag to declare a default ordering for any
        language that does not explictly declare an ordering. */        language that does not explicitly declare an ordering. */
   
 PHP_FUNCTION(enchant_broker_set_ordering)  PHP_FUNCTION(enchant_broker_set_ordering)
 {  {

Removed from v.1.1.1.3  
changed lines
  Added in v.1.1.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>