summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* - "Resourcified" the Informix driver.Danny Heijl1999-09-061-273/+166
|
* untabifiedStig Bakken1999-09-061-15/+15
|
* Workaround for crypt() getting too few characters for salt.Jakub Skopal1999-09-061-1/+4
|
* Fixed prototype.Stefan Roehrich1999-09-061-1/+1
|
* Fix the 4.0 tree (forgot to commit)Zeev Suraski1999-09-061-2/+5
|
* Corrected the argument-list for getopt. -c expects argument.Jakub Skopal1999-09-061-1/+1
|
* Added addcslashes(), stripcslashes().Jakub Skopal1999-09-053-73/+127
| | | | | Reverted addslashes() to the very original behaviour.
* fix warningSascha Schumann1999-09-051-1/+1
|
* - Should fix short_tags and co. problem.Andi Gutmans1999-09-053-14/+33
|
* - OopsAndi Gutmans1999-09-051-0/+89
|
* - Make Win32 compile once again.Andi Gutmans1999-09-052-5/+5
|
* - Make dir functions compile in Win32Andi Gutmans1999-09-056-11/+34
| | | | | - Fix too early memory manager initialization (For you Thies)
* - Shift around header files.Andi Gutmans1999-09-056-73/+14
|
* Find debian umich-ldap libraries/include files.Stefan Roehrich1999-09-051-0/+6
|
* Changes for updated odbc moduleAndreas Karajannis1999-09-052-6/+5
|
* Renaming odbc filesAndreas Karajannis1999-09-052-2429/+0
|
* New resource handling for odbc moduleAndreas Karajannis1999-09-055-4/+2359
|
* work around gcc bug, otherwise compiler would die withSascha Schumann1999-09-051-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_statusAndi Gutmans1999-09-051-1/+1
| | | | | before it is called.
* C++ comment fix... sorry.Jakub Skopal1999-09-051-2/+2
|
* Appended second argument of addslashes(),Jakub Skopal1999-09-052-5/+107
| | | | | Changed php_addslashes() to add \000 instead of just \0
* Forgot oneRasmus Lerdorf1999-09-041-1/+1
|
* Kill a warningRasmus Lerdorf1999-09-041-1/+1
|
* This was actually intentional... put it back in and improveZeev Suraski1999-09-041-1/+1
|
* CleanupsRasmus Lerdorf1999-09-042-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 Suraski1999-09-041-1/+1
|
* First try with new resource handling in zlib module.Stefan Roehrich1999-09-041-99/+37
|
* Oops, set_time_limit() would never have worked becase HAVE_SETITIMERRasmus Lerdorf1999-09-042-1/+2
| | | | | never got defined anywhere.
* OopsRasmus Lerdorf1999-09-042-1/+2
|
* Catch a timeout and add user-level interface for connection handlingRasmus Lerdorf1999-09-043-0/+63
|
* Might as well bail as soon as we know we should since this is nowRasmus Lerdorf1999-09-042-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 functionsRasmus Lerdorf1999-09-044-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 Hristov1999-09-041-27/+0
|
* Kill compiler warnings.Andrey Hristov1999-09-041-4/+4
|
* Conform to new resource handling guidelines.Andrey Hristov1999-09-041-19/+30
|
* *** empty log message ***Zeev Suraski1999-09-0414-39/+42
|
* Add resource support to the Sybase CT moduleZeev Suraski1999-09-043-457/+382
|
* First try at WDDX serializerSascha Schumann1999-09-041-10/+81
| | | | | (not active currently)
* A few fixesZeev Suraski1999-09-042-63/+62
|
* cleanupSascha Schumann1999-09-041-80/+91
|
* remove superflicious enumarationSascha Schumann1999-09-041-10/+0
|
* bail out, if ps_mm_instance wasn't initialized correctlySascha Schumann1999-09-041-0/+4
| | | | | (should take place in global startup)
* implement single directory garbage collectorSascha Schumann1999-09-041-1/+49
|
* Update the mSQL module with the latest techZeev Suraski1999-09-044-331/+180
|
* Damn, forgot to commit thatZeev Suraski1999-09-031-0/+6
|
* *** empty log message ***Zeev Suraski1999-09-031-1/+1
|
* Static is good...Andrey Hristov1999-09-032-32/+27
|
* Final MySQL tweaksZeev Suraski1999-09-033-91/+71
|
* - backed out IS_RESOURCE stuff in favour of old php3-style IS_LONGDanny Heijl1999-09-031-2/+2
| | | | | for now. This makes the Informix driver work again.
* More cleanupsZeev Suraski1999-09-033-2/+14
|