#
2987d521 |
| 15-Jun-2000 |
Andi Gutmans |
- More #if WIN32|WINNT -> #ifdef PHP_WIN32 conversions |
Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH |
|
#
022159a6 |
| 07-Jun-2000 |
Zeev Suraski |
- Fix Win32 build - Nuke a warning |
#
3701bc42 |
| 05-Jun-2000 |
Andi Gutmans |
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch |
#
2980f7f9 |
| 28-May-2000 |
Andreas Karajannis |
Changed parameter naming some function prototypes |
#
e50b33c2 |
| 28-May-2000 |
Andreas Karajannis |
Cosmetic changes. |
#
4686a3b5 |
| 23-May-2000 |
Sascha Schumann |
Use #ifdef COMPILE_DL_EXTNAME solely. |
Revision tags: php-4.0.0 |
|
#
11f49090 |
| 21-May-2000 |
Andreas Karajannis |
Turn off retrieving the whole error stack |
#
e043439f |
| 18-May-2000 |
Zeev Suraski |
Update the license with the new clause 6 |
#
07f7b8c1 |
| 11-May-2000 |
Andreas Karajannis |
Prototype adapted |
#
010f7850 |
| 11-May-2000 |
Andreas Karajannis |
Restoring old parameter ordering in odbc_fetch_into() |
#
7a3e2ee7 |
| 11-May-2000 |
Egon Schmid |
Fixed some typos. |
#
f4357f32 |
| 11-May-2000 |
Andreas Karajannis |
Forcing passing by reference for array in odbc_fetch_into() Added function odbc_column_scale(), new alias odbc_column_precision for odbc_column_len Added better description in Prototypes for
Forcing passing by reference for array in odbc_fetch_into() Added function odbc_column_scale(), new alias odbc_column_precision for odbc_column_len Added better description in Prototypes for some functions
show more ...
|
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. |
#
1b7bfe5b |
| 16-Apr-2000 |
Nick Gorham |
Removed unnecessary FAR's (I am assuming we don't need to work under 16 bit windows). They break several ODBC builds. |
#
a7c8bfb9 |
| 06-Apr-2000 |
Colin Viebrock |
phpinfo() prettying |
Revision tags: PHP-4.0-RC1 |
|
#
50a2574e |
| 14-Mar-2000 |
Andi Gutmans |
- ELS are passed to internal functions |
#
773d0560 |
| 13-Mar-2000 |
Andreas Karajannis |
odbc_close() and odbc_close_all() working again |
#
bb09ee95 |
| 12-Mar-2000 |
Sascha Schumann |
Use sprintf everywhere and define sprintf to php_sprintf, if sprintf is broken. |
#
caeaaf4d |
| 12-Mar-2000 |
Sascha Schumann |
Fix build on systems which lack snprintf or vsnprintf. PR: #3786 |
#
355eda0c |
| 12-Mar-2000 |
Leo Baschy |
remove recent patch to _close_odbc_conn calling _free_odbc_result |
#
9dca788c |
| 11-Mar-2000 |
Andi Gutmans |
- Don't define DEBUG anymore. Everyone should use PHP_DEBUG. There are 2-3 third-party libs in PHP which use DEBUG and I left them this way (primary example is pcrelib). - Please test
- Don't define DEBUG anymore. Everyone should use PHP_DEBUG. There are 2-3 third-party libs in PHP which use DEBUG and I left them this way (primary example is pcrelib). - Please test things and Andrei, can you check that pcrelib stopped printing the warning messages?
show more ...
|
#
db33bb8f |
| 09-Mar-2000 |
Leo Baschy |
_close_odbc_conn calls _free_odbc_result if possible |
#
d02fe90b |
| 06-Mar-2000 |
Stig Bakken |
Change extension names in all extensions' zend_module_entry to their directory name. |
#
324391bc |
| 23-Feb-2000 |
Andreas Karajannis |
uodbc now uses zend's reference system. The crashes on request shutdown should be gone. |