summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Back out PIC/COMPILE_DL hack from gd/mysql.Stig Bakken1999-12-012-8/+0
* @Fix some warnings when compiling in maintainer-mode (Stig)Stig Bakken1999-12-016-67/+23
* Test commit, ignoreZeev Suraski1999-12-011-1/+1
* @- Made the GET/POST/Cookie and their HTTP_*_VARS[] counterparts be referencesZeev Suraski1999-12-011-1/+1
* @- Make the global GET/POST/Cookie variables and their $HTTP_*_VARS[] counter...Zeev Suraski1999-12-011-4/+7
* Make array.c thread-safeSascha Schumann1999-12-015-52/+51
* Make fsock module thread-safeSascha Schumann1999-12-012-29/+72
* libzend/zend_compile.h's #define YYSTYPE causes parsedate to barf on WindowsSam Ruby1999-12-011-1/+2
* just a remarkThies C. Arntzen1999-12-011-0/+1
* Avoid Apache's regex.h, if system regex was chosenSascha Schumann1999-11-301-0/+10
* # another oopsRasmus Lerdorf1999-11-301-4/+4
* # OopsRasmus Lerdorf1999-11-301-1/+1
* Kill some warningsRasmus Lerdorf1999-11-301-5/+5
* - Added opened_path to php_fopen_wrapper() and the URL fopen wrapper (it's notAndi Gutmans1999-11-303-9/+9
* Added check in the ODBC module that a connection is still valid beforeNick Gorham1999-11-302-1/+28
* Show some extra info for GD with phpinfo()Sander Steffann1999-11-291-2/+21
* Clean up codeSascha Schumann1999-11-291-24/+28
* Oops, forgot to check for GIF support. Fixed.Sander Steffann1999-11-291-0/+2
* TypoDanny Heijl1999-11-291-1/+0
* Initial alpha-level of sapi/servlet. See README for details.Sam Ruby1999-11-2912-37/+105
* Use thread-safe versions of localtime and gmtime on Win32 tooSam Ruby1999-11-291-1/+3
* @Added DBMaker support (patch by Pax Tsai <paxtsai@lion.syscom.com.tw>)Stig Bakken1999-11-295-3/+102
* - Add OLS_C so that we can call php_output_init_globals() with it.Andi Gutmans1999-11-281-1/+3
* Prevent mod_ssl's ap_hook.h from being included.Sascha Schumann1999-11-281-0/+3
* # check link() as wellRasmus Lerdorf1999-11-281-0/+4
* (symlink) Disable symlinks to urlsRasmus Lerdorf1999-11-281-0/+4
* (ext/informix/ifx.ec) Reflect ESQL/C version used (Danny)Danny Heijl1999-11-281-2/+2
* Remove INCLUDES line from Makefile.am skeletonSascha Schumann1999-11-281-1/+0
* Make basic/string functions thread-safeSascha Schumann1999-11-284-68/+99
* ZTS fixSascha Schumann1999-11-281-1/+1
* Improved build (now sets also runtime library search paths, worksSascha Schumann1999-11-272-9/+14
* (PHP session_register) Modified to accept variable number of arguments,Andrei Zmievski1999-11-271-12/+51
* one tmbuf is enoughSascha Schumann1999-11-271-1/+1
* typecast void pointer to char* for pointer arithmeticAndrew Skalski1999-11-271-1/+1
* Use thread-safe versions of localtime and gmtimeJouni Ahto1999-11-272-10/+10
* Only compile the scanner, if trans_sid is enabledSascha Schumann1999-11-272-13/+21
* Kill undefined referenceSascha Schumann1999-11-261-4/+4
* Undefine HAVE_PUTENV, if ZTS is usedSascha Schumann1999-11-261-1/+5
* Kill one race.Sascha Schumann1999-11-261-1/+1
* Use php_init_output_globals() also in non-ZTS modeSascha Schumann1999-11-261-10/+5
* Add/update copyright headersSascha Schumann1999-11-261-1/+1
* Convert more source files to use thread-safe functionsSascha Schumann1999-11-264-20/+25
* Use thread-safe versions of localtime and gmtimeSascha Schumann1999-11-261-11/+11
* *** empty log message ***Zeev Suraski1999-11-261-1/+0
* (PHP_RINIT(session)) Never return FAILURE on trivial issues from a requestSascha Schumann1999-11-261-1/+1
* Replace strtok with strtok_rSascha Schumann1999-11-261-6/+7
* - changed encoding parameter of cpdf_set_font to string on advice fromUwe Steinmann1999-11-251-17/+4
* - made domxml compileUwe Steinmann1999-11-253-5/+9
* I'm dreaming that someone else can format this when he/she is looking at it.Egon Schmid1999-11-241-38/+38
* Some patched versions of GD support both GIF and PNG. The GD module nowSander Steffann1999-11-243-3/+11