Revision tags: php-4.0.7RC2, php-4.0.7RC1, BEFORE_EXP_MERGE, PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT, PRE_TSRM_MERGE_PATCH, PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3 |
|
#
81af7edb |
| 07-Jun-2001 |
Rasmus Lerdorf |
Blowfish detection patch from Alexander Bokovoy <ab@avilink.net>
|
#
fadd1472 |
| 04-Jun-2001 |
foobar |
Fix bug: #9713
|
Revision tags: php-4.0.6RC2, php-4.0.6RC1 |
|
#
afdaee9e |
| 12-May-2001 |
Sascha Schumann |
Nuke more quotes
|
Revision tags: php-4.0.5, php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1 |
|
#
397c76d7 |
| 11-Mar-2001 |
Alexander Feldman |
Fixed a compatibility problem is some file functions (fgets, fputs, fread, fwrite). The ANSI standard says that if a file is opened in read/write mode, fseek() should be called before switchi
Fixed a compatibility problem is some file functions (fgets, fputs, fread, fwrite). The ANSI standard says that if a file is opened in read/write mode, fseek() should be called before switching from reading to writing and vice versa.
show more ...
|
Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2 |
|
#
0afcb03d |
| 09-Jan-2001 |
Rui Hirokawa |
added iconv extension.
|
Revision tags: php-4.0.4pl1RC1, php-4.0.4REL |
|
#
6e1e78d1 |
| 15-Dec-2000 |
Stig Bakken |
@Added iconv() function (using libc or libiconv) (Stig)
|
Revision tags: php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3, php-4.0.3, php-4.0.3RC2, php-4.0.3RC1, php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE |
|
#
30c81ea5 |
| 19-Jul-2000 |
Rasmus Lerdorf |
Itanium patch from Steve Robb <steve@eu.c2.net> @ Itanium patch (Steve Robb)
|
Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC, PRE_EIGHT_BYTE_ALLOC_PATCH |
|
#
2472700d |
| 23-May-2000 |
Sascha Schumann |
Only print the attention thing, if the MD5 and DES checks failed.
|
Revision tags: php-4.0.0 |
|
#
db3d16dc |
| 17-May-2000 |
Sascha Schumann |
Add debug.log facility. If there are any obscure bugs in our build system, this will give us enough information to find and fix it.
|
Revision tags: php-4.0RC2 |
|
#
f51b56cf |
| 05-May-2000 |
Sascha Schumann |
Move dlopen in -ldl check to configure.in. This should ensure that if libdl exists, it will be always found. We define HAVE_LIBDL now always, if the function dlopen is found.
|
#
b6e4841e |
| 04-May-2000 |
Sascha Schumann |
Determine first whether we will use ZTS mode or not. This is important, because the system checks will yield different results depending on whether POSIX threads are enabled or not.
Determine first whether we will use ZTS mode or not. This is important, because the system checks will yield different results depending on whether POSIX threads are enabled or not. We also use PTHREADS_CFLAGS only in ZTS mode now. Using these flags in non-ZTS mode causes complete build failures on some platforms (i.e. FreeBSD 2.2.x). This will cause harmless warnings on some platforms (i.e. Solaris 2).
show more ...
|
#
8b1b39b5 |
| 16-Apr-2000 |
Rasmus Lerdorf |
Move this check to the main configure.in file. Fixes #3979
|
Revision tags: PHP-4.0-RC1 |
|
#
bf5cb890 |
| 26-Feb-2000 |
Zeev Suraski |
- Convert 'PHP3' to 'PHP' - Avoid declaring crypt() related salt types twice
|
#
21ca7192 |
| 23-Feb-2000 |
Sascha Schumann |
Include <sys/resource.h> for getrusage(2) PR: #3479
|
Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1, BEFORE_SAPI_POST_PATCH_17_FEB_2000, BEFORE_SAPIFICATION_FEB_10_2000, BEFORE_PRE_SHUTDOWN_REVERSE_PATCH, PRE_ISSET_TYPE |
|
#
cf5a5fb1 |
| 30-Dec-1999 |
Sascha Schumann |
Whoops, defining them to empty values generates many parse errors. Defaulting to 1.
|
#
2c99bef4 |
| 30-Dec-1999 |
Sascha Schumann |
Get rid of config.h.stub. Note that you should embed a comment about what the respective define does into the AC_DEFINE macro. I.e. AC_DEFINE(HAVE_FOO, 1, [Whether you have FOO])
|
#
f2f8d38e |
| 30-Dec-1999 |
Sascha Schumann |
Integration of -ng changes. Changes: - added support for externally built modules, - improved support for in-tree shared modules, - fixed diversion bugs, - configure displays som
Integration of -ng changes. Changes: - added support for externally built modules, - improved support for in-tree shared modules, - fixed diversion bugs, - configure displays some informative messages, - faster static build (libtool isn't used anymore for compiling non-PIC objects), - dependencies comparable to automake's without requiring GNU make or GCC, - working make clean for non-GNU makes.
show more ...
|
#
06859655 |
| 26-Dec-1999 |
Sascha Schumann |
Cache results of crypt capability checks
|
Revision tags: PRE_LIBZEND_TO_ZEND, PRE_RETURN_REF_MERGE, RETURN_REF_BP, PRE_RETURN_REF_PATCH |
|
#
b978a64e |
| 04-Dec-1999 |
Sascha Schumann |
Check for htonl in libsocket (sol251), and move inet_aton check in libbind to configure.in, so that our later AC_CHECK_FUNCS(inet_aton) will find inet_aton in libbind (if it is there).
|
Revision tags: ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5 |
|
#
bcb2214e |
| 13-Nov-1999 |
Sascha Schumann |
Improve regex library selection. It lets user specify whether they want system, apache, or php's regex library by using the --with-regex option. "php" is the default; if you use --with-apache
Improve regex library selection. It lets user specify whether they want system, apache, or php's regex library by using the --with-regex option. "php" is the default; if you use --with-apache in combination with Apache 1.3.x, the default is "apache".
show more ...
|
#
117ebf3c |
| 13-Nov-1999 |
Sascha Schumann |
- remove extra CPPFLAGS from top-level Makefile - HSREGEX defaults to what the user wants, but can be changed now internally
|
#
ceae3847 |
| 12-Nov-1999 |
Sascha Schumann |
Enable selective regex library compilation.
|
Revision tags: php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2 |
|
#
33ebd523 |
| 20-Oct-1999 |
Thies C. Arntzen |
(PHP getcwd()) added, needs to porting to Win32 @- added getcwd() function. (Thies) # as we do have chdir() now we have getcwd() - i think we *should* restore the # working directory in R
(PHP getcwd()) added, needs to porting to Win32 @- added getcwd() function. (Thies) # as we do have chdir() now we have getcwd() - i think we *should* restore the # working directory in RSHUTDOWN!
show more ...
|
Revision tags: PRE_FETCH_READ_PATCH, before-sapi-split |
|
#
1e57766b |
| 21-Sep-1999 |
Rasmus Lerdorf |
Slightly redundant to check for crypt() here again, but the TRY_RUN stuff needs it defined in the same m4 file or it won't work, and it will just get pulled out of the cache anyway, so it isn
Slightly redundant to check for crypt() here again, but the TRY_RUN stuff needs it defined in the same m4 file or it won't work, and it will just get pulled out of the cache anyway, so it isn't a big deal.
show more ...
|
#
87714722 |
| 21-Sep-1999 |
Sascha Schumann |
AC_CRYPT_CAP depends on symbol checks performed later.
|