It works correctly on Apache, but we need support for iis too. Unfortunately, I cannot
change the client app. IIS is set up the same way as it was for the asp pages that
work.
Justin Patrin <[EMAIL PROTECTED]> wrote:On Thu, 12 Aug 2004 15:38:02 -0400, Gryffyn,
Trevor
wrote:
> Just tossing out m
The new version of WAMP5 is now online. WAMP5 now includes PHP 5.0.1, the
PECL extensions, sqlitemanager 0.9.8. Many other new features have been
added, to know them see the changelog on the wampserver web site :
http://www.en.wampserver.com
Of course you can directly upgrade from version 1.0 or
Yeah, I understand that bit. Persistent connections to the web server
make sense to me. What doesn't make sense is why you'd require a
persisent connection for something to work. The workstation might be
persistently connected to the web server, but a PHP, ASP or HTML page is
going to send it's
The PHP Development Team is glad to announce the release of PHP 5.0.1.
This release is a maintenance release consisting mainly of bug fixes. It
also includes new installation docs which are
now auto-generated directly from the PHP Manual (INSTALL in the UNIX source
package, install.txt in the Win
The page is for uploading files. The client posts some info about the file, and also
the file itself. The file is actually sent in chunks. The client is hitting the page
multiple times until all of the chunks for the file are uploaded. All of the data is
being sent the the php page, and the firs
On Fri, 13 Aug 2004 11:07:35 -0700 (PDT), d c <[EMAIL PROTECTED]> wrote:
> The page is for uploading files. The client posts some info about the file, and also
> the file itself. The file is actually sent in chunks. The client is hitting the page
> multiple times until all of the chunks for the f
Did some quick reading:
http://bugs.php.net/bug.php?id=9388&edit=1
"Apache will keep a pconnection open no matter if it's a keep-alive
HTTP connection or not."
also...
"With phpinfo I get 'HTTP_CONNECTION=Keep-Alive'" (in the
"Environment" section)
Maybe have the application hit a PHP scri
I'm getting this message after I install Mambo:
"Can\'t create/write to file \'W:\tmp\#sql_116c_0.MYI\' (Errcode: 2)
SQL=SELECT ROUND(v.rating_sum/v.rating_count) AS rating,
v.rating_count,\na.*, u.name AS author, u.usertype\nFROM mos_content AS
a\nINNER JOIN mos_content_frontpage AS f ON f.cont