php-windows Digest 15 Mar 2005 18:31:38 -0000 Issue 2608

Topics (messages 25746 through 25753):

windows memory limit
        25746 by: Giles Velarde
        25747 by: Jason Barnett

Possibly OT - refreshing page
        25748 by: George Pitcher
        25751 by: Jason Barnett

recommending a PHP book?
        25749 by: Danny Lin
        25750 by: Jason Barnett
        25752 by: Jim Plush
        25753 by: trystano.aol.com

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [email protected]


----------------------------------------------------------------------
--- Begin Message ---
Hi,

I have been working on a PHP application in LINUX and have looked at porting it to windows recently. One requirement for this is an increased memory_limit.

Though present in the php.ini file, changing this seems to have no effect. Am I right in speculating that the windows binary was compiled WITHOUT the --enable-memory-limit flag?

If this is the case, does anyone know where to find a PHP5 apache 2 dll that is compiled with a enabled memory limit?

Thanks
--- End Message ---
--- Begin Message ---
Giles Velarde wrote:
...
>
> If this is the case, does anyone know where to find a PHP5 apache 2 dll
> that is compiled with a enabled memory limit?
>
> Thanks

DIY... Apache 2 / PHP source is freely available... cygwin / gcc is also
freely available if you need a build environment.

--
Teach a man to fish...

NEW? | http://www.catb.org/~esr/faqs/smart-questions.html
STFA | http://marc.theaimsgroup.com/?l=php-general&w=2
STFM | http://php.net/manual/en/index.php
STFW | http://www.google.com/search?q=php
LAZY |
http://mycroft.mozdev.org/download.html?name=PHP&submitform=Find+search+plugins

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Hi,

I have a page with a link. If the user clicks on the link, the script builds
a Word doc using RTF formated data. This is then delivered to the user via a
typical header.

So far, so good - it works fine. Part of the build process includes a db
query which tells the db that the doc for the particular record has been
built.

I would like the host page to refresh itself once the file has been
delivered. I have tried using a popup window to deliver the file but that
vanishes once the file has been saved or opened.

Any suggestions welcome.

Cheers

George in Oxford

--- End Message ---
--- Begin Message ---
http://webdesign.about.com/cs/metatags/a/aa080300a.htm

On the PHP side of things the function to use is header().

--
Teach a man to fish...

NEW? | http://www.catb.org/~esr/faqs/smart-questions.html
STFA | http://marc.theaimsgroup.com/?l=php-general&w=2
STFM | http://php.net/manual/en/index.php
STFW | http://www.google.com/search?q=php
LAZY |
http://mycroft.mozdev.org/download.html?name=PHP&submitform=Find+search+plugins

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Can any one recommend a good book that discusses MVC design patterns with
PHP (and mySQL)?

Thanks.

--- End Message ---
--- Begin Message ---
Danny Lin wrote:
> Can any one recommend a good book that discusses MVC design patterns with
> PHP (and mySQL)?
>
> Thanks.

I can recommend a *simple* website: phppatterns

--
Teach a man to fish...

NEW? | http://www.catb.org/~esr/faqs/smart-questions.html
STFA | http://marc.theaimsgroup.com/?l=php-general&w=2
STFM | http://php.net/manual/en/index.php
STFW | http://www.google.com/search?q=php
LAZY |
http://mycroft.mozdev.org/download.html?name=PHP&submitform=Find+search+plugins

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message --- Hey Danny,
no good books on that subject regarding php/mcv that I've seen but PHP Architecht has some good articles on MVC, I believe they have a free issue that has a huge article on PHP/MVC. www.phparch.com

Danny Lin wrote:
Can any one recommend a good book that discusses MVC design patterns with
PHP (and mySQL)?

Thanks.

--- End Message ---
--- Begin Message --- Sitepoint have got a good collection of PHP books that cover the OO side things.

Tryst

-----Original Message-----
From: Jason Barnett <[EMAIL PROTECTED]>
To: [email protected]
Sent: Tue, 15 Mar 2005 11:03:02 -0500
Subject: [PHP-WIN] Re: recommending a PHP book?

Danny Lin wrote:
Can any one recommend a good book that discusses MVC design patterns
with
PHP (and mySQL)?

Thanks.

I can recommend a *simple* website: phppatterns

--
Teach a man to fish...

NEW? | http://www.catb.org/~esr/faqs/smart-questions.html
STFA | http://marc.theaimsgroup.com/?l=php-general&w=2
STFM | http://php.net/manual/en/index.php
STFW | http://www.google.com/search?q=php
LAZY |
http://mycroft.mozdev.org/download.html?name=PHP&submitform=Find+search+plugins


--- End Message ---

Reply via email to