History log of /PHP-7.4/ext/mysqli/mysqli_nonapi.c (Results 151 – 175 of 214)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 85fe8e96 14-Apr-2007 Antony Dovgal

MFH


Revision tags: RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1, php-4.4.6, php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2
# 4223aa4d 01-Jan-2007 Sebastian Bergmann

MFH: Bump year.


Revision tags: php-5.2.1RC1, php-5.2.0, php-5.2.0RC6, php-5.2.0RC5
# 3611a3de 02-Oct-2006 Hannes Magnusson

Fix protos


Revision tags: php-5.2.0RC4, php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1, php-4.4.3RC2, BEFORE_NEW_OUTPUT_API, php-4.4.3RC1, php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3, php-5.1.3RC2
# b3a437fc 24-Mar-2006 Georg Richter

Fix for bug #36802 (server crashes with invalid/not opened connections)
Added status to mysqli_resource:
MYSQLI_STATUS_UNKNOWN
MYSQLI_STATUS_CLEARE

Fix for bug #36802 (server crashes with invalid/not opened connections)
Added status to mysqli_resource:
MYSQLI_STATUS_UNKNOWN
MYSQLI_STATUS_CLEARED (for future use)
MYSQLI_STATUS_INITIALIZED (after mysqli_init and mysqli_stmt_init)
MYSQLI_STATUS_VALID (for valid objects)
removed valid flag
changed MYSQLI_FETCH_RESOURCE
added last parameter __check which specifies the status

show more ...


# d76e149f 21-Mar-2006 Ilia Alshanetsky

Fixed bug #36802 (mysqli_set_charset() crash with a non-open connection).


Revision tags: php-5.1.3RC1, RELEASE_1_2, RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2
# 5bd93221 01-Jan-2006 foobar

bump year and license version


# f7c77f0f 23-Dec-2005 Stefan Esser

Beware of format strings...


Revision tags: php-5.1.2RC1
# a0349727 22-Dec-2005 Zeev Suraski

Fix prototype


Revision tags: RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2
# 062626d0 10-Oct-2005 Antony Dovgal

use proper macros and vars instead of strlen()


# 410e106a 10-Oct-2005 Antony Dovgal

fix #34810 (mysqli::init() and others use wrong $this pointer without checks)


Revision tags: php-4.4.1RC1, RELEASE_0_9_0, RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0
# f25c366a 06-Aug-2005 Andrey Hristov

add a comment


# 313ff999 06-Aug-2005 Andrey Hristov

add error checking


# dcc18b6d 06-Aug-2005 Andrey Hristov

fix problem on 64 bit - when asking for "l" supply long not int because
on 64 bit they differ and zend_parse_parameters makes a *(long*) cast
which means that if the variable is int 4 bytes o

fix problem on 64 bit - when asking for "l" supply long not int because
on 64 bit they differ and zend_parse_parameters makes a *(long*) cast
which means that if the variable is int 4 bytes of the variable(s)
declared before it (on the stack) will be overwritten. In this case
this is the length of the query -> made 0 and mysqli_query() returns
FALSE.

show more ...


# 23e671a5 03-Aug-2005 foobar

- Bumber up year


Revision tags: RELEASE_0_9, php-5.1.0b3
# 9aabcf70 12-Jul-2005 Georg Richter

changed version dependency for charset functions


# 9caaee66 12-Jul-2005 Georg Richter

removed charset structure. libmysql now provides a function
mysqli_get_character_set_info (Vers. 5.0.10)


Revision tags: php-4.4.0, php-4.4.0RC2
# 689f3488 27-Jun-2005 Antony Dovgal

fix couple of leaks in MySQLi


# 01108f78 26-Jun-2005 Georg Richter

fix for #33474


Revision tags: php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# d486da96 03-Jun-2005 Georg Richter

added new function mysqli_get_charset


# d72cd1d1 13-May-2005 Georg Richter

charsets_dir is no longer needed


# 49e1484d 13-May-2005 Georg Richter

- fixed compile error under windows. Functionality for changing the
character set was moved to libmysql (4.1 bk tree - will be merged into
5.0 within the next days).
- renamed mysql_set_c

- fixed compile error under windows. Functionality for changing the
character set was moved to libmysql (4.1 bk tree - will be merged into
5.0 within the next days).
- renamed mysql_set_character_set to mysqli_set_charset

show more ...


# b654b20e 08-May-2005 Georg Richter

Added new function mysqli_set_character_set_name


# 60c0c8e9 06-May-2005 Andrey Hristov

initialize values because the call to zend_parse_parameters may not do it


# f6b12b35 27-Apr-2005 Andrey Hristov

MFB (fixing bug 31668)


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1
# a3085602 24-Feb-2005 Ilia Alshanetsky

Fixed bug #32081 (default socket value is not being used).


123456789