Revision tags: PRE_TSRM_MERGE_PATCH |
|
#
cd3acbd7 |
| 20-Jul-2001 |
Zeev Suraski |
Fix broken text
|
#
f1364ebf |
| 04-Jul-2001 |
Wez Furlong |
(PHP nl_langinfo) Added function when provided by OS (PHP htmlentities, htmlspecialchars) Uses nl_langinfo to determine charset @- Added nl_langinfo() (when OS provides it) that returns local
(PHP nl_langinfo) Added function when provided by OS (PHP htmlentities, htmlspecialchars) Uses nl_langinfo to determine charset @- Added nl_langinfo() (when OS provides it) that returns locale information. (Wez Furlong) # There are a lot of constants used by nl_langinfo; should we do something # along the lines of what we do for syslog?
show more ...
|
#
d3eff417 |
| 26-Jun-2001 |
foobar |
fix bug: #11693. Some systems have crypt() in libc.
|
#
c15af25c |
| 24-Jun-2001 |
foobar |
Check for PHP_SIGCHILD only if any of oracle libs is enabled.
|
#
cc6a1b20 |
| 23-Jun-2001 |
foobar |
Moved some messages to the end of configure process so they are easier to notice.
|
Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4 |
|
#
4d17d05d |
| 14-Jun-2001 |
foobar |
Fixed bug: #9239, check for IPV6 on netbsd, maybe others
|
Revision tags: php-4.0.6RC3, php-4.0.6RC2 |
|
#
fc7d8974 |
| 28-May-2001 |
Stig Bakken |
@Added "pearize" script to generate Makefile.in files for PEAR extensions
|
#
311278f2 |
| 22-May-2001 |
Jon Parise |
@ - Fix disk_free_space() and disk_total_space() under FreeBSD. (jon) FreeBSD defines statfs(2) in <sys/mount.h>. Teach PHP to look for it there.
|
#
16b94858 |
| 19-May-2001 |
foobar |
Fixed bug #10964
|
Revision tags: php-4.0.6RC1 |
|
#
e5176fe6 |
| 12-May-2001 |
Sascha Schumann |
First step towards full libtool 1.4 portability
|
#
cf8d1563 |
| 12-May-2001 |
Sascha Schumann |
Remove ltconfig which is not used anymore by libtool 1.4
|
#
afdaee9e |
| 12-May-2001 |
Sascha Schumann |
Nuke more quotes
|
#
9982ff56 |
| 12-May-2001 |
Sascha Schumann |
Nuke some unneccessary quotes
|
#
7566cf7f |
| 11-May-2001 |
Sascha Schumann |
Fix special treatment of zlib by introducing the Apache concept of config.m4 hierarchies.
|
#
25003ea6 |
| 11-May-2001 |
Thies C. Arntzen |
4.0.6 is tagged, HEAD is now 4.0.7-dev
|
#
5f20be73 |
| 10-May-2001 |
foobar |
Moved the zlib configure before other extensions.
|
#
dca18dd6 |
| 09-May-2001 |
Sascha Schumann |
Also remove -L/usr/lib/? from LDFLAGS.
|
#
8f3ebfe4 |
| 09-May-2001 |
Sascha Schumann |
Remove -L/usr/lib/? from PHP_LDFLAGS.
|
#
128df6ea |
| 08-May-2001 |
foobar |
Fixed: http://www.php.net/bugs.php?id=10733&edit=1
|
#
dd9792bf |
| 06-May-2001 |
Stig Bakken |
use $PHP_LAYOUT, not $libdir, to determine the extension install layout
|
#
553df412 |
| 06-May-2001 |
Stig Bakken |
@Added --with-layout configure option (Stig) Changed the default php.ini path back to /usr/local/lib. Use "--with-layout=GNU" for now to get the new behaviour.
|
Revision tags: php-4.0.5, php-4.0.5RC8 |
|
#
6398de5a |
| 23-Apr-2001 |
foobar |
Fixed bugs: #10194, #9177.
|
Revision tags: php-4.0.5RC7 |
|
#
fd57b9e1 |
| 23-Apr-2001 |
Rasmus Lerdorf |
Uh, weird typo. Wonder when that crept in.
|
#
39796b76 |
| 22-Apr-2001 |
Stig Bakken |
* don't override $libdir and $datadir if they are specified on the commandline
|
#
2cf1b8d3 |
| 22-Apr-2001 |
Stig Bakken |
* expanded the following constants and made them available in PHP: DEFAULT_INCLUDE_PATH PEAR_INSTALL_DIR PHP_EXTENSION_DIR PHP_BINDIR PHP_LIBDIR PHP_DATADIR
* expanded the following constants and made them available in PHP: DEFAULT_INCLUDE_PATH PEAR_INSTALL_DIR PHP_EXTENSION_DIR PHP_BINDIR PHP_LIBDIR PHP_DATADIR PHP_SYSCONFDIR PHP_LOCALSTATEDIR PHP_CONFIG_FILE_PATH * no longer generating pear/PEAR.php * fixed some tests * some more installer work
show more ...
|