History log of /PHP-7.3/ext/mysqlnd/mysqlnd_structs.h (Results 76 – 100 of 255)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.5.21RC1, php-5.6.5RC1
# b7a7b1a6 03-Jan-2015 Stanislav Malyshev

trailing whitespace removal


Revision tags: POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4
# e112f6a0 14-Dec-2014 Anatol Belski

second shot on removing TSRMLS_*


# bdeb220f 13-Dec-2014 Anatol Belski

first shot remove TSRMLS_* things


Revision tags: 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
# e33f3d3b 20-Sep-2014 Nikita Popov

Move smart_str implementation into Zend/

So we can use it there as well...

For now I've retained the zend_smart_str_public.h header, though
it would probably be better to just m

Move smart_str implementation into Zend/

So we can use it there as well...

For now I've retained the zend_smart_str_public.h header, though
it would probably be better to just move that one struct into
zend_types.h.

show more ...


# d0cb7153 19-Sep-2014 Johannes Schlüter

s/PHP 5/PHP 7/


Revision tags: php-5.4.33, php-5.5.17
# 77137b56 14-Sep-2014 Anatol Belski

align 4 byte to the start of the word


# 27d0cfb8 14-Sep-2014 Anatol Belski

reduce the struct size by 8 byte on 64 bit


# cac71ecc 13-Sep-2014 Anatol Belski

reduce the struct size by 8 byte on 64 bit


# 35a2937e 13-Sep-2014 Anatol Belski

reduce the struct size by 8 byte on 64 bit


# b056859d 13-Sep-2014 Anatol Belski

reduce the struct size by 8 byte on 64 bit


Revision tags: php-5.6.1RC1, php-5.5.17RC1, php-5.4.33RC1, php-5.6.0
# 6469339a 26-Aug-2014 Xinchen Hui

Fixed incompatible pointer


Revision tags: POST_AST_MERGE, PRE_AST_MERGE
# c3e3c98e 25-Aug-2014 Anatol Belski

master renames phase 1


Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32
# bdbf47df 19-Aug-2014 Anatol Belski

ported mysql and mysqlnd


Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29
# da3aeeed 13-Aug-2014 Xinchen Hui

clean up - avoid realloc


# 9959ead3 06-Aug-2014 Andrey Hristov

Use callback structure


Revision tags: 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
# 8ce23d8f 24-Jun-2014 Xinchen Hui

Don't use zend_string for other fields (only name here is enough)


# 92a70898 23-Jun-2014 Xinchen Hui

Use zend_string in mysqlnd


Revision tags: php-5.6.0RC1
# 6288bb8f 17-Jun-2014 Xinchen Hui

Refactoring mysqlnd (incompleted, only mysqlnd ext compilable)


Revision tags: php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4, php-5.4.29, php-5.5.13
# 5d57e17a 20-May-2014 Andrey Hristov

First set of phpng changes for mysqlnd


Revision tags: 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
# 5c87ed05 11-Apr-2014 Anatol Belski

fix syntax error in vc++


# 63791d05 10-Apr-2014 Andrey Hristov

New result fetching mode for mysqlnd, which should use less memory but
implies more memory copy. The old method is still available and can be used.
It stays as default. Choosing the method is

New result fetching mode for mysqlnd, which should use less memory but
implies more memory copy. The old method is still available and can be used.
It stays as default. Choosing the method is through a flag to mysqli_query()/mysqli_real_query()
New mode can be forced with an INI setting, for all extensions that support this mode
(ext/mysql and mysqli, because PDO due to it's architecture can't support it)
The setting is mysqlnd.fetch_data_copy=[0|1]

show more ...


Revision tags: php-5.6.0beta1, php-5.4.27, php-5.5.11, php-5.5.11RC1, php-5.4.27RC1
# d2a29139 10-Mar-2014 Andrey Hristov

inject it directly. This is not C++ and I don't want to use hacks with similar structures
that are binary compatible. Better be explicit.


# 990f9c8f 10-Mar-2014 Andrey Hristov

Switch from a single flag to a flag byte


# 6b804b96 05-Mar-2014 Andrey Hristov

Refactor the result set data structures. Move more to the buffered and unbuffered
substructures. Add methods to these too. Preparing for pluggable interface for
returning data to the engine (

Refactor the result set data structures. Move more to the buffered and unbuffered
substructures. Add methods to these too. Preparing for pluggable interface for
returning data to the engine (zvals, c-style, something else)

show more ...


Revision tags: php-5.5.10, php-5.4.26, php-5.6.0alpha3, php-5.4.26RC1, php-5.5.10RC1, php-5.6.0alpha2, php-5.5.9, php-5.4.25, php-5.5.9RC1, php-5.4.25RC1, php-5.6.0alpha1, php-5.5.8, php-5.4.24
# c081ce62 03-Jan-2014 Xinchen Hui

Bump year


1234567891011