History log of /PHP-8.1/ (Results 105751 – 105775 of 105955)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6b89030925-Apr-1999 Sascha Schumann

cleanup, add new stream mode, allow IV for CBC mode

7d1ee82d25-Apr-1999 Sascha Schumann

add get_(key|block)_size

10710c0425-Apr-1999 Andi Gutmans

Ah, these too

4ebb406025-Apr-1999 Andi Gutmans

* 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.

* 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.

show more ...

1db171de25-Apr-1999 Sascha Schumann

add CBC

11fc109c25-Apr-1999 Sascha Schumann

add mcrypt module

c4442ed725-Apr-1999 Rasmus Lerdorf

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.

ac9c0d0325-Apr-1999 Sascha Schumann

-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.

9cace18e25-Apr-1999 Thies C. Arntzen

serialize & unserialize working (with mem-leak)

0704064c25-Apr-1999 Rasmus Lerdorf

Argh! That typo took me over an hour to find. Grr..

ef7a4db325-Apr-1999 Andrey Hristov

test -e fails in sh. Used test -f instead.

6955cacb24-Apr-1999 Sascha Schumann

unreliable check whether cc option can be used really

5974d84b24-Apr-1999 Zeev Suraski

Fixes

a156a47124-Apr-1999 Sascha Schumann

security check and disclaimer for generated files

2d78e47724-Apr-1999 Rasmus Lerdorf

Oops, would be a good idea to edit the .in file instead of acconfig.h

ecc1dce824-Apr-1999 Rasmus Lerdorf

libbind check

d558f56b24-Apr-1999 Sascha Schumann

add function checks

4aeb630524-Apr-1999 Andrey Hristov

Change cmp'risons to be cross-shell compatible.

3b19558124-Apr-1999 Sascha Schumann

bugfix port

bec518a624-Apr-1999 Sascha Schumann

port from PHP3

8036c5fb24-Apr-1999 Sascha Schumann

include some header files explicitly

c09e7de624-Apr-1999 Zeev Suraski

Use relative paths

d0d3316124-Apr-1999 Thies C. Arntzen

forward-port of php3-CVS version
my 1st zend-array stuff (ocifetchinto) is WORKING!!

992e6a4224-Apr-1999 Thies C. Arntzen

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 sta

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)

show more ...

208e816924-Apr-1999 Zeev Suraski

Another small fix

1...<<423142324233423442354236423742384239