8b44285b | 25-Aug-1999 |
Sascha Schumann |
make it compile with gcc again |
746ce67b | 25-Aug-1999 |
Andi Gutmans |
- Add hash_apply_with_arguments() |
3b408ce5 | 25-Aug-1999 |
Sascha Schumann |
. |
33ed504e | 25-Aug-1999 |
Sascha Schumann |
AIX wants the value, not the pointer to the value. Fixes #2149 |
7a9ad9d0 | 25-Aug-1999 |
Andi Gutmans |
Make fopen() work with URL's in Win32 |
c5d640d8 | 25-Aug-1999 |
Andi Gutmans |
- More elegant fix for Win32 include_path |
f065529b | 25-Aug-1999 |
Andi Gutmans |
- Fix for include_path for Win32 (Zend library) |
c7f7b1c3 | 25-Aug-1999 |
Andi Gutmans |
- Temporary fix to allow Win32 MT safe version to use zend_fopen(). |
7e250d06 | 24-Aug-1999 |
Zeev Suraski |
Add output_buffering directive |
d8a322e7 | 24-Aug-1999 |
Mark Musone |
argh..Finally |
9aea8d5b | 23-Aug-1999 |
Sascha Schumann |
suppress error exit status on non Rhapsody systems |
d9bf422f | 23-Aug-1999 |
Sascha Schumann |
don't print out error message |
a05e8e7a | 23-Aug-1999 |
Sascha Schumann |
malloc.h is deprecated, use stdlib.h instead |
48a8b14a | 23-Aug-1999 |
Andi Gutmans |
- Fixed a specific memory leak linked to locking. |
196b2350 | 23-Aug-1999 |
Mark Musone |
changed to use the new, soon to be public libicap 0.99 |
0e43d751 | 23-Aug-1999 |
Sascha Schumann |
return true to match documentation |
d82728c4 | 22-Aug-1999 |
Sascha Schumann |
This changes makes it work on egcs 1.1.2/Alpha |
d13f6d75 | 22-Aug-1999 |
Andi Gutmans |
- Add lcg to windows project. |
306c8a7f | 22-Aug-1999 |
Sascha Schumann |
. |
85151a61 | 22-Aug-1999 |
Sascha Schumann |
remove all references to RAW_RPATHs Apache builds now correctly when shared core is used |
433880bc | 22-Aug-1999 |
Sascha Schumann |
remove checks |
1dd31c38 | 22-Aug-1999 |
Sascha Schumann |
- cleanup code - add script which creates the directory tree for better scaling of mod_files I have to decide yet whether we implement the garbage collection in the module or i
- cleanup code - add script which creates the directory tree for better scaling of mod_files I have to decide yet whether we implement the garbage collection in the module or if we simply let the user do find path -ctime +1 | xargs rm
show more ...
|
02d6ec2a | 22-Aug-1999 |
Sascha Schumann |
Use O_EXCL where possible. |
070dfe08 | 21-Aug-1999 |
Sascha Schumann |
- add session.extern_referer_chk - use combined lcg in session id creation |
f9b89017 | 21-Aug-1999 |
Sascha Schumann |
. |