fa7cba7d | 27-Jun-1999 |
Sascha Schumann |
port over from php3 |
adde1774 | 27-Jun-1999 |
Sascha Schumann |
lex optimizations |
3b36670d | 27-Jun-1999 |
Sascha Schumann |
add dbase_replace_record |
aa4e00b3 | 27-Jun-1999 |
Sascha Schumann |
port over autoconf fixes from php3 |
d1169e73 | 26-Jun-1999 |
Zeev Suraski |
Win32/general patches |
d4f24f19 | 26-Jun-1999 |
Zeev Suraski |
* Get rid of another request_info element (filename) * CGI through Apache should work now |
32054143 | 26-Jun-1999 |
Zeev Suraski |
*** empty log message *** |
36416f11 | 26-Jun-1999 |
Zeev Suraski |
Protect against NULL arguments in filename |
98b6ddda | 26-Jun-1999 |
Zeev Suraski |
* Make the memory leak reporting code much better with repeats * Remove useless variables |
6ec71637 | 26-Jun-1999 |
Sascha Schumann |
add dmalloc |
f3ef2ff1 | 25-Jun-1999 |
Sascha Schumann |
- APXS link thingie - functions/ game obsolete. Should make compiling faster on slow machines (hi Kristian :-) |
d41af4b7 | 23-Jun-1999 |
Andrey Hristov |
*** empty log message *** |
18962f19 | 22-Jun-1999 |
Thies C. Arntzen |
gettype now reports "boolean" correct |
c471c77c | 22-Jun-1999 |
Zeev Suraski |
Fix Thies's bug report |
df867250 | 22-Jun-1999 |
Andrey Hristov |
Making function accessible. |
226f75e0 | 22-Jun-1999 |
Andrey Hristov |
Making the function accessible. |
acddd0f1 | 22-Jun-1999 |
Zeev Suraski |
Fix compile-time definition of track_vars default |
3eac45ea | 22-Jun-1999 |
Zeev Suraski |
* Fix concatenation of arrays (it was PHP 3.0 style, copying zval's instead of zval *, and it wasn't using reference counting) * Fix a memory leak in static array()'s with textual indices |
31c8ec4c | 22-Jun-1999 |
Andrey Hristov |
Made preg_split() consistent with split(). Added a new /e modifier for preg_replace Kill a warning in pcrelib. |
5fa68825 | 22-Jun-1999 |
Thies C. Arntzen |
urlencode and decode return an empty-string if the input-string is empty (matches php3 behaviour "more" closly) Please read my previous mail and comment! |
8139b776 | 22-Jun-1999 |
Stig Bakken |
cosmetics |
bc50e68a | 22-Jun-1999 |
Danny Heijl |
Bad html in ifx_htmltbl_result(). |
7f8e11d6 | 22-Jun-1999 |
Stig Bakken |
fix some potential buffer overflows |
2b8c85bd | 21-Jun-1999 |
Andrey Hristov |
Backing out changes. |
80526676 | 21-Jun-1999 |
Thies C. Arntzen |
fixed implode "again" - |