Sascha Schumann
2cb0e69b51
* Check the default location of Berkeley DB 3.0
...
* Check additionally for libdb-3
2000-03-27 22:40:27 +00:00
Sterling Hughes
0340340673
Slight change for time on the return side.
...
@-Added 'I' switch to test whether or not DST is active.
2000-03-27 18:11:33 +00:00
Sam Ruby
69d7ea4f30
Remove debug runtime libraries from Release builds
2000-03-27 00:18:59 +00:00
Sam Ruby
b280bec492
support non-debug builds
2000-03-26 20:01:59 +00:00
Sascha Schumann
5d568a2e22
PHP_EXTENSION sets $ext_src_base
2000-03-26 19:51:10 +00:00
Sascha Schumann
b4db46606e
Some white-space changes
2000-03-26 19:47:28 +00:00
Sascha Schumann
491792e0d0
Allow MySQL to be compiled against extern mysqlclient library
2000-03-26 19:46:11 +00:00
Zeev Suraski
b43f85d641
- Change new -> result. Using C++ keywords isn't too hot
2000-03-26 17:06:19 +00:00
Sterling Hughes
6a048bfd64
Return value corrected.
2000-03-26 14:43:24 +00:00
Thies C. Arntzen
7b31a19305
no c++ comments // please
2000-03-26 14:27:10 +00:00
Chuck Hagenbuch
db546462b6
imap_clearflag_full now returns true appropriately.
2000-03-26 04:34:05 +00:00
Sam Ruby
fcd82d34c5
JAVA_LIBPATH was not allways being added to the LIBPATH
2000-03-26 04:31:53 +00:00
Sascha Schumann
a2d42419a5
Revamp session's config.m4 and reenable support for mm. The shared memory
...
module works now successfully again under Apache and other web servers.
2000-03-26 02:47:00 +00:00
Zeev Suraski
a0f70aa618
@- Fix a data corruption bug in mysql_result(), if used in table.fieldname mode (Zeev)
...
Hopefully that settles this one.
2000-03-26 02:01:11 +00:00
Sascha Schumann
04daa555aa
Add MSIE 5-specific Cache-Control fields
2000-03-26 00:43:56 +00:00
Sterling Hughes
b880fb5bcc
Tid Bit More.
2000-03-25 22:27:30 +00:00
Sterling Hughes
a9f0e0176b
- snmpwalkoid is an alias now
...
- small optimizations
- delete that switch case in php_snmp
=The different functions are now in the PHP_FUNCTION declaration thingies
- If-else blocks have brackets
2000-03-25 19:58:19 +00:00
Zeev Suraski
863e6fd242
- Update dsp
...
- Remove unnecessary includes
2000-03-25 19:17:41 +00:00
Sam Ruby
6a7bc777ca
Dynamically load java support, for better error messages
2000-03-25 15:57:04 +00:00
Zeev Suraski
7e576d36e8
Update dsp's
2000-03-25 15:35:35 +00:00
Sterling Hughes
c0cede82f1
Fixed a few protos and ...
2000-03-25 04:05:13 +00:00
Andrei Zmievski
7b02e9fc35
@- Fixed extract() for EXTR_PREFIX_SAME and EXTR_SKIP cases. (Andrei)
2000-03-24 14:56:19 +00:00
Uwe Steinmann
334bde365c
- several clean ups
2000-03-23 19:00:21 +00:00
Thies C. Arntzen
3e99a228df
@- stristr() no longer modifies it's arguments. (Thies)
...
fix #3890
2000-03-22 08:14:00 +00:00
Rasmus Lerdorf
49c32728af
Make it possible to specify both a port and a socket in mysql_[p]connect
...
@ Make it possible to specify both a port and a socket in mysql_[p]connect
2000-03-20 07:40:56 +00:00
Egon Schmid
48fc7c447f
Fixed a proto.
2000-03-20 06:46:58 +00:00
Chuck Hagenbuch
36912e5ff9
initial function prototypes
2000-03-19 23:39:05 +00:00
Ted Rolle Jr
d5ad9de048
Added new function: imap_mime_header_decode
...
Decodes mime header elements in accordance with RFC 2047.
2000-03-19 22:59:08 +00:00
Shane Caraveo
90ad09dc1d
libmysql must use USE_TLS for multithreaded compilation on windows.
2000-03-19 17:34:01 +00:00
Sascha Schumann
e5ceb99a1e
Fix build problems with UCD-SNMP 4.1.x.
...
First, we need to include default_store.h.
Second, UCD-SNMP supports OpenSSL now, so we additionally need to
link against that.
The changes should be completely backwards-compatible.
Partly suggested by: thor2001@gmx.net
PR: #3451 , #3668 , #3868
2000-03-19 12:38:53 +00:00
Thies C. Arntzen
7db7884e8c
(var_dump) removed "refcount-hack" - comiles without warning again (&works).
2000-03-19 11:08:07 +00:00
Thies C. Arntzen
245428b241
fix some protos
2000-03-19 10:56:40 +00:00
Sander Steffann
ec52ce44a9
A small fix when checking for libjpeg
2000-03-18 23:23:39 +00:00
Andi Gutmans
e88bde0a73
- Fix compile problem on FreeBSD.
2000-03-18 16:16:15 +00:00
Thies C. Arntzen
e4df84a8da
(serialize/unserialize) _sleep_() -> __sleep(), _wakeup_() -> __wakeup() rename.
2000-03-18 15:04:02 +00:00
Hartmut Holzgraefe
1e0b71df1f
is_executable() for root fixed
...
this is an intermediate patch, switching from stat() to
access() for is_(readable|writable|executable) shall
fix the whole topic once and for all
2000-03-17 12:41:55 +00:00
Sterling Hughes
b3ecf2feaf
ftruncate returns 1 on success and 0 on failure instead of 0 on success and -1 on failure.
2000-03-17 00:44:55 +00:00
Sam Ruby
74169f5fc4
restore compilation on ZTS enabled environments (like Windows)
2000-03-16 18:24:43 +00:00
Andrei Zmievski
ddf3740cf9
@ Added is_numeric() that returns true if the argument is a number
...
@ or a numeric string. (Andrei)
2000-03-16 16:02:23 +00:00
Thies C. Arntzen
f856855efd
*** empty log message ***
2000-03-16 02:18:24 +00:00
Thies C. Arntzen
0fe5aef05e
@- serialize()/unserialize() now call _sleep_() and _wakeup_() when
...
@ working on objects. (Thies)
@- renamed to_string() method to _string_value_() for consistency.
@ (Thies, Zend library)
2000-03-16 02:15:41 +00:00
Uwe Steinmann
83304f3d2c
- support for libxml 2.0 beta
2000-03-15 15:08:08 +00:00
Sam Ruby
cc64b583fb
Update README to indicate improvements in overload resolution and
...
easier configuration.
Add an entry for the Blackdown JDK on Linux, and a note as to why the Sun
JDK on Linux can't be supported at this time.
2000-03-15 14:28:34 +00:00
Sam Ruby
2702340dd9
Emulate user/group/other on Windows
2000-03-15 11:52:07 +00:00
Sam Ruby
3e5398ffba
Cleanup, better error recovery, easier configuration
2000-03-15 10:35:38 +00:00
Uwe Steinmann
6ac297fbc1
- changed libgz to libz (Bug #3614 )
2000-03-15 08:09:14 +00:00
Sam Ruby
2cb6e338a1
Get Blackdown support to compile. Doesn't seem to be able to find
...
classes yet...
It looks like the current Sun JDK 1.2.2 won't be able to be supported.
Green_threads don't work with JVM Initialization, and Sun doesn't support
native_threads yet...
2000-03-15 02:11:27 +00:00
Egon Schmid
ae67ddc318
One space character is enough.
2000-03-14 21:47:47 +00:00
Egon Schmid
29c41fe46d
Thies, please check the function names and descriptions.
2000-03-14 21:17:07 +00:00
Uwe Steinmann
db065413d1
- fixed invalid class names
...
- added standalone, encoding attribute to DocDocument class
2000-03-14 20:58:10 +00:00