695b4f4d | 14-May-1999 |
Stig S. Bakken |
don't install Zend on the system |
1fb61df8 | 14-May-1999 |
Zeev Suraski |
* Include all of the standard modules in internal_functions.c.in. Stig - is that the way you intended it to be? How does the basic_functions module get in there? * Fix to get MySQL object
* Include all of the standard modules in internal_functions.c.in. Stig - is that the way you intended it to be? How does the basic_functions module get in there? * Fix to get MySQL objects working, even though I'll probably make a dedicated MySQL object in the future.
show more ...
|
67296f07 | 14-May-1999 |
Zeev Suraski |
Add \012 and \xff missing support to constant quoted string |
df0906f7 | 13-May-1999 |
Zeev Suraski |
Release fix |
5eaed486 | 13-May-1999 |
Zeev Suraski |
* HTTP-auth bugfix * Patch the regex thread safe code to compile in thread safe mode |
0b873a78 | 12-May-1999 |
Zeev Suraski |
*** empty log message *** |
52ac2e67 | 12-May-1999 |
Zeev Suraski |
Enable Apache HTTP Auth |
49b01a4b | 12-May-1999 |
Zeev Suraski |
Support HTTP Auth under ISAPI. Now, these short pieces of code took *A LOT* of research :( |
cefca57c | 12-May-1999 |
Stig S. Bakken |
install libzend.a and header files on "make install" |
97ea66a0 | 12-May-1999 |
Stig S. Bakken |
add --enable-thread-safety option |
853d6c62 | 12-May-1999 |
Zeev Suraski |
Added prepend to llist |
89a56a13 | 12-May-1999 |
Andrey Hristov |
It's been there long enough. |
6c2c3a95 | 12-May-1999 |
Thies C. Arntzen |
compiles |
d470b4cf | 12-May-1999 |
Thies C. Arntzen |
added _php3_hash_next_index_pointer_insert |
a4d20864 | 12-May-1999 |
Sascha Schumann |
- regex cache (needs some work) - str_replace changes from php3 |
3031862b | 12-May-1999 |
Thies C. Arntzen |
up-to-date with 3.0.8 |
dc8d4f89 | 12-May-1999 |
Thies C. Arntzen |
move oci8 from oracle to it's own ext-directory - configure stuff needs more work - but it configures and compiles |
f04567b0 | 12-May-1999 |
Thies C. Arntzen |
builds and configures again |
fbeeb8f2 | 12-May-1999 |
Rasmus Lerdorf |
substr() fix |
43d93b65 | 12-May-1999 |
Rasmus Lerdorf |
substr() fix for PHP4 as well |
6bc6dacf | 11-May-1999 |
Zeev Suraski |
Fixes: * Avoid closing stdin (I could have sworn I've committed that already) * unclean_shutdown patches |
e22cce0d | 11-May-1999 |
Zeev Suraski |
Easier Win32 debug code |
0997fcdc | 11-May-1999 |
Zeev Suraski |
Fix |
ceeb9b38 | 11-May-1999 |
Zeev Suraski |
* Finally commit that -q patch * Refine SAPI built in header support * Use DllMain() in ISAPI to clean after threads and initialize tsrm/sapi as soon as possible. |
70282970 | 11-May-1999 |
Andrey Hristov |
Added compact() function. |