James Cox
3783576806
2 years is ages.... and no way temporary. changed the php4 logo to a versionless one.
2002-02-01 09:20:11 +00:00
Derick Rethans
32e9ea6c64
- Fix for bug 14899 (patch by Sander Roobol <sander@php.net>)
2002-02-01 08:53:47 +00:00
Yasuo Ohgaki
53d349a3a6
Fixed bug with encodings that has 0 byte in strings. Patch by <itai@siftology.com>
...
Fixed possible problem with encodings that a char can be larger than
4 bytes.
2002-02-01 08:32:04 +00:00
5bf45bb13f
ChangeLog update
2002-02-01 01:25:43 +00:00
James Cox
0ca5bf08b5
updating license to 2002 (hasn't been done since 2000)
2002-01-31 22:39:34 +00:00
Boian Bonev
8ad5009b22
fix comment
2002-01-31 17:02:48 +00:00
Martin Jansen
2077f62d08
* Fix bug #15313
2002-01-31 13:41:04 +00:00
Derick Rethans
98e8a7ba08
- Fix for bug 15311 (type mismatch of php_dl when #ifndef HAVE_LIBDL)
2002-01-31 10:21:24 +00:00
Yasuo Ohgaki
866a609208
A fix for the bug number 13231 & 11699.
...
Makes the roxen support compile. Patch by Lars Wilhelmsen <lars@sral.org>
2002-01-31 10:15:07 +00:00
Derick Rethans
d26afcf366
- Fix for openssl_pkcs7_sign segfaults
...
(patch by Christian Stocker <chregu@php.net>)
2002-01-31 09:57:28 +00:00
Stig Bakken
c049dda279
* lowercase tags and attributes
2002-01-31 08:19:34 +00:00
Stig Bakken
0943dc82dd
* remove broken rule for rebuilding Makefile
2002-01-31 08:19:09 +00:00
fef8e31f7c
ChangeLog update
2002-01-31 01:13:37 +00:00
Edin Kadribasic
4972fac567
Ignore register_globals for $argc and $argv under CLI SAPI.
2002-01-31 00:05:07 +00:00
Edin Kadribasic
13ca332184
Enable extensions to specify that they are not supposed to be
...
built with the CLI SAPI. This is done by passing "nocli" as the
3rd parameter to PHP_EXTENSION macro.
2002-01-30 23:46:44 +00:00
Dan Kalowsky
860e2e97ee
Fix for bug #14803
2002-01-30 21:54:54 +00:00
Sebastian Bergmann
ec4bb876a3
Fugbix typo. Update path to /lib/optional.
2002-01-30 20:38:00 +00:00
Stig Bakken
c1048eac9f
* don't make command libs executable
2002-01-30 12:21:25 +00:00
Stig Bakken
615f110d4e
* modularize "pear" and "pear-get" commands somewhat. checking options
...
etc. is done for both in pearcmd-common.php.
2002-01-30 12:20:12 +00:00
Stig Bakken
a33fd65b12
* silence warning
2002-01-30 12:18:10 +00:00
Stig Bakken
f4425aece6
* bring DTD up to date
2002-01-30 09:23:34 +00:00
Thies C. Arntzen
82a9fc746e
enable "user-interrupts"
2002-01-30 07:41:04 +00:00
ab0404ffa3
ChangeLog update
2002-01-30 01:12:39 +00:00
Sebastian Bergmann
1ff67b38b3
Overload is built-in.
2002-01-29 19:05:40 +00:00
c4c1d7dba8
ChangeLog update
2002-01-29 01:11:18 +00:00
Sterling Hughes
ed77632f2d
Commit for mr. torben:
...
Add XSLT to extensions file, mark sablot obsolete
2002-01-28 22:16:03 +00:00
Jon Parise
9aba9071b6
These are now defined in zend_config.w32.h.
2002-01-28 16:06:27 +00:00
jim winstead
95407d3202
testing checkin
2002-01-28 01:43:43 +00:00
caccd36c4f
ChangeLog update
2002-01-28 01:17:41 +00:00
Sebastian Bergmann
55cdbf3a6d
MFZE1: define a couple of macros under win32. (Patch By: Jon Parise <jon@php.net>)
2002-01-27 20:20:19 +00:00
Jon Parise
e40e7a669a
zend_isinf() is already defined in Zend/zend_config.w32.h for Win32.
2002-01-27 18:19:18 +00:00
fabrice aeschbacher
ece15242e7
add ibase_add_user(), ibase_modify_user(), ibase_delete_use()
2002-01-27 15:31:15 +00:00
Jon Parise
f174bbc711
Use the zend_* versions of finite(), isinf(), and isnan(), as defined
...
in php_config.h. Redefine the zend_* versions in the case of Win32.
This fixes the build on systems that don't provide a native version of,
say, isinf() (e.g. Solaris).
2002-01-27 07:41:20 +00:00
Jon Parise
ea089d09ae
Add a note that this statement will never be reached.
2002-01-27 07:23:21 +00:00
Jon Parise
d299bdc5d9
Add a comment indicating that this return statement will never be reached.
...
# Perhaps it should just be removed?
2002-01-27 07:15:07 +00:00
Jon Parise
539114339c
Use socklen_t (instead of int) where appropriate.
2002-01-27 07:06:09 +00:00
Jon Parise
d7523c883b
Because php_network.h includes <sys/socket.h>, it must be included after
...
_XPG4_2 is defined.
This fixes the build under Solaris 8.
2002-01-27 06:55:10 +00:00
Sterling Hughes
0d59ff42d4
don't throw fatal errors, throw E_WARNING instead.
2002-01-27 06:18:05 +00:00
Sterling Hughes
094873c6d2
hopefully fix --with-openssl issues
2002-01-27 06:11:50 +00:00
Marko Karppinen
fc3a59c85f
Enable developers to use PHP_ARG_ENABLE and PHP_ARG_WITH silently
...
to maintain legacy configure options without clutter in the
configure help and checking output.
# Hopefully this encourages module writers to finally adopt
# standard naming conventions for their configure options!
2002-01-27 03:37:02 +00:00
83721f0142
ChangeLog update
2002-01-27 01:16:08 +00:00
Marko Karppinen
e9111e53f6
- Reorganized stuff in configure.in and added a few comments
...
# This isn't nearly as big a change as the diff would lead one to believe.
# I've tested this on all my machines and its working for sniper too.
- Added a check for ApplicationServices/ApplicationServices.h (Mac OS X)
- Added AC_PROG_CPP, AC_PROG_CXX and AC_PROG_CXXCPP
# (the bundled libmysql build was failing without them with ac2.52/OSX)
- Improved the IPv6 check to fail on Mac OS X (there's no IPv6 there yet)
2002-01-26 23:57:17 +00:00
Vincent Blavet
3d95bf927c
* Remove the use of a temp dir
...
* Tar archive is now doing the same work with less overhead
2002-01-26 12:36:30 +00:00
5746250af8
ChangeLog update
2002-01-26 01:14:54 +00:00
7ef1f9f8cb
NEWS update
2002-01-26 01:14:48 +00:00
Marko Karppinen
14b6678d2b
Improve detection of resolv.h on versions of Darwin, FreeBSD and Solaris
...
(this requires post-2.13 autoconf, but 2.13 ignores it gracefully)
2002-01-25 23:42:23 +00:00
Marko Karppinen
aca369774c
Relying only on host_alias is wrong
2002-01-25 23:38:58 +00:00
Yasuo Ohgaki
93cb481634
We need mm file for each user.
...
# GCI/CLI SAPI need this. It might be better to disable mm save handler
# for CGI/CLI, though.
2002-01-25 20:59:24 +00:00
Derick Rethans
edb0118d96
- Fix for bug #15227 : Compiling the CGI binary with xmlrpc fails to
...
build/link expat
2002-01-25 19:56:48 +00:00
Derick Rethans
33b66a224b
- Fixed highlight_* (make it more robust)
...
#- Thx Mr S for noticing this.
2002-01-25 15:43:58 +00:00