summaryrefslogtreecommitdiff
path: root/main/php.h
Commit message (Expand)AuthorAgeFilesLines
* That one is actually supposed to have 'php3' on it - it's the PHP 3.0 compati...Zeev Suraski1999-12-041-1/+1
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-1/+1
* Get Win32 to compile againZeev Suraski1999-11-271-0/+4
* Add reentrant versions of ctime, localtime, gmtime, asctime.Sascha Schumann1999-11-261-0/+1
* Add post request startup handlers. These are called at the end of theSascha Schumann1999-11-171-0/+2
* @Added tmpfile() function (Stig)Stig Bakken1999-11-141-4/+0
* Improve regex library selection. It lets user specify whether they wantSascha Schumann1999-11-131-0/+4
* (PHP tempnam) now uses mkstemp() if availableStig Bakken1999-11-081-0/+4
* Clean up regex header file mess. php.h now explicitly includes php_regex.hRasmus Lerdorf1999-10-301-0/+1
* moved output.c into ext/standart and made it thread-safe.Thies C. Arntzen1999-10-271-1/+1
* Update mergesort() proto.Andrei Zmievski1999-10-151-1/+1
* Added mergesort.c from FreeBSD.Andrei Zmievski1999-10-151-0/+2
* files are now resources, file.c is thread-safe, the le_ vars are no longer sh...Thies C. Arntzen1999-10-151-3/+0
* - Internal functions which are basic language functions should be in ZendAndi Gutmans1999-09-201-1/+0
* HASH_OF is usable enough (i hate duplicating macros all over the place)Thies C. Arntzen1999-09-151-0/+1
* Clean up the strlcat/strlcpy checks.Stig Bakken1999-09-151-2/+2
* Add strlcpy/strlcat to the build processAndi Gutmans1999-09-141-0/+8
* Time to do that - rename the output layer prefixZeev Suraski1999-09-121-6/+6
* Forgot oneRasmus Lerdorf1999-09-041-1/+1
* This was actually intentional... put it back in and improveZeev Suraski1999-09-041-1/+1
* CleanupsRasmus Lerdorf1999-09-041-2/+2
* First part of the connection_status work. No user-callable functionsRasmus Lerdorf1999-09-041-0/+4
* Add prototypes for new functions in internal_functions.c.inSascha Schumann1999-09-031-1/+3
* - add global startup/shutdown handlersSascha Schumann1999-09-031-6/+10
* Close bug #1742Zeev Suraski1999-08-141-1/+1
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-3/+3
* Fix link functions problem.Andrey Hristov1999-07-281-0/+1
* More symbol work.Andrey Hristov1999-07-261-0/+13
* License updateZeev Suraski1999-07-161-20/+9
* *** empty log message ***Zeev Suraski1999-07-081-0/+1
* work around the Apache problem that it pollutes the namespaceSascha Schumann1999-07-031-0/+8
* add dmallocSascha Schumann1999-06-261-0/+4
* * Add a new workspace for dynamic PHP extensions.Zeev Suraski1999-06-041-3/+1
* Moved all SET_ and RETURN_ macros to ZendZeev Suraski1999-05-271-130/+0
* * Get Apache to work. POST doesn't work yet.Zeev Suraski1999-05-111-11/+1
* * Get the Apache module to compile againZeev Suraski1999-04-261-3/+0
* * Plenty of thread safety and Win32 work.Zeev Suraski1999-04-261-11/+10
* * Fix a couple of thread safety issuesAndi Gutmans1999-04-251-1/+1
* A lot of cleanups... Removed old thread-safe code and other redundant code a...Zeev Suraski1999-04-241-33/+0
* moved bcmathStig Bakken1999-04-211-0/+3
* added PHP_API_VERSION, simply set it to 19990421 for nowStig Bakken1999-04-211-0/+2
* Minor fixesZeev Suraski1999-04-211-1/+0
* * Rename php_compat.[ch] to flock_compat.[ch] and move it to ext/standardZeev Suraski1999-04-211-2/+0
* port some fixes, add compat routinesSascha Schumann1999-04-211-0/+1
* More thread safety workZeev Suraski1999-04-211-1/+1
* odbc compiles and runs on UNIX again (tested with Solid 2.3)Stig Bakken1999-04-201-0/+7
* Buh-bye php3_iniZeev Suraski1999-04-101-4/+0
* * A lot of work on php_ini stuffZeev Suraski1999-04-091-0/+33
* PHP 4.0Zeev Suraski1999-04-071-0/+485