Re: [PHP-DEV] Upload Progress Meter Patch

2005-07-22 Thread Doru Petrescu
ng so. thank you for your time, Doru Petrescu On Wed, 2005-03-23 at 19:15, Zeev Suraski wrote: > Can you point us to the thread? I can't recall seeing it rejected, and I > can't find the thread either... > > Zeev > > At 15:37 23/03/2005, Derick Rethans wrote: >

Re: [PHP-DEV] upload progress meter - new version v4.1 available for php 4.3.10 and 5.0.3

2005-01-31 Thread Doru Petrescu
ah ... I forgot to mention: http://pdoru.from.ro is the address to download the files. D. On Mon, 2005-01-31 at 17:46, Doru Petrescu wrote: > Hi, > > Just wanted to let you all know that a new version is available to work > with PHP 4.3.10 and 5.0.3 > > > As you proba

[PHP-DEV] upload progress meter - new version v4.1 available for php 4.3.10 and 5.0.3

2005-01-31 Thread Doru Petrescu
file_php_get_info() ) Best regards, Doru Petrescu -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] [PATCH] sapi apache2 uninitialized content-length value

2004-02-05 Thread Doru Petrescu
I resend it. it seems that my mailer corrupted the attachement. -- Best regards, Doru Petrescu Senior Software Engineer Astral Telecom Bucuresti --- Begin Message --- Hi, While

Re: [PHP-DEV] apache2 sapi uninitialized content-length value

2004-02-05 Thread Doru Petrescu
s just something that sliped ? I wrote a patch to fix this. see attached. tested and it works with no problem and correctly reports the content-length. It is very simple and straight forward. copy/paste from apache 1.3 interface. now, I just wish nobody will upload anything over 2GB - in

[PHP-DEV] apache2 sapi uninitialized content-length value

2004-02-05 Thread Doru Petrescu
Hi, some time ago I sent a patch to fix this uninitialized variable in the apache2 sapi code. all other SAPIs DO initialize it, so I figured out it is something that should be corrected. I see neither php-5.0.0B3 nor php-4.3.5RC2 implement this. Can someone comment on this ? Was my 2 line pat

Re: [PHP-DEV] raw post data

2003-11-21 Thread Doru Petrescu
a is received. and it happens that such feature was already suggested by me together with a patch yesterday ... see my email 'upload-progress-tracking' -- Best regards, Doru Petrescu Senior Software Engineer Astral Telecom Bucuresti

Re: [PHP-DEV] [PATCH] sapi apache2 uninitialized content-length value

2003-11-20 Thread Doru Petrescu
properly initializing this value ... Doru Petrescu On Thu, 2003-11-20 at 16:31, Ilia Alshanetsky wrote: > Why not simply do SG(request_info).content_length = 0; ? > > Ilia -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] [PATCH] sapi apache2 uninitialized content-length value

2003-11-20 Thread Doru Petrescu
just wish nobody will upload anything over 2GB - integer overflow will doom the upload. -- Best regards, Doru Petrescu Senior Software Engineer Astral Telecom Bucuresti diff -rubB

[PHP-DEV] [PATCH] upload-progress-tracking

2003-11-20 Thread Doru Petrescu
inst php-4.3.4 -- Best regards, Doru Petrescu Senior Software Engineer Astral Telecom Bucuresti diff -rubB orig/php-4.3.4/main/main.c php-4.3.4/main/main.c --- orig/php-4.3.4/main/main.c 20

[PHP-DEV] new upload-meter patch for PHP 4.3.32

2003-09-09 Thread Doru Petrescu
Hi everybody, Here is an updated patch for PHP 4.3.3 to enable the upload-progress-meter I wrote some time ago. For more details, and a live demo, please visit: http://pdoru.from.ro/ Best regards, Doru Petrescu Senior Software Engineer Astral Telecom Bucuresti diff -ruBb orig/php-4.3.3/main

[PHP-DEV] Re: [PATCH] upload progress metter

2003-06-14 Thread Doru Petrescu
. Best regards, Doru Petrescu Senior Software Engineer Astral Telecom Bucuresti --- diff -rubB orig/php-4.3.2/main/main.c php-4.3.2/main/main.c --- orig/php-4.3.2/main/main.c Thu May 22 01:54:38 2003 +++ php-4.3.2/main/main.c Sun Jun

[PHP-DEV] [PATCH] upload progress metter

2003-06-06 Thread Doru Petrescu
st of the files and a live demo can be found here: http://pdoru.from.ro/ Please let me know if you have any problems/suggestions :-) Best regards, Doru Petrescu Senior Software Engineer Astral Telecom Bucuresti --