IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Bibliothèques et frameworks PHP Discussion :

[PEAR] Annonces de paquetages [News]


Sujet :

Bibliothèques et frameworks PHP

  1. #61
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    The new PEAR package Console_CommandLine-1.0.5 (stable) has been released at http://pear.php.net/.

    Release notes
    -------------
    * implemented feature request #15251: Allow specifying optional arguments for
    sub-commands,
    * use "name" instead of "help_name" when generating list-xxx options,
    * updated relevant unit tests,
    * added examples for sub-commands usage.

    Package Info
    ------------
    Console_CommandLine is a full featured package for managing command-line
    options and arguments highly inspired from python optparse module, it allows
    the developer to easily build complex command line interfaces.

    Main features:
    * handles sub commands (ie. $ myscript.php -q subcommand -f file),
    * can be completely built from an xml definition file,
    * generate --help and --version options automatically,
    * can be completely customized,
    * builtin support for i18n,
    * and much more...

    Related Links
    -------------
    Package home: http://pear.php.net/package/Console_CommandLine
    Changelog: http://pear.php.net/package/Console_...download/1.0.5
    Download: http://download.pear.php.net/package...Line-1.0.5.tgz

    Authors
    -------
    David Jean Louis (lead)
    The new PEAR package Text_Figlet-1.0.1 (stable) has been released at http://pear.php.net/.

    Release notes
    -------------
    Coding standards improvements
    Bug #15028 - PHP 5 code used in PHP 4 package

    Package Info
    ------------
    Engine for use FIGlet fonts to rendering text

    Related Links
    -------------
    Package home: http://pear.php.net/package/Text_Figlet
    Changelog: http://pear.php.net/package/Text_Figlet/download/1.0.1
    Download: http://download.pear.php.net/package...glet-1.0.1.tgz

    Authors
    -------
    Evgeny Stepanischev <bolk@hitv.ru> (lead)

  2. #62
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    The new PEAR package Image_JpegXmpReader-0.5.1 (beta) has been released at http://pear.php.net/.

    Release notes
    -------------
    This is a bugfix release.

    Package Info
    ------------
    This package fetches Photoshop-style XMP metadata from JPEG files.
    Convenience functions are provided to fetch the title, creator,
    subject and description fields, other fields can be fetched by name,
    and the parsed XML can be accessed directly. It is a useful tool for
    accessing JPEGs edited with newer tools that do not provide EXIF metadata
    and/or provide additional information as XMP.

    Related Links
    -------------
    Package home: http://pear.php.net/package/Image_JpegXmpReader
    Changelog: http://pear.php.net/package/Image_Jp...download/0.5.1
    Download: http://download.pear.php.net/package...ader-0.5.1.tgz

    Authors
    -------
    Thomas Boutell <tom@punkave.com> (lead)
    The new PEAR package XML_Util-1.2.1 (stable) has been released at http://pear.php.net/.

    Release notes
    -------------
    Fixed Bug #14760: Bug in getDocTypeDeclaration() [ashnazg|fpospisil]

    Package Info
    ------------
    Selection of methods that are often needed when working with XML documents. Functionality includes creating of attribute lists from arrays, creation of tags, validation of XML names and more.

    Related Links
    -------------
    Package home: http://pear.php.net/package/XML_Util
    Changelog: http://pear.php.net/package/XML_Util/download/1.2.1
    Download: http://download.pear.php.net/package/XML_Util-1.2.1.tgz

    Authors
    -------
    Chuck Burgess (lead)

  3. #63
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    The new PEAR package Services_Amazon_SQS-0.1.0 (alpha) has been released at http://pear.php.net/.

    Release notes
    -------------
    First PEAR release.

    Package Info
    ------------
    This package provides an object-oriented interface to the Amazon Simple Queue Service (SQS). Included are client libraries and a command-line script for managing queues. You will need a set of web-service keys from Amazon Web Services that have SQS enabled. You can sign up for an account at: https://aws-portal.amazon.com/gp/aws...ion/index.html.

    Note: Although this package has no cost, Amazon's Web services are not free to use. You will be billed by Amazon for your use of SQS.

    This package is derived with permission from the simple-aws package available at http://code.google.com/p/simple-aws/ and written by Mike Brittain.

    This package requires PHP 5.2.1.

    There are two main ways to use this package. Firstly, it provides an API that may be used to manage queues, and to add and remove messages from queues in PHP scripts. The Services_Amazon_SQS_QueueManager and Services_Amazon_SQS_Queue classes provide these methods.

    Secondly, a command-line application for managing SQS queues is provided. This is installed by PEAR as `sqs'. Running this command produces the following output:

    A command-line interface to Amazon's Simple Queue Service.

    Usage:
    sqs [options] command [args]

    Commands:
    create Creates a new queue with the specified name.
    delete Deletes an existing queue by the specified URI.
    list Lists avaiable queues.
    version Displays version information.

    Options:
    -c, --config=file Find configuration in `file'.

    Type `sqs help <command>' to get the help for the specified command.

    Related Links
    -------------
    Package home: http://pear.php.net/package/Services_Amazon_SQS
    Changelog: http://pear.php.net/package/Services...download/0.1.0
    Download: http://download.pear.php.net/package..._SQS-0.1.0.tgz

    Authors
    -------
    Michael Gauthier (lead)
    Mike Brittain (lead)

  4. #64
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    The new PEAR package Calendar-0.5.4 (beta) has been released at http://pear.php.net/.

    Release notes
    -------------
    QA Release

    * fixed return by reference NOTICE in Decorator
    * fixed bug #8758: fixed Calendar_Week::thisYear() according the ISO-8601 standard
    * fixed bug #12542: Calendar_Util_Textual::orderedWeekdays() doesn't consider $firstDay
    * added new tests and fixed test to consider the CALENDAR_FIRST_DAY_OF_WEEK constant
    * fixed getWeekNInYear() in the PearDate engine with new Date package
    * request #2642: added Calendar::isToday() method
    * switched to package.xml v.2
    * updated header comment blocks according to the Coding Standards

    Package Info
    ------------
    Calendar provides an API for building Calendar data structures. Using
    the simple iterator and its query API, a user interface can easily be
    built on top of the calendar data structure, at the same time easily connecting it
    to some kind of underlying data store, where event information is
    being held.

    It provides different calculation engines the default being based on
    Unix timestamps (offering fastest performance) with an alternative using PEAR:ate
    which extends the calendar past the limitations of Unix timestamps. Other engines
    should be implementable for other types of calendar (e.g. a Chinese Calendar based
    on lunar cycles).

    Related Links
    -------------
    Package home: http://pear.php.net/package/Calendar
    Changelog: http://pear.php.net/package/Calendar/download/0.5.4
    Download: http://download.pear.php.net/package/Calendar-0.5.4.tgz

    Authors
    -------
    Harry Fuecks <hfuecks@phppatterns.com> (lead)
    Lorenzo Alberton <l.alberton@quipo.it> (developer)
    Greg Beaver (helper)

  5. #65
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    The new PEAR package Payment_DTA-1.3.0a1 (alpha) has been released at http://pear.php.net/.

    Release notes
    -------------
    [+] add class DTAZV (and DTABase)
    [-] check number of purpose lines in DTA
    [-] improved handling of extention fields in DTA (should fix bug #4637)
    ( [+] Added [-] Fixed [*] Improved [!] Note )

    Package Info
    ------------
    Payment_DTA provides functions to create DTA files used in Germany to exchange informations about money transactions with banks or online banking programs.

    Related Links
    -------------
    Package home: http://pear.php.net/package/Payment_DTA
    Changelog: http://pear.php.net/package/Payment_...wnload/1.3.0a1
    Download: http://download.pear.php.net/package...TA-1.3.0a1.tgz

    Authors
    -------
    Martin Schütte <info@mschuette.name> (lead)

  6. #66
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    The new PEAR package PHP_CodeSniffer-1.2.0a1 (alpha) has been released at http://pear.php.net/.

    Release notes
    -------------
    - PHP_CodeSniffer now has a CSS tokenizer for checking CSS files
    - Added support for a new multi-file sniff that sniffs all processed files at once
    - Added new output format --report=emacs to output errors using the emacs standard compile output format
    -- Thanks to Len Trigg for the contribution
    - Reports can now be written to a file using the --report-file command line argument (feature request #14953)
    -- The report is also written to screen when using this argument
    - The CheckStyle, CSV and XML reports now include a source for each error and warning (feature request #13242)
    -- A new report type --report=source can be used to show you the most common errors in your files
    - Added new command line argument -s to show error sources in all reports
    - Added new command line argument --sniffs to specify a list of sniffs to restrict checking to
    -- Uses the sniff source codes that are optionally displayed in reports
    - Changed the max width of error lines from 80 to 79 chars to stop blank lines in the default windows cmd window
    - PHP_CodeSniffer now has a token for an asperand (@ symbol) so sniffs can listen for them
    -- Thanks to Andy Brockhurst for the patch
    - Added Generic DuplicateClassNameSniff that will warn if the same class name is used in multiple files
    -- Not currently used by any standard; more of a multi-file sniff sample than anything useful
    - Added Generic NoSilencedErrorsSniff that warns if PHP errors are being silenced using the @ symbol
    -- Thanks to Andy Brockhurst for the contribution
    - Added Generic UnnecessaryStringConcatSniff that checks for two strings being concatenated
    - Added PEAR FunctionDeclarationSniff to enforce the new multi-line function declaration PEAR standard
    - Added PEAR MultiLineAssignmentSniff to enforce the correct indentation of multi-line assignments
    - Added PEAR MultiLineConditionSniff to enforce the new multi-line condition PEAR standard
    - Added PEAR ObjectOperatorIndentSniff to enforce the new chained function call PEAR standard
    - Added MySource DisallowSelfActionSniff to ban the use of self::method() calls in Action classes
    - Added MySource DebugCodeSniff to ban the use of Debug::method() calls
    - Added MySource CreateWidgetTypeCallback sniff to check callback usage in widget type create methods
    - Added Squiz DisallowObjectStringIndexSniff that forces object dot notation in JavaScript files
    -- Thanks to Sertan Danis for the contribution
    - Added Squiz DiscouragedFunctionsSniff to warn when using debug functions
    - Added Squiz PropertyLabelSniff to check whitespace around colons in JS property and label declarations
    - Added Squiz DuplicatePropertySniff to check for duplicate property names in JS classes
    - Added Squiz ColonSpacingSniff to check for spacing around colons in CSS style definitions
    - Added Squiz SemicolonSpacingSniff to check for spacing around semicolons in CSS style definitions
    - Added Squiz IdentationSniff to check for correct indentation of CSS files
    - Added Squiz ColourDefinitionSniff to check that CSS colours are defined in uppercase and using shorthand
    - Added Squiz EmptyStyleDefinitionSniff to check for CSS style definitions without content
    - Added Squiz EmptyClassDefinitionSniff to check for CSS class definitions without content
    - Added Squiz ClassDefinitionOpeningBraceSpaceSniff to check for spaces around opening brace of CSS class definitions
    - Added Squiz ClassDefinitionClosingBraceSpaceSniff to check for a single blank line after CSS class definitions
    - Added Squiz ClassDefinitionNameSpacingSniff to check for a blank lines inside CSS class definition names
    - Added Squiz DisallowMultipleStyleDefinitionsSniff to check for multiple style definitions on a single line
    - Added Squiz DuplicateClassDefinitionSniff to check for duplicate CSS class blocks that can be merged
    - Added Squiz ForbiddenStylesSniff to check for usage of browser specific styles
    - Added Squiz OpacitySniff to check for incorrect opacity values in CSS
    - Added Squiz LowercaseStyleDefinitionSniff to check for styles that are not defined in lowercase
    - Added Squiz MissingColonSniff to check for style definitions where the colon has been forgotten
    - Added Squiz MultiLineFunctionDeclarationSniff to check that multi-line declarations contain one param per line
    - Added Squiz JSLintSniff to check for JS errors using the jslint.js script through Rhino
    -- Set jslint path using phpcs --config-set jslint_path /path/to/jslint.js
    -- Set rhino path using phpcs --config-set rhino_path /path/to/rhino
    - Added Generic TodoSniff that warns about comments that contain the word TODO
    - Removed MultipleStatementAlignmentSniff from the PEAR standard as alignment is now optional
    - Generic ForbiddenFunctionsSniff now has protected member var to specify if it should use errors or warnings
    - Generic MultipleStatementAlignmentSniff now has correct error message if assignment is on a new line
    - Generic MultipleStatementAlignmentSniff now has protected member var to allow it to ignore multi-line assignments
    - Generic LineEndingsSniff now supports checking of JS files
    - Generic LineEndingsSniff now supports checking of CSS files
    - Generic DisallowTabIndentSniff now supports checking of CSS files
    - Squiz DoubleQuoteUsageSniff now bans the use of variables in double quoted strings in favour of concatenation
    - Squiz SuperfluousWhitespaceSniff now supports checking of JS files
    - Squiz SuperfluousWhitespaceSniff now supports checking of CSS files
    - Squiz DisallowInlineIfSniff now supports checking of JS files
    - Squiz SemicolonSpacingSniff now supports checking of JS files
    - Squiz PostStatementCommentSniff now supports checking of JS files
    - Squiz FunctionOpeningBraceSpacingSniff now supports checking of JS files
    - Squiz FunctionClosingBraceSpacingSniff now supports checking of JS files
    -- Empty JS functions must have their opening and closing braces next to each other
    - Squiz ControlStructureSpacingSniff now supports checking of JS files
    - Squiz LongConditionClosingCommentSniff now supports checking of JS files
    - Squiz OperatorSpacingSniff now supports checking of JS files
    - Squiz SwitchDeclarationSniff now supports checking of JS files
    - Squiz CommentedOutCodeSniff now supports checking of CSS files
    - Squiz DisallowSizeFunctionsInLoopsSniff now supports checking of JS files for the use of object.length
    - Squiz DisallowSizeFunctionsInLoopsSniff no longer complains about size functions outside of the FOR condition
    - Squiz ControlStructureSpacingSniff now bans blank lines at the end of a control structure
    - Squiz ForLoopDeclarationSniff no longer throws errors for JS FOR loops without semicolons
    - Squiz MultipleStatementAlignmentSniff no longer throws errors if a statement would take more than 8 spaces to align
    - Squiz standard now uses Genric TodoSniff
    - Squiz standard now uses Genric UnnecessaryStringConcatSniff
    - Squiz standard now uses PEAR MultiLineAssignmentSniff
    - Squiz standard now uses PEAR MultiLineConditionSniff
    - Zend standard now uses OpeningFunctionBraceBsdAllmanSniff (feature request #14647)
    - MySource JoinStringsSniff now bans the use of inline array joins and suggests the + operator
    - Fixed incorrect errors that can be generated from abstract scope sniffs when moving to a new file
    - Core tokenizer now matches orphaned curly braces in the same way as square brackets
    - Whitespace tokens at the end of JS files are now added to the token stack
    - JavaScript tokenizer now identifies properties and labels as new token types
    - JavaScript tokenizer now identifies object definitions as a new token type and matches curly braces for them
    - JavaScript tokenizer now identifies DIV_EQUAL and MUL_EQUAL tokens
    - Improved regular expression detection in the JavaScript tokenizer
    - Improve AbstractPatternSniff support so it can listen for any token type, not just weighted tokens
    - Fixed Squiz DoubleQuoteUsageSniff so it works correctly with short_open_tag=Off
    - Fixed bug #14409 : Output of warnings to log file
    - Fixed bug #14520 : Notice: Undefined offset: 1 in /usr/share/php/PHP/CodeSniffer/File.php on line
    - Fixed bug #14637 : Call to processUnknownArguments() misses second parameter $pos
    -- Thanks to Peter Buri for the patch
    - Fixed bug #14889 : Lack of clarity: licence or license
    - Fixed bug #15008 : Nested Parentheses in Control Structure Sniffs
    - Fixed bug #15091 : pre-commit hook attempts to sniff folders
    -- Thanks to Bruce Weirdan for the patch
    - Fixed bug #15124 : AbstractParser.php uses deprecated split() function
    -- Thanks to Sebastian Bergmann for the patch
    - Fixed bug #15188 : PHPCS vs HEREDOC strings
    - Fixed bug #15231 : Notice: Uninitialized string offset: 0 in FileCommentSniff.php on line 555
    - Fixed bug #15336 : Notice: Undefined offset: 2 in /usr/share/php/PHP/CodeSniffer/File.php on line

    Package Info
    ------------
    PHP_CodeSniffer is a PHP5 script that tokenises and "sniffs" PHP, JavaScript and CSS files to detect violations of a defined coding standard. It is an essential development tool that ensures your code remains clean and consistent. It can also help prevent some common semantic errors made by developers.

    Related Links
    -------------
    Package home: http://pear.php.net/package/PHP_CodeSniffer
    Changelog: http://pear.php.net/package/PHP_Code...wnload/1.2.0a1
    Download: http://download.pear.php.net/package...er-1.2.0a1.tgz

    Authors
    -------
    Greg Sherwood (lead)

  7. #67
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    The new PEAR package File_CSV_DataSource-1.0.0RC1 (beta) has been released at http://pear.php.net/.

    Release notes
    -------------
    first public release

    Package Info
    ------------
    Simple data access object for csv files in php5.

    by Kazuyoshi Tlacaelel.

    Takes the data from a csv file and makes it accessable
    through a client-interface.

    http://code.google.com/p/php-csv-parser/

    Related Links
    -------------
    Package home: http://pear.php.net/package/File_CSV_DataSource
    Changelog: http://pear.php.net/package/File_CSV...nload/1.0.0RC1
    Download: http://download.pear.php.net/package...e-1.0.0RC1.tgz

    Authors
    -------
    Kazuyoshi Tlacaelel <kazu.dev@gmail.com> (lead)
    The new PEAR package PHP_CompatInfo-1.9.0b2 (beta) has been released at http://pear.php.net/.

    Release notes
    -------------
    * IMPORTANT
    - if you are PHP5 user only:
    use the pciconf script to build your own extension support list
    - if you are PHP4 user only:
    pciconf script required at least PHP5 to run, so to build your own support list,
    do it by hand. All major extensions and their PCI dictionaries are available
    on PEAR CVS [http://cvs.php.net/viewvc.cgi/pear/P...fo/CompatInfo/]
    - A more comprehensive guide will be available for final stable release, ready for
    PhD system and new PEAR Manual.

    * news
    - pciconf: the extension support list build system for PHP5 users only
    use now a new exception handler for functions, and allow to make SAPI dictionaries
    - improve again constant detection by adding a new dictionaries for internal
    (php core) constants.
    - 3 new methods: getIgnoredFunctions, getIgnoredExtensions, getIgnoredConstants
    - 1 old method open to public: getIgnoredFiles

    You are welcome to read my presentation about the new API at
    http://pear.laurent-laville.org/pepr...atInfo/api190/

    Do not hesitate to give me your feedback. More we test it, more stable will be
    the final version.

    * roadmap
    - 2008-11-23 first alpha version
    - 2008-11-26 first beta version
    - 2008-12-19 second beta release
    - 2009-01-19 final stable release

    Package Info
    ------------
    PHP_CompatInfo will parse a file/folder/script/array to find out the minimum
    version and extensions required for it to run. Features advanced debug output
    which shows which functions require which version and CLI output script

    Related Links
    -------------
    Package home: http://pear.php.net/package/PHP_CompatInfo
    Changelog: http://pear.php.net/package/PHP_Comp...wnload/1.9.0b2
    Download: http://download.pear.php.net/package...fo-1.9.0b2.tgz

    Authors
    -------
    Laurent Laville <pear@laurent-laville.org> (lead)
    The new PEAR package Services_Facebook-0.1.8 (alpha) has been released at http://pear.php.net/.

    Release notes
    -------------
    * Updated friends.get to support passing in a uid as an argument.

    Package Info
    ------------
    An interface for accessing Facebook's web services API at http://api.facebook.com.

    Related Links
    -------------
    Package home: http://pear.php.net/package/Services_Facebook
    Changelog: http://pear.php.net/package/Services...download/0.1.8
    Download: http://download.pear.php.net/package...book-0.1.8.tgz

    Authors
    -------
    Joe Stump <pear@joestump.net> (lead)
    Travis Swicegood (developer)
    Jeff Hodsdon <jeffhodsdon@gmail.com> (lead)

  8. #68
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    The new PEAR package Services_GeoNames-0.2.2 (beta) has been released at http://pear.php.net/.

    Release notes
    -------------
    * added getter/setter for request (now protected),
    * better exceptions management,
    * better tests layout/coverage.

    Package Info
    ------------
    Services_GeoNames is a PHP5 interface to the various webservices offered by
    the GeoNames project.

    The GeoNames database contains over 8,000,000 geographical names corresponding
    to over 6,500,000 unique features. All features are categorized into one out
    of nine feature classes and further subcategorized into one out of 645 feature
    codes. Beyond names of places in various languages, data stored include
    latitude, longitude, elevation, population, administrative subdivision and
    postal codes. All coordinates use the WGS84 system (World Geodetic System 1984).

    Those data are accessible free of charge through a number of Web services and
    a daily database export. The Web services include direct and reverse geocoding,
    finding places through postal codes, finding places next to a given place, and
    finding Wikipedia articles about neighbouring places.

    For more information please visit:
    * http://www.geonames.org
    * http://www.geonames.org/export/ws-overview.html
    * http://en.wikipedia.org/wiki/GeoNames

    Related Links
    -------------
    Package home: http://pear.php.net/package/Services_GeoNames
    Changelog: http://pear.php.net/package/Services...download/0.2.2
    Download: http://download.pear.php.net/package...ames-0.2.2.tgz

    Authors
    -------
    David Jean Louis (lead)

  9. #69
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    The new PEAR package Net_Whois-1.0.1 (stable) has been released at http://pear.php.net/.

    Release notes
    -------------
    Bug #579 Net_Whois fails
    Bug #1301 Not "optimized" in a call to PEAR_ERROR
    Bug #1304 Syntax error in line 165
    Bug #2052 Syntax error in line 248 & 249
    Bug #2053 Syntax error in line 264
    Bug #4859 DB_FETCHMODE_ASSOC and CaseSensitiveField
    Bug #6348 Using = before domain name hangs ?
    Bug #14799 Improve PHPCS results

    Package Info
    ------------
    The PEAR::Net_Whois looks up records in the databases maintained by several Network Information Centers (NICs).

    Related Links
    -------------
    Package home: http://pear.php.net/package/Net_Whois
    Changelog: http://pear.php.net/package/Net_Whois/download/1.0.1
    Download: http://download.pear.php.net/package...hois-1.0.1.tgz

    Authors
    -------
    Seamus Venasse (lead)

  10. #70
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    The new PEAR package Net_SMTP-1.3.2 (stable) has been released at http://pear.php.net/.

    Release notes
    -------------
    - TLS connection only gets started if no AUTH methods are sent. (Bug #14944)

    Package Info
    ------------
    Provides an implementation of the SMTP protocol using PEAR's Net_Socket class.

    Related Links
    -------------
    Package home: http://pear.php.net/package/Net_SMTP
    Changelog: http://pear.php.net/package/Net_SMTP/download/1.3.2
    Download: http://download.pear.php.net/package/Net_SMTP-1.3.2.tgz

    Authors
    -------
    Chuck Hagenbuch (lead)
    Jon Parise <jon@php.net> (lead)

  11. #71
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    The new PEAR package Console_CommandLine-1.0.6 (stable) has been released at http://pear.php.net/.

    Release notes
    -------------
    Bugfix release:
    * fixed bug #15374 (RelaxNG validation should be less strict);
    * fixed bug #15375 (Cannot add a comment before the root node of the xml file);
    * fixed bug #15376 (short option and long options in separated lines in help);
    * fixed bug #15377 (StoreFalse/True actions should have a boolean default value);
    * added relevant unit tests.

    Package Info
    ------------
    Console_CommandLine is a full featured package for managing command-line
    options and arguments highly inspired from python optparse module, it allows
    the developer to easily build complex command line interfaces.

    Main features:
    * handles sub commands (ie. $ myscript.php -q subcommand -f file),
    * can be completely built from an xml definition file,
    * generate --help and --version options automatically,
    * can be completely customized,
    * builtin support for i18n,
    * and much more...

    Related Links
    -------------
    Package home: http://pear.php.net/package/Console_CommandLine
    Changelog: http://pear.php.net/package/Console_...download/1.0.6
    Download: http://download.pear.php.net/package...Line-1.0.6.tgz

    Authors
    -------
    David Jean Louis (lead)

  12. #72
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    The new PEAR package Services_Akismet2-0.2.0 (alpha) has been released at http://pear.php.net/.

    Release notes
    -------------
    Redeveloped version of Services_Akismet. Changes include:
    * BC break to use HTTP_Request2 (Bug #15069).
    * Added shortcut constructor for comment class.
    * Added ability to set API endpoint (Bug #15387).
    * Fluent interface for base class and comment.
    * Enhanced exceptions.
    * Fix setting HTTP referer in comment constructor.
    * Throw invalid API key exception when making a method call instead of in the constructor.
    * API doc cleanups.
    * Update unit tests to use mock HTTP objects.

    Package Info
    ------------
    This package provides an object-oriented interface to the Akismet REST API. The Akismet API is used to detect and to filter spam comments posted on weblogs.

    There are several anti-spam service providers that use the Akismet API. To use the API, you will need an API key from such a provider. Example providers include Wordpress (http://wordpress.com) and TypePad (http://antispam.typepad.com).

    Most services are free for personal or low-volume use, and offer licensing for commercial or high-volume applications.

    This package is derived from the miPHP Akismet class written by Bret Kuhns for use in PHP 4. This package requires PHP 5.2.1.

    Related Links
    -------------
    Package home: http://pear.php.net/package/Services_Akismet2
    Changelog: http://pear.php.net/package/Services...download/0.1.0
    Download: http://download.pear.php.net/package...met2-0.1.0.tgz

    Authors
    -------
    Michael Gauthier (lead)
    The new PEAR package Image_Color-1.0.3 (stable) has been released at http://pear.php.net/.

    Release notes
    -------------
    Bug #5828 - 'gd' PHP extension is not installed
    Bug #11795 - Unit Tests will not work without deprecated phpunit
    Bug #14460 - Reference to $this in static function
    Bug #14887 - E_NOTICE when setColors() and changeLightness() called

    Package Info
    ------------
    Manage and handles color data and conversions.

    Related Links
    -------------
    Package home: http://pear.php.net/package/Image_Color
    Changelog: http://pear.php.net/package/Image_Color/download/1.0.3
    Download: http://download.pear.php.net/package...olor-1.0.3.tgz

    Authors
    -------
    Jason Lotito <jasonlotito@gmail.com> (lead)
    Ulf Wendel <ulf.wendel@phpdoc.de> (developer)
    Andrew Morton (lead)
    The new PEAR package HTML_Template_IT-1.3.0a1 (alpha) has been released at http://pear.php.net/.

    Release notes
    -------------
    - Add support for pear package 2.0 format
    - Remove support for pear package 1.0 format
    - Fix bug #9501, doller signs disapear if preg_match is used.
    - Fix bug #9783, don't remove variable which values follow the variable pattern
    To allow backwards compatbility an option preserve_input is added.
    If it is false, the old behaviour will be used and therefore those values will be deleted.
    Default is true, so new behaviour.
    - Fix bug #9853, problems with dots in placeholders or blocknames
    - Add option 'preserve_input' to only remove unkown variable that were present during setTemplate or lodaTemplatefile
    which is the behaviour before 1.3.0a1
    - Fix bug #13935 - docblock is wrong
    - Improved PHPCS (Request #15039)

    Package Info
    ------------
    HTML_Template_IT:
    Simple template API.
    The Isotemplate API is somewhat tricky for a beginner although it is the best
    one you can build. template::parse() [phplib template = Isotemplate] requests
    you to name a source and a target where the current block gets parsed into.
    Source and target can be block names or even handler names. This API gives you
    a maximum of fexibility but you always have to know what you do which is
    quite unusual for php skripter like me.

    I noticed that I do not any control on which block gets parsed into which one.
    If all blocks are within one file, the script knows how they are nested and in
    which way you have to parse them. IT knows that inner1 is a child of block2, there's
    no need to tell him about this.
    Features :
    * Nested blocks
    * Include external file
    * Custom tags format (default {mytag})

    HTML_Template_ITX :
    With this class you get the full power of the phplib template class.
    You may have one file with blocks in it but you have as well one main file
    and multiple files one for each block. This is quite usefull when you have
    user configurable websites. Using blocks not in the main template allows
    you to modify some parts of your layout easily.

    Related Links
    -------------
    Package home: http://pear.php.net/package/HTML_Template_IT
    Changelog: http://pear.php.net/package/HTML_Tem...wnload/1.3.0a1
    Download: http://download.pear.php.net/package...IT-1.3.0a1.tgz

    Authors
    -------
    David Soria Parra (lead)
    Thorsten Rinne <thorsten@rinne.info> (developer)

  13. #73
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    The new PEAR package Validate_AU-0.1.3 (alpha) has been released at http://pear.php.net/.

    Release notes
    -------------
    Bug #15454 - Updated postcode listings.

    Package Info
    ------------
    Package containes locale validation for AU such as:
    * Phone Number
    * Postal Code
    * Tax File Number
    * Australian Business Number
    * Australian Company Number
    * Australian Regional Codes

    Related Links
    -------------
    Package home: http://pear.php.net/package/Validate_AU
    Changelog: http://pear.php.net/package/Validate_AU/download/0.1.3
    Download: http://download.pear.php.net/package...e_AU-0.1.3.tgz

    Authors
    -------
    Daniel O'Connor <daniel.oconnor@gmail.com> (lead)

  14. #74
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    The new PEAR package File_CSV_DataSource-1.0.0 (stable) has been released at http://pear.php.net/.

    Release notes
    -------------
    first stable release

    Package Info
    ------------
    Simple data access object for csv files in php5.

    by Kazuyoshi Tlacaelel.

    Takes the data from a csv file and makes it accessable
    through a client-interface.

    (NOT a driver of File_CSV) but an independent package.
    Please see the dependencies section for more details.

    http://code.google.com/p/php-csv-parser/

    INSTALL:

    $ sudo pear install --force file_csv_datasource

    Related Links
    -------------
    Package home: http://pear.php.net/package/File_CSV_DataSource
    Changelog: http://pear.php.net/package/File_CSV...download/1.0.0
    Download: http://download.pear.php.net/package...urce-1.0.0.tgz

    Authors
    -------
    Kazuyoshi Tlacaelel <kazu.dev@gmail.com> (lead)

  15. #75
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    The new PEAR package Crypt_RSA-1.2.1 (beta) has been released at http://pear.php.net/.

    Release notes
    -------------
    PHPCS
    Bug #7252 - undefined variable $in
    Bug #7254 - E_STRICT / only return variables by reference
    Bug #7253 - docblock corrections

    Package Info
    ------------
    This package allows you to use two-key strong cryptography like RSA with arbitrary key length.
    It uses one of the following extensions for math calculations:
    - PECL big_int extension ( http://pecl.php.net/packages/big_int ) version greater than or equal to 1.0.3
    - PHP GMP extension ( http://php.net/gmp )
    - PHP BCMath extension ( http://php.net/manual/en/ref.bc.php ) for both PHP4 and PHP5

    Related Links
    -------------
    Package home: http://pear.php.net/package/Crypt_RSA
    Changelog: http://pear.php.net/package/Crypt_RSA/download/1.2.1
    Download: http://download.pear.php.net/package..._RSA-1.2.1.tgz

    Authors
    -------
    Alexander Valyalkin <valyala@gmail.com> (lead)
    The new PEAR package Services_YouTube-0.2.2 (alpha) has been released at http://pear.php.net/.

    Release notes
    -------------
    Package 2.0

    Package Info
    ------------
    PHP Client for YouTube API

    Related Links
    -------------
    Package home: http://pear.php.net/package/Services_YouTube
    Changelog: http://pear.php.net/package/Services...download/0.2.2
    Download: http://download.pear.php.net/package...Tube-0.2.2.tgz

    Authors
    -------
    Shin Ohno <shin@php.net> (lead)
    The new PEAR package PHP_UML-0.5.0 (beta) has been released at http://pear.php.net/.

    Release notes
    -------------
    * Brand new parser, faster and more reliable
    * Console command line
    * Two additional exportation formats available:
    - HTML API documentation (like Javadoc)
    - PHP code skeletons
    * Full namespace support (the "namespace" and "use" instructions). Works only from PHP 5.3
    * Namespace comments support
    * acceptedExtension and ignoredDirectories properties deprecated, in favour of setMatchPatterns() and setIgnorePatterns() (accept wildcards)

    Package Info
    ------------
    PHP_UML is a PHP parser, an XMI generator, a documentation tool, as well as a metamodel-driven application.
    Practically, with PHP_UML, you will be able to feed a UML CASE tool, like Rational Rose or Argouml, with a UML representation of existing PHP source code. This way, you get an instant overview of a PHP application, with all the usual functions of a software design tool, like class diagrams exportation, refactoring of object-oriented applications, or automatic code generation.

    PHP_UML:
    - Can generate UML/XMI files in version 1.4, or in version 2.1 (logical, component, and deployment views)
    - Can generate an API documentation in HTML format
    - Can generate PHP code (code skeleton) from a given XMI file

    PHP_UML:
    - Parses PHP code, in all versions (classes, interfaces, functions, properties...)
    - Interprets the PHP namespacing instructions (namespace and use)
    - Parses comment docblocks: class (@package), function (@param, @return), property (@var) and header file comments (@package)
    - Detects types (by parsing the type hints, and by analyzing the default values)

    Related Links
    -------------
    Package home: http://pear.php.net/package/PHP_UML
    Changelog: http://pear.php.net/package/PHP_UML/download/0.5.0
    Download: http://download.pear.php.net/package/PHP_UML-0.5.0.tgz

    Authors
    -------
    Baptiste Autin (lead)
    The new PEAR package DB_Pager-0.7.2 (beta) has been released at http://pear.php.net/.

    Release notes
    -------------
    Package 2.0

    Package Info
    ------------
    This class handles all the stuff needed for displaying
    paginated results from a database query of Pear DB.
    including fetching only the needed rows and giving extensive information
    for helping build an HTML or GTK query result display.

    Related Links
    -------------
    Package home: http://pear.php.net/package/DB_Pager
    Changelog: http://pear.php.net/package/DB_Pager/download/0.7.2
    Download: http://download.pear.php.net/package/DB_Pager-0.7.2.tgz

    Authors
    -------
    Thomas V.V.Cox <cox@php.net> (lead)
    Lorenzo Alberton <l.alberton@quipo.it> (lead)
    The new PEAR package File_Passwd-1.1.7 (stable) has been released at http://pear.php.net/.

    Release notes
    -------------
    * Fixed bug #5532 (Authdigest: changing a password of a user removes the user from all other realms)

    Package Info
    ------------
    Provides methods to manipulate and authenticate against standard Unix,
    SMB server, AuthUser (.htpasswd), AuthDigest (.htdigest), CVS pserver
    and custom formatted password files.

    Related Links
    -------------
    Package home: http://pear.php.net/package/File_Passwd
    Changelog: http://pear.php.net/package/File_Passwd/download/1.1.7
    Download: http://download.pear.php.net/package...sswd-1.1.7.tgz
    The new PEAR package XML_XSLT_Wrapper-0.2.2 (alpha) has been released at http://pear.php.net/.

    Release notes
    -------------
    - package fix only

    Package Info
    ------------
    This package was written to provide a simpler, cross-library and cross commands interface to doing XSL transformations.
    It provides :

    * support for :
    - DOM XSLT php extension
    - XSLT php extension
    - XSLT command line tool (xsltproc)
    - MSXML using COM php extension
    - XT command line (http://www.blnz.com/xt/xt-20020426a-src/butorindex.html)
    - Sablotron command line (http://www.gingerall.com/charlie/ga/...sablot#i__1940)
    Planned interface :
    - XT java interface
    - xml.apache.org java and C interface (http://xml.apache.org)
    - Instant Saxon (http://users.iclway.co.uk/mhkay/saxon/instant.html)
    * Batch mode
    - XML: multiple transformations of a single XML file
    - XSL: multiple transformations of multiple XML files using a single XSL

    See http://www.pearfr.org/xslt_wrapper/ for samples and documentation

    Related Links
    -------------
    Package home: http://pear.php.net/package/XML_XSLT_Wrapper
    Changelog: http://pear.php.net/package/XML_XSLT...download/0.2.2
    Download: http://download.pear.php.net/package...pper-0.2.2.tgz
    The new PEAR package PHP_CompatInfo-1.9.0RC1 (beta) has been released at http://pear.php.net/.

    Release notes
    -------------
    * IMPORTANT
    - if you are PHP5 user only:
    use the pciconf script to build your own extension support list
    - if you are PHP4 user only:
    pciconf script required at least PHP5 to run, so to build your own support list,
    do it by hand. All major extensions and their PCI dictionaries are available
    on PEAR CVS [http://cvs.php.net/viewvc.cgi/pear/P...fo/CompatInfo/]
    - A more comprehensive guide will be available for final stable release, ready for
    PhD system and new PEAR Manual.

    * changes since beta2
    - pciconf script did not used anymore the monolithic versions.xml and funclist.txt
    data sources. Version information about extensions came from specific extension version.xml
    file that are installed into PEAR/data/PHP_CompatInfo/phpdocref

    * bugs fixed since beta2
    - CSV, HTML and XML renderers did not provided expected result
    due to new classes result-key entry
    - lost partial functions list information when parsing multiple data sources
    with debug mode

    * news since beta2
    - add function getSummary() to print only summary when parsing a directory
    or multiple data sources at once

    You are welcome to read my presentation about the new API at
    http://pear.laurent-laville.org/pepr...atInfo/api190/

    Package Info
    ------------
    PHP_CompatInfo will parse a file/folder/script/array to find out the minimum
    version and extensions required for it to run. Features advanced debug output
    which shows which functions require which version and CLI output script

    Related Links
    -------------
    Package home: http://pear.php.net/package/PHP_CompatInfo
    Changelog: http://pear.php.net/package/PHP_Comp...nload/1.9.0RC1
    Download: http://download.pear.php.net/package...o-1.9.0RC1.tgz

    Authors
    -------
    Laurent Laville <pear@laurent-laville.org> (lead)

  16. #76
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    The new PEAR package PHP_UML-0.5.1 (alpha) has been released at http://pear.php.net/.

    Release notes
    -------------
    * Brand new parser, faster and more reliable
    * Console command line
    * Two additional exportation formats available:
    - HTML API documentation (like Javadoc)
    - PHP code skeletons
    * Full namespace support (the "namespace" and "use" instructions). Works only from PHP 5.3
    * Namespace comments support
    * acceptedExtension and ignoredDirectories properties deprecated, in favour of setMatchPatterns() and setIgnorePatterns() (accept wildcards)

    Package Info
    ------------
    PHP_UML is a PHP parser, an XMI generator, a documentation tool, as well as a metamodel-driven application.
    Practically, with PHP_UML, you will be able to feed a UML CASE tool, like Rational Rose or Argouml, with a UML representation of existing PHP source code. This way, you get an instant overview of a PHP application, with all the usual functions of a software design tool, like class diagrams exportation, refactoring of object-oriented applications, or automatic code generation.

    PHP_UML:
    - Can generate UML/XMI files in version 1.4, or in version 2.1 (logical, component, and deployment views)
    - Can generate an API documentation in HTML format
    - Can generate PHP code (code skeleton) from a given XMI file

    PHP_UML:
    - Parses PHP code, in all versions (classes, interfaces, functions, properties...)
    - Interprets the PHP namespacing instructions (namespace and use)
    - Parses comment docblocks: class (@package), function (@param, @return), property (@var) and header file comments (@package)
    - Detects types (by parsing the type hints, and by analyzing the default values)

    Related Links
    -------------
    Package home: http://pear.php.net/package/PHP_UML
    Changelog: http://pear.php.net/package/PHP_UML/download/0.5.1
    Download: http://download.pear.php.net/package/PHP_UML-0.5.1.tgz

    Authors
    -------
    Baptiste Autin (lead)
    The new PEAR package HTML_CSS-1.5.3 (stable) has been released at http://pear.php.net/.

    Release notes
    -------------
    * QA
    - prevent wrong usage of setSameStyle(); see bug #15690
    - fix minor notice errors
    - implement Mock Object (PHPUnit feature) to replace call to W3C CSS Validator Web Service
    - add many new unit test cases to improve code coverage from 77 to 96%

    Package Info
    ------------
    HTML_CSS provides a simple interface for generating a stylesheet declaration.
    It is completely standards compliant, and has some great features:
    * Simple OO interface to CSS definitions
    * Can parse existing CSS (string or file)
    * Output to
    - Inline stylesheet declarations
    - Document internal stylesheet declarations
    - Standalone stylesheet declarations
    - Array of definitions
    - File

    In addition, it shares the following with HTML_Common based classes:
    * Indent style support
    * Line ending style

    Related Links
    -------------
    Package home: http://pear.php.net/package/HTML_CSS
    Changelog: http://pear.php.net/package/HTML_CSS/download/1.5.2
    Download: http://download.pear.php.net/package/HTML_CSS-1.5.2.tgz

    Authors
    -------
    Laurent Laville <pear@laurent-laville.org> (lead)
    The new PEAR package PHP_CompatInfo-1.9.0 (stable) has been released at http://pear.php.net/.

    Release notes
    -------------
    No change since version 1.9.0RC1

    Package Info
    ------------
    PHP_CompatInfo will parse a file/folder/script/array to find out the minimum
    version and extensions required for it to run. Features advanced debug output
    which shows which functions require which version and CLI output script

    Related Links
    -------------
    Package home: http://pear.php.net/package/PHP_CompatInfo
    Changelog: http://pear.php.net/package/PHP_Comp...download/1.9.0
    Download: http://download.pear.php.net/package...Info-1.9.0.tgz

    Authors
    -------
    Laurent Laville <pear@laurent-laville.org> (lead)
    The new PEAR package Text_Wiki_Creole-1.0.1 (stable) has been released at http://pear.php.net/.

    Release notes
    -------------
    Text_Wiki_Creole is now compliant with version 1.0 of Creole specs. See http://www.wikicreole.org/wiki/Creole1.0

    Package Info
    ------------
    Parses Creole mark-up to tokenize the text for Text_Wiki rendering and also renders for wiki conversion. You can see a reference for this syntax here: http://www.wikicreole.org/

    Related Links
    -------------
    Package home: http://pear.php.net/package/Text_Wiki_Creole
    Changelog: http://pear.php.net/package/Text_Wik...download/1.0.1
    Download: http://download.pear.php.net/package...eole-1.0.1.tgz

    Authors
    -------
    Michele Tomaiuolo (lead)
    The new PEAR package MIME_Type-1.2.0 (stable) has been released at http://pear.php.net/.

    Release notes
    -------------
    * Extension-to-MIMEType mapper by Christian Schmidt, bug #13646

    Package Info
    ------------
    Provide functionality for dealing with MIME types.
    * Parse MIME type.
    * Supports full RFC2045 specification.
    * Many utility functions for working with and determining info about types.
    * Most functions can be called statically.
    * Autodetect a files mime-type, either with fileinfo extension,
    mime_magic extension, the file command or an in-built mapping list

    Related Links
    -------------
    Package home: http://pear.php.net/package/MIME_Type
    Changelog: http://pear.php.net/package/MIME_Type/download/1.2.0
    Download: http://download.pear.php.net/package...Type-1.2.0.tgz

    Authors
    -------
    Christian Weiske (developer)
    The new PEAR package PHP_Debug-1.0.3 (stable) has been released at http://pear.php.net/.

    Release notes
    -------------
    Removed the w3c on the fly validation as it was un-finalized and not useable.

    Package Info
    ------------
    The basic purpose of PHP_Debug is to provide assistance in debugging PHP code, by "debug" i don't mean "step by step debug" but program trace, variables display, process time, included files, queries executed, watch variables... These informations are gathered through the script execution and therefore are displayed at the end of the script (in a nice floating div or a html table) so that it can be read and used at any moment. (especially usefull during the development phase of a project or in production with a secure key/ip)

    Related Links
    -------------
    Package home: http://pear.php.net/package/PHP_Debug
    Changelog: http://pear.php.net/package/PHP_Debug/download/1.0.3
    Download: http://download.pear.php.net/package...ebug-1.0.3.tgz

    Authors
    -------
    Loïc Vernet <qrf_coil@yahoo.fr> (lead)
    The new PEAR package PEAR_PackageFileManager_Plugins-1.0.0alpha1 (alpha) has been released at http://pear.php.net/.

    Release notes
    -------------
    Split out the plugins used by PFM v1 and v2

    Package Info
    ------------
    The plugins for PEAR_PackageFileManager to pick up what files to use.
    Supported are
    * File
    * CVS
    * SVN
    * Perforce

    This package is to be used with PackageFileManager v1 and v2 and can't be used on it's own

    Related Links
    -------------
    Package home: http://pear.php.net/package/PEAR_Pac...anager_Plugins
    Changelog: http://pear.php.net/package/PEAR_Pac...ad/1.0.0alpha1
    Download: http://download.pear.php.net/package....0.0alpha1.tgz

    Authors
    -------
    Helgi Þormar Þorbjörnsson <helgith@gmail.com> (lead)
    Tim Jackson (lead)
    The new PEAR package PEAR_PackageFileManager2-1.0.0alpha1 (alpha) has been released at http://pear.php.net/.

    Release notes
    -------------
    * Implemented Request #10945 Ignore should take directory into consideration [dufuz]
    * Implemented Request #12820 Add glob functionality to PackageFileManager::addReplacement() patch provided by izi (David Jean Louis)
    * Implemented Request #12932 .in files should have the src role [dufuz]
    * Fixed Bug #13312 Please specify SimpleXML extension dependency [dufuz]
    XML_Serializer is now a required dep and simplexml is a optional one

    Split from plugins and PFM1 for easier maintenance

    Package Info
    ------------
    This package revolutionizes the maintenance of PEAR packages. With a few parameters,
    the entire package.xml is automatically updated with a listing of all files in a package.
    Features include
    - manages the new package.xml 2.0 format in PEAR 1.4.0
    - can detect PHP and extension dependencies using PHP_CompatInfo
    - reads in an existing package.xml file, and only changes the release/changelog
    - a plugin system for retrieving files in a directory. Currently four plugins
    exist, one for standard recursive directory content listing, one that
    reads the CVS/Entries files and generates a file listing based on the contents
    of a checked out CVS repository, one that reads Subversion entries files, and
    one that queries a Perforce repository.
    - incredibly flexible options for assigning install roles to files/directories
    - ability to ignore any file based on a * ? wildcard-enabled string(s)
    - ability to include only files that match a * ? wildcard-enabled string(s)
    - ability to manage dependencies
    - can output the package.xml in any directory, and read in the package.xml
    file from any directory.
    - can specify a different name for the package.xml file

    Related Links
    -------------
    Package home: http://pear.php.net/package/PEAR_PackageFileManager2
    Changelog: http://pear.php.net/package/PEAR_Pac...ad/1.0.0alpha1
    Download: http://download.pear.php.net/package....0.0alpha1.tgz

    Authors
    -------
    Helgi Þormar Þorbjörnsson <helgith@gmail.com> (lead)
    Tim Jackson (lead)
    The new PEAR package PEAR_PackageFileManager-1.7.0alpha1 (alpha) has been released at http://pear.php.net/.

    Release notes
    -------------
    Split plugins and PFM2 into their own packages

    Package Info
    ------------
    This package revolutionizes the maintenance of PEAR packages. With a few parameters,
    the entire package.xml is automatically updated with a listing of all files in a package.
    Features include
    - can detect PHP and extension dependencies using PHP_CompatInfo
    - reads in an existing package.xml file, and only changes the release/changelog
    - a plugin system for retrieving files in a directory. Currently four plugins
    exist, one for standard recursive directory content listing, one that
    reads the CVS/Entries files and generates a file listing based on the contents
    of a checked out CVS repository, one that reads Subversion entries files, and
    one that queries a Perforce repository.
    - incredibly flexible options for assigning install roles to files/directories
    - ability to ignore any file based on a * ? wildcard-enabled string(s)
    - ability to include only files that match a * ? wildcard-enabled string(s)
    - ability to manage dependencies
    - can output the package.xml in any directory, and read in the package.xml
    file from any directory.
    - can specify a different name for the package.xml file

    PEAR_PackageFileManager is fully unit tested.

    Related Links
    -------------
    Package home: http://pear.php.net/package/PEAR_PackageFileManager
    Changelog: http://pear.php.net/package/PEAR_Pac...ad/1.7.0alpha1
    Download: http://download.pear.php.net/package....7.0alpha1.tgz

    Authors
    -------
    Tim Jackson (lead)
    Helgi Þormar Þorbjörnsson <helgith@gmail.com> (lead)
    The new PEAR package Validate_CH-0.6.0 (alpha) has been released at http://pear.php.net/.

    Release notes
    -------------
    * Fix Bug #11786: 27 errors + 2 warnings in CH.php discovered by the phpcs Coding
    Standards tool. [kguest]
    * Fix Bug #14901: Unit test failures - CVS [doconnor]
    * package.xml converted to v2 [berdir]

    Package Info
    ------------
    Package containes locale validation for CH such as:
    * SSN
    * Postal Code
    * Student ID

    Related Links
    -------------
    Package home: http://pear.php.net/package/Validate_CH
    Changelog: http://pear.php.net/package/Validate_CH/download/0.6.0
    Download: http://download.pear.php.net/package...e_CH-0.6.0.tgz

    Authors
    -------
    Sascha Grossenbacher (lead)
    The new PEAR package PEAR_Info-1.9.1 (stable) has been released at http://pear.php.net/.

    Release notes
    -------------
    * bugs
    - additional fixed for CLI output about request #14543

    * QA
    - add more unit tests to improve code coverage from 61 to 82%

    Package Info
    ------------
    This package generates a comprehensive information page for your current PEAR install.
    * The format for the page is similar to that for phpinfo() except using PEAR colors.
    * Has complete PEAR Credits (based on the packages you have installed).
    * Will show if there is a newer version than the one presently installed (and what its state is)
    * Each package has an anchor in the form pkg_PackageName - where PackageName is a case-sensitive PEAR package name

    Related Links
    -------------
    Package home: http://pear.php.net/package/PEAR_Info
    Changelog: http://pear.php.net/package/PEAR_Info/download/1.9.1
    Download: http://download.pear.php.net/package...Info-1.9.1.tgz

    Authors
    -------
    Florian Anderiasch <fa@php.net> (lead)
    Laurent Laville <pear@laurent-laville.org> (lead)
    The new PEAR package Net_LDAP2-2.0.0RC5 (beta) has been released at http://pear.php.net/.

    Release notes
    -------------
    * Fixed a little issue with repetive adding the same attribute value
    * Fixed Bug #14886 that caused problems with OpenLDAP and V3 only connects
    * Fixed Bug #14903 and #15494, now bind attempt is also encrypted if TLS is requested
    * Fixed issue with repetitve adding or deleting values causing Net_LDAP to send the same change multiple times
    * Fixed Bug #15364 that caused a problem with setting the ldap version if only one version is supported by server

    Package Info
    ------------
    Net_LDAP2 is the successor of Net_LDAP which is a clone of Perls Net::LDAP
    object interface to directory servers. It does contain most of Net::LDAPs
    features but has some own too.
    With Net_LDAP2 you have:
    * A simple object-oriented interface to connections, searches entries and filters.
    * Support for tls and ldap v3.
    * Simple modification, deletion and creation of ldap entries.
    * Support for schema handling.

    Net_LDAP2 layers itself on top of PHP's existing ldap extensions.

    Related Links
    -------------
    Package home: http://pear.php.net/package/Net_LDAP2
    Changelog: http://pear.php.net/package/Net_LDAP2/download/2.0.0RC5
    Download: http://download.pear.php.net/package...2-2.0.0RC5.tgz

    Authors
    -------
    Benedikt Hallinger <beni@php.net> (lead)
    The new PEAR package HTTP_Request2-0.2.0 (alpha) has been released at http://pear.php.net/.

    Release notes
    -------------
    API changes:
    * HTTP_Request2::getConfigValue() is deprecated and will be removed in next
    release. Use HTTP_Request2::getConfig().
    * Changed HTTP_Request2::setConfig() to accept a pair of parameter name and
    parameter value in addition to array('parameter name' => 'value')
    * Added HTTP_Request2::getConfig() method that can return a single
    configuration parameter or the whole configuration array

    Other additions and changes:
    * Added a debug Observer that can log request progress to a file or an
    instance of PEAR::Log (thanks to David Jean Louis, request #15424)
    * Added a new 'timeout' parameter that limits total number of seconds
    a request can take (see requests #5735 and #8964)
    * Added various SSL protocol options: 'ssl_verify_peer', 'ssl_verify_host',
    'ssl_cafile', 'ssl_capath', 'ssl_local_cert', 'ssl_passphrase'. Note that
    'ssl_verify_host' option behaves differently in Socket and Curl Adapters:
    http://bugs.php.net/bug.php?id=47030

    Fixes:
    * Fixed 'data error' when processing response encoded by 'deflate'
    encoding (bug #15305)
    * Curl Adapter now passes full request headers in 'sentHeaders' event

    Package Info
    ------------
    PHP5 rewrite of HTTP_Request package. Provides cleaner API and pluggable
    Adapters. Currently available are:
    * Socket adapter, based on old HTTP_Request code,
    * Curl adapter, wraps around PHP's cURL extension,
    * Mock adapter, to use for testing packages dependent on HTTP_Request2.
    Supports POST requests with data and file uploads, authentication, cookies,
    proxies, gzip and deflate encodings, monitoring the request progress with
    Observers...

    Related Links
    -------------
    Package home: http://pear.php.net/package/HTTP_Request2
    Changelog: http://pear.php.net/package/HTTP_Req...download/0.2.0
    Download: http://download.pear.php.net/package...est2-0.2.0.tgz

    Authors
    -------
    Alexey Borzov (lead)

Discussions similaires

  1. [XML] Annonces d'extensions et de paquetages
    Par Community Management dans le forum Bibliothèques et frameworks
    Réponses: 10
    Dernier message: 22/01/2009, 14h34
  2. [Web Service][Services Web] Annonces d'extensions et de paquetages
    Par Community Management dans le forum Bibliothèques et frameworks
    Réponses: 26
    Dernier message: 22/01/2009, 14h33
  3. [PEAR][DB] Annonces de nouvelles versions
    Par Lana.Bauer dans le forum Bibliothèques et frameworks
    Réponses: 4
    Dernier message: 22/01/2009, 14h31
  4. [PEAR][HTML_QuickForm] Annonces de paquetages
    Par Community Management dans le forum Bibliothèques et frameworks
    Réponses: 1
    Dernier message: 23/09/2008, 19h05
  5. Annonces de paquetages
    Par RideKick dans le forum GTK+ avec PHP
    Réponses: 0
    Dernier message: 03/08/2008, 09h51

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo