Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - "Resourcified" the Informix driver. | Danny Heijl | 1999-09-06 | 1 | -273/+166 | |
| | ||||||
* | untabified | Stig Bakken | 1999-09-06 | 1 | -15/+15 | |
| | ||||||
* | Workaround for crypt() getting too few characters for salt. | Jakub Skopal | 1999-09-06 | 1 | -1/+4 | |
| | ||||||
* | Fixed prototype. | Stefan Roehrich | 1999-09-06 | 1 | -1/+1 | |
| | ||||||
* | Fix the 4.0 tree (forgot to commit) | Zeev Suraski | 1999-09-06 | 1 | -2/+5 | |
| | ||||||
* | Corrected the argument-list for getopt. -c expects argument. | Jakub Skopal | 1999-09-06 | 1 | -1/+1 | |
| | ||||||
* | Added addcslashes(), stripcslashes(). | Jakub Skopal | 1999-09-05 | 3 | -73/+127 | |
| | | | | | Reverted addslashes() to the very original behaviour. | |||||
* | fix warning | Sascha Schumann | 1999-09-05 | 1 | -1/+1 | |
| | ||||||
* | - Should fix short_tags and co. problem. | Andi Gutmans | 1999-09-05 | 3 | -14/+33 | |
| | ||||||
* | - Oops | Andi Gutmans | 1999-09-05 | 1 | -0/+89 | |
| | ||||||
* | - Make Win32 compile once again. | Andi Gutmans | 1999-09-05 | 2 | -5/+5 | |
| | ||||||
* | - Make dir functions compile in Win32 | Andi Gutmans | 1999-09-05 | 6 | -11/+34 | |
| | | | | | - Fix too early memory manager initialization (For you Thies) | |||||
* | - Shift around header files. | Andi Gutmans | 1999-09-05 | 6 | -73/+14 | |
| | ||||||
* | Find debian umich-ldap libraries/include files. | Stefan Roehrich | 1999-09-05 | 1 | -0/+6 | |
| | ||||||
* | Changes for updated odbc module | Andreas Karajannis | 1999-09-05 | 2 | -6/+5 | |
| | ||||||
* | Renaming odbc files | Andreas Karajannis | 1999-09-05 | 2 | -2429/+0 | |
| | ||||||
* | New resource handling for odbc module | Andreas Karajannis | 1999-09-05 | 5 | -4/+2359 | |
| | ||||||
* | work around gcc bug, otherwise compiler would die with | Sascha Schumann | 1999-09-05 | 1 | -1/+1 | |
| | | | | | | | toplev.c:2261: Internal compiler error in function float_signal in basic_functions.c | |||||
* | - php_error(E_ERROR,...) won't ever return so change the connection_status | Andi Gutmans | 1999-09-05 | 1 | -1/+1 | |
| | | | | | before it is called. | |||||
* | C++ comment fix... sorry. | Jakub Skopal | 1999-09-05 | 1 | -2/+2 | |
| | ||||||
* | Appended second argument of addslashes(), | Jakub Skopal | 1999-09-05 | 2 | -5/+107 | |
| | | | | | Changed php_addslashes() to add \000 instead of just \0 | |||||
* | Forgot one | Rasmus Lerdorf | 1999-09-04 | 1 | -1/+1 | |
| | ||||||
* | Kill a warning | Rasmus Lerdorf | 1999-09-04 | 1 | -1/+1 | |
| | ||||||
* | This was actually intentional... put it back in and improve | Zeev Suraski | 1999-09-04 | 1 | -1/+1 | |
| | ||||||
* | Cleanups | Rasmus Lerdorf | 1999-09-04 | 2 | -16/+16 | |
| | | | | | | | 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. | |||||
* | Fix a stupid bug (from stefan@roehri.ch) | Zeev Suraski | 1999-09-04 | 1 | -1/+1 | |
| | ||||||
* | First try with new resource handling in zlib module. | Stefan Roehrich | 1999-09-04 | 1 | -99/+37 | |
| | ||||||
* | Oops, set_time_limit() would never have worked becase HAVE_SETITIMER | Rasmus Lerdorf | 1999-09-04 | 2 | -1/+2 | |
| | | | | | never got defined anywhere. | |||||
* | Oops | Rasmus Lerdorf | 1999-09-04 | 2 | -1/+2 | |
| | ||||||
* | Catch a timeout and add user-level interface for connection handling | Rasmus Lerdorf | 1999-09-04 | 3 | -0/+63 | |
| | ||||||
* | Might as well bail as soon as we know we should since this is now | Rasmus Lerdorf | 1999-09-04 | 2 | -3/+4 | |
| | | | | | | | 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. | |||||
* | First part of the connection_status work. No user-callable functions | Rasmus Lerdorf | 1999-09-04 | 4 | -7/+26 | |
| | | | | | | | | | | | 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. | |||||
* | Oops, don't need those commented out blocks. | Andrey Hristov | 1999-09-04 | 1 | -27/+0 | |
| | ||||||
* | Kill compiler warnings. | Andrey Hristov | 1999-09-04 | 1 | -4/+4 | |
| | ||||||
* | Conform to new resource handling guidelines. | Andrey Hristov | 1999-09-04 | 1 | -19/+30 | |
| | ||||||
* | *** empty log message *** | Zeev Suraski | 1999-09-04 | 14 | -39/+42 | |
| | ||||||
* | Add resource support to the Sybase CT module | Zeev Suraski | 1999-09-04 | 3 | -457/+382 | |
| | ||||||
* | First try at WDDX serializer | Sascha Schumann | 1999-09-04 | 1 | -10/+81 | |
| | | | | | (not active currently) | |||||
* | A few fixes | Zeev Suraski | 1999-09-04 | 2 | -63/+62 | |
| | ||||||
* | cleanup | Sascha Schumann | 1999-09-04 | 1 | -80/+91 | |
| | ||||||
* | remove superflicious enumaration | Sascha Schumann | 1999-09-04 | 1 | -10/+0 | |
| | ||||||
* | bail out, if ps_mm_instance wasn't initialized correctly | Sascha Schumann | 1999-09-04 | 1 | -0/+4 | |
| | | | | | (should take place in global startup) | |||||
* | implement single directory garbage collector | Sascha Schumann | 1999-09-04 | 1 | -1/+49 | |
| | ||||||
* | Update the mSQL module with the latest tech | Zeev Suraski | 1999-09-04 | 4 | -331/+180 | |
| | ||||||
* | Damn, forgot to commit that | Zeev Suraski | 1999-09-03 | 1 | -0/+6 | |
| | ||||||
* | *** empty log message *** | Zeev Suraski | 1999-09-03 | 1 | -1/+1 | |
| | ||||||
* | Static is good... | Andrey Hristov | 1999-09-03 | 2 | -32/+27 | |
| | ||||||
* | Final MySQL tweaks | Zeev Suraski | 1999-09-03 | 3 | -91/+71 | |
| | ||||||
* | - backed out IS_RESOURCE stuff in favour of old php3-style IS_LONG | Danny Heijl | 1999-09-03 | 1 | -2/+2 | |
| | | | | | for now. This makes the Informix driver work again. | |||||
* | More cleanups | Zeev Suraski | 1999-09-03 | 3 | -2/+14 | |
| |