Andi Gutmans
df6134bc42
-More commits
1999-04-26 03:03:39 +00:00
Andi Gutmans
9c51acdc17
-More
1999-04-26 03:03:36 +00:00
Rasmus Lerdorf
5c09d8e616
Make GD config fail if it doesn't find the gd files
1999-04-25 23:29:52 +00:00
Sascha Schumann
1e54412bdc
PHP3 compat stuff
1999-04-25 22:22:13 +00:00
Rasmus Lerdorf
8ffbed7d7e
Ok, apxs build works nicely now
1999-04-25 22:16:44 +00:00
Sascha Schumann
c62ffa7e01
oops, the 0th byte should be set, too
1999-04-25 21:50:24 +00:00
Sascha Schumann
77baa4ebb4
final change (?), add get_algorithms_name
1999-04-25 21:49:01 +00:00
Sascha Schumann
12a76342ed
make code more compact
1999-04-25 21:32:52 +00:00
Sascha Schumann
5ed41f31af
remove some redundant code
1999-04-25 21:24:07 +00:00
Sascha Schumann
5883d6c221
that was a silly one
1999-04-25 21:13:21 +00:00
Sascha Schumann
22d720e00c
add OFB mode, the final one
1999-04-25 21:11:29 +00:00
Sascha Schumann
a1a41504c7
add mcrypt_create_iv()
1999-04-25 21:09:07 +00:00
Zeev Suraski
23a1d3fb91
Win32 isn't a good os to commit uppercase files with...
1999-04-25 21:04:17 +00:00
Sascha Schumann
6b890309ef
cleanup, add new stream mode, allow IV for CBC mode
1999-04-25 20:44:52 +00:00
Sascha Schumann
7d1ee82d79
add get_(key|block)_size
1999-04-25 20:32:15 +00:00
Andi Gutmans
10710c046d
Ah, these too
1999-04-25 19:36:57 +00:00
Andi Gutmans
4ebb4060f9
* Fix a couple of thread safety issues
...
* Add initial ISAPI support. Very very experimental.
* In the thread safe version, generate php4 as a library so that we can link it with both
php.exe and the ISAPI dll. We should probably consider doing that under all circumstances,
under UNIX as well.
The thread-unsafe version *should* be unharmed.
1999-04-25 19:35:44 +00:00
Sascha Schumann
1db171deb8
add CBC
1999-04-25 17:04:56 +00:00
Sascha Schumann
11fc109ca6
add mcrypt module
1999-04-25 16:50:40 +00:00
Rasmus Lerdorf
c4442ed7c5
Ok, this beast compiles via --with-apxs
...
Not sure if it actually works yet though. I have a feeling there are
some -fpic flags missing in the libzend build. Will test later on
today.
1999-04-25 14:10:23 +00:00
Sascha Schumann
ac9c0d03e0
-f tests for plain files only. We need a way to find out whether we could do any damage to existing files. If we cannot write to them, we probably cannot do harmful things hopefully.
1999-04-25 14:08:41 +00:00
Thies C. Arntzen
9cace18e10
serialize & unserialize working (with mem-leak)
1999-04-25 12:41:18 +00:00
Rasmus Lerdorf
0704064cdf
Argh! That typo took me over an hour to find. Grr..
1999-04-25 04:03:36 +00:00
Andrey Hristov
ef7a4db341
test -e fails in sh. Used test -f instead.
1999-04-25 00:55:01 +00:00
Sascha Schumann
6955cacb21
unreliable check whether cc option can be used really
1999-04-24 23:36:25 +00:00
Zeev Suraski
5974d84bc6
Fixes
1999-04-24 23:22:09 +00:00
Sascha Schumann
a156a47187
security check and disclaimer for generated files
1999-04-24 22:16:06 +00:00
Rasmus Lerdorf
2d78e4779e
Oops, would be a good idea to edit the .in file instead of acconfig.h
1999-04-24 21:55:44 +00:00
Rasmus Lerdorf
ecc1dce8f5
libbind check
1999-04-24 21:52:53 +00:00
Sascha Schumann
d558f56ba0
add function checks
1999-04-24 21:39:33 +00:00
Andrey Hristov
4aeb630539
Change cmp'risons to be cross-shell compatible.
1999-04-24 21:21:35 +00:00
Sascha Schumann
3b195581db
bugfix port
1999-04-24 20:48:12 +00:00
Sascha Schumann
bec518a62d
port from PHP3
1999-04-24 20:43:58 +00:00
Sascha Schumann
8036c5fbf1
include some header files explicitly
1999-04-24 20:26:31 +00:00
Zeev Suraski
c09e7de63a
Use relative paths
1999-04-24 19:10:02 +00:00
Thies C. Arntzen
d0d3316128
forward-port of php3-CVS version
...
my 1st zend-array stuff (ocifetchinto) is WORKING!!
1999-04-24 18:54:02 +00:00
Thies C. Arntzen
992e6a429d
made var_dump zend-aware....
...
<?
$ar = array("hallo" => "tubu");
var_dump($ar);
?>
works again!!!
zeev, andi -> please review what i've done!!!
(no i can start "debugging" other stuff, as i often use var_dump)
1999-04-24 18:39:41 +00:00
Zeev Suraski
208e81696f
Another small fix
1999-04-24 17:16:39 +00:00
Zeev Suraski
1ab3e00bc0
Add my API letters to the CVS
1999-04-24 16:57:46 +00:00
Zeev Suraski
f6971f17a9
dsp update
1999-04-24 16:52:40 +00:00
Zeev Suraski
125275b084
Small fixes
1999-04-24 16:51:15 +00:00
Zeev Suraski
6ecc81c097
We'd have to find a different way of allowing timeouts in Win32
1999-04-24 16:17:04 +00:00
Zeev Suraski
e06a1ed265
Thread safety fixes
1999-04-24 16:16:11 +00:00
Stig S. Bakken
3b516557f2
set up automake
1999-04-24 16:14:18 +00:00
Zeev Suraski
8dd4a63366
Remove redundant includes
1999-04-24 09:26:09 +00:00
Zeev Suraski
cd07879f2d
g++ compile fix
1999-04-24 09:08:03 +00:00
Zeev Suraski
1e9ce9528d
*** empty log message ***
1999-04-24 09:01:30 +00:00
Zeev Suraski
5a5806e02a
Cleanups, remove old ts code
1999-04-24 00:12:55 +00:00
Zeev Suraski
0818d96c97
A lot of cleanups... Removed old thread-safe code and other redundant code and files
1999-04-24 00:12:00 +00:00
Zeev Suraski
05d24c6022
Remove redundant code
1999-04-23 22:45:01 +00:00