be0eeccd | 24-Sep-1999 |
Andrey Hristov |
Update WDDX for new high-performance function API. |
8ad2f4a2 | 24-Sep-1999 |
Thies C. Arntzen |
we want to know who to "blame";-) |
c626d9e4 | 24-Sep-1999 |
Thies C. Arntzen |
updated XML (only partly tested) |
79e729d6 | 24-Sep-1999 |
Stig Bakken |
more high-tech shared building |
a4bc9478 | 24-Sep-1999 |
Stig Bakken |
kill another warning |
63b101f3 | 24-Sep-1999 |
Stig Bakken |
kill warning |
701bd7cf | 24-Sep-1999 |
Stig Bakken |
set "phplibdir" in configure so it doesn't have to be set in Makefile.am |
032b4592 | 24-Sep-1999 |
Thies C. Arntzen |
use getParameterEx |
33a946d3 | 24-Sep-1999 |
Stig Bakken |
#if !HAVE_FOO -> #ifndef HAVE_FOO |
bd3132bc | 24-Sep-1999 |
Stig Bakken |
AM_PROG_LIBTOOL is obsolete in libtool 1.3.3, which we now require. Using AC_PROG_LIBTOOL instead. |
56654596 | 24-Sep-1999 |
Stig Bakken |
Detect automake/libtool that are installed with different prefixes. |
10ec822b | 24-Sep-1999 |
Thies C. Arntzen |
fixed warning |
360675ce | 24-Sep-1999 |
Zeev Suraski |
Compile fixes for WDDX, XML and Zlib (untested) |
83a5bfdd | 24-Sep-1999 |
Zeev Suraski |
This should make the Sybase CT module compile again (untested) |
e99e7c04 | 24-Sep-1999 |
Zeev Suraski |
This should make the mSQL module compile again (untested) |
86133ef4 | 24-Sep-1999 |
Zeev Suraski |
Ok guys, the prototype for zend_fetch_resource*() has changed - it now accepts a zval ** instead of a zval *, to be suitable for use with the getParametersEx() API. You don't have to swit
Ok guys, the prototype for zend_fetch_resource*() has changed - it now accepts a zval ** instead of a zval *, to be suitable for use with the getParametersEx() API. You don't have to switch to the getParametersEx() API, but you will have to go over your code and add &'s where it's applicable (of course, if you have the mental strength to go over your code and convert it to use the Ex API, it's best). The MySQL module now uses the getParametersEx() API completely.
show more ...
|
85844ace | 24-Sep-1999 |
Zeev Suraski |
Exify the standardized resource stuff |
c8ac4bb0 | 23-Sep-1999 |
Sascha Schumann |
Link with libtsrm.a, if thread-safety is chosen. |
f0ee629b | 23-Sep-1999 |
Sascha Schumann |
Exit, if subsequent configure scripts fail. |
8bf4fe02 | 23-Sep-1999 |
Sascha Schumann |
Try to find ANSI/STDC compatible mode of host compiler |
1e573a9a | 23-Sep-1999 |
Andrew Skalski |
fixed php3 code problem |
63c15d29 | 23-Sep-1999 |
Andi Gutmans |
- Fix bug #2364. I haven't checked all of the conversion macros yet but there's a change there are more such bugs there. |
4efa22c8 | 23-Sep-1999 |
Sascha Schumann |
Fix vpath build w/ thread-safe enabled on Unix. |
9f07657b | 23-Sep-1999 |
Andrey Hristov |
Small clarification. |
de8120f5 | 23-Sep-1999 |
Sascha Schumann |
This version is finally the standard one. The last one was created using the 'nested ifs mode' which seems to be the source of the problem. |