[PHP-DEV] writing PHP extensions

2001-12-07 Thread Shane Wright
Hi I've looked all over the place (php.net, zend.com, phpbuilder.com, archive for the lists, everywhere..) and I cant find anywhere a nice intro to building PHP extensions. I just need something to cover the basics of writing an extension, and things like exposing functions to PHP scripts,

Re: [PHP-DEV] Server-Wide Persistent objects in PHP?

2001-11-26 Thread Shane Wright
Hi Thread! On Monday 26 Nov 2001 5:03 pm, James Moore wrote: Yea, that's the problem. In my application, just loading the class files on each page adds quite a bit of overhead. (1000's of lines of code). Only load what you need then :) Or rewrite in C. I'm having similar issues - and

Re: [PHP-DEV] Server-Wide Persistent objects in PHP?

2001-11-26 Thread Shane Wright
Hi George, I'd be interested in this - no budget for the Zend one, but I'd like the APC one - do you or anyone have any practical experience of this in production environments (1.5m hits/week)? (or any [independent] URLs or reviews) Thanks, -- Shane On Monday 26 Nov 2001 5:22 pm, George

[PHP-DEV] PHP 4.0 Bug #10264: strange associative array behaviour

2001-04-10 Thread shane . wright
From: [EMAIL PROTECTED] Operating system: RedHat 7 PHP version: 4.0.4pl1 PHP Bug Type: Arrays related Bug description: strange associative array behaviour Not sure if this is a bug or not, but I can't find any reference to it in the documentation/user comments/FAQs

[PHP-DEV] PHP 4.0 Bug #10062: CGI version displays '#!/usr/local/bin/php' line

2001-03-29 Thread shane . wright
From: [EMAIL PROTECTED] Operating system: RedHat 7 PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: CGI version displays '#!/usr/local/bin/php' line Standard configure/make on REdHat 7 (options are: --without-apache --with-mysql --with-gd) Then

[PHP-DEV] PHP 4.0 Bug #10062 Updated: CGI version displays '#!/usr/local/bin/php' line

2001-03-29 Thread shane . wright
ID: 10062 User Update by: [EMAIL PROTECTED] Status: Bogus Bug Type: Unknown/Other Function Description: CGI version displays '#!/usr/local/bin/php' line I'm afraid it really is as a CGI - the reason being that my ISP won't install PHP modules and I need gd/t1lib support. This problem is

[PHP-DEV] PHP 4.0 Bug #10062 Updated: CGI version displays '#!/usr/local/bin/php' line

2001-03-29 Thread shane . wright
ID: 10062 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Unknown/Other Function Description: CGI version displays '#!/usr/local/bin/php' line They're running 1.3.12 - but that doesn't matter yet as I can't even get PHP to compile there (its Debian with glibc2.1, PHP 4.0.4pl1, same

[PHP-DEV] PHP 4.0 Bug #10062 Updated: CGI version displays '#!/usr/local/bin/php' line

2001-03-29 Thread shane . wright
ID: 10062 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Unknown/Other Function Description: CGI version displays '#!/usr/local/bin/php' line I'm glad it's not an Apache issue, makes life easier :)) yup, file is called test.cgi, chmod 755, ExecCGI enabled in Apache. A hack