#
7bb67a62 |
| 18-Jul-2000 |
Stig Bakken |
@Set default include_path so PEAR files can be reached (Stig)
|
#
17229993 |
| 10-Jul-2000 |
Sascha Schumann |
Substitute CXX_PHP_COMPILE. Compiling C++ source files works now.
|
#
e5157159 |
| 09-Jul-2000 |
Sascha Schumann |
Add support for building C++ sources. In your extension's config.m4, you need to use the m4 macro PHP_REQUIRE_CXX This shall be called only, if your extension is enable
Add support for building C++ sources. In your extension's config.m4, you need to use the m4 macro PHP_REQUIRE_CXX This shall be called only, if your extension is enabled. C++ source files shall not be put into the LTLIBRARY_SOURCES macro. Instead, the filename of the object shall be put into LTLIBRARY_OBJECTS_X. I.e. if your extension foo consists of foo.cxx, use LTLIBRARY_OBJECTS_X = foo.lo
show more ...
|
Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH |
|
#
4e5597e0 |
| 29-Jun-2000 |
Thies C. Arntzen |
welcome 4.0.2-dev
|
Revision tags: php-4.0.1pl1, php-4.0.1, php-4.0.1RC2 |
|
#
16c36318 |
| 26-Jun-2000 |
Zeev Suraski |
TRACK_VARS is really no longer necessary...
|
Revision tags: php-4.0.1RC |
|
#
3998034a |
| 22-Jun-2000 |
Zeev Suraski |
Update to 4.0.1
|
#
de5e2a58 |
| 21-Jun-2000 |
Sascha Schumann |
Add alloca.h check Remove some unused header checks
|
#
35e3efbd |
| 20-Jun-2000 |
Zeev Suraski |
Warn about using the built-in MySQL library
|
#
21785afb |
| 16-Jun-2000 |
Hartmut Holzgraefe |
fix for BUG #5066
|
#
59b455cf |
| 15-Jun-2000 |
Andrei Zmievski |
@- Updated strtotime() to handle many more formats. It now has complete @ feature parity with GNU date command. (Andrei)
|
#
190e2e73 |
| 14-Jun-2000 |
Egon Schmid |
Fix for #5028.
|
#
6ebdd64d |
| 13-Jun-2000 |
Sascha Schumann |
Fix spelling
|
#
c250702c |
| 12-Jun-2000 |
Zeev Suraski |
Lets not offend anyone :)
|
#
fd7153b0 |
| 11-Jun-2000 |
Sascha Schumann |
Change directory name from core to main.
|
#
6df3a213 |
| 11-Jun-2000 |
Sascha Schumann |
Prepare move of the top-level source files to the core directory.
|
#
b8063c34 |
| 11-Jun-2000 |
Sascha Schumann |
Separate creating config_vars.mk and generating Makefiles. This change enables you to regenerate Makefiles by running config.status.
|
#
8e3fdccb |
| 10-Jun-2000 |
Sascha Schumann |
Define _POSIX_PTHREAD_SEMANTICS on Solaris by default.
|
#
8f58728e |
| 09-Jun-2000 |
Sascha Schumann |
Real fix for std_syslog issue on OpenServer. This is limited to the native development system (/bin/cc and icc) and does not show up with the UDK.
|
Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH |
|
#
e49ad341 |
| 08-Jun-2000 |
Sascha Schumann |
Wipe out acconfig.h.in and rewrite some checks to use PHP_ARG_ENABLE.
|
#
950e7224 |
| 04-Jun-2000 |
Sascha Schumann |
Back out the last change by Andi which caused TSRM to be always configured. This needs to be refined. It caused breakage on several platforms.
|
#
45cfada9 |
| 02-Jun-2000 |
Andi Gutmans |
- Make TSRM always compile into PHP. We can now move virtual_cwd over here. - We might not want to compile TSRM.c in case we are on a platform which - doesn't support threads. Sascha? What do
- Make TSRM always compile into PHP. We can now move virtual_cwd over here. - We might not want to compile TSRM.c in case we are on a platform which - doesn't support threads. Sascha? What do you think?
show more ...
|
#
1e56dd78 |
| 31-May-2000 |
Sascha Schumann |
Make use of already existing macro PHP_PROG_SENDMAIL
|
#
0ebb7335 |
| 28-May-2000 |
Andi Gutmans |
- This should have been done for 4.0.0. - Default build is without debug now. Use --enable-debug if you want a - debug build which includes leak/memory overwrite etc. detection
|
#
c3bff722 |
| 24-May-2000 |
Sascha Schumann |
Add -traditional-cpp for Rhapsody and -D_BSD_TIMEOFDAY_FLAVOR for DG/UX. Also fix the search path for sendmail.
|
#
25df65b0 |
| 24-May-2000 |
Sascha Schumann |
Support old-style readdir_r()
|