History log of /PHP-8.1/ext/mysqlnd/mysqlnd_portability.h (Results 26 – 40 of 40)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1, NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5, php-5.2.7RC4
# 983f575f 18-Nov-2008 Andrey Hristov

Asynchronous queries for mysqli, when mysqlnd is enabled.
Includes 4 tests for mysqli_poll

Revision tags: BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3
# 9532d307 06-Nov-2008 Andrey Hristov

More type fixes for Windows

# de610e1d 06-Nov-2008 Andrey Hristov

Rely on win32/php_stdint.h on Windows for stdint types

# 0b46d6b5 06-Nov-2008 Andrey Hristov

Get rid of many defines (which simplifies the code a lot),
as well as uint->unsigned int

# 2c697a25 31-Oct-2008 Andrey Hristov

Fix the build

# 65f5d4e4 31-Oct-2008 Andrey Hristov

64bit fixes:
- fixes to sprintf modifiers, cleaning warnings
- use _t types, like uint64_t instead of uint64, thus skipping series of
typedefs.

Revision tags: php-5.2.7RC2, php-5.2.7RC1, php-4.4.9, php-5.3.0alpha1, php-4.4.9RC1, BEFORE_NEW_PARAMETER_PARSE, RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6, RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1, php-5.2.6RC2, php-5.2.6RC1, RELEASE_1_3_1
# 69f4a40d 23-Jan-2008 Andrey Hristov

Merge with internal version

# 685a7c9a 09-Jan-2008 Rob Richards

fix win32 compile

Revision tags: php-4.4.8
# 69f7eaa7 02-Jan-2008 Andrey Hristov

- Fix problems with double definitions
- Clean up a bit a type mess - 4 types less. No need to have aliases
for the same thing (unification is the name).
- New macro for Johannes mysqln

- Fix problems with double definitions
- Clean up a bit a type mess - 4 types less. No need to have aliases
for the same thing (unification is the name).
- New macro for Johannes mysqlnd_stmt_ro_result_metadata
----------------------------------------------------------------------

show more ...

Revision tags: php-4.4.8RC1, RELEASE_1_2_3, php-5.2.5, php-5.2.5RC2, php-5.2.5RC1
# a0aa80a3 16-Oct-2007 Andrey Hristov

Sync mysqlnd with HEAD. Same sources as in 5_3

# 970320b4 07-Oct-2007 Antony Dovgal

silence the warning

Revision tags: BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2, RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2
# 71865301 03-Aug-2007 Andrey Hristov

Update CVS
- Fix BIT problem for BIT values represented with 5 bytes. Typo.
- Make it possible with an ini variable to switch off/on statistics
collection.
- Compile-out debug check

Update CVS
- Fix BIT problem for BIT values represented with 5 bytes. Typo.
- Make it possible with an ini variable to switch off/on statistics
collection.
- Compile-out debug checking of uneaten data from the line, when the
build is release. According to callgrind this was eating some percentage.

show more ...

Revision tags: php-5.2.4RC1
# 2a80356a 26-Jul-2007 Andrey Hristov

Return to previous code

# b16daf59 26-Jul-2007 Jani Taskinen

fix typo

# f3c2a33f 25-Jul-2007 Jani Taskinen

- Moved mysqnd to it's own directory: It is sort of an extension itself.
(Similar to what ext/libxml is..)

12