8c2f752c | 05-Sep-1999 |
Jakub Skopal |
C++ comment fix... sorry. |
06545c33 | 05-Sep-1999 |
Jakub Skopal |
Appended second argument of addslashes(), Changed php_addslashes() to add \000 instead of just \0 |
bcb00207 | 04-Sep-1999 |
Rasmus Lerdorf |
Forgot one |
f42659a8 | 04-Sep-1999 |
Rasmus Lerdorf |
Kill a warning |
ce4e09da | 04-Sep-1999 |
Zeev Suraski |
This was actually intentional... put it back in and improve |
54ec3a8e | 04-Sep-1999 |
Rasmus Lerdorf |
Cleanups What the heck was that dangling (c) for in the PUTC macros? Were they supposed to serve some sort of purpose, because I sure don't see one for them. |
7d332151 | 04-Sep-1999 |
Zeev Suraski |
Fix a stupid bug (from stefan@roehri.ch) |
fcd55e03 | 04-Sep-1999 |
Stefan Roehrich |
First try with new resource handling in zlib module. |
045aaef6 | 04-Sep-1999 |
Rasmus Lerdorf |
Oops, set_time_limit() would never have worked becase HAVE_SETITIMER never got defined anywhere. |
56b75920 | 04-Sep-1999 |
Rasmus Lerdorf |
Oops |
d3439023 | 04-Sep-1999 |
Rasmus Lerdorf |
Catch a timeout and add user-level interface for connection handling |
82d975d6 | 04-Sep-1999 |
Rasmus Lerdorf |
Might as well bail as soon as we know we should since this is now possible. We still need to set our connection status bit field so a shutdown function can figure out if a script was termina
Might as well bail as soon as we know we should since this is now possible. We still need to set our connection status bit field so a shutdown function can figure out if a script was terminated due to an abort, timeout or finished normally.
show more ...
|
0bede914 | 04-Sep-1999 |
Rasmus Lerdorf |
First part of the connection_status work. No user-callable functions yet. That is coming next. Have also only done Apache and CGI so far. Will have to crack open my ISAPI book to do that o
First part of the connection_status work. No user-callable functions yet. That is coming next. Have also only done Apache and CGI so far. Will have to crack open my ISAPI book to do that one. Also changed the SAPI output functions to return an int. We'll check the connection status inside each one, but we might need the return code at some other level and I don't see a good reason for just tossing these return codes.
show more ...
|
8e9cd1e4 | 04-Sep-1999 |
Andrey Hristov |
Oops, don't need those commented out blocks. |
3af5f84c | 04-Sep-1999 |
Andrey Hristov |
Kill compiler warnings. |
ef943e75 | 04-Sep-1999 |
Andrey Hristov |
Conform to new resource handling guidelines. |
c12d4bc7 | 04-Sep-1999 |
Zeev Suraski |
*** empty log message *** |
6d4ab737 | 04-Sep-1999 |
Zeev Suraski |
Add resource support to the Sybase CT module |
62fc1798 | 04-Sep-1999 |
Sascha Schumann |
First try at WDDX serializer (not active currently) |
81301ad2 | 04-Sep-1999 |
Zeev Suraski |
A few fixes |
7e70c1ad | 04-Sep-1999 |
Sascha Schumann |
cleanup |
c49cdc9a | 04-Sep-1999 |
Sascha Schumann |
remove superflicious enumaration |
7796f4d9 | 04-Sep-1999 |
Sascha Schumann |
bail out, if ps_mm_instance wasn't initialized correctly (should take place in global startup) |
7e50dda9 | 04-Sep-1999 |
Sascha Schumann |
implement single directory garbage collector |
43523e98 | 04-Sep-1999 |
Zeev Suraski |
Update the mSQL module with the latest tech |