php-windows Digest 22 Mar 2012 14:30:54 -0000 Issue 4015
Topics (messages 30810 through 30814):
Re: PECL HTTP Extension for PHP 5.4
30810 by: Sergei
30811 by: James
30812 by: Sergei
30813 by: James
Template framework systems
30814 by: Jacob Kruger
Administrivia:
To subscribe to the digest, e-mail:
php-windows-digest-subscr...@lists.php.net
To unsubscribe from the digest, e-mail:
php-windows-digest-unsubscr...@lists.php.net
To post to the list, e-mail:
php-wind...@lists.php.net
----------------------------------------------------------------------
--- Begin Message ---
On 21-Mar-12 20:13, James wrote:
I am looking for a version of pecl_http.dll that is compatible with PHP
5.4. The version I found at http://downloads.php.net/pierre/ seems to
only work for 5.3.
Here, try this one: http://www.mediafire.com/?2j4l0inra8ud45p
1.7.3 from svn trunk.
Did not really test it, but seems to be working.
--- End Message ---
--- Begin Message ---
Well PHP 5.4 loads and runs, but the HTTP functions still don't get
registered and I don't see the HTTP section in phpinfo(). I verified
that Iconv and OpenSSL are enabled. Did I miss a dependency?
I should probably add I am trying to run this on IIS, not Apache. I
need the non-thread safe version, if it exists.
On 3/21/2012 12:00 PM, Sergei wrote:
On 21-Mar-12 20:13, James wrote:
I am looking for a version of pecl_http.dll that is compatible with PHP
5.4. The version I found at http://downloads.php.net/pierre/ seems to
only work for 5.3.
Here, try this one: http://www.mediafire.com/?2j4l0inra8ud45p
1.7.3 from svn trunk.
Did not really test it, but seems to be working.
--- End Message ---
--- Begin Message ---
On 22-Mar-12 2:05, James wrote:
Well PHP 5.4 loads and runs, but the HTTP functions still don't get
registered and I don't see the HTTP section in phpinfo(). I verified
that Iconv and OpenSSL are enabled. Did I miss a dependency?
I should probably add I am trying to run this on IIS, not Apache. I need
the non-thread safe version, if it exists.
On 3/21/2012 12:00 PM, Sergei wrote:
On 21-Mar-12 20:13, James wrote:
I am looking for a version of pecl_http.dll that is compatible with PHP
5.4. The version I found at http://downloads.php.net/pierre/ seems to
only work for 5.3.
Here, try this one: http://www.mediafire.com/?2j4l0inra8ud45p
1.7.3 from svn trunk.
Did not really test it, but seems to be working.
Ah, non-threadsafe now: http://www.mediafire.com/?50ddg9eml3msceb
--- End Message ---
--- Begin Message ---
On 3/21/2012 5:14 PM, Sergei wrote:
On 22-Mar-12 2:05, James wrote:
Well PHP 5.4 loads and runs, but the HTTP functions still don't get
registered and I don't see the HTTP section in phpinfo(). I verified
that Iconv and OpenSSL are enabled. Did I miss a dependency?
I should probably add I am trying to run this on IIS, not Apache. I need
the non-thread safe version, if it exists.
On 3/21/2012 12:00 PM, Sergei wrote:
On 21-Mar-12 20:13, James wrote:
I am looking for a version of pecl_http.dll that is compatible with PHP
5.4. The version I found at http://downloads.php.net/pierre/ seems to
only work for 5.3.
Here, try this one: http://www.mediafire.com/?2j4l0inra8ud45p
1.7.3 from svn trunk.
Did not really test it, but seems to be working.
Ah, non-threadsafe now: http://www.mediafire.com/?50ddg9eml3msceb
That did the trick! Thanks for your help.
--- End Message ---
--- Begin Message ---
OK, next question.
Do some of you implement your own forms of page template frameworks/modules, or
do you specifically make use of other ones, since, for example, I see that
while some of them sort of dynamically generate templated output, some of them
specifically try to in fact sort of compile the output content pages before
putting it out there to try help with a bit of run-time performance, etc. - as
in think that while they'd obviously still handle content data dynamically, the
actual layout/static output is already generated/assimilated before the time,
etc.
I've already sort of used a very simple template system to generate static
content management system output, but it was very simple, and am just wondering
if, when it comes to primarily separating things like content and back-end
functionality, what would you recommend as such?
TIA
Jacob Kruger
Blind Biker
Skype: BlindZA
'...fate had broken his body, but not his spirit...'
--- End Message ---