php-src/ext/session
Anatol Belski c6bad96f30 Merge remote-tracking branch 'origin/master' into native-tls
* origin/master: (398 commits)
  NEWS
  add test for bug #68381
  Fixed bug #68381 Set FPM log level earlier during init
  proper dllexport
  move to size_t where zend_string is used internally
  fix some datatype mismatches
  return after the warning, to fix uninitialized salt usage
  fix datatype mismatches
  add missing type specifier
  fix datatype mismatches
  fix unsigned check
  "extern" shouldn't be used for definitions
  joined identical conditional blocks
  simplify fpm tests
  SEND_VAR_NO_REF optimization
  Add test for bug #68442
  Add various tests for FPM - covering recent bugs (68420, 68421, 68423, 68428) - for UDS - for ping and status URI - for multi pool and multi mode
  Include small MIT FastCGI client library from https://github.com/adoy/PHP-FastCGI-Client
  Get rid of zend_free_op structure (use zval* instead). Get rid of useless TSRMLS arguments.
  Add new FPM test for IPv4/IPv6
  ...

Conflicts:
	win32/build/config.w32
2014-11-18 21:18:52 +01:00
..
tests Merge branch 'PHP-5.6' 2014-11-06 13:49:43 +09:00
config.m4 fix arg order, CFLAGS is the fifth arg in m4 2014-10-17 16:03:40 +02:00
config.w32 ext/iconv, ext/json and ext/session use static tsrmls pointer 2014-10-17 14:16:40 +02:00
CREDITS
mod_files.bat MFH 2008-12-30 19:37:35 +00:00
mod_files.c s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
mod_files.h s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
mod_files.sh Fixed bug #49175: mod_files.sh does not support hash bits 2013-06-29 11:35:55 +09:00
mod_mm.c bring back all the TSRMLS_FETCH() stuff 2014-10-15 09:37:55 +02:00
mod_mm.h s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
mod_user_class.c s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
mod_user.c s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
mod_user.h s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
package.xml Implement object-oriented session handlers (https://wiki.php.net/rfc/session-oo) 2011-09-13 22:28:15 +00:00
php_session.h ext/iconv, ext/json and ext/session use static tsrmls pointer 2014-10-17 14:16:40 +02:00
session.c Merge remote-tracking branch 'origin/master' into native-tls 2014-11-18 21:18:52 +01:00