summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* Check for htonl in libsocket (sol251), and move inet_aton check in libbind ↵Sascha Schumann1999-12-041-4/+0
| | | | to configure.in, so that our later AC_CHECK_FUNCS(inet_aton) will find inet_aton in libbind (if it is there).
* fixed tiny leakThies C. Arntzen1999-12-041-0/+1
|
* windows build errorsSam Ruby1999-12-032-0/+3
|
* Added credit notes for Roxen SAPI moduleDavid Hedbor1999-12-031-0/+1
|
* Include errno.h.Andrei Zmievski1999-12-031-0/+1
| | | | | # Please try compiling before committing
* Improve locking when O_EXCL is availableSascha Schumann1999-12-031-5/+7
|
* PHP_BUILD_* m4 macros are not intended to be used by extensions.Sascha Schumann1999-12-032-2/+0
| | | | | | If you want to tell the user that the current choice of a specific SAPI module is bad, check $php_build_target.
* Use socklen_t where appropiateSascha Schumann1999-12-032-3/+3
|
* Add configure command to phpinfo() output (Stig)Stig Bakken1999-12-031-1/+1
|
* Add configure stuffSascha Schumann1999-12-033-5/+13
| | | | | | (note that --with-xxx should be only used, if it references something external.)
* Add posix moduleSascha Schumann1999-12-035-0/+1001
|
* Support DATE_to_pval and DISPATCH_to_pvalSam Ruby1999-12-031-7/+42
|
* @ Add optional socket path to the mysql_?connect() functionsRasmus Lerdorf1999-12-021-6/+10
|
* 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
| | | | | | | | | | @Made mysql and gd work as shared extensions again (Stig) - Fixed some warnings in maintainer-mode. - Made mysql and gd work as shared extensions again by defining COMPILE_DL if PIC is defined. # We need a better solution for building .so extensions than this # PIC/COMPILE_DL hack!
* 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
| | | | | @ to each other (Zeev)
* @- Make the global GET/POST/Cookie variables and their $HTTP_*_VARS[] ↵Zeev Suraski1999-12-011-4/+7
| | | | | | | counterparts @ be references to each other (Zeev)
* 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
| | | | | | | | always properly set, it's a TODO for all of us). This enables us to implement true 'use' support. @- Added support for the 'use' keyword - behaves like 'require', but will not @ use the same file more than once (Andi & Zeev, Zend library)
* Added check in the ODBC module that a connection is still valid beforeNick Gorham1999-11-302-1/+28
| | | | | reuse in a persistent connection.
* 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
| | | | | Added DBMaker support (patch by Pax Tsai <paxtsai@lion.syscom.com.tw>)
* - 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
| | | | | @- Disable symlinks to urls
* (ext/informix/ifx.ec) Reflect ESQL/C version used (Danny)Danny Heijl1999-11-281-2/+2
| | | | | @- Informix driver now reflects version of ESQL/C used (Danny)
* 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
| | | | | out-of-the-box with Apache)
* (PHP session_register) Modified to accept variable number of arguments,Andrei Zmievski1999-11-271-12/+51
| | | | | | any of which can be either string holding the variable name or an array consisting of such variable names or other arrays.
* 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
|