History log of /php-src/sapi/cgi/cgi_main.c (Results 251 – 275 of 663)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2
# 34ef66d7 23-Jun-2011 Felipe Pena

- Fix crash on cgi

Revision tags: php-5.4.0alpha1, php-5.3.7RC1
# 61bbd095 05-Jun-2011 Felipe Pena

- Fixed crash in fastcgi (related to zend signals changes)

Revision tags: php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1, php-5.2.17, php-5.3.5
# 927bf09c 01-Jan-2011 Felipe Pena

- Year++

# 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

1...<<11121314151617181920>>...27