History log of /PHP-5.5/ext/mysql/php_mysql.c (Results 301 – 325 of 352)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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.


# bf5cb890 26-Feb-2000 Zeev Suraski

- Convert 'PHP3' to 'PHP'
- Avoid declaring crypt() related salt types twice


Revision tags: php-4.0b4pl1, php-4.0b4
# e3f95d1c 20-Feb-2000 Zeev Suraski

Win32 compile fix


Revision tags: php-4.0b4_rc1
# 77633372 20-Feb-2000 Evan Klinger

Eliminate compile errors relating to signals.


# ccaff446 19-Feb-2000 Zeev Suraski

Win32 compile fix


# 86fa2aad 19-Feb-2000 Zeev Suraski

the pipe is breaking all the time


# bf25d1ce 19-Feb-2000 Zeev Suraski

Restore the singal protection in the MySQL module


Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000
# bbb25255 12-Feb-2000 Andi Gutmans

- Update the C file to use PHP_WIN32


1...<<1112131415