summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* post handler registration done rightHartmut Holzgraefe2000-10-131-27/+1
* now it works for me as CGI and APXS, with or without --enable-debug ...Hartmut Holzgraefe2000-10-131-5/+6
* compile fixes & update of win32 dspDaniel Beulshausen2000-10-133-0/+4
* fopen wrappers cleanupHartmut Holzgraefe2000-10-137-12/+662
* Let strtr() use smart_str to reduce complexitySascha Schumann2000-10-121-23/+10
* Rewrite php_str_to_str using the smart_str API.Sascha Schumann2000-10-121-43/+19
* Move structure definition into its own file, so that public headerSascha Schumann2000-10-123-6/+31
* @ - POST handler for Adobe FDF format (Hartmut)Hartmut Holzgraefe2000-10-111-16/+129
* @ -read and write .gz-files transparently on glibc based systemsHartmut Holzgraefe2000-10-112-0/+88
* fixed some includes and removed an unneeded file.Nikos Mavroyanopoulos2000-10-112-8/+1
* corrected typoNikos Mavroyanopoulos2000-10-111-1/+1
* Add session_write_close(). This is primarily intended to enableSascha Schumann2000-10-114-30/+34
* Added mysql_escape_String()Zeev Suraski2000-10-112-0/+23
* Remove conflictZeev Suraski2000-10-111-5/+0
* Corrected a wrong includeNikos Mavroyanopoulos2000-10-111-1/+1
* Added support for Ovrimos SQL Server.Nikos Mavroyanopoulos2000-10-116-0/+1045
* proto typo fixesHartmut Holzgraefe2000-10-111-2/+2
* added protosHartmut Holzgraefe2000-10-111-0/+49
* Old PostgreSQL fix I forgot to commit, and NEWS consistency updateZeev Suraski2000-10-111-1/+18
* added missing protosHartmut Holzgraefe2000-10-111-0/+9
* added some missing protosHartmut Holzgraefe2000-10-111-0/+6
* protos fixedHartmut Holzgraefe2000-10-111-8/+8
* make windows compileDaniel Beulshausen2000-10-112-0/+109
* Fix compilation, I wonder when these were omitted??Sterling Hughes2000-10-101-2/+3
* - Reserved the patchDerick Rethans2000-10-101-2/+1
* - added optional argument pdf_show_boxed() to determine if text isUwe Steinmann2000-10-101-13/+29
* Fix compiler warnings.Andrei Zmievski2000-10-091-8/+5
* Fix a misconfiguration error and missing return statement.Andrei Zmievski2000-10-092-1/+3
* - Made ora_close return values like it should (thanks to james@php.net andDerick Rethans2000-10-091-1/+2
* revert patch. Sablot won't build anymore, at least in combination with zlib.Chuck Hagenbuch2000-10-091-2/+0
* I SHALL NOT TOUCH A RELEASE CANDIDATE!Hartmut Holzgraefe2000-10-091-4/+0
* added support for GNU-specific domainname field in unameHartmut Holzgraefe2000-10-091-0/+4
* No comment on this, so I'm guessing it's okay.Chuck Hagenbuch2000-10-091-1/+3
* Fix bug #6447Zeev Suraski2000-10-091-8/+13
* more cleanup of info codeDaniel Beulshausen2000-10-084-2/+28
* only beautifyingDaniel Beulshausen2000-10-081-1/+4
* Move static declaration to source file.Sascha Schumann2000-10-072-2/+2
* @- Fixed returning of empty LOB fields in OCI8. (Thies)Thies C. Arntzen2000-10-071-4/+3
* - Add calendar to default Win32 build.Andi Gutmans2000-10-062-150/+1
* - Add FTP extension to default Win32 buildAndi Gutmans2000-10-051-121/+0
* Get ext_skel working againRasmus Lerdorf2000-10-052-10/+12
* - Clean-up original code and add to NEWS.Andi Gutmans2000-10-051-8/+13
* Updated email address to reflect my php.net address.Brendan W. McAdams2000-10-052-58/+58
* Fixed posix_addlimit() when adding the string "unlimited" to the result.Alexander Feldman2000-10-051-2/+2
* - List entry types should be true globals.Jouni Ahto2000-10-052-38/+40
* Add more missing protos and make folding style closer to mysql module.Joey Smith2000-10-051-6/+9
* Now it really checks that libxml version is >= 2.0foobar2000-10-051-3/+3
* Use ZEND_DECLARE_MODULE_GLOBALS instead of equivalent #if ZTS/#else/#endifSascha Schumann2000-10-041-5/+1
* Ignore close tags and use unsigned char type.Sascha Schumann2000-10-042-5/+5
* typoSascha Schumann2000-10-031-1/+1