summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* even more protos were missingHartmut Holzgraefe2000-05-231-0/+6
* some protos where missing, took them from php3Hartmut Holzgraefe2000-05-231-1/+6
* proto typo fixHartmut Holzgraefe2000-05-231-1/+1
* some protos where missing proto keywordHartmut Holzgraefe2000-05-231-2/+2
* protos where lacking return typesHartmut Holzgraefe2000-05-232-12/+12
* integratet protos from php3 versionHartmut Holzgraefe2000-05-231-0/+21
* some protos fixedHartmut Holzgraefe2000-05-231-3/+4
* some protos got to the wrong function - fixedHartmut Holzgraefe2000-05-231-3/+3
* Add check for Bison. A recent version is required when in ZTS mode.Sascha Schumann2000-05-231-0/+9
* Need a PHPAPI version of basename for some stuff I am working on.Rasmus Lerdorf2000-05-232-18/+34
* one little unimportant detail (cut&paste is evil :)Hartmut Holzgraefe2000-05-231-1/+1
* a little less optimized, but no dirty tricks anymoreHartmut Holzgraefe2000-05-231-11/+5
* Make calc_levdist static and fix pointer swapping.Sascha Schumann2000-05-231-3/+11
* - Update Windows project to include levensthein.c and update NEWS fileZeev Suraski2000-05-232-0/+6
* Add interesting email which explains why disabling -fPIC works on LinuxSascha Schumann2000-05-231-0/+41
* - Virtual current working directory is now enabledAndi Gutmans2000-05-234-9/+44
* Cosmetic changesSascha Schumann2000-05-231-3/+3
* Some systems don't have dirent.h. Wrap include appropiately.Sascha Schumann2000-05-231-0/+2
* Use reentrant version of readdir. If the target platform does not supportSascha Schumann2000-05-236-7/+88
* Add POSIX-like readdir_r for Win32Sascha Schumann2000-05-233-2/+36
* - English fix.Andi Gutmans2000-05-231-1/+1
* name changed from levdist() to levenshtein()Hartmut Holzgraefe2000-05-233-5/+5
* - Support virtual unlink()Andi Gutmans2000-05-237-6/+25
* added function "int levdist(string str1, string str2)"Hartmut Holzgraefe2000-05-234-1/+120
* Changed the #ifdefs around "errno = ETIMEDOUT;" to include the restAndrew Skalski2000-05-231-3/+3
* - PHP_WIN32 macro should be used with #ifdef/#ifndefAndi Gutmans2000-05-232-8/+8
* Revert recent COMPILE_DL change.Sascha Schumann2000-05-231-1/+1
* Clean up the patch by Hartmut.Andrei Zmievski2000-05-231-10/+7
* 'char *' to 'char'Sterling Hughes2000-05-231-1/+1
* fixing typeFrank M. Kromann2000-05-231-1/+1
* chang #if to #ifdefFrank M. Kromann2000-05-231-1/+1
* fixed newly introduced crashThies C. Arntzen2000-05-231-1/+1
* Use new syntaxSascha Schumann2000-05-231-1/+1
* --with-foo causes $withval to be set to "yes," not ""Sascha Schumann2000-05-231-1/+1
* even better check for netinet/in.hThies C. Arntzen2000-05-231-1/+1
* make ftp compile on unix againThies C. Arntzen2000-05-231-1/+1
* s/COMPILE_DL/COMPILE_DL_EXTNAME/Sascha Schumann2000-05-2313-28/+28
* Use #ifdef COMPILE_DL_EXTNAME solely.Sascha Schumann2000-05-2336-56/+56
* s/COMPILE_DL/COMPILE_DL_EXTNAME/ for Windows build files.Sascha Schumann2000-05-2315-65/+65
* Only print the attention thing, if the MD5 and DES checks failed.Sascha Schumann2000-05-231-1/+3
* making ftp module compile and work on win32Frank M. Kromann2000-05-233-3/+22
* bump version to 4.0.1-devThies C. Arntzen2000-05-233-2/+4
* According to current PostgreSQL docs, using PQoidStatus() is deprecated.Jouni Ahto2000-05-233-2/+13
* again (due to feature request in bug id #3251)Hartmut Holzgraefe2000-05-232-7/+26
* @-Add the swf_ortho function. (Sterling)Sterling Hughes2000-05-232-0/+24
* ChangeLog update2000-05-231-0/+67
* NEWS update2000-05-231-0/+1
* fix for bug #2852 : argc inconsistencyHartmut Holzgraefe2000-05-221-22/+24
* -i, -v, -h and -? execution pathes didn't flush the output bufferHartmut Holzgraefe2000-05-221-1/+7
* Add section about adding shared module support to an existing module.Sascha Schumann2000-05-221-1/+23