1db171de | 25-Apr-1999 |
Sascha Schumann |
add CBC |
11fc109c | 25-Apr-1999 |
Sascha Schumann |
add mcrypt module |
c4442ed7 | 25-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. |
ac9c0d03 | 25-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. |
9cace18e | 25-Apr-1999 |
Thies C. Arntzen |
serialize & unserialize working (with mem-leak) |
0704064c | 25-Apr-1999 |
Rasmus Lerdorf |
Argh! That typo took me over an hour to find. Grr.. |
ef7a4db3 | 25-Apr-1999 |
Andrey Hristov |
test -e fails in sh. Used test -f instead. |
6955cacb | 24-Apr-1999 |
Sascha Schumann |
unreliable check whether cc option can be used really |
5974d84b | 24-Apr-1999 |
Zeev Suraski |
Fixes |
a156a471 | 24-Apr-1999 |
Sascha Schumann |
security check and disclaimer for generated files |
2d78e477 | 24-Apr-1999 |
Rasmus Lerdorf |
Oops, would be a good idea to edit the .in file instead of acconfig.h |
ecc1dce8 | 24-Apr-1999 |
Rasmus Lerdorf |
libbind check |
d558f56b | 24-Apr-1999 |
Sascha Schumann |
add function checks |
4aeb6305 | 24-Apr-1999 |
Andrey Hristov |
Change cmp'risons to be cross-shell compatible. |
3b195581 | 24-Apr-1999 |
Sascha Schumann |
bugfix port |
bec518a6 | 24-Apr-1999 |
Sascha Schumann |
port from PHP3 |
8036c5fb | 24-Apr-1999 |
Sascha Schumann |
include some header files explicitly |
c09e7de6 | 24-Apr-1999 |
Zeev Suraski |
Use relative paths |
d0d33161 | 24-Apr-1999 |
Thies C. Arntzen |
forward-port of php3-CVS version my 1st zend-array stuff (ocifetchinto) is WORKING!! |
992e6a42 | 24-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 ...
|
208e8169 | 24-Apr-1999 |
Zeev Suraski |
Another small fix |
1ab3e00b | 24-Apr-1999 |
Zeev Suraski |
Add my API letters to the CVS |
f6971f17 | 24-Apr-1999 |
Zeev Suraski |
dsp update |
125275b0 | 24-Apr-1999 |
Zeev Suraski |
Small fixes |
6ecc81c0 | 24-Apr-1999 |
Zeev Suraski |
We'd have to find a different way of allowing timeouts in Win32 |