Revision tags: php-4.0.7RC2 |
|
#
24b54b86 |
| 05-Sep-2001 |
Dan Kalowsky |
Patch to stop the crashing behavior exhibited by PHP/ODBC in SOLID/DB2 submitted by Walter Franzini (walter@sys-net.it) @Fix for LONG_VARCHAR type crashing submitted by Walter Franzini (walte
Patch to stop the crashing behavior exhibited by PHP/ODBC in SOLID/DB2 submitted by Walter Franzini (walter@sys-net.it) @Fix for LONG_VARCHAR type crashing submitted by Walter Franzini (walter@sys-net.it) #Should this also be put into the 4.0.7 RC cycle?
show more ...
|
Revision tags: php-4.0.7RC1 |
|
#
9a3d4e73 |
| 13-Aug-2001 |
Andi Gutmans |
- More ZE2 fixes
|
#
4d11d908 |
| 13-Aug-2001 |
Rasmus Lerdorf |
Track down a few more functions that don't check for 0 args and use faster mechanism
|
#
8c497f05 |
| 13-Aug-2001 |
Rasmus Lerdorf |
We don't consistently check for args passed to functions that don't take any args. In some cases we probably want to skip the check for performance reasons, but in other cases where performa
We don't consistently check for args passed to functions that don't take any args. In some cases we probably want to skip the check for performance reasons, but in other cases where performance is unlikely to be a factor, not throwing a warning on the wrong number of args passed to a function is at best inconsistent, and at worst it could hide a bug. So, add a few such checks. There are still lots of cases out there.
show more ...
|
Revision tags: BEFORE_EXP_MERGE |
|
#
d80ee070 |
| 11-Aug-2001 |
Andi Gutmans |
- Make odbc_fetch_object() work with Engine 2
|
Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT |
|
#
373b3e10 |
| 05-Aug-2001 |
Sascha Schumann |
more tsrm cleanup -- output.c is not doing any fetches anymore
|
#
aa1772ca |
| 31-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH annihilation
|
#
d76cf1da |
| 31-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH work
|
#
c43806f4 |
| 30-Jul-2001 |
Zeev Suraski |
Zend compatibility patch
|
#
797a079a |
| 30-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH work, and a bit of cleanup
|
#
7b1c4006 |
| 30-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH annihilation (Zend compatibility patch)
|
#
75ba1461 |
| 28-Jul-2001 |
Andi Gutmans |
- Object macros...
|
#
d87cc976 |
| 28-Jul-2001 |
Zeev Suraski |
Redesigned thread safety mechanism - nua nua
|
#
fe6f8712 |
| 27-Jul-2001 |
Zeev Suraski |
- Get rid of ELS_*(), and use TSRMLS_*() instead. - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any unco
- Get rid of ELS_*(), and use TSRMLS_*() instead. - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it...
show more ...
|
Revision tags: PRE_TSRM_MERGE_PATCH, PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4 |
|
#
746dd9cb |
| 19-Jun-2001 |
Dan Kalowsky |
Closed off Solid DB access to a function that it doesn't support in 3.0 and less. Thanks to Eric Veldhuzen
|
#
f2ec3fa6 |
| 14-Jun-2001 |
Dan Kalowsky |
adding in some error checking for parameter counts, and some thread safety for functions
|
#
a7e9b561 |
| 11-Jun-2001 |
Dan Kalowsky |
# just correcting the evil vim removal of {{{'s and }}}'s ... bad vim! no folding for you!
|
#
eea60318 |
| 10-Jun-2001 |
Dan Kalowsky |
corrected a compile error (named variable missing). thanks to sebastian for pointing it out # but why is he getting php-cvs commit messages and i'm not?!? # i hope to hear that the mailing l
corrected a compile error (named variable missing). thanks to sebastian for pointing it out # but why is he getting php-cvs commit messages and i'm not?!? # i hope to hear that the mailing lists will be back online soon...
show more ...
|
#
c3a3d5c8 |
| 08-Jun-2001 |
Dan Kalowsky |
added in a bit more checking on the persistent connection checks...
|
Revision tags: php-4.0.6RC3 |
|
#
81e2cf03 |
| 06-Jun-2001 |
Rasmus Lerdorf |
Fix folding and clean up some extensions
|
#
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 |
|
#
328258ac |
| 01-Jun-2001 |
foobar |
Output something if password is not set.
|
#
1beda9ee |
| 24-May-2001 |
Stig Bakken |
* include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)
|
#
251996bb |
| 22-May-2001 |
Frank M. Kromann |
Fixing prototypes to match function names
|
Revision tags: php-4.0.6RC1 |
|
#
b3a509ac |
| 08-May-2001 |
Dan Kalowsky |
this is a fix for bug 10250. it basically provides the unixODBC driver with access to the SQLDriver functions. patch originally submitted by dzoll@nyscul.org, and is going to be tested by s
this is a fix for bug 10250. it basically provides the unixODBC driver with access to the SQLDriver functions. patch originally submitted by dzoll@nyscul.org, and is going to be tested by some of the unixODBC people.
show more ...
|