[PHP-DEV] xml_set_element_handler and xml_parse

2003-06-28 Thread Jeremy S. Johnstone
I am running into a strange problem which goes in direct opposition to what is said in the documentation. I need to know what is the correct behaviour before I update the documentation. Problem is this: With the function xml_set_element_handler, if you don't set an actual end element handler (you

[PHP-DEV] user contributed notes

2003-07-14 Thread Jeremy S. Johnstone
I have been doing cleanups of the SNMP area over the past couple days. I am planning on bringing the documentation fully up to date with the source code. I also cleaned up some of the notes which had broken links or violated note policies. In regards to user notes, I am simply following the guidel

RE: Re[4]: [PHP-DEV] PHP compiler

2003-08-10 Thread Jeremy S. Johnstone
e a "web programming language" and has no plans of branching out in the future, I think PHP is grossly limiting itself. Jeremy -----Original Message- From: Jeremy S. Johnstone [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 10:42 AM To: 'Wez Furlong' Subject: RE:

[PHP-DEV] PHP compiler

2003-08-14 Thread Jeremy S. Johnstone
After seeing the conversation on the PHP archive idea (having a PHP equivalent of a jar file), it reminded me of an idea I had a long time ago. Has anyone ever thought of writing a PHP compiler which would compile a PHP script into native machine code? If you have thought of it, what stopped you fr

RE: Re[4]: [PHP-DEV] PHP compiler

2003-08-14 Thread Jeremy S. Johnstone
y made the post I was responding to. Jeremy -Original Message- From: Wez Furlong [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 11:11 AM To: Jeremy S. Johnstone Cc: [EMAIL PROTECTED] Subject: Re: Re[4]: [PHP-DEV] PHP compiler Damn, and I was just about to respond suggesting tha

RE: [PHP-DEV] [Proposal] Idea for Application level variables

2003-08-14 Thread Jeremy S. Johnstone
Because I think the Davey wanted the $_APPLICATION to be shared among multiple people's connections... Maybe I am wrong? -Jeremy -Original Message- From: Justin Hannus [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 11:18 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-DEV] [Proposa

RE: Re[2]: [PHP-DEV] PHP compiler

2003-08-14 Thread Jeremy S. Johnstone
The only problem with that approach is that you have to distribute the php executable and your program is loaded using a command line similar to: Php -par someapp.par Instead of simply: ./someapp I know this is a small difference, but it makes a big difference when you are dealing with customer

[PHP-DEV] [Proposal] Idea for Application level variables

2003-08-14 Thread Jeremy S. Johnstone
I noticed something which you said, and forgive me if this part may be obvious, but you mentioned across instances of applications? Do you mean something like a shared memory between all web connections to the server? One issue I could forsee if this is the case, what happens when there is no conn