Re: [PHP] ZipArchive, but without files

2010-09-22 Thread Viacheslav Chumushuk
Hello.
As I understand you in a right way you need next function 
http://ua.php.net/manual/en/function.gzcompress.php

On Wed, Sep 22, 2010 at 10:16:30AM +0100, Jonathan Mills 
jonathan.n.mi...@gmail.com wrote:
 Is it possible to create a ZipArchive to a non-file storage, eg string?
 
 I want to create a small zip of some data, and then load it into a database.
 
 I don't need the intermediate file.
 
 I tried various filters, and I can READ a zip archive with the
 data:// wrapper, but haven't found any way of creating the data
 other than in a file yet.
 
 Jonathan
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php

-- 
Best regards, Viacheslav Chumushuk
email/jabber: vo...@root.ua
Ukraine, Khmelnitsky
- - - - -
Please, use plain text message format contacting me, and
don't use proprietary formats for attachments (such as DOC, XLS)
use PDF, TXT, ODT, HTML instead. Thanks.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Run process in background

2007-11-14 Thread Viacheslav Chumushuk
Hello.

I want to run process from my php script in background.
I try different functions from functions list but all of them whaiting for 
process ending.

How can I run `wget -b ...` and finish my script, but wget must still working?

I use PHP5, Linux, Apache2.

Thank You.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php