ge.
> > This seams to basically work but it is not efficient at all.
> >
> > What I would like to do is to link the Http Server to the basic PHP
> > parser library and call the 'parse' function each time the server gets
> > an http request.
> >
> > Is this
Http server, each time an http
> request is received, call using 'System' function the PHP interpreter
> program (like from cli) with input the requested page.
> This seams to basically work but it is not efficient at all.
>
> What I would like to do is to link the Http S
; What I was able to do - is from the Http server, each time an http request
> is received, call using 'System' function the PHP interpreter program (like
> from cli) with input the requested page.
> This seams to basically work but it is not efficient at all.
>
> What I wo
ystem' function the PHP interpreter program (like from
cli) with input the requested page.
This seams to basically work but it is not efficient at all.
What I would like to do is to link the Http Server to the basic PHP parser
library and call the 'parse' function each time the server
At 2003-12-06 00:07 -0400, [EMAIL PROTECTED] wrote:
>I use the dll "php4isapi.dll" and it doesn't work,
>Could someone give me a hand?
We can't hear you yet, since you're living in the future.
Wait about 4 months and we will have received your
question!
Or adjust your clock...
Greetings,
Jaap
[EMAIL PROTECTED] wrote:
I use the dll "php4isapi.dll" and it doesn't work, Could someone give me a
hand?
Most of us don't have crystal balls. What does it do when it doesn't
work? How is it set up? Give us some information!
--
The above message is encrypted with double rot13 encoding. Any
ginal Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Viernes, 05 de Diciembre de 2003 10:08 p.m.
To: PHP General
Subject: [PHP] How configure PHP parser 4.3.x in IIS version 6.0?
I use the dll "php4isapi.dll" and it doesn't work, Could someone give
me a
hand?
I use the dll "php4isapi.dll" and it doesn't work, Could someone give me a
hand?
Thanks in advanced.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
>> Is there some extension or anything that would allow me to hook my code
>> to PHP parser? Even lex and yacc for PHP would be great...
>
> Have you tried the tokenizer? Should be able to build what you're
> talking about with that (unless you just want hooks o
On Mon, 2003-06-23 at 03:21, anzenews wrote:
> Hi!
>
> I hope this is the right newsgroup for posting this... PHP.dev doesn't seem
> to be alive anymore?
>
> Is there some extension or anything that would allow me to hook my code to
> PHP parser? Even lex and y
on or anything that would allow me to hook my code to
> PHP parser? Even lex and yacc for PHP would be great...
> What I want to do is this: lets say tou want to extract all comments from
> PHP code. Sure, you can search for '/*' and '*/', and take everything in
> b
> -Original Message-
> From: anzenews [mailto:[EMAIL PROTECTED]
> Sent: 23 June 2003 11:21
>
> I hope this is the right newsgroup for posting this...
> PHP.dev doesn't seem
> to be alive anymore?
It was renamed 'internals' a while ago (see http://www.php.net/mailing-lists.php).
Cheers!
Hi!
I hope this is the right newsgroup for posting this... PHP.dev doesn't seem
to be alive anymore?
Is there some extension or anything that would allow me to hook my code to
PHP parser? Even lex and yacc for PHP would be great...
What I want to do is this: lets say tou want to extrac
28, 2002 4:02 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] forcing .html pages to go through the PHP parser
>
>
> how do you configure apache to force all .html pages to go through the php
> parser?
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubs
how do you configure apache to force all .html pages to go through the php
parser?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
apologies for the confirmation, didn't even know it was set on this Computer
(not my own) until I got it myself.
I hate it =)
Sorry again,
Holger
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lexity of the coding into
consideration.
Thanks a lot for any answer!
(Also thankful for urls to php parser benchmarks etc...)
Holger Heinze
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> My problem: The parser takes in input from an external xml file but the
> output from the servlet needs to be dynamically fed into the parser
> something like this:
Err no you can feed a XML string to the parser. So capture the XML output
from the servlet into a string, clean it up if it has an
hi,
I have a PHP script which sends a authorisation request to a Servlet and
receives a response in XML format. I have also created a parser (using both
DOM as well as SAX) for parsing the output.
My problem: The parser takes in input from an external xml file but the
output from the servlet nee
> -Original Message-
> From: Krzysztof Kocjan [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 24, 2001 9:32 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] PHP parser BUG - comments
>
>
> I'm using PHP/4.0.6. I suppose I found bug in PHP parser. There is P
Hi,
I'm using PHP/4.0.6. I suppose I found bug in PHP parser. There is PHP
code:
" );
/*print( "" );*/
?>
which produces strange output in www browser:
test" );
/*print( "aaa" );*/
?>
I my opinion there should be only text 'test' at www bro
On Fri, 27 Jul 2001, Brian White wrote:
> What this sounds like to me is that as well as having a PHP binary, that
> PHP is installed as a module in your web server.
Thanks for the response.
It is installed as module and as a stand alone outside the web tree at least
on the AIX and Freebsd se
What this sounds like to me is that as well as having a PHP binary, that
PHP is installed as a module in your web server.
For whatever reason ( more than likely, the file extension ) the web server
is NOT executing it as a CGI itself, but passing it to the PHP module to
deal with. That is just tr
If I have php installed as an executable outside the web tree I can't seem
to get php scripts, called as a cgi, to work correctly. When run from the
command line this script
-
#!/usr/local/bin/php
-
Produces
-
X-Powered-By:
24 matches
Mail list logo