php-src/ext/mysqli
Dmitry Stogov 7301994c28 Merge branch 'master' into phpng
* master: (46 commits)
  PHP_INT_MIN and _MAX tests
  NEWS and UPGRADING
  Added PHP_INT_MIN
  Fix wrong lenght size
  Bug #51096 - Remove unnecessary ? for first/last day of
  Moved streams related functions to xp_ssl.c
  Remove duplicate NEWS
  Update NEWS
  Update NEWS
  Update NEWS
  BFN
  BFN
  Fixed bug #67715 (php-milter does not build and crashes randomly).
  We need to turn off any strict mode here for this warning to show up
  Disable restrictions regarding arrays in constants at run-time. For the discussion around it, see the thread on the mailing list: http://www.mail-archive.com/internals@lists.php.net/msg68245.html
  Revert "Fix bug #67064 in a BC safe way"
  Updated NEWS for #67693
  Updated NEWS for #67693
  Fixed bug #67693 - incorrect push to the empty array
  add missing entry to NEWS
  ...

Conflicts:
	Zend/tests/errmsg_040.phpt
	Zend/tests/ns_059.phpt
	Zend/zend_language_parser.y
	Zend/zend_vm_def.h
	ext/openssl/openssl.c
	ext/reflection/php_reflection.c
	ext/session/session.c
	ext/spl/spl_directory.c
	ext/spl/spl_iterators.c
	ext/sqlite3/sqlite3.c
	ext/standard/array.c
2014-08-04 13:56:27 +04:00
..
tests Merge branch 'master' into phpng 2014-08-04 13:56:27 +04:00
config.m4 Fix long-standing visual pain point: the misalignment of './configure help' text. 2013-08-06 11:06:09 -07:00
config.w32 - add phpize support for windows, need a nmake install for now (nmake devel-pkg version is coming), works exactly the same as on unix, or should :) 2010-12-13 18:43:10 +00:00
CREDITS
mysqli.c Merge remote-tracking branch 'origin/master' into phpng 2014-07-18 16:25:43 +08:00
mysqli.dsp
mysqli_api.c Fixed build with libmysql 2014-06-27 23:58:55 +08:00
mysqli_driver.c Refactor MySQLi (incompleted, only compilable now) 2014-05-11 14:53:18 +08:00
mysqli_embedded.c Bump year 2014-01-03 11:08:10 +08:00
mysqli_exception.c Refactor MySQLi (incompleted, only compilable now) 2014-05-11 14:53:18 +08:00
mysqli_fe.c New result fetching mode for mysqlnd, which should use less memory but 2014-04-10 16:44:54 +03:00
mysqli_fe.h Add new INI for rollbacking connections put back into the pconn pool 2014-01-29 15:27:43 +02:00
mysqli_libmysql.h Bump year 2014-01-03 11:08:10 +08:00
mysqli_mysqlnd.h Move from directly referencing an aggregated structure to using a 2011-10-25 23:01:49 +00:00
mysqli_nonapi.c Fixed mysqli_get_links_stats 2014-06-19 22:30:15 +08:00
mysqli_priv.h Merge branch 'master' into phpng 2014-05-13 15:24:40 +04:00
mysqli_prop.c Various bug fixes (now 17 tests fails, it is 11 in trunk) 2014-05-11 17:02:08 +08:00
mysqli_report.c Bump year 2014-01-03 11:08:10 +08:00
mysqli_result_iterator.c Refactor MySQLi (incompleted, only compilable now) 2014-05-11 14:53:18 +08:00
mysqli_warning.c Suppress warning 2014-06-28 00:09:26 +08:00
package.xml remove dead and unused for more than 8 years code 2012-05-03 12:22:25 +02:00
php_mysqli.h Bump year 2014-01-03 11:08:10 +08:00
php_mysqli_structs.h Various bug fixed 2014-05-11 16:05:14 +08:00
TODO