First  |  Prev |  Next  |  Last
Pages: 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
[ANNOUNCEMENT] Console_CommandLine-1.0.2 (stable) Released.
The new PEAR package Console_CommandLine-1.0.2 (stable) has been released at http://pear.php.net/. Release notes ------------- - fixed bug #14454 (Console_Commandline hangs when called via browser); - fixed outputter bug (STDOUT/STDERR not defined with php-cgi); - Console_CommandLine can now handle web requests ... 22 Aug 2008 09:56
Your Event T's
... 21 Aug 2008 18:38
how to upload a file using Amazon S3? - stream() or save()?
l Burnerheimerton wrote: In order to save a file to your bucket on S3, do you use Class: Services_Amazon_S3_Resource save() method or stream()? You can save a file to S3 using the following piece of code: $accessKeyId = '0PN5J17HBGZHT7JJ3X82'; $secretAccessKey = 'uV3F3YluFJax1cknvbcGwgjvx4QpvB+leU8dUj2o';... 19 Aug 2008 17:22
how to upload a file using Amazon S3? - stream() or save() ?
In order to save a file to your bucket on S3, do you use Class: Services_Amazon_S3_Resource save() method or stream()? Hopefully save() is the answer. Anyone know of any file upload tutorials on this?  I''ve been through the code but it would terrific to find a tutorial on how to upload a file.  The examples in the cod... 20 Aug 2008 09:46
anyone integrated amazon S3 with HTTP_UPLOAD in $file->moveTo()
I am looking at my code using HTTP_Upload. $my_project_directory = "uploaded_files/".$_POST['project_name']; require 'HTTP/Upload.php'; $upload = new HTTP_Upload(); $file = $upload->getFiles('user_file'); $file->upload['file_name'] = mysql_file_name_escape_string($file->upload['file_name']); if ($file->isValid()) {    ... 18 Aug 2008 14:39
[ANNOUNCEMENT] HTML_QuickForm_altselect-1.1.0 (stable) Released.
The new PEAR package HTML_QuickForm_altselect-1.1.0 (stable) has been released at http://pear.php.net/. Release notes ------------- - Fixed Bug #12940: XHTML compliance - Implemented Request #14475: SelectOther as textarea instead of input text - Implemented Request #12941: Allow generation of list markup Pac... 18 Aug 2008 02:21
pear install CAS-1.0.0.tgz
Hi Michael, I've used this command to install phpCAS (in one line): pear install http://www.ja-sig.org/downloads/cas-clients/php/1.0.0/CAS-1.0.0.tgz But it didn't work because some modules were installed under /usr/share/php5/PEAR/CAS/CAS/. ^^^^ I moved /usr/share/p... 14 Aug 2008 11:24
End-user documentation?
Is there any other end-user documentation, besides the two Ken Guest recently mentioned (the online manual and the SitePoint article by Harry Fuecks at http://www.sitepoint.com/article/getting-started-with-pear)? The online manual is haphazard and incomplete (not to mention being unreasonably difficult for beg... 14 Aug 2008 13:28
User activation
Hi everybody. I'm using Auth pear package and need to know if there is some code for new user activation via E-mail. Thanks ... 13 Aug 2008 23:07
Installing PEAR
Hello, I have been using PHP for coding in most applications of my website. I am now in the process of learning how to send email with HTML messages. I am using Yahoo Web services and was instructed to use PEAR. Packages are distributed as gzipped tar files with a description file inside, and install... 13 Aug 2008 15:56
First  |  Prev |  Next  |  Last
Pages: 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28