History log of /PHP-5.5/sapi/cgi/cgi_main.c (Results 51 – 75 of 460)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 0203cc3d 01-Jan-2011 Felipe Pena

- Year++


Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# 14e77486 15-Sep-2010 Pierre Joye

- unused, double declared


# 6bc16cce 01-Sep-2010 Dmitry Stogov

Reduced overhead of FastCGI using near-perfect hash function and predcalculated hash values.


# a95dd977 27-Aug-2010 Dmitry Stogov

Added apache compatible functions (apache_child_terminate, getallheaders, apache_request_headers, apache_response_headers) to FastCGI SAPI


# 34b631f6 18-Aug-2010 Kalle Sommer Nielsen

Pass the TSRMS pointers to sapi_module_struct.log_message, this saves some TSRMLS_FETCH() calls in a few of our SAPI's


# 65d031d3 18-Aug-2010 Kalle Sommer Nielsen

Use the TSRMLS_DC/TSRMLS_CC macros instead of TSRMLS_FETCH()


# d6e772a1 18-Aug-2010 Dmitry Stogov

Fixed ZTS build


# bfbfd15a 18-Aug-2010 Dmitry Stogov

improved performance of FastCGI request parsing


Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3
# f20f5161 20-Jul-2010 Dmitry Stogov

typo


Revision tags: php-5.3.3RC3, php-5.2.14RC3
# b4216e0a 07-Jul-2010 Dmitry Stogov

Use zend_stream API to open main PHP script in CGI/FastCGI. This allows to override the open function by opcode caches and eliminate the actual open syscall.


# d22dff09 05-Jul-2010 Dmitry Stogov

reduced request processing overhead


Revision tags: php-5.3.3RC2, php-5.2.14RC2
# f2419953 30-Jun-2010 Felipe Pena

- MF5.3: Reverted fix for bug #48930 (due binary compatibility breakage)
# To commit a new common fix


# 96bb25e8 29-Jun-2010 Felipe Pena

- Reverted fix for bug #48930 (due binary compatibility breakage)


# ced29dd7 27-Jun-2010 Felipe Pena

- Improved initialization


# 22e2302e 27-Jun-2010 Felipe Pena

- Improved initialization


# 9b07568c 27-Jun-2010 Felipe Pena

- Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3)


# 3396a6d1 27-Jun-2010 Felipe Pena

- Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3)


Revision tags: php-5.3.3RC1, php-5.2.14RC1
# 04d67347 08-Jun-2010 Antony Dovgal

fix micro-memleaks (happened once per process)


# a8be1c1d 08-Jun-2010 Antony Dovgal

fix micro-memleaks (happened once per process)


# 11d24c15 31-May-2010 Michael Wallner

* implement new output API, fixing some bugs and implementing some feature
requests--let's see what I can dig out of the bugtracker for NEWS--
and while crossing the road:
* implem

* implement new output API, fixing some bugs and implementing some feature
requests--let's see what I can dig out of the bugtracker for NEWS--
and while crossing the road:
* implemented new zlib API
* fixed up ext/tidy (what was "s&" in zend_parse_parameters() supposed to do?)

Thanks to Jani and Felipe for pioneering.

show more ...


# 91bcba03 30-Apr-2010 Pierre Joye

- Fix #51688, ini per dir crashes when invalid document root are given


# 8a197878 30-Apr-2010 Pierre Joye

- Fix #51688, ini per dir crashes when invalid document root are given


# af49e58f 12-Mar-2010 Jani Taskinen

- Reverted r296062 and r296065


# 06f072cb 11-Mar-2010 Jani Taskinen

MFH: Improved / fixed output buffering (Michael Wallner)


Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1
# 9ba1e816 03-Jan-2010 Sebastian Bergmann

sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php


12345678910>>...19