summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Include php_config.h in both files, otherwise HAVE_STRLCAT/HAVE_STRLCPYSascha Schumann1999-11-262-0/+4
* *** empty log message ***Zeev Suraski1999-11-251-0/+2
* Killing some unused variable warningsSascha Schumann1999-11-241-4/+2
* Use the unified notation...Zeev Suraski1999-11-231-66/+66
* errors during startup trap serverSam Ruby1999-11-232-10/+12
* Fixed a leak when using automatic output bufferingZeev Suraski1999-11-222-3/+5
* - Make it consistent with the rest of the stuff there.Andi Gutmans1999-11-191-1/+1
* - Add array.c to the Win32 projectAndi Gutmans1999-11-191-1/+3
* Add post request startup handlers. These are called at the end of theSascha Schumann1999-11-173-0/+40
* Bump version to 4.0b4-dev.Stig Bakken1999-11-171-1/+1
* 4.0b3 coming upStig Bakken1999-11-161-1/+1
* @Added tmpfile() function (Stig)Stig Bakken1999-11-141-4/+0
* These are inserted automatically now.Andrei Zmievski1999-11-131-16/+0
* Split array functions into separate module.Andrei Zmievski1999-11-131-0/+2
* Suck in prototypes correctly with applied aliasesSascha Schumann1999-11-131-0/+8
* Improve regex library selection. It lets user specify whether they wantSascha Schumann1999-11-132-2/+6
* preparing 4.0b3-RC5Sascha Schumann1999-11-131-1/+1
* @- RFC-854 fix for internal FTP-Code. Commands have to end in "\r\n" (Thies)Thies C. Arntzen1999-11-111-6/+6
* #if -> #ifdef changes for the ODBC extension (for consistency)Stig Bakken1999-11-091-3/+3
* 4.0b3-RC4Stig Bakken1999-11-091-1/+1
* Bump version to 4.0b3-RC3.Stig Bakken1999-11-091-1/+1
* (PHP tempnam) now uses mkstemp() if availableStig Bakken1999-11-081-0/+4
* Version updateZeev Suraski1999-11-061-1/+1
* - Win32 fixesZeev Suraski1999-11-062-20/+9
* configuration failures trap serverSam Ruby1999-11-051-1/+3
* # First shot at 4.0b3.Stig Bakken1999-11-041-1/+1
* @Continue processing PHP_INI_SYSTEM knownDirectives after extension=Sam Ruby1999-10-311-0/+3
* typing in the darkRasmus Lerdorf1999-10-301-1/+1
* Damn, can't see underscores correctly on this silly terminal I am onRasmus Lerdorf1999-10-301-5/+5
* Clean up regex header file mess. php.h now explicitly includes php_regex.hRasmus Lerdorf1999-10-302-0/+11
* Kill the regex header file warningsRasmus Lerdorf1999-10-291-0/+1
* moved output.c into ext/standart and made it thread-safe.Thies C. Arntzen1999-10-275-2/+425
* - Make COM compile againAndi Gutmans1999-10-201-1/+1
* - Make CVS compile on Win32.Andi Gutmans1999-10-201-0/+3
* Revert my patches to error functions.Andrei Zmievski1999-10-191-9/+2
* _php3/_php3i -> php renameAndrei Zmievski1999-10-161-1/+1
* - Get windows version to compile again. No biggy if array_map is not #if 0'dAndi Gutmans1999-10-161-0/+4
* Update mergesort() proto.Andrei Zmievski1999-10-151-1/+1
* Small tweak in the error format.Andrei Zmievski1999-10-151-1/+1
* (php3_log_err): Don't output error message to stderr whenAndrei Zmievski1999-10-151-0/+2
* (php_error): finally get rid of those annoying html tagsAndrei Zmievski1999-10-151-2/+7
* Added mergesort.c from FreeBSD.Andrei Zmievski1999-10-152-0/+352
* files are now resources, file.c is thread-safe, the le_ vars are no longer sh...Thies C. Arntzen1999-10-153-10/+2
* Make ODBC work under Win32Zeev Suraski1999-10-151-1/+1
* new api fo dl() - renamed php3_dl to php_dl (added compat header)Thies C. Arntzen1999-10-132-1/+2
* starting to clean-up/new API'ize and resourcify the file-stuff - nothing happ...Thies C. Arntzen1999-10-122-4/+2
* Use correct data type for mutex.Sascha Schumann1999-10-081-1/+1
* Implement temporary workaround for thread-safety issues. ThisSascha Schumann1999-10-081-0/+21
* SET_VAR_STR* expect a emalloc'ed copy of the string!Thies C. Arntzen1999-10-071-1/+3
* - support for mimetype application/vnd.fdf needed by fdf moduleUwe Steinmann1999-10-061-1/+4