63931ff4 | 10-Aug-1999 |
Thies C. Arntzen |
you can now override the CFLAGS while doing make - eg: make CFLAGS="-g" |
00763741 | 09-Aug-1999 |
Mark Musone |
more ports |
f0552d92 | 09-Aug-1999 |
Mark Musone |
ports to php4 |
c3563714 | 09-Aug-1999 |
Mark Musone |
more moudle stuff |
fdc253e9 | 09-Aug-1999 |
Mark Musone |
added icap files from php3 sources |
8588b58a | 09-Aug-1999 |
Egon Schmid |
More typos. |
17bd9955 | 09-Aug-1999 |
Egon Schmid |
I missed that also. |
d8ad9910 | 09-Aug-1999 |
Egon Schmid |
Another typo. |
Revision tags: php-4.0b2 |
|
4bfcb29c | 09-Aug-1999 |
Zeev Suraski |
that too |
c791d60a | 09-Aug-1999 |
Andi Gutmans |
Go beta 2 (final) |
3516ee48 | 09-Aug-1999 |
Andi Gutmans |
Fix HTTP/ header handling |
11781bda | 09-Aug-1999 |
Andi Gutmans |
- Thies's crash fix. |
da536e8a | 09-Aug-1999 |
Andreas Karajannis |
Fixed odbc_fetch_into, added prototype return values. Pconnects are not working |
5d2206d3 | 09-Aug-1999 |
Thies C. Arntzen |
fixed sysv_shm* |
3d8bd038 | 09-Aug-1999 |
Uwe Steinmann |
add changelog entries which I forget a couple of days ago |
26b123b7 | 08-Aug-1999 |
Philippe Verdy |
solve infinite recursion error when including <signal.h> |
daa79821 | 08-Aug-1999 |
Andreas Karajannis |
First shot at odbc for PHP4 Problems with LONGs to be investigated |
78f8d04e | 08-Aug-1999 |
Thies C. Arntzen |
fix for #1995 (this module needs some more work.) |
720d32f5 | 07-Aug-1999 |
Zeev Suraski |
Fix a few leaks |
7ceaa82d | 07-Aug-1999 |
Danny Heijl |
More zend-izing. |
1e6c1594 | 07-Aug-1999 |
Zeev Suraski |
Built-in phpinfo() links are now turned off by default. They can be turned on using the allow_builtin_links INI directive |
9b09f412 | 07-Aug-1999 |
Zeev Suraski |
- Changed phpinfo() to list modules that have no info function |
a7d6450e | 07-Aug-1999 |
Andrey Hristov |
*** empty log message *** |
fd87bb33 | 07-Aug-1999 |
Andrey Hristov |
Modified array_walk() function so that the userland callback is passed a key and possible user data in addition to the value. It's still backward compatible with one argument version. |
1701a9e2 | 07-Aug-1999 |
Zeev Suraski |
Fix for bug #1980 |