well, i really can't confirm what your seeing. but that is why i orginally
started this topic. i will do some tests..
are you setting headers before output? i just ran into another problem..
when downloading a .tar file it just returns an empty .tar file.. seems to
work fine with .exe, .zip, tar.gz
Robin Getz wrote:
Robin Getz wrote:
My next experiment is:
$buff = "0";
while (!feof($fp)) {
$buff = fread($fp, 4096);
print $buff;
}
unset($buff);
fclose ($fp);
Nope that doesn't work either - came back, and saw apache processes that
Robin Getz wrote:
My next experiment is:
$buff = "0";
while (!feof($fp)) {
$buff = fread($fp, 4096);
print $buff;
}
unset($buff);
fclose ($fp);
Nope that doesn't work either - came back, and saw apache processes that
were +450Meg. Cha
Donny Simonton wrote:
Yes, I did send in a patch just like the 3 or 4 other people who had the
same problem. I'm not complaining about php, I was just commenting about
the person complaining that it was a problem with phpmyadmin. I complained
about the problem over a year ago, when I first instal
Yes, I did send in a patch just like the 3 or 4 other people who had the
same problem. I'm not complaining about php, I was just commenting about
the person complaining that it was a problem with phpmyadmin. I complained
about the problem over a year ago, when I first installed mysql 4.1.0, but
t
On Sat, 2005-01-01 at 16:48, Donny Simonton wrote:
> Think this is a problem, wait until you get a $40k 64 bit machine and try to
> install php on it via source because you want to use php 4.3 and mysql 4.1
> and you find out you can't install anything because 64 bit installs stuff in
> different
Donny Simonton wrote:
The problem is not with phpmyadmin, the problem is with php. If you install
4.3 of php it will not work with mysql 4.1.8 or any version mysql 4.1 or
5.0. It will only work if you turn on the short passwords option in 4.1.
I've not tried it on 5.0 lately. You can get it inst
The problem is not with phpmyadmin, the problem is with php. If you install
4.3 of php it will not work with mysql 4.1.8 or any version mysql 4.1 or
5.0. It will only work if you turn on the short passwords option in 4.1.
I've not tried it on 5.0 lately. You can get it installed but it takes a
l
does anyone know of a simular tool that will work/has 4.1 support?
thanks
On Sat, 1 Jan 2005 14:33:05 -0600, Greg Donald <[EMAIL PROTECTED]> wrote:
> On Sat, 1 Jan 2005 14:15:27 -0500, GH <[EMAIL PROTECTED]> wrote:
> > It would be nice if phpMyAdmin would kindly note that on their website...
>
On Sat, 1 Jan 2005 10:07:20 -0800 (PST), Lewis LaCook <[EMAIL PROTECTED]> wrote:
> ...just looking for opinions: will PHP eclipse (IS PHP
> eclipsing) Java?
I'd like to see threads added to PHP. Java has them, and Perl does as
well. And I'm sure there are others that I don't know about.
--
Gr
On Sat, 1 Jan 2005 14:15:27 -0500, GH <[EMAIL PROTECTED]> wrote:
> It would be nice if phpMyAdmin would kindly note that on their website...
http://www.phpmyadmin.net/documentation/
Note: phpMyAdmin's MySQL 4.1 support is experimental!
--
Greg Donald
Zend Certified Engineer
http://gdconsult
It would be nice if phpMyAdmin would kindly note that on their website...
Also, when I run a phpInfo()... it says i have the 3.23.49 could this
be a contributing factor?
On Sat, 1 Jan 2005 15:55:27 +0700, Willy Sudiarto Raharjo
<[EMAIL PROTECTED]> wrote:
> > Has anyone had any problems installi
Curt Zirzow wrote:
* Thus wrote Richard Lynch:
> Sebastian wrote:
> > i'm working on a app which output files with readfile() and some
headers..
> > i read a comment in the manual that says if your outputting a file
> > php will use the same amount of memory as the size of the file. so,
> > if the
Pari Purna Chand Nannapaneni wrote:
Can anybody give me a small example on using
ssh2 functions ( http://pecl.php.net/package/ssh2 ).
I want to execute a command on the remote machine and
want to get the ouput into a phpvariable.
Here is my php code ...
$connection = ssh2_connect('127.0.0.1',
...just looking for opinions: will PHP eclipse (IS PHP
eclipsing) Java?
bliss
lewis lacook
=
***
Lewis LaCook -->Poet-Programmer|||http://www.lewislacook.com/|||
Web Programmer|||http://www.corporatepa.com/|||
Xan
* Thus wrote Richard Lynch:
> Sebastian wrote:
> > i'm working on a app which output files with readfile() and some headers..
> > i read a comment in the manual that says if your outputting a file php
> > will
> > use the same amount of memory as the size of the file. so, if the file is
> > 100MB p
Can anybody give me a small example on using
ssh2 functions ( http://pecl.php.net/package/ssh2 ).
I want to execute a command on the remote machine and
want to get the ouput into a phpvariable.
Here is my php code ...
I'm getting some "Resource id #5" as output.
What does this mean. How to g
Hi all, A HAPPY NEW YEAR!
I'm pleased to announce the release of Kwartz-php 0.3.0.
http://www.kuwata-lab.com/kwartz-php
Kwartz-php is a template system which is available with multi
programming language (PHP, Ruby and Java).
And it is the first template system that realized the concept of
'Sepa
yea. all the files aren't 100MB though.. some are 2mb (even less) while some
files are over 300MB as well.
so, does this need to be adjusted depending on the filesize?
thanks.
- Original Message -
From: "Rory Browne" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: "Sebastian" <[EMAIL PRO
I am trying to turn on apache_child_terminate with PHP V4.3.10 / Apache 2.0.52
When I do a phpinfo(); it returns a:
apache2handler with only three Directives:
- engine
- last_modified
- xbithack
When I look at others with apache 1.3, it lists, child_terminate, which I
need to be able to set.
Does
20 matches
Mail list logo