Télécharger la liste

Description du projet

smb4php is a Samba stream wrapper for PHP to
access files and folders shared by an SMB server
in a transparent way. You will be able to use
fopen, fclose, fwrite, fgets, opendir, readdir,
unlink, etc. using an URL beginning with "smb://".

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-11-15 02:08
0.8

Une erreur importante dans "url_stat" a été fixée.
Tags: Major bugfixes
An important error in "url_stat" was fixed.

2007-10-22 14:31
0.7

De sécurité a été accrue avec un mode d'authentification qui utilise une nouvelle variable d'environnement. Perfomance a été augmenté avec des options optimales smbclient.
Tags: Minor feature enhancements
Security was increased with a new authentication
mode that uses an environment variable. Perfomance
was increased with optimal smbclient options.

2007-10-08 16:41
0.6

Un soutien a été ajouté pour plus de modes de fichier ouvert (R +, W +, A, A +, x, x +) et le file_get_contents et file_put_contents fonctions PHP.
Tags: Major feature enhancements
Support was added for more file open modes
(r+,w+,a,a+,x,x+) and the file_get_contents and
file_put_contents PHP functions.

2007-10-02 15:13
0.5

Cette version ajoute un cache de répertoire de l'URL pour enregistrer le contenu du répertoire et de ne pas appeler "smbclient" quand il n'est pas nécessaire.
This release adds a URL directory cache to save
directory contents and
not call "smbclient" when it's not needed.

2007-09-28 12:55
0.4

PHP 4.3 + est maintenant supporté, contrairement à seulement PHP5 de soutien. Chasse d'eau a été améliorée, de télécharger vers le serveur de sorte n'est faite que lorsque nécessaire.
Tags: Major feature enhancements
PHP 4.3+ is now supported, in contrast to only
supporting PHP5. Flushing was improved, so
uploading to the server is only done when needed.

Project Resources