[PHP] HTTP Server Written entirely in PHP ?

2008-04-18 Thread Kinch Zhang
Hi, everyone:

I was wondering if there was any HTTP server written entirely in PHP with
the following features:

1. HTTP/1.1 compliance
2. Apache mod_rewrite-like URL rewrite support
3. Native PHP support ( not through CGI/FastCGI )
4. Support PHP 4.2.0 or above

Nanoweb is an HTTP server written in PHP but It doesn't support all the
above features.

So could anyone give me a clue if you know such a HTTP server ?

Regards,

Kinch Zhang


-- 
Kinch::The Missing Hacker


[PHP] Re: HTTP Server Written entirely in PHP ?

2008-04-18 Thread Kinch Zhang
On Sat, Apr 19, 2008 at 1:06 PM, Manuel Lemos <[EMAIL PROTECTED]> wrote:

> Hello,
>
> on 04/19/2008 01:17 AM Kinch Zhang said the following:
> > I was wondering if there was any HTTP server written entirely in PHP
> with
> > the following features:
> >
> > 1. HTTP/1.1 compliance
> > 2. Apache mod_rewrite-like URL rewrite support
> > 3. Native PHP support ( not through CGI/FastCGI )
> > 4. Support PHP 4.2.0 or above
> >
> > Nanoweb is an HTTP server written in PHP but It doesn't support all the
> > above features.
> >
> > So could anyone give me a clue if you know such a HTTP server ?
>
> You may want to take a look at these HTTP server classes:
>
> http://www.phpclasses.org/bib_server


Bib_server is quite nice, thank you for your link .


> <http://www.phpclasses.org/bib_server>
>
> http://www.phpclasses.org/astahttpd
>
>
> --
>
> Regards,
> Manuel Lemos
>
> PHP professionals looking for PHP jobs
> http://www.phpclasses.org/professionals/
>
> PHP Classes - Free ready to use OOP components written in PHP
> http://www.phpclasses.org/
>



-- 
Kinch::The Missing Hacker


Re: [PHP] Re: php framework vs just php?

2008-04-22 Thread Kinch Zhang
On 4/22/08, Tony Marston <[EMAIL PROTECTED]> wrote:
>
> If you don't use a framework then obviously you are writing nothing but
> mickey mouse programs, and wouldn't stand a chance when it comes to
> writing
> a proper application.



I agree , you couldn't avoid using a framework unless you're writing a PHP
toy application.

--
> Tony Marston
> http://www.tonymarston.net
> http://www.radicore.org
>
> "paragasu" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
>
> > honestly, i never used any framework to do my coding.
> > i look into few popular framework like cakePHP and codeIgiter.
> > I did learn the tutorial but still decide whether to use it on my next
> > project.
> >
> > the thing is, i already develop few working library. no matter how hard
> i
> > look into it. i always find it is easier or simpler to work with just
> php
> > code and it work just fine.
> > simple code and i think faster than using complicated php framework.
> >
> > i target my code to use specific  server configuration. the only
> > advantages
> > of using framework
> > is cross server version (i don't need it). since everyone out there
> > talking
> > about framework.
> > i still prefer using just php.
> >
> > i just wondering whether i am the only one thinking this way.
> > anyone out there still doing php without using framework?
> >
>
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


-- 
Kinch::The Missing Hacker