SVN Migration
19aa8d72d6
This commit was manufactured by cvs2svn to create tag 'php_4_0_3RC2'.
2000-10-03 17:08:42 +00:00
Andi Gutmans
a1abfb7643
- Fix dirname()
2000-10-03 16:47:25 +00:00
Sterling Hughes
e97718461b
Fix some small issues.
2000-10-03 15:51:39 +00:00
Andi Gutmans
d37b140601
- Fix VC++ warning
2000-10-03 14:43:04 +00:00
Rasmus Lerdorf
ff9946b264
Add --with-imap-ssl to support SSL'ized imap library in RH7 and others
...
@Add --with-imap-ssl to support SSL'ized imap library in RH7 and others
@(Rasmus)
2000-10-02 22:16:53 +00:00
Andi Gutmans
bf7603cf83
- Now really fix it.
2000-10-02 18:13:53 +00:00
Andi Gutmans
28c96e89e1
- Fix bug in parse_url()
2000-10-02 17:51:30 +00:00
Rasmus Lerdorf
b189759bcd
Clean up the alignment of configure --help output
2000-10-02 17:36:01 +00:00
Daniel Beulshausen
7482eb6adc
fixed unresolved externals.
...
# it compiles fine now, and php loads the extension fine
# but there must be definetly something with the paths
# cause mcrypt doesn't want to load any alogrithm
2000-10-02 11:00:54 +00:00
Sterling Hughes
82070f1cdf
Tiny change in copying of buffer.
2000-10-02 04:55:26 +00:00
Derick Rethans
58294f67d2
@- Added the shmop extension. It allows more general ways of shared memory
...
@ access. (thanks to Ilia Alshanestky <iliaa@home.com > and Slava Poliakov
@ <slavapl@mailandnews.com > (Derick)
2000-10-01 15:06:04 +00:00
Daniel Beulshausen
0960b3618f
snmp win extension
2000-09-30 17:39:13 +00:00
Daniel Beulshausen
ef1dea5e1e
uses php.h define
2000-09-30 16:32:11 +00:00
Andi Gutmans
3f80efd660
- Cleanup output functions
2000-09-30 16:14:54 +00:00
Andi Gutmans
2622eba31d
- Cleanup some output functions
2000-09-30 16:13:48 +00:00
Daniel Beulshausen
499507ca0e
added dsp for the filepro extension
2000-09-30 15:57:45 +00:00
Daniel Beulshausen
1c4207a1f8
made win32 compile
2000-09-30 13:32:25 +00:00
Daniel Beulshausen
c7c8ed155c
removed zendts.lib from link options
2000-09-30 13:29:20 +00:00
Daniel Beulshausen
8ef9700499
cleanup
2000-09-30 13:25:41 +00:00
Daniel Beulshausen
53e1e33045
fix not producing valid extension
2000-09-30 13:24:16 +00:00
Sterling Hughes
85e2dc34d5
leftovers.
2000-09-30 04:50:39 +00:00
Sterling Hughes
1e6ae4496b
Buncha changes, generally makes the module more stable and removes unnecessary
...
(as of Sablotron 0.44) workarounds.
2000-09-30 04:44:33 +00:00
Sterling Hughes
36dc3e1c20
@ Added the ability for CURLOPT_POSTFIELDS to accept an array of HTTP post
...
parameters. (Sterling)
@ Added the CURLOPT_HTTPHEADER option that allows for the posting of HTTP
headers to a remote site from cURL. (Sterling)
@ Add the curl_error() and curl_errno() functions. (Sterling)
Buncha other changes...
- Changed if () else if () in curl_setopt to switch .. case
- Fixed a couple crashes in certain cases.
- Finally a decent error reporting scheme.
- A few formatting changes.
2000-09-30 03:09:54 +00:00
Sascha Schumann
11c88a0ff5
Return SUCCESS from write handler, if vallen is 0.
...
Submitted by: tcarroll@chc-chimes.com
PR: #6958
2000-09-29 21:44:45 +00:00
Dan Kalowsky
ca1b12c5a1
corrected lines for Solid 2.3 systems after some advice from users, please test...
2000-09-29 19:03:23 +00:00
Sascha Schumann
4b89b67d1c
Don't try to serialize references.
...
Circular references would otherwise kill PHP, as the serializer
would overrun the stack.
2000-09-29 18:48:40 +00:00
Hénot David
a68a224efd
Added clean up code for persistent connections to avoid some problems with
...
autocommit.
2000-09-29 09:29:06 +00:00
foobar
5844b74e22
Fix configure (with Solaris).
2000-09-28 23:46:15 +00:00
Daniel Beulshausen
7fdb466d14
a little cleanup
2000-09-28 20:29:39 +00:00
Daniel Beulshausen
23b14d4cfb
added tsrm dir to include path
2000-09-28 20:26:31 +00:00
Daniel Beulshausen
eba5d76078
removed ignoring msvcrt(d) libary
2000-09-28 20:25:03 +00:00
Daniel Beulshausen
97089c0370
major cleanup
...
# but still doesn't work for me
2000-09-28 20:22:57 +00:00
foobar
aee1a49287
@- Changed ext/db not to be enabled by default (Jani)
2000-09-28 20:09:23 +00:00
Frank M. Kromann
e048e34e80
Having odbc_tables() and odbc_columns() match the documentation with parameters optionel from the right
2000-09-28 16:42:04 +00:00
Andi Gutmans
3e0d46d222
- Fix build of db2
2000-09-28 13:08:14 +00:00
Stefan Roehrich
045ee57f04
Line seems to be missing and causing configure test failures for other extensions.
2000-09-28 09:37:30 +00:00
Sascha Schumann
2e4ab68995
Automatic conversion might cause interpretation of 0xff as EOF, so we store
...
the result in an object of type int first.
Submitted by: melchers@cis.fu-berlin.de
2000-09-27 16:08:26 +00:00
Sascha Schumann
3823ad3ec0
Recognize single quotes around cdata.
...
Move smart_str functions to an extra file.
2000-09-27 15:26:39 +00:00
Sascha Schumann
5bf4e7857d
Clean up STR_CAT macro (it is still ugly)
2000-09-27 15:24:09 +00:00
Sascha Schumann
1cc3e6b5e6
Move php_memnstr to the header file, so that the function body is available
...
in all compilation units (note the static linkage).
2000-09-27 15:18:00 +00:00
Daniel Beulshausen
5b6d752119
fixed tsrm dir, little cleanups
2000-09-26 13:17:21 +00:00
Daniel Beulshausen
b8dabd3fb8
removed redefines
2000-09-26 12:05:37 +00:00
Daniel Beulshausen
77e7617654
cleanup, added configurations for ssl as well
2000-09-26 11:51:31 +00:00
Daniel Beulshausen
58d8ab855f
cleanup
2000-09-26 11:34:10 +00:00
Sascha Schumann
7db874096e
Unify memory allocation in smart_str functions
2000-09-26 11:00:39 +00:00
Sascha Schumann
d959c647e2
Remove superflucious variable
2000-09-26 11:00:02 +00:00
Stanislav Malyshev
9ff7f19e32
Add URL support for GD
2000-09-26 09:08:02 +00:00
Joey Smith
12aca26b5b
Add protos from sybase DB Library.
2000-09-26 07:38:47 +00:00
foobar
0f3ef58fa3
No more empty '-l' caused by this extension.
2000-09-22 00:59:16 +00:00
Stig Venaas
9a9e2e72b0
Small fix to the literal IPv6 parsing, now stops at first ] after [
2000-09-22 00:33:55 +00:00