]>
granicus.if.org Git - php/log
Sascha Schumann [Fri, 3 Dec 1999 15:12:20 +0000 (15:12 +0000)]
Solaris needs -D_REENTRANT to define prototypes for localtime_r etc.
Sascha Schumann [Fri, 3 Dec 1999 14:57:29 +0000 (14:57 +0000)]
Use socklen_t where appropiate
Sascha Schumann [Fri, 3 Dec 1999 14:50:32 +0000 (14:50 +0000)]
Add check for socklen_t (we cannot use AC_CHECK_TYPE, because socklen_t
is defined in sys/socket.h).
Thies C. Arntzen [Fri, 3 Dec 1999 14:07:00 +0000 (14:07 +0000)]
revert my last patch - WARNING: we leak fd's again.
add initialzation of opened_path highlight_file()
Stig Bakken [Fri, 3 Dec 1999 13:35:10 +0000 (13:35 +0000)]
forgot the "@"
Stig Bakken [Fri, 3 Dec 1999 13:31:41 +0000 (13:31 +0000)]
Add configure command to phpinfo() output (Stig)
Sascha Schumann [Fri, 3 Dec 1999 13:24:30 +0000 (13:24 +0000)]
Add configure stuff
(note that --with-xxx should be only used, if it references something
external.)
Sascha Schumann [Fri, 3 Dec 1999 13:13:48 +0000 (13:13 +0000)]
Add posix module
Sascha Schumann [Fri, 3 Dec 1999 12:21:57 +0000 (12:21 +0000)]
Add X-Powered-By header in all configurations to ease PHP usage metering
Sascha Schumann [Fri, 3 Dec 1999 11:46:04 +0000 (11:46 +0000)]
(php_ns_sapi_header_handler): use sapi_free_header()
Andi Gutmans [Fri, 3 Dec 1999 07:54:17 +0000 (07:54 +0000)]
- Remove _EX and make it the old _LENGTH
Rasmus Lerdorf [Fri, 3 Dec 1999 06:01:30 +0000 (06:01 +0000)]
# Here you go Andrei
Rasmus Lerdorf [Fri, 3 Dec 1999 05:03:16 +0000 (05:03 +0000)]
@ PHP 4 scripts will now obey the max_execution_time setting and actually
@ time out (Rasmus)
# Note that Apache clears all signal handler including SIGPROF before
# calling the content handler, so even though we set our itimer before
# this in the PHP_INI stuff, Apache kicks sand in our face and we need
# to set the timer again just before we start parsing
Sam Ruby [Fri, 3 Dec 1999 02:25:22 +0000 (02:25 +0000)]
Support DATE_to_pval and DISPATCH_to_pval
<changelog@php.net> [Fri, 3 Dec 1999 02:08:24 +0000 (02:08 +0000)]
ChangeLog update
<changelog@php.net> [Fri, 3 Dec 1999 02:08:21 +0000 (02:08 +0000)]
NEWS update
Andi Gutmans [Thu, 2 Dec 1999 20:38:41 +0000 (20:38 +0000)]
- Add _EX macro for Andrei
Rasmus Lerdorf [Thu, 2 Dec 1999 20:00:16 +0000 (20:00 +0000)]
# just some symbol cleanup while I am browsing through looking for this
# timeout problem
Rasmus Lerdorf [Thu, 2 Dec 1999 19:09:01 +0000 (19:09 +0000)]
@ Add optional socket path to the mysql_?connect() functions
Zeev Suraski [Thu, 2 Dec 1999 18:59:29 +0000 (18:59 +0000)]
Solve a couple of compile issues
Thies C. Arntzen [Thu, 2 Dec 1999 14:37:16 +0000 (14:37 +0000)]
php_fopen_wrapper_for_zend() does *NOT* insert the opened files into any list - the caller needs to fclose() the file. (not sure if this is desired)
fixed "Uninitialized memory read" when including URLs
Andrei Zmievski [Thu, 2 Dec 1999 03:44:06 +0000 (03:44 +0000)]
*** empty log message ***
Sascha Schumann [Thu, 2 Dec 1999 02:14:06 +0000 (02:14 +0000)]
Let user override default setting of ``make''
<changelog@php.net> [Thu, 2 Dec 1999 02:08:24 +0000 (02:08 +0000)]
ChangeLog update
<changelog@php.net> [Thu, 2 Dec 1999 02:08:17 +0000 (02:08 +0000)]
NEWS update
Sascha Schumann [Wed, 1 Dec 1999 23:46:17 +0000 (23:46 +0000)]
Define COMPILE_DL_MODNAME, if module is built as dynamic module
Stig Bakken [Wed, 1 Dec 1999 23:14:54 +0000 (23:14 +0000)]
Back out PIC/COMPILE_DL hack from gd/mysql.
Stig Bakken [Wed, 1 Dec 1999 22:59:45 +0000 (22:59 +0000)]
@Fix some warnings when compiling in maintainer-mode (Stig)
@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!
Stig S. Bakken [Wed, 1 Dec 1999 22:55:20 +0000 (22:55 +0000)]
Fix warnings surfacing in maintainer-mode.
Zeev Suraski [Wed, 1 Dec 1999 22:00:58 +0000 (22:00 +0000)]
Make it possible to explicitly set refcount in ZEND_SET_SYMBOL_WITH_LENGTH(), part 2
Zeev Suraski [Wed, 1 Dec 1999 21:47:47 +0000 (21:47 +0000)]
Allow to set the reference count explicitly for ZEND_SET_SYMBOL_WITH_LENGTH()
Zeev Suraski [Wed, 1 Dec 1999 21:30:45 +0000 (21:30 +0000)]
Test commit, ignore
Zeev Suraski [Wed, 1 Dec 1999 21:29:09 +0000 (21:29 +0000)]
@- Made the GET/POST/Cookie and their HTTP_*_VARS[] counterparts be references
@ to each other (Zeev)
Zeev Suraski [Wed, 1 Dec 1999 20:42:56 +0000 (20:42 +0000)]
@- Make the global GET/POST/Cookie variables and their $HTTP_*_VARS[] counterparts
@ be references to each other (Zeev)
Stig Bakken [Wed, 1 Dec 1999 19:17:48 +0000 (19:17 +0000)]
remove some debug output
Sascha Schumann [Wed, 1 Dec 1999 17:21:52 +0000 (17:21 +0000)]
Make array.c thread-safe
Sascha Schumann [Wed, 1 Dec 1999 17:07:54 +0000 (17:07 +0000)]
Remove fsock-specific members
Sascha Schumann [Wed, 1 Dec 1999 17:07:25 +0000 (17:07 +0000)]
Make fsock module thread-safe
Andi Gutmans [Wed, 1 Dec 1999 14:55:58 +0000 (14:55 +0000)]
- Forgot to check for BP_VAR_IS in the fix made for Thies' string offset
problem.
Sam Ruby [Wed, 1 Dec 1999 14:26:01 +0000 (14:26 +0000)]
use new PHP_BUILD_THREAD_SAFE macro
Sam Ruby [Wed, 1 Dec 1999 14:24:45 +0000 (14:24 +0000)]
libzend/zend_compile.h's #define YYSTYPE causes parsedate to barf on Windows
Thies C. Arntzen [Wed, 1 Dec 1999 07:34:06 +0000 (07:34 +0000)]
just a remark
<changelog@php.net> [Wed, 1 Dec 1999 02:08:23 +0000 (02:08 +0000)]
ChangeLog update
<changelog@php.net> [Wed, 1 Dec 1999 02:08:18 +0000 (02:08 +0000)]
NEWS update
Rasmus Lerdorf [Wed, 1 Dec 1999 01:26:02 +0000 (01:26 +0000)]
# Fix broken files
Sascha Schumann [Tue, 30 Nov 1999 23:19:33 +0000 (23:19 +0000)]
Avoid Apache's regex.h, if system regex was chosen
Rasmus Lerdorf [Tue, 30 Nov 1999 22:54:16 +0000 (22:54 +0000)]
# another oops
Rasmus Lerdorf [Tue, 30 Nov 1999 22:24:11 +0000 (22:24 +0000)]
# Oops
Rasmus Lerdorf [Tue, 30 Nov 1999 22:18:40 +0000 (22:18 +0000)]
Kill some warnings
Sascha Schumann [Tue, 30 Nov 1999 21:22:02 +0000 (21:22 +0000)]
Add '--enable-low-memory' option.
Sascha Schumann [Tue, 30 Nov 1999 20:46:07 +0000 (20:46 +0000)]
Add PHPAPI for Windows.
Andi Gutmans [Tue, 30 Nov 1999 20:37:52 +0000 (20:37 +0000)]
- Applied Thies' bug fix. Great work!
Andi Gutmans [Tue, 30 Nov 1999 20:18:11 +0000 (20:18 +0000)]
- Added opened_path to php_fopen_wrapper() and the URL fopen wrapper (it's not
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)
Andi Gutmans [Tue, 30 Nov 1999 20:15:04 +0000 (20:15 +0000)]
- Add use support (behaves like require, but will not use the same file twice)
- Add import support (behaves like include, but requires parentheses; will not
use the same file twice; Currently, it is not yet properly implemented, and
only behaves like include)
Andi Gutmans [Tue, 30 Nov 1999 17:10:11 +0000 (17:10 +0000)]
- Fix problem Thies reported. We by mistake separated variables which were
being fetched for read only.
Nick Gorham [Tue, 30 Nov 1999 12:41:36 +0000 (12:41 +0000)]
Added check in the ODBC module that a connection is still valid before
reuse in a persistent connection.
Thies C. Arntzen [Tue, 30 Nov 1999 06:49:00 +0000 (06:49 +0000)]
the Zeus-Guys were nice enoug to give us a call similar to DllMain()!
Shane Caraveo [Tue, 30 Nov 1999 03:54:51 +0000 (03:54 +0000)]
need to prevent multiple usage
<changelog@php.net> [Tue, 30 Nov 1999 02:08:31 +0000 (02:08 +0000)]
ChangeLog update
<changelog@php.net> [Tue, 30 Nov 1999 02:08:26 +0000 (02:08 +0000)]
NEWS update
Sander Steffann [Mon, 29 Nov 1999 23:21:52 +0000 (23:21 +0000)]
Show some extra info for GD with phpinfo()
Sascha Schumann [Mon, 29 Nov 1999 23:07:20 +0000 (23:07 +0000)]
Clean up code
Thies C. Arntzen [Mon, 29 Nov 1999 21:32:11 +0000 (21:32 +0000)]
ISAPI wants to run in ZTS
Sander Steffann [Mon, 29 Nov 1999 21:26:52 +0000 (21:26 +0000)]
Oops, forgot to check for GIF support. Fixed.
Danny Heijl [Mon, 29 Nov 1999 20:04:02 +0000 (20:04 +0000)]
Typo
Andrei Zmievski [Mon, 29 Nov 1999 18:10:05 +0000 (18:10 +0000)]
Modified to use preg_* functions.
Sam Ruby [Mon, 29 Nov 1999 15:49:26 +0000 (15:49 +0000)]
add .cvsignore
Sam Ruby [Mon, 29 Nov 1999 15:36:25 +0000 (15:36 +0000)]
Initial alpha-level of sapi/servlet. See README for details.
Stig Bakken [Mon, 29 Nov 1999 15:18:01 +0000 (15:18 +0000)]
more PECL -> PEAR renaming
Stig Bakken [Mon, 29 Nov 1999 15:13:55 +0000 (15:13 +0000)]
- DB classes now inherit DB_common
- Added DB_ERROR_NODBSELECTED
- Added DB::connect($dsn[, $persistent] which creates a DB object and connects
$dsn is a "data source name" in a format specific to DB:
phptype(dbsyntax)://username:password@protocol+hostspec/database
Don't worry, such a dsn can be as short as "mysql"
- Added mysql support
Andrei Zmievski [Mon, 29 Nov 1999 14:43:31 +0000 (14:43 +0000)]
*** empty log message ***
Andrei Zmievski [Mon, 29 Nov 1999 14:42:57 +0000 (14:42 +0000)]
Name update.
Sam Ruby [Mon, 29 Nov 1999 14:04:16 +0000 (14:04 +0000)]
Use thread-safe versions of localtime and gmtime on Win32 too
Stig Bakken [Mon, 29 Nov 1999 10:22:34 +0000 (10:22 +0000)]
Remove some more redundant checks. buildconf is not but a simple wrapper
for build.mk & co.
Sascha Schumann [Mon, 29 Nov 1999 07:28:12 +0000 (07:28 +0000)]
Revert last patch (leak in libzend is fixed now)
<changelog@php.net> [Mon, 29 Nov 1999 02:08:25 +0000 (02:08 +0000)]
ChangeLog update
<changelog@php.net> [Mon, 29 Nov 1999 02:08:21 +0000 (02:08 +0000)]
NEWS update
Stig Bakken [Mon, 29 Nov 1999 00:45:28 +0000 (00:45 +0000)]
@Added DBMaker support (patch by Pax Tsai <paxtsai@lion.syscom.com.tw>)
Added DBMaker support (patch by Pax Tsai <paxtsai@lion.syscom.com.tw>)
Stig Bakken [Sun, 28 Nov 1999 23:01:57 +0000 (23:01 +0000)]
@Renamed "PECL" to "PEAR" (PHP Extension and Add-on Repository).
Renamed "PECL" to "PEAR" (PHP Extension and Add-on Repository).
New name courtesy of Peter Bowen <pzb@ARISTOTLE.ORG>.
Stig Bakken [Sun, 28 Nov 1999 22:51:50 +0000 (22:51 +0000)]
@buildconf now uses build.mk
Removed redundancy in buildconf/build.mk, buildconf now runs "make -f build.mk"
Andi Gutmans [Sun, 28 Nov 1999 20:38:44 +0000 (20:38 +0000)]
- Add OLS_C so that we can call php_output_init_globals() with it.
Sascha Schumann [Sun, 28 Nov 1999 17:09:59 +0000 (17:09 +0000)]
Prevent mod_ssl's ap_hook.h from being included.
Rasmus Lerdorf [Sun, 28 Nov 1999 16:35:26 +0000 (16:35 +0000)]
# check link() as well
Rasmus Lerdorf [Sun, 28 Nov 1999 16:23:30 +0000 (16:23 +0000)]
(symlink) Disable symlinks to urls
@- Disable symlinks to urls
Sascha Schumann [Sun, 28 Nov 1999 13:47:17 +0000 (13:47 +0000)]
Add buildmk.stamp
Sascha Schumann [Sun, 28 Nov 1999 13:45:17 +0000 (13:45 +0000)]
Add version checks from buildconf
Danny Heijl [Sun, 28 Nov 1999 12:08:21 +0000 (12:08 +0000)]
(ext/informix/ifx.ec) Reflect ESQL/C version used (Danny)
@- Informix driver now reflects version of ESQL/C used (Danny)
<changelog@php.net> [Sun, 28 Nov 1999 02:08:24 +0000 (02:08 +0000)]
ChangeLog update
Sascha Schumann [Sun, 28 Nov 1999 00:55:39 +0000 (00:55 +0000)]
Remove INCLUDES line from Makefile.am skeleton
Sascha Schumann [Sun, 28 Nov 1999 00:31:02 +0000 (00:31 +0000)]
Make basic/string functions thread-safe
Sascha Schumann [Sun, 28 Nov 1999 00:13:46 +0000 (00:13 +0000)]
ZTS fix
Sascha Schumann [Sat, 27 Nov 1999 22:04:26 +0000 (22:04 +0000)]
Improved build (now sets also runtime library search paths, works
out-of-the-box with Apache)
Andrei Zmievski [Sat, 27 Nov 1999 21:26:18 +0000 (21:26 +0000)]
*** empty log message ***
Andrei Zmievski [Sat, 27 Nov 1999 21:19:14 +0000 (21:19 +0000)]
Don't cry, CVS.
Andrei Zmievski [Sat, 27 Nov 1999 21:18:41 +0000 (21:18 +0000)]
(PHP session_register) Modified to accept variable number of arguments,
any of which can be either string holding the variable name or an array
consisting of such variable names or other arrays.
Sascha Schumann [Sat, 27 Nov 1999 21:18:01 +0000 (21:18 +0000)]
one tmbuf is enough
Zeev Suraski [Sat, 27 Nov 1999 21:08:49 +0000 (21:08 +0000)]
- Win32 thread unsafe build updates
Andrew Skalski [Sat, 27 Nov 1999 20:58:33 +0000 (20:58 +0000)]
typecast void pointer to char* for pointer arithmetic
Jouni Ahto [Sat, 27 Nov 1999 20:51:17 +0000 (20:51 +0000)]
Use thread-safe versions of localtime and gmtime
Zeev Suraski [Sat, 27 Nov 1999 17:11:20 +0000 (17:11 +0000)]
Update Win32 build