History log of /PHP-8.3/sapi/cgi/cgi_main.c (Results 126 – 150 of 636)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 12a42433 11-Feb-2015 Anatol Belski

remove useless condition


Revision tags: POST_PHP7_REMOVALS, PRE_PHP7_REMOVALS, php-5.6.6RC1, php-5.5.22RC1, php-5.5.21, php-5.6.5, php-5.4.37, php-5.5.21RC1, php-5.6.5RC1, POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4, php-5.6.4RC1, php-5.5.20RC1, php-5.6.3, php-5.5.19, php-5.4.35, php-5.6.3RC1, php-5.5.19RC1, php-5.5.18, php-5.4.34, php-5.5.18RC1, php-5.6.1, php-5.6.2, php-5.4.33, php-5.5.17, php-5.6.1RC1, php-5.5.17RC1, php-5.4.33RC1, php-5.6.0, POST_AST_MERGE, PRE_AST_MERGE, POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32, POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29, php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31, php-5.4.31RC1, php-5.5.15RC1, php-5.6.0RC2, php-5.4.30, php-5.5.14, php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4, php-5.4.29, php-5.5.13, php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1, php-5.6.0beta2, php-5.5.12, php-5.4.28, php-5.4.28RC1, php-5.5.12RC1
# fc444fbc 11-Apr-2014 Bob Weinand

Shut up, my lovely compiler; I do not like your warnings

Conflicts:
Zend/zend_object_handlers.c


# 563e7822 30-Jan-2015 Anatol Belski

fix datatype mismatches, improve error checks


# 8c2d9176 27-Jan-2015 Xinchen Hui

Also Fixed #68571 in CGI SAPI, and some cleanup


# fc33f52d 15-Jan-2015 Xinchen Hui

bump year


# 0579e827 15-Jan-2015 Xinchen Hui

bump year


# 73c1be26 15-Jan-2015 Xinchen Hui

Bump year


# 2193de0d 14-Jan-2015 Xinchen Hui

Faster sorting algo


# b7a7b1a6 03-Jan-2015 Stanislav Malyshev

trailing whitespace removal


# f9ad3086 30-Dec-2014 Stanislav Malyshev

FIx bug #68618 (out of bounds read crashes php-cgi)


# e20cbdbe 15-Dec-2014 Andrea Faulds

Unify HTTP status code maps


# 79504296 15-Dec-2014 Andrea Faulds

Revert HTTP status codes merger

This reverts commits 65768edcf3ef27a21a07e5e994bfd9ca1cabfa94, 627b350f31be83eb1d5ac5fad692256dcfaf1281 and 9c18ad3ac9103bc0a6c7b7ab8938fd7272095652.


# 65768edc 06-Nov-2014 Andrea Faulds

Share HTTP status codes map


# bdeb220f 13-Dec-2014 Anatol Belski

first shot remove TSRMLS_* things


# 8ced6f11 02-Dec-2014 Anatol Belski

fix datatype mismatches and warnings


# b35555f6 02-Dec-2014 Anatol Belski

fix datatype mismatches


# 1bcc7d91 02-Dec-2014 Anatol Belski

fix datatype mismatches


# 4cba2f98 02-Dec-2014 Anatol Belski

fix datatype mismatch


# 1172aff2 01-Dec-2014 Anatol Belski

fix datatype mismatches


# cb6dea6e 01-Dec-2014 Anatol Belski

fix possible null pointer math


# 06fdf359 20-Nov-2014 Veres Lajos

typo fixes - https://github.com/vlajos/misspell_fixer


# 4dc99457 20-Nov-2014 Veres Lajos

typo fixes - https://github.com/vlajos/misspell_fixer

Conflicts:
ext/ftp/ftp.h
ext/pcre/pcrelib/pcre_printint.c
ext/pcre/pcrelib/sljit/sljitLir.c

typo fixes - https://github.com/vlajos/misspell_fixer

Conflicts:
ext/ftp/ftp.h
ext/pcre/pcrelib/pcre_printint.c
ext/pcre/pcrelib/sljit/sljitLir.c
ext/pcre/pcrelib/sljit/sljitLir.h
ext/pcre/pcrelib/sljit/sljitNativeARM_32.c
ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c
ext/pgsql/pgsql.c
ext/phar/func_interceptors.c
ext/soap/soap.c
ext/standard/image.c

show more ...


# aff66a94 15-Oct-2014 Anatol Belski

don't define tsrm ls in SAPIs under linux

as it's compiled statically with the core


# 8aeffdd7 15-Oct-2014 Anatol Belski

moved most of the core to use static tsrm ls cache pointer

plus apache2handler, cli and cgi


# 97319bc8 13-Oct-2014 Anatol Belski

fix signed/unsigned mismatch


12345678910>>...26