php-src/sapi
Anton Blanchard 275009d0bd http parser code assumes char is signed
A char can be either signed or unsigned, and on PowerPC and ARM it is
unsigned. The following code will always be false on these architectures:

        if (c == -1) goto error;
2015-07-06 10:13:00 +10:00
..
apache2handler Merge branch 'PHP-5.6' 2015-04-14 01:28:06 -07:00
cgi integrate the applink shim in the other bins 2015-07-03 07:11:14 +02:00
cli http parser code assumes char is signed 2015-07-06 10:13:00 +10:00
embed made ZEND_TSRMLS_CACHE_* macros look like function calls 2015-02-16 17:19:32 +01:00
fpm Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 13:59:27 +03:00
litespeed bump API version to 6.8 2015-06-22 23:39:35 -04:00
phpdbg integrate the applink shim in the other bins 2015-07-03 07:11:14 +02:00
tests Fixed sapi/tests (maybe needs some run-test.php people's reviewing) 2015-05-27 17:37:34 +08:00