History log of /PHP-5.5/ext/mysqli/mysqli_nonapi.c (Results 101 – 125 of 156)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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).


Revision tags: RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2
# 0b4c108b 07-Jan-2005 Georg Richter

Added new classes:
mysqli_driver
mysqli_warning
mysqli_exception
mysqli_sql_exception

Improved embedded server support
changed testsuite t

Added new classes:
mysqli_driver
mysqli_warning
mysqli_exception
mysqli_sql_exception

Improved embedded server support
changed testsuite to work also with embedded server

Made statement and resultset classes extendable

minor fixes

show more ...


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1
# b557bdb6 01-Nov-2004 Georg Richter

added multi resultset support in mysql_connect


# b8863135 01-Nov-2004 Georg Richter

Fixed tests for empty dates (see http://bugs.mysql.com/?id=6058)
Fixed memleak in mysqli_stmt_bind_result
Fixed error handling for mysqli_multi_query


Revision tags: PRE_NEW_VM_GEN_PATCH
# f4f84ac9 19-Oct-2004 Georg Richter

Minor fix for mysqli_connect: checking socket_len for NULL Values
(Thx to Paul DuBois)


Revision tags: php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2
# c8572b0b 25-Aug-2004 Georg Richter

changed local_infile_handler:
mysql client lib now uses php_local_infile functions by default, which allows
to use php_fopen_wrapper: e.g. LOAD DATA LOCAL INFILE 'http://foo.com/bar.csv'

changed local_infile_handler:
mysql client lib now uses php_local_infile functions by default, which allows
to use php_fopen_wrapper: e.g. LOAD DATA LOCAL INFILE 'http://foo.com/bar.csv' ...

mysql_set_local_infile_handler now only supports a callback function for read.

show more ...


Revision tags: php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3
# 93bf6517 05-Jun-2004 Georg Richter

Major changes for 4.1.2-alpha/4.1.3-beta:
- added container for mysql structure
- added load data infile callback functions (currently disabled under win)
Bug fixes:
- fixed property

Major changes for 4.1.2-alpha/4.1.3-beta:
- added container for mysql structure
- added load data infile callback functions (currently disabled under win)
Bug fixes:
- fixed property changes (4.1.1 -> 4.1.2)
- fixed memleak in mysqli_connect
- fixed bug #28100
- fixed bug #28205
- fixed bug #28430

show more ...


Revision tags: php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0
# 8e52a1a8 26-Feb-2004 Georg Richter

added MySQLI ini entries
added ini parameter for mysql->reconnect


# 81f05c18 25-Feb-2004 Ard Biesheuvel

Wordsize fixes


1234567