c927593c | 23-Jul-1999 |
Sascha Schumann |
ChangeLog |
d3e88584 | 22-Jul-1999 |
Zeev Suraski |
Please add in any changes/bug fixes you've made - we need to keep a details ChangeLog... |
5bae591f | 22-Jul-1999 |
Zeev Suraski |
New constants |
de1acfe3 | 22-Jul-1999 |
Zeev Suraski |
Time to remove the PHP 3.0 ChangeLog |
3ccb07f3 | 22-Jul-1999 |
Sascha Schumann |
add the HPUX ANSI detection from php3 |
84656f11 | 22-Jul-1999 |
Stig Bakken |
add checks for autoconf, automake and whether libzend/TSRM is around |
f5bfd16b | 22-Jul-1999 |
Stig S. Bakken |
identify ourselves |
c640f3d8 | 22-Jul-1999 |
Sascha Schumann |
Implement additional heuristic for session id search. Now looks into REQUEST_URI as well. |
7ae27b5b | 22-Jul-1999 |
Stig Bakken |
temporary hack-fix |
64dae03e | 22-Jul-1999 |
Andrey Hristov |
-Ported all remaining date() options -Made array_walk() work somewhat, but it's not possible to change array values from inside the walk function yet |
a5a07063 | 22-Jul-1999 |
Andrey Hristov |
*** empty log message *** |
925d48da | 22-Jul-1999 |
Danny Heijl |
Blobs now working too. |
dc7cffcd | 22-Jul-1999 |
Danny Heijl |
Blobs don't work, hash problems. |
d9f52fe0 | 21-Jul-1999 |
Stig Bakken |
First cut at standard way of making dynamically loadable extensions on UNIX. Examples on how to test: ./configure --with-xml static ./configure --with-xml=/opt
First cut at standard way of making dynamically loadable extensions on UNIX. Examples on how to test: ./configure --with-xml static ./configure --with-xml=/opt static ./configure --with-xml=shared shared ./configure --with-xml=shared,/opt shared The difference between these two is that when the extension is shared, it is not merged into libphpext.a. The shared extension is currently always built. I can't find a way to do just one or the other with automake/libtool, if someone has a clever idea, please come forward. :-) "make install" installs the .so (as well as a lot of other cruft) in $prefix/lib/php.
show more ...
|
57323801 | 21-Jul-1999 |
Zeev Suraski |
Fixed the Apache cookie problem (untested) |
e6fadabf | 21-Jul-1999 |
Andrey Hristov |
Fix for bug #1806 |
56402ec3 | 21-Jul-1999 |
Andrey Hristov |
*** empty log message *** |
f857a77e | 21-Jul-1999 |
Danny Heijl |
Informix extension now works but php_ini stuff still needs rewriting. |
9a910ed3 | 21-Jul-1999 |
Sascha Schumann |
sync with 1.133 |
7ac75377 | 21-Jul-1999 |
Sascha Schumann |
since we all seem to use different tabwidths, reformat this with :set tw=4 |
0de0ad63 | 21-Jul-1999 |
Sascha Schumann |
update |
f78caff7 | 21-Jul-1999 |
Sascha Schumann |
merge in change from php3 |
b33d0fd7 | 21-Jul-1999 |
Sascha Schumann |
initial import of DBA |
3843821d | 21-Jul-1999 |
Sascha Schumann |
the ; is superflicious |
adbf9327 | 21-Jul-1999 |
Andrey Hristov |
*** empty log message *** |