History log of /PHP-5.6/ext/mysql/php_mysql.c (Results 301 – 325 of 359)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# ef8fb276 07-Nov-2000 Stanislav Malyshev

Enable to use mysql_use_result in query functions.
You may need this if you use real big queries.
@- Allow user to use mysql_use_result in mysql queries (Stas)


# b20f8b39 03-Nov-2000 Zeev Suraski

Fixed mysql_close() - A bit more complicated than I originally thought


# 6451d584 03-Nov-2000 Zeev Suraski

Fix mysql_close()


# f1dcb32c 25-Oct-2000 Andrei Zmievski

Use zend_register_list_destructors_ex() instead.


# 7b4983c8 20-Oct-2000 Andrei Zmievski

Mega-patch to get better resource information for modules.
* Fixed a bug in zend_rsrc_list_get_rsrc_type()
* Switched register_list_destructors() to use
zend_register_list_destruc

Mega-patch to get better resource information for modules.
* Fixed a bug in zend_rsrc_list_get_rsrc_type()
* Switched register_list_destructors() to use
zend_register_list_destructors_ex() instead
* Updated all relevant modules to provide the resource type name
to register_list_destructors() call
* Updated var_dump() to output resource type name instead of number

@- Made resource type names visible, e.g. var_dump() and
@ get_resource_type() display "file" for file resources. (Andrei)

show more ...


Revision tags: php-4.0.3
# dea72ba6 11-Oct-2000 Zeev Suraski

Added mysql_escape_String()


Revision tags: php-4.0.3RC2, php-4.0.3RC1
# 3f80efd6 30-Sep-2000 Andi Gutmans

- Cleanup output functions


# 09e00183 20-Sep-2000 Brian Moon

added mysql_fetch_assoc. Acts like mysql_fetch_array used to.


Revision tags: php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE, PRE_METHOD_CALL_SEPERATE_FIX_PATCH
# 37de6635 05-Jul-2000 Zeev Suraski

That's no bug, it's quite fine the way it is (if id is
set to -1, it's ignored, and the passed_id argument is used).

If you're experiencing trouble with mysql_close(), please give me a

That's no bug, it's quite fine the way it is (if id is
set to -1, it's ignored, and the passed_id argument is used).

If you're experiencing trouble with mysql_close(), please give me a
reproducing script. If there's a bug, it's not as simple as that.

show more ...


# 46a9e6c2 05-Jul-2000 Uwe Steinmann

- Discoverd possible bug. Could somebody have a look.


Revision tags: php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC
# f29eae13 16-Jun-2000 Zeev Suraski

Move timeout code to Zend, allow Win32 timeouts
@- Implemented max_execution_time under Win32 (Zeev)


# 02d2a5db 11-Jun-2000 Zeev Suraski

Fix Windows .dsp's


Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH
# 3701bc42 05-Jun-2000 Andi Gutmans

- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch


# 950fb739 29-May-2000 Zeev Suraski

Fix bug #4678


# 4686a3b5 23-May-2000 Sascha Schumann

Use #ifdef COMPILE_DL_EXTNAME solely.


Revision tags: php-4.0.0
# e043439f 18-May-2000 Zeev Suraski

Update the license with the new clause 6


# fe24b820 15-May-2000 Andrei Zmievski

@- NULL values are now preserved in the return value of mysql_fetch_array()
@ and mysql_fetch_object(). (Andrei)


Revision tags: php-4.0RC2
# fe50664d 02-May-2000 Sascha Schumann

#if COMPILE_DL

becomes

#if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)


# 0d383d93 02-May-2000 Sascha Schumann

Replace the various get_module() functions with a uniform
ZEND_GET_MODULE(name) macro.


# a7c8bfb9 06-Apr-2000 Colin Viebrock

phpinfo() prettying


# 6882044a 05-Apr-2000 Colin Viebrock

phpinfo() prettying


# 491a315c 01-Apr-2000 Zeev Suraski

@- Made the IMAP and LDAP modules compilable under Windows and thread-safe (Zeev)


Revision tags: PHP-4.0-RC1
# a0f70aa6 26-Mar-2000 Zeev Suraski

@- Fix a data corruption bug in mysql_result(), if used in table.fieldname mode (Zeev)
Hopefully that settles this one.


# 49c32728 20-Mar-2000 Rasmus Lerdorf

Make it possible to specify both a port and a socket in mysql_[p]connect
@ Make it possible to specify both a port and a socket in mysql_[p]connect


# d02fe90b 06-Mar-2000 Stig Bakken

Change extension names in all extensions' zend_module_entry to their
directory name.


1...<<1112131415