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.
|
Revision tags: PRE_DELAYED_ARRAY_FETCH_PATCH, php-4.0b2, BEFORE_NEW_OPERATOR_FIX, BEFORE_BIG_SYMBOL_CHANGE, php-4.0b1, BEFORE_REMOVING_AI_COUNT_FINAL_STEP, BEFORE_REMOVING_GC_STEP2, BEFORE_REMOVING_GC_STEP1, BEFORE_PHP4_APACHE_MODULE_CHANGE |
|
#
0704064c |
| 25-Apr-1999 |
Rasmus Lerdorf |
Argh! That typo took me over an hour to find. Grr..
|
#
ecc1dce8 |
| 24-Apr-1999 |
Rasmus Lerdorf |
libbind check
|
#
7440bc50 |
| 23-Apr-1999 |
Rasmus Lerdorf |
Ok, finally.. These now work nicely on a RH-5.2 box: --with-mysql --with-ldap --with-imap --with-zlib --with-snmp
|
#
2c0ad3ee |
| 22-Apr-1999 |
Stig Bakken |
last bunch of extensions moving to ext/ fhttpd module taken out of functions, functions is ready to go. The only extensions I have tested are gd+freetype and odbc(solid). Please try compi
last bunch of extensions moving to ext/ fhttpd module taken out of functions, functions is ready to go. The only extensions I have tested are gd+freetype and odbc(solid). Please try compiling in your favourite extensions and let me know how it works.
show more ...
|
#
257de2ba |
| 17-Apr-1999 |
Stig Bakken |
First commit of re-structuring phase one. We have started using automake in sub-directories and started to move extension code into ext/<name>. For now, I have moved the "standard" extensio
First commit of re-structuring phase one. We have started using automake in sub-directories and started to move extension code into ext/<name>. For now, I have moved the "standard" extension (which is quite a mix of everything right now) and the GD extension into their own subdirs in ext/. The configure script now also runs configure in the libzend directory automatically and makes sure php4 and libzend use the same config.cache file. To avoid running configure in libzend, use the --no-recursion option. "make" in php4 also builds libzend now. The Apache module doesn't compile right now, but a fix for that is coming up.
show more ...
|