Précédent   Forum du club des développeurs et IT Pro > PHP > Bibliothèques et frameworks
Bibliothèques et frameworks Forum d'entraide sur les frameworks, templates, bibliothèques de code (PDFLib, eZPdf, JpGraph, Artichow, PEAR, etc). Avant de poster : FAQ bibliothèques, toutes les FAQ PHP et cours bibliothèques
Partagez cette discussion sur d'autres réseaux sociaux : Viadeo Twitter Google Facebook Digg Delicious MySpace Yahoo
Réponse
 
Outils de la discussion
Publicité
'
Vieux 05/12/2008, 13h05   #41
Yogui
Rédacteur
 
Avatar de Yogui
 
Homme Guillaume Rossolini
Directeur technique
Inscription : février 2004
Messages : 13 720
Détails du profil
Informations personnelles :
Nom : Homme Guillaume Rossolini
Localisation : France

Informations professionnelles :
Activité : Directeur technique

Informations forums :
Inscription : février 2004
Messages : 13 720
Points : 28 975
Points : 28 975
Citation:
The new PECL package pecl_http-1.6.2 (stable) has been released at http://pecl.php.net/.

Release notes
-------------
* Fixed PHP-5.3 API incompatibilities (including bug #15065)
* Fixed memory corruption with headers and HttpRequest
* Fixed crash in HttpMessage::unserialize()
* Fixed bug #14826 (race condition in http_request_dtor)
* Fixed bug #15223 (http_parse_message cuts off more than headers)

Package Info
-------------
This HTTP extension aims to provide a convenient and powerful
set of functionality for one of PHPs major applications.

It eases handling of HTTP urls, dates, redirects, headers and
messages, provides means for negotiation of clients preferred
language and charset, as well as a convenient way to send any
arbitrary data with caching and resuming capabilities.

It provides powerful request functionality, if built with CURL
support. Parallel requests are available for PHP 5 and greater.

Related Links
-------------
Package home: http://pecl.php.net/package/pecl_http
Changelog: http://pecl.php.net/package-changelo...kage=pecl_http
Download: http://pecl.php.net/get/pecl_http-1.6.2.tgz

Authors
-------------
Michael Wallner <mike@php.net> (lead)
__________________
Mes articles - Zend Certified Engineer (PHP + Zend Framework)
Ressources PHP - Ressources Zend Framework
Yogui est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 06/12/2008, 19h23   #42
Yogui
Rédacteur
 
Avatar de Yogui
 
Homme Guillaume Rossolini
Directeur technique
Inscription : février 2004
Messages : 13 720
Détails du profil
Informations personnelles :
Nom : Homme Guillaume Rossolini
Localisation : France

Informations professionnelles :
Activité : Directeur technique

Informations forums :
Inscription : février 2004
Messages : 13 720
Points : 28 975
Points : 28 975
Sortie du nouveau framework Yii 1.0 pour PHP 5, basé sur les principes de PRADO :
http://www.yiiframework.com/
__________________
Mes articles - Zend Certified Engineer (PHP + Zend Framework)
Ressources PHP - Ressources Zend Framework
Yogui est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 08/12/2008, 12h41   #43
Yogui
Rédacteur
 
Avatar de Yogui
 
Homme Guillaume Rossolini
Directeur technique
Inscription : février 2004
Messages : 13 720
Détails du profil
Informations personnelles :
Nom : Homme Guillaume Rossolini
Localisation : France

Informations professionnelles :
Activité : Directeur technique

Informations forums :
Inscription : février 2004
Messages : 13 720
Points : 28 975
Points : 28 975
Citation:
The new PECL package dio-0.0.2 (beta) has been released at http://pecl.php.net/.

Release notes
-------------
package.xml added to support intallation using pear installer
Packaged so it can be used.



Package Info
-------------
PHP supports the direct io functions as described in the
Posix Standard (Section 6) for performing I/O functions at
a lower level than the C-Language stream I/O functions
(fopen(), fread(),..). The use of the DIO functions should
be considered only when direct control of a device is needed.
In all other cases, the standard filesystem functions are
more than adequate.



Related Links
-------------
Package home: http://pecl.php.net/package/dio
Changelog: http://pecl.php.net/package-changelog.php?package=dio
Download: http://pecl.php.net/get/dio-0.0.2.tgz

Authors
-------------
Alan Knowles <alan@akbkhome.com> (lead)
Sterling Hughes <sterling@php.net> (lead)
__________________
Mes articles - Zend Certified Engineer (PHP + Zend Framework)
Ressources PHP - Ressources Zend Framework
Yogui est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 09/12/2008, 01h22   #44
Yogui
Rédacteur
 
Avatar de Yogui
 
Homme Guillaume Rossolini
Directeur technique
Inscription : février 2004
Messages : 13 720
Détails du profil
Informations personnelles :
Nom : Homme Guillaume Rossolini
Localisation : France

Informations professionnelles :
Activité : Directeur technique

Informations forums :
Inscription : février 2004
Messages : 13 720
Points : 28 975
Points : 28 975
Citation:
The new PECL package ssh2-0.11.0 (beta) has been released at http://pecl.php.net/.

Release notes
-------------
- Support for latest libssh2 release
- Fix build with PHP 5.3
- Fixed incorrect return values for rename/unlink/mkdir/rmdir with sftp functions/streams
- Fixed various memory leaks and segfaults



Package Info
-------------
Provides bindings to the functions of libssh2 which implements the SSH2 protocol.
libssh2 is available from http://www.sourceforge.net/projects/libssh2



Related Links
-------------
Package home: http://pecl.php.net/package/ssh2
Changelog: http://pecl.php.net/package-changelog.php?package=ssh2
Download: http://pecl.php.net/get/ssh2-0.11.0.tgz

Authors
-------------
Sara Golemon <pollita@php.net> (lead)
Mike Sullivan <mikesul@php.net> (lead)
__________________
Mes articles - Zend Certified Engineer (PHP + Zend Framework)
Ressources PHP - Ressources Zend Framework
Yogui est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 09/12/2008, 16h20   #45
Yogui
Rédacteur
 
Avatar de Yogui
 
Homme Guillaume Rossolini
Directeur technique
Inscription : février 2004
Messages : 13 720
Détails du profil
Informations personnelles :
Nom : Homme Guillaume Rossolini
Localisation : France

Informations professionnelles :
Activité : Directeur technique

Informations forums :
Inscription : février 2004
Messages : 13 720
Points : 28 975
Points : 28 975
Citation:
The new PECL package mogilefs-0.7.5b5 (beta) has been released at http://pecl.php.net/.

Release notes
-------------
- Moved to pecl.php.net
- Fixed a bunch of ugly memory leaks
- Fixed bug in MogileFS::connect()
- Renamed MogileFsClient back to MogileFS
- Added config.m4 to package.xml to allow installation via pecl/pear

Package Info
-------------
PHP MogileFS is a client library to communicate with MogileFS trackers.
Those trackers are part of the distributed filesystem MogileFS created
by Danga Interactive (http://www.danga.com/) and used in serveral large
scale projects like LiveJournal.

Related Links
-------------
Package home: http://pecl.php.net/package/mogilefs
Changelog: http://pecl.php.net/package-changelo...ckage=mogilefs
Download: http://pecl.php.net/get/mogilefs-0.7.5b4.tgz

Authors
-------------
Lars Strojny <lstrojny@php.net> (lead)
__________________
Mes articles - Zend Certified Engineer (PHP + Zend Framework)
Ressources PHP - Ressources Zend Framework
Yogui est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 09/12/2008, 18h12   #46
domi.papin
Invité de passage
 
Inscription : novembre 2008
Messages : 2
Détails du profil
Informations forums :
Inscription : novembre 2008
Messages : 2
Points : 2
Points : 2
Par défaut Jelix version 1.1RC1 released

The Jelix Team is proud to announce the release of Jelix 1.1RC1,
the last release of the Jelix open-source php5 framework that helps you
to develop any kinds of web applications.

Read more about the new features of Jelix 1.1RC1 in the changelog:

http://jelix.org/articles/en/changelog/1.1

You can also read the news on the Jelix web site:

http://jelix.org/en/news/post/jelix-1.1RC1-is-available

Download Jelix 1.1RC1
---------------------

http://jelix.org/articles/en/download/stable/1.1


If you have a question, or if you think you may have found a bug but
aren't sure, try asking on the #jelix IRC channel, or on the forums:
domi.papin est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 09/12/2008, 23h15   #47
Yogui
Rédacteur
 
Avatar de Yogui
 
Homme Guillaume Rossolini
Directeur technique
Inscription : février 2004
Messages : 13 720
Détails du profil
Informations personnelles :
Nom : Homme Guillaume Rossolini
Localisation : France

Informations professionnelles :
Activité : Directeur technique

Informations forums :
Inscription : février 2004
Messages : 13 720
Points : 28 975
Points : 28 975
EDIT : "ext/usim" par Stefan Esser n'existe pas...
Citation:
Hello Guillaume,

unfortunately I have to tell you that you fell for a joke.
There is no ext/usim.

see http://en.wikipedia.org/wiki/Rickrolling

Greetings,
Stefan
__________________
Mes articles - Zend Certified Engineer (PHP + Zend Framework)
Ressources PHP - Ressources Zend Framework
Yogui est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 10/12/2008, 20h51   #48
Yogui
Rédacteur
 
Avatar de Yogui
 
Homme Guillaume Rossolini
Directeur technique
Inscription : février 2004
Messages : 13 720
Détails du profil
Informations personnelles :
Nom : Homme Guillaume Rossolini
Localisation : France

Informations professionnelles :
Activité : Directeur technique

Informations forums :
Inscription : février 2004
Messages : 13 720
Points : 28 975
Points : 28 975
Citation:
The new PECL package mogilefs-0.7.5b6 (beta) has been released at http://pecl.php.net/.

Release notes
-------------
- 5.3 compatibility for ARG_INFO definition (ZEND_BEGIN_ARG_INFO with implicit static)
- http://pecl.php.net/bugs/bug.php?id=15284: Invalid format string
- http://pecl.php.net/bugs/bug.php?id=15283: Invalid comparison with string literal (patch by crrodriguez@opensuse.org)
- Refactored retrieval of the default domain to use new mogilefs_get_default_domain()

Package Info
-------------
PHP MogileFS is a client library to communicate with MogileFS trackers.
Those trackers are part of the distributed filesystem MogileFS created
by Danga Interactive (http://www.danga.com/) and used in serveral large
scale projects like LiveJournal.

Related Links
-------------
Package home: http://pecl.php.net/package/mogilefs
Changelog: http://pecl.php.net/package-changelo...ckage=mogilefs
Download: http://pecl.php.net/get/mogilefs-0.7.5b6.tgz

Authors
-------------
Lars Strojny <lstrojny@php.net> (lead)
__________________
Mes articles - Zend Certified Engineer (PHP + Zend Framework)
Ressources PHP - Ressources Zend Framework
Yogui est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 12/12/2008, 10h24   #49
Yogui
Rédacteur
 
Avatar de Yogui
 
Homme Guillaume Rossolini
Directeur technique
Inscription : février 2004
Messages : 13 720
Détails du profil
Informations personnelles :
Nom : Homme Guillaume Rossolini
Localisation : France

Informations professionnelles :
Activité : Directeur technique

Informations forums :
Inscription : février 2004
Messages : 13 720
Points : 28 975
Points : 28 975
Citation:
The new PECL package APC-3.1.2 (beta) has been released at http://pecl.php.net/.

Release notes
-------------
- PHP4 compatibilty break
- apc_pool allocator (Gopal)
- doubly-linked sma allocator (Shire)
- php 5.3 gc compatibility (Gopal)
- APCIterator for easy access (Shire)
- apc_delete_file (Shire)
- apc_inc/apc_dec/apc_cas functions (Shire)
- apc.canonicalize (Gopal)
- apc.preload_path (Gopal)
- apc.rfc1867_ttl (Shire)
- apc.file_md5 (Shire)
- consolidate locking macros (Shire)
- remove futex/TSRM locks (Shire)
- non-blocking semaphore locks (Shire)
- zval* object rework (Gopal)
- pecl package.xml/build fixes (bjori)

Package Info
-------------
APC is a free, open, and robust framework for caching and optimizing PHP intermediate code.

Related Links
-------------
Package home: http://pecl.php.net/package/APC
Changelog: http://pecl.php.net/package-changelog.php?package=APC
Download: http://pecl.php.net/get/APC-3.1.1.tgz

Authors
-------------
George Schlossnagle <george@omniti.com> (lead)
Daniel Cowgill <dan@communityconnect.com> (lead)
Rasmus Lerdorf <rasmus@php.net> (lead)
Gopal Vijayaraghavan (lead)
Edin Kadribasic <edin@krug.dk> (developer)
Ilia Alshanetsky <ilia@prohost.org> (developer)
Marcus Börger <helly@php.net> (developer)
Sara Golemon <pollita@php.net> (developer)
Brian Shire <shire@php.net> (developer)
__________________
Mes articles - Zend Certified Engineer (PHP + Zend Framework)
Ressources PHP - Ressources Zend Framework
Yogui est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 14/12/2008, 12h37   #50
Yogui
Rédacteur
 
Avatar de Yogui
 
Homme Guillaume Rossolini
Directeur technique
Inscription : février 2004
Messages : 13 720
Détails du profil
Informations personnelles :
Nom : Homme Guillaume Rossolini
Localisation : France

Informations professionnelles :
Activité : Directeur technique

Informations forums :
Inscription : février 2004
Messages : 13 720
Points : 28 975
Points : 28 975
Citation:
The new PECL package mogilefs-0.7.5b7 (beta) has been released at http://pecl.php.net/.

Release notes
-------------
- 5.3 compatibility for ARG_INFO definition (ZEND_BEGIN_ARG_INFO with implicit static)
- http://pecl.php.net/bugs/bug.php?id=15284: Invalid format string
- http://pecl.php.net/bugs/bug.php?id=15283: Invalid comparison with string literal (patch by crrodriguez@opensuse.org)
- Refactored retrieval of the default domain to use new mogilefs_get_default_domain()
- QA fixes for really strict compiler options
- Removed unused artefacts from earlier version like module globals and RINIT

Package Info
-------------
PHP MogileFS is a client library to communicate with MogileFS trackers.
Those trackers are part of the distributed filesystem MogileFS created
by Danga Interactive (http://www.danga.com/) and used in serveral large
scale projects like LiveJournal.

Related Links
-------------
Package home: http://pecl.php.net/package/mogilefs
Changelog: http://pecl.php.net/package-changelo...ckage=mogilefs
Download: http://pecl.php.net/get/mogilefs-0.7.5b7.tgz

Authors
-------------
Lars Strojny <lstrojny@php.net> (lead)
__________________
Mes articles - Zend Certified Engineer (PHP + Zend Framework)
Ressources PHP - Ressources Zend Framework
Yogui est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 18/12/2008, 09h47   #51
Yogui
Rédacteur
 
Avatar de Yogui
 
Homme Guillaume Rossolini
Directeur technique
Inscription : février 2004
Messages : 13 720
Détails du profil
Informations personnelles :
Nom : Homme Guillaume Rossolini
Localisation : France

Informations professionnelles :
Activité : Directeur technique

Informations forums :
Inscription : février 2004
Messages : 13 720
Points : 28 975
Points : 28 975
Citation:
The new PECL package gender-0.6.0 (stable) has been released at http://pecl.php.net/.

Release notes
-------------
* first pecl release with basic functionality
* do not forget to run postinstall script, which copies the names dictionary file

Package Info
-------------
Gender PHP extension is a port of the gender.c program originally written by Jörg Michael. The main purpose is to find out the gender of firstnames. The actual database contains >40000 firstnames from 54 countries.

Related Links
-------------
Package home: http://pecl.php.net/package/gender
Changelog: http://pecl.php.net/package-changelo...package=gender
Download: http://pecl.php.net/get/gender-0.6.0.tgz

Authors
-------------
Anatoliy Belsky <ab@php.net> (lead)
__________________
Mes articles - Zend Certified Engineer (PHP + Zend Framework)
Ressources PHP - Ressources Zend Framework
Yogui est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 19/12/2008, 10h37   #52
Yogui
Rédacteur
 
Avatar de Yogui
 
Homme Guillaume Rossolini
Directeur technique
Inscription : février 2004
Messages : 13 720
Détails du profil
Informations personnelles :
Nom : Homme Guillaume Rossolini
Localisation : France

Informations professionnelles :
Activité : Directeur technique

Informations forums :
Inscription : février 2004
Messages : 13 720
Points : 28 975
Points : 28 975
Citation:
The new PECL package mogilefs-0.7.5RC1 (beta) has been released at http://pecl.php.net/.

Release notes
-------------
- Fixed a number of memory leaks/invalid reads. PECL mogilefs is now leak free
- Fixed protos

Package Info
-------------
PHP MogileFS is a client library to communicate with MogileFS trackers.
Those trackers are part of the distributed filesystem MogileFS created
by Danga Interactive (http://www.danga.com/) and used in serveral large
scale projects like LiveJournal.

Related Links
-------------
Package home: http://pecl.php.net/package/mogilefs
Changelog: http://pecl.php.net/package-changelo...ckage=mogilefs
Download: http://pecl.php.net/get/mogilefs-0.7.5RC1.tgz

Authors
-------------
Lars Strojny <lstrojny@php.net> (lead)
__________________
Mes articles - Zend Certified Engineer (PHP + Zend Framework)
Ressources PHP - Ressources Zend Framework
Yogui est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 19/12/2008, 16h47   #53
Yogui
Rédacteur
 
Avatar de Yogui
 
Homme Guillaume Rossolini
Directeur technique
Inscription : février 2004
Messages : 13 720
Détails du profil
Informations personnelles :
Nom : Homme Guillaume Rossolini
Localisation : France

Informations professionnelles :
Activité : Directeur technique

Informations forums :
Inscription : février 2004
Messages : 13 720
Points : 28 975
Points : 28 975
Citation:
The new PECL package geoip-1.0.5 (stable) has been released at http://pecl.php.net/.

Release notes
-------------
* Fix memleaks, bug #14851
* Small patch for MacPorts by jhohle
* Add geoip_time_zone_by_country_and_region() and geoip_region_name_by_code() (thanks to Sid Dunayer)
* Add continent_code field for City Database, only if using GeoIP lib 1.4.3 or newer
* Small bug in phpinfo() when printing version number could crash PHP.

Package Info
-------------
This PHP extension allows you to find the location of an IP address - City, State, Country, Longitude, Latitude, and other information as all, such as ISP and connection type. For more info, please visit Maxmind's website.

Related Links
-------------
Package home: http://pecl.php.net/package/geoip
Changelog: http://pecl.php.net/package-changelog.php?package=geoip
Download: http://pecl.php.net/get/geoip-1.0.4.tgz

Authors
-------------
Olivier Hill <ohill@php.net> (lead)
__________________
Mes articles - Zend Certified Engineer (PHP + Zend Framework)
Ressources PHP - Ressources Zend Framework
Yogui est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 20/12/2008, 22h23   #54
Yogui
Rédacteur
 
Avatar de Yogui
 
Homme Guillaume Rossolini
Directeur technique
Inscription : février 2004
Messages : 13 720
Détails du profil
Informations personnelles :
Nom : Homme Guillaume Rossolini
Localisation : France

Informations professionnelles :
Activité : Directeur technique

Informations forums :
Inscription : février 2004
Messages : 13 720
Points : 28 975
Points : 28 975
Citation:
The new PECL package ingres-2.0.1 (stable) has been released at http://pecl.php.net/.

Release notes
-------------
This release fixes a number problems discovered since 2.0.0 was released. See below for the list of changes made:
- Improved performance by batch fetching rows
- Improved interoperability when working with older Ingres releases
- Improved cleanup when a transaction/session is prematurely aborted
- Replaced "long long int" with "__int64" to allow the extension to build with VC6
- Use PZVAL_ISREF instead of pointing at (*val)->is_ref
- Added --enable-ingres2 to generate php_ingres2.dll for Windows
- Fixed regression with IIAPI_CP_LOGIN_LOCAL being used at the wrong API level
- Revised PECL_INGRES_VERSION to take in to consideration --enable-ingres2
- Fixed LOB retrieval when used with scollable cursors with Ingres 9.2.0

Package Info
-------------
This extension supports the Ingres Relational Database System.

Related Links
-------------
Package home: http://pecl.php.net/package/ingres
Changelog: http://pecl.php.net/package-changelo...package=ingres
Download: http://pecl.php.net/get/ingres-2.0.1.tgz

Authors
-------------
Grant Croker <grant.croker@ingres.com> (lead)
__________________
Mes articles - Zend Certified Engineer (PHP + Zend Framework)
Ressources PHP - Ressources Zend Framework
Yogui est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 22/12/2008, 09h34   #55
aodix
Membre éprouvé
 
Inscription : décembre 2008
Messages : 74
Détails du profil
Informations forums :
Inscription : décembre 2008
Messages : 74
Points : 442
Points : 442
Par défaut [News] Google ouvre son « Open Social » l aux autres langages comme PHP.

La vision d’Open Social de Google permet d'interconnecter n'importe quel site web avec des réseaux sociaux comme Facebook, Google Talk, Hi5, Linkedin, Plaxo, Orkut...

Cette nouvelle version, sous licence apache 2.0 et avec de nombreux exemples, est disponible pour permettre l'insertion du réseau social dans votre site internet.

Téléchargement : http://opensocial-php-client.googlec...client-0.2.zip

Source : http://code.google.com/p/opensocial-php-client/
aodix est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 22/12/2008, 14h59   #56
Yogui
Rédacteur
 
Avatar de Yogui
 
Homme Guillaume Rossolini
Directeur technique
Inscription : février 2004
Messages : 13 720
Détails du profil
Informations personnelles :
Nom : Homme Guillaume Rossolini
Localisation : France

Informations professionnelles :
Activité : Directeur technique

Informations forums :
Inscription : février 2004
Messages : 13 720
Points : 28 975
Points : 28 975
Citation:
The new PECL package KTaglib-0.2.0 (beta) has been released at http://pecl.php.net/.

Release notes
-------------
- Add Windows compatibility (David).
- Add OGG Tag support (Anatoliy).
- Add OGG Audio properties support (Anatoliy).
- Add $create parameter to getID3v2 and getID3v1 (David).
- Add setMimeType, getMimeType to AttachedPictureFrame (David).
- Add getType, setType and corresponding constants to AttachedPictureFrame (David).
- Fix unitialized values (David).
- Fix an issue when saving the a picture (David).
- Fix return value of addFrame()
- Fix a heap overflow in MINFO.

Package Info
-------------
KTaglib is a PHP binding for the KDE taglib, which reads and writes tags for various audio files

Related Links
-------------
Package home: http://pecl.php.net/package/KTaglib
Changelog: http://pecl.php.net/package-changelo...ackage=KTaglib
Download: http://pecl.php.net/get/KTaglib-0.2.0.tgz

Authors
-------------
David Soria Parra (lead)
Alexander Bokovoy <ab@avilink.net> (developer)
__________________
Mes articles - Zend Certified Engineer (PHP + Zend Framework)
Ressources PHP - Ressources Zend Framework
Yogui est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 31/12/2008, 14h51   #57
Yogui
Rédacteur
 
Avatar de Yogui
 
Homme Guillaume Rossolini
Directeur technique
Inscription : février 2004
Messages : 13 720
Détails du profil
Informations personnelles :
Nom : Homme Guillaume Rossolini
Localisation : France

Informations professionnelles :
Activité : Directeur technique

Informations forums :
Inscription : février 2004
Messages : 13 720
Points : 28 975
Points : 28 975
Citation:
The new PECL package txforward-1.0.6 (stable) has been released at http://pecl.php.net/.

Release notes
-------------
supports chained proxies through ini configuration

Package Info
-------------
Makes reverse-proxing (web accelerator) totally invisible for php applications. Doesn't require php code modifications to handle X-Forwarded-For IP.
* Stills allows proxy-aware applications to work with X-Forwarded headers and proxy IP address.
* Should work with any web server
* Should work with any proxy server

Using this extension with on a non reverse proxied system will result in a security issue.

Related Links
-------------
Package home: http://pecl.php.net/package/txforward
Changelog: http://pecl.php.net/package-changelo...kage=txforward
Download: http://pecl.php.net/get/txforward-1.0.6.tgz

Authors
-------------
Francois Cartegnie (lead)
__________________
Mes articles - Zend Certified Engineer (PHP + Zend Framework)
Ressources PHP - Ressources Zend Framework
Yogui est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 06/01/2009, 11h41   #58
Yogui
Rédacteur
 
Avatar de Yogui
 
Homme Guillaume Rossolini
Directeur technique
Inscription : février 2004
Messages : 13 720
Détails du profil
Informations personnelles :
Nom : Homme Guillaume Rossolini
Localisation : France

Informations professionnelles :
Activité : Directeur technique

Informations forums :
Inscription : février 2004
Messages : 13 720
Points : 28 975
Points : 28 975
Citation:
The new PECL package gender-0.6.1 (stable) has been released at http://pecl.php.net/.

Release notes
-------------
* fixed package.xml

Package Info
-------------
Gender PHP extension is a port of the gender.c program originally written by Joerg Michael. The main purpose is to find out the gender of firstnames. The actual database contains >40000 firstnames from 54 countries.

Related Links
-------------
Package home: http://pecl.php.net/package/gender
Changelog: http://pecl.php.net/package-changelo...package=gender
Download: http://pecl.php.net/get/gender-0.6.1.tgz

Authors
-------------
Anatoliy Belsky <ab@php.net> (lead)
__________________
Mes articles - Zend Certified Engineer (PHP + Zend Framework)
Ressources PHP - Ressources Zend Framework
Yogui est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 06/01/2009, 15h39   #59
Yogui
Rédacteur
 
Avatar de Yogui
 
Homme Guillaume Rossolini
Directeur technique
Inscription : février 2004
Messages : 13 720
Détails du profil
Informations personnelles :
Nom : Homme Guillaume Rossolini
Localisation : France

Informations professionnelles :
Activité : Directeur technique

Informations forums :
Inscription : février 2004
Messages : 13 720
Points : 28 975
Points : 28 975
eZ Components 2008.2

Citation:
La nouveauté majeure est le composant MvcTools, qui propose les outils d'un framework.
Les améliorations majeures concernent les composants Document et Webdav.
Plus d'informations : http://ezcomponents.org/
Téléchargement : http://ezcomponents.org/files/downlo...2008.2.tar.bz2
__________________
Mes articles - Zend Certified Engineer (PHP + Zend Framework)
Ressources PHP - Ressources Zend Framework
Yogui est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 06/01/2009, 17h00   #60
Yogui
Rédacteur
 
Avatar de Yogui
 
Homme Guillaume Rossolini
Directeur technique
Inscription : février 2004
Messages : 13 720
Détails du profil
Informations personnelles :
Nom : Homme Guillaume Rossolini
Localisation : France

Informations professionnelles :
Activité : Directeur technique

Informations forums :
Inscription : février 2004
Messages : 13 720
Points : 28 975
Points : 28 975
Citation:
The new PECL package idn-0.2.0 (beta) has been released at http://pecl.php.net/.

Release notes
-------------
* Added ZEND_ARG_INFO to improve reflection support.
* Added test cases.
* Improved documentation.

Package Info
-------------
Binding to the GNU libidn for using Internationalized Domain Names.

Related Links
-------------
Package home: http://pecl.php.net/package/idn
Changelog: http://pecl.php.net/package-changelog.php?package=idn
Download: http://pecl.php.net/get/idn-0.2.0.tgz

Authors
-------------
Johannes Schlüter (lead)
(contributor)
__________________
Mes articles - Zend Certified Engineer (PHP + Zend Framework)
Ressources PHP - Ressources Zend Framework
Yogui est déconnecté   Envoyer un message privé Réponse avec citation 00
Réponse
Outils de la discussion

Navigation rapide


Fuseau horaire GMT +2. Il est actuellement 13h54.


 
 
 
 
Partenaires

Hébergement Web