History log of /PHP-5.5/ext/mysql/php_mysql.c (Results 251 – 275 of 352)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 009b8470 08-Oct-2001 Derick Rethans

- Fix for bug #13592 (Patch by Markus Fischer <mfischer@guru.josefine.at>)


Revision tags: php4, php-4.0.7RC3, POST_SUBST_Z_MACROS
# 6cfba2a3 25-Sep-2001 Jeroen van Wolffelaar

2nd phase in back-substitution those macro's

I've got pretty much everything now...


# c0332885 25-Sep-2001 Jeroen van Wolffelaar

Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.


Revision tags: PRE_SUBST_Z_MACROS
# 78747bd2 09-Sep-2001 Derick Rethans

- Don't wrap lines... this is annoying while coding.


Revision tags: php-4.0.7RC2
# d14b3a86 20-Aug-2001 Jeroen van Wolffelaar

Proto fix


Revision tags: php-4.0.7RC1, BEFORE_EXP_MERGE
# ed9c36c1 11-Aug-2001 Andi Gutmans

- Make mysql_fetch_object() work w/ Engine 2


# f6f6c4d7 11-Aug-2001 Zeev Suraski

Whitespace


Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT
# 23b9300f 06-Aug-2001 Sascha Schumann

more tsrm cleanup


# aa1772ca 31-Jul-2001 Zeev Suraski

More TSRMLS_FETCH annihilation


# c43806f4 30-Jul-2001 Zeev Suraski

Zend compatibility patch


# 797a079a 30-Jul-2001 Zeev Suraski

More TSRMLS_FETCH work, and a bit of cleanup


# a0f5b749 28-Jul-2001 Andi Gutmans

- More object macro work


# d87cc976 28-Jul-2001 Zeev Suraski

Redesigned thread safety mechanism - nua nua


Revision tags: PRE_TSRM_MERGE_PATCH, PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3
# 81e2cf03 06-Jun-2001 Rasmus Lerdorf

Fix folding and clean up some extensions


# 14afcf72 05-Jun-2001 Jason Greene

Fix Non-terminated comment


# 25c3a3a3 05-Jun-2001 Rasmus Lerdorf

vim-6 does folding - clean up a bunch of missing folding tags plus
some misguided RINIT and RSHUTDOWN calls in a few fringe extensions


Revision tags: php-4.0.6RC2
# 1beda9ee 24-May-2001 Stig Bakken

* include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)


Revision tags: php-4.0.6RC1
# 63b3fa26 09-May-2001 Wez Furlong

Reverse my earlier patch for mysql_db_query() & emit an E_NOTICE of it's
deprecated status.
# Should it be a warning or a notice?


# 21ec6e29 07-May-2001 Wez Furlong

Enabled optional result_mode param in mysql_db_query() to make it behave
as mysql_unbuffered_query (can be either MYSQL_USE_RESULT or
MYSQL_STORE_RESULT)


# d998ae4e 05-May-2001 Sascha Schumann

Fix broken ZTS build.


# 52ba3176 05-May-2001 Zeev Suraski

emalloc()'d strings must be freed before the request shutdown;
Rule of the thumb: initialize in RINIT, clean in RSHUTDOWN


# bb131011 04-May-2001 Jason Greene

Fixed bug in my previous patch, forgot to reset connect error globals
on request startup.


# 8405c368 04-May-2001 Jason Greene

@ Added connection error support to mysql_error() and mysql_errno() (Jason)

This should work correctly without causing compatibility issues with previous
scripts. Someone might want to d

@ Added connection error support to mysql_error() and mysql_errno() (Jason)

This should work correctly without causing compatibility issues with previous
scripts. Someone might want to double check this change, just in case.

show more ...


# d4e64925 02-May-2001 foobar

Possible Fix for #10570, #10585, #10539 and maybe others.


Revision tags: php-4.0.5
# c8a768a2 29-Apr-2001 Zeev Suraski

whitespace fix


1...<<1112131415