[PHP-DEV] [PATCH] Addition of setcookie2() to support RFC 2965

2007-08-24 Thread Ben Ramsey
Here is a patch I am submitting as a recommendation to implement a setcookie2() function to support the Set-Cookie2 response header defined in RFC 2965. RFC 2965 obsoletes the original Netscape cookie specification and RFC 2109. Unfortunately, the only major browser I can find that implements

Re: [PHP-DEV] How to integrate PHP with my homegrown server

2007-08-24 Thread BuildSmart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Aug 24, 2007, at 11:22:14, Robert Cummings wrote: On Fri, 2007-08-24 at 11:08 -0400, Steve Francisco wrote: Hi, as an experiment I have a simple Java based server that listens on port 80 and can serve files just fine. I'd like to extend it to

RE: [PHP-DEV] [patch] Late static bindings (LSB)

2007-08-24 Thread Dmitry Stogov
Hi Etienne, We already have patch for late static binding that is very similar to yours. If you have time, please compare them. >From quick look I see that our patch more accurate (it supports constants and runtime function calls) Does our patch miss something that your patch does? Thanks. Dmitry

Re: [PHP-DEV] How to integrate PHP with my homegrown server

2007-08-24 Thread Daniel Brown
On 8/24/07, Steve Francisco <[EMAIL PROTECTED]> wrote: [snip!] > Thanks Daniel, I can certainly do that in Java without much trouble, > however I was hoping to avoid needing to do things in each php file to > convert argv into $_GET. I want to be able to serve standard PHP > without modifying each

Re: [PHP-DEV] How to integrate PHP with my homegrown server

2007-08-24 Thread Steve Francisco
Daniel Brown wrote: On 8/24/07, Steve Francisco <[EMAIL PROTECTED]> wrote: [snip!] If the command line doesn't have a way to cause $_GET to be populated, then what other way of invoking PHP could I use? -- Steve Steve, You'd need to transpose the $_GET variables from the request to $a

Re: [PHP-DEV] How to integrate PHP with my homegrown server

2007-08-24 Thread Daniel Brown
On 8/24/07, Steve Francisco <[EMAIL PROTECTED]> wrote: [snip!] > If the command line doesn't have a way to cause $_GET to be populated, > then what other way of invoking PHP could I use? > -- Steve Steve, You'd need to transpose the $_GET variables from the request to $argv variables via

Re: [PHP-DEV] How to integrate PHP with my homegrown server

2007-08-24 Thread Mikko Koppanen
On 8/24/07, Robert Cummings <[EMAIL PROTECTED]> wrote: > > On Fri, 2007-08-24 at 11:08 -0400, Steve Francisco wrote: > > Hi, as an experiment I have a simple Java based server that listens on > > port 80 and can serve files just fine. I'd like to extend it to support > > PHP but am looking for gui

Re: [PHP-DEV] How to integrate PHP with my homegrown server

2007-08-24 Thread Robert Cummings
On Fri, 2007-08-24 at 11:08 -0400, Steve Francisco wrote: > Hi, as an experiment I have a simple Java based server that listens on > port 80 and can serve files just fine. I'd like to extend it to support > PHP but am looking for guidance on how to do that. Can someone point me > to instructio

[PHP-DEV] How to integrate PHP with my homegrown server

2007-08-24 Thread Steve Francisco
Hi, as an experiment I have a simple Java based server that listens on port 80 and can serve files just fine. I'd like to extend it to support PHP but am looking for guidance on how to do that. Can someone point me to instructions? My first attempt was to just call the php.exe command line i

[PHP-DEV] [patch] Late static bindings (LSB)

2007-08-24 Thread Etienne Kneuss
Hi internals, here is a patch that implements Late static bindinds in a way that minimizes the performance hits that were feared. There is no significant slowdown or memory usage increase when running Zend/bench.php, which I assume is a good enough bench for that kind of matter, as it involves

Re: [PHP-DEV] 5.2.4RC3

2007-08-24 Thread Edin Kadribasic
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The windows build is ready for download at: http://downloads.php.net/edink/php-5.2.4RC3-Win32.zip http://downloads.php.net/edink/php-5.2.4RC3-win32-installer.msi http://downloads.php.net/edink/pecl-5.2.4RC3-Win32.zip http://downloads.php.net/edink/php

[PHP-DEV] CVS Account Request: tex

2007-08-24 Thread tex texin
developing unicode and internationalization extensions to php. Stas said I should join -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: 5.2.4RC3

2007-08-24 Thread BuildSmart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Aug 24, 2007, at 02:35:40, Stanislav Malyshev wrote: Yes but you can't build for apache2 without building threaded and I Of course you can. That depends on MPM apache is using. Unfortunately Apple builds the supplied apache 2.0.53 as worker