[PHP] PHP V4.3.10 / Apache2 Handler Question...

2005-01-01 Thread Robin Getz
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.

Re: [PHP] handling large files w/readfile

2005-01-01 Thread Sebastian
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 PROTECTED];

[PHP] [ANN] Kwartz-php 0.3.0 - a template system for PHP, Ruby, and Java

2005-01-01 Thread Makoto Kuwata
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

[PHP] PHP :: SSH2 ??

2005-01-01 Thread Pari Purna Chand Nannapaneni
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 ... ?php $connection = ssh2_connect('127.0.0.1', 22);

Re: [PHP] handling large files w/readfile

2005-01-01 Thread Curt Zirzow
* 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 php will

[PHP] php vs java....

2005-01-01 Thread Lewis LaCook
...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/|||

[PHP] Re: PHP :: SSH2 ??

2005-01-01 Thread M. Sokolewicz
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 ... ?php $connection =

RE: [PHP] handling large files w/readfile

2005-01-01 Thread Robin Getz
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 file is

Re: [PHP] phpMyAdmin w/ winXP - IIS w/PHP 4.3 w/mysql 4.1.8

2005-01-01 Thread GH
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 installing

Re: [PHP] phpMyAdmin w/ winXP - IIS w/PHP 4.3 w/mysql 4.1.8

2005-01-01 Thread Greg Donald
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/ snip Note: phpMyAdmin's MySQL 4.1 support is experimental! /snip -- Greg Donald Zend Certified Engineer

Re: [PHP] php vs java....

2005-01-01 Thread Greg Donald
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. -- Greg

Re: [PHP] phpMyAdmin w/ winXP - IIS w/PHP 4.3 w/mysql 4.1.8

2005-01-01 Thread GH
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...

RE: [PHP] phpMyAdmin w/ winXP - IIS w/PHP 4.3 w/mysql 4.1.8

2005-01-01 Thread Donny Simonton
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

Re: [PHP] phpMyAdmin w/ winXP - IIS w/PHP 4.3 w/mysql 4.1.8

2005-01-01 Thread M. Sokolewicz
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

RE: [PHP] phpMyAdmin w/ winXP - IIS w/PHP 4.3 w/mysql 4.1.8

2005-01-01 Thread Robert Cummings
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

RE: [PHP] phpMyAdmin w/ winXP - IIS w/PHP 4.3 w/mysql 4.1.8

2005-01-01 Thread Donny Simonton
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

Re: [PHP] phpMyAdmin w/ winXP - IIS w/PHP 4.3 w/mysql 4.1.8

2005-01-01 Thread John Nichel
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

RE: [PHP] handling large files w/readfile

2005-01-01 Thread Robin Getz
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.

Re: [PHP] handling large files w/readfile

2005-01-01 Thread Rasmus Lerdorf
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

Re: [PHP] handling large files w/readfile

2005-01-01 Thread Sebastian
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,