]> granicus.if.org Git - php/log
php
25 years agoChangeLog update
<changelog@php.net> [Wed, 1 Dec 1999 02:08:23 +0000 (02:08 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Wed, 1 Dec 1999 02:08:18 +0000 (02:08 +0000)]
NEWS update

25 years ago# Fix broken files
Rasmus Lerdorf [Wed, 1 Dec 1999 01:26:02 +0000 (01:26 +0000)]
# Fix broken files

25 years agoAvoid Apache's regex.h, if system regex was chosen
Sascha Schumann [Tue, 30 Nov 1999 23:19:33 +0000 (23:19 +0000)]
Avoid Apache's regex.h, if system regex was chosen

25 years ago# another oops
Rasmus Lerdorf [Tue, 30 Nov 1999 22:54:16 +0000 (22:54 +0000)]
# another oops

25 years ago# Oops
Rasmus Lerdorf [Tue, 30 Nov 1999 22:24:11 +0000 (22:24 +0000)]
# Oops

25 years agoKill some warnings
Rasmus Lerdorf [Tue, 30 Nov 1999 22:18:40 +0000 (22:18 +0000)]
Kill some warnings

25 years agoAdd '--enable-low-memory' option.
Sascha Schumann [Tue, 30 Nov 1999 21:22:02 +0000 (21:22 +0000)]
Add '--enable-low-memory' option.

25 years agoAdd PHPAPI for Windows.
Sascha Schumann [Tue, 30 Nov 1999 20:46:07 +0000 (20:46 +0000)]
Add PHPAPI for Windows.

25 years ago- Applied Thies' bug fix. Great work!
Andi Gutmans [Tue, 30 Nov 1999 20:37:52 +0000 (20:37 +0000)]
- Applied Thies' bug fix. Great work!

25 years ago- Added opened_path to php_fopen_wrapper() and the URL fopen wrapper (it's not
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)

25 years ago- Add use support (behaves like require, but will not use the same file twice)
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)

25 years ago- Fix problem Thies reported. We by mistake separated variables which were
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.

25 years agoAdded check in the ODBC module that a connection is still valid before
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.

25 years agothe Zeus-Guys were nice enoug to give us a call similar to DllMain()!
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()!

25 years agoneed to prevent multiple usage
Shane Caraveo [Tue, 30 Nov 1999 03:54:51 +0000 (03:54 +0000)]
need to prevent multiple usage

25 years agoChangeLog update
<changelog@php.net> [Tue, 30 Nov 1999 02:08:31 +0000 (02:08 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Tue, 30 Nov 1999 02:08:26 +0000 (02:08 +0000)]
NEWS update

25 years agoShow some extra info for GD with phpinfo()
Sander Steffann [Mon, 29 Nov 1999 23:21:52 +0000 (23:21 +0000)]
Show some extra info for GD with phpinfo()

25 years agoClean up code
Sascha Schumann [Mon, 29 Nov 1999 23:07:20 +0000 (23:07 +0000)]
Clean up code

25 years agoISAPI wants to run in ZTS
Thies C. Arntzen [Mon, 29 Nov 1999 21:32:11 +0000 (21:32 +0000)]
ISAPI wants to run in ZTS

25 years agoOops, forgot to check for GIF support. Fixed.
Sander Steffann [Mon, 29 Nov 1999 21:26:52 +0000 (21:26 +0000)]
Oops, forgot to check for GIF support. Fixed.

25 years agoTypo
Danny Heijl [Mon, 29 Nov 1999 20:04:02 +0000 (20:04 +0000)]
Typo

25 years agoModified to use preg_* functions.
Andrei Zmievski [Mon, 29 Nov 1999 18:10:05 +0000 (18:10 +0000)]
Modified to use preg_* functions.

25 years agoadd .cvsignore
Sam Ruby [Mon, 29 Nov 1999 15:49:26 +0000 (15:49 +0000)]
add .cvsignore

25 years agoInitial alpha-level of sapi/servlet. See README for details.
Sam Ruby [Mon, 29 Nov 1999 15:36:25 +0000 (15:36 +0000)]
Initial alpha-level of sapi/servlet.  See README for details.

25 years agomore PECL -> PEAR renaming
Stig Bakken [Mon, 29 Nov 1999 15:18:01 +0000 (15:18 +0000)]
more PECL -> PEAR renaming

25 years ago- DB classes now inherit DB_common
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

25 years ago*** empty log message ***
Andrei Zmievski [Mon, 29 Nov 1999 14:43:31 +0000 (14:43 +0000)]
*** empty log message ***

25 years agoName update.
Andrei Zmievski [Mon, 29 Nov 1999 14:42:57 +0000 (14:42 +0000)]
Name update.

25 years agoUse thread-safe versions of localtime and gmtime on Win32 too
Sam Ruby [Mon, 29 Nov 1999 14:04:16 +0000 (14:04 +0000)]
Use thread-safe versions of localtime and gmtime on Win32 too

25 years agoRemove some more redundant checks. buildconf is not but a simple wrapper
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.

25 years agoRevert last patch (leak in libzend is fixed now)
Sascha Schumann [Mon, 29 Nov 1999 07:28:12 +0000 (07:28 +0000)]
Revert last patch (leak in libzend is fixed now)

25 years agoChangeLog update
<changelog@php.net> [Mon, 29 Nov 1999 02:08:25 +0000 (02:08 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Mon, 29 Nov 1999 02:08:21 +0000 (02:08 +0000)]
NEWS update

25 years ago@Added DBMaker support (patch by Pax Tsai <paxtsai@lion.syscom.com.tw>)
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>)

25 years ago@Renamed "PECL" to "PEAR" (PHP Extension and Add-on Repository).
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>.

25 years ago@buildconf now uses build.mk
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"

25 years ago- Add OLS_C so that we can call php_output_init_globals() with it.
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.

25 years agoPrevent mod_ssl's ap_hook.h from being included.
Sascha Schumann [Sun, 28 Nov 1999 17:09:59 +0000 (17:09 +0000)]
Prevent mod_ssl's ap_hook.h from being included.

25 years ago# check link() as well
Rasmus Lerdorf [Sun, 28 Nov 1999 16:35:26 +0000 (16:35 +0000)]
# check link() as well

25 years ago(symlink) Disable symlinks to urls
Rasmus Lerdorf [Sun, 28 Nov 1999 16:23:30 +0000 (16:23 +0000)]
(symlink) Disable symlinks to urls
@- Disable symlinks to urls

25 years agoAdd buildmk.stamp
Sascha Schumann [Sun, 28 Nov 1999 13:47:17 +0000 (13:47 +0000)]
Add buildmk.stamp

25 years agoAdd version checks from buildconf
Sascha Schumann [Sun, 28 Nov 1999 13:45:17 +0000 (13:45 +0000)]
Add version checks from buildconf

25 years ago(ext/informix/ifx.ec) Reflect ESQL/C version used (Danny)
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)

25 years agoChangeLog update
<changelog@php.net> [Sun, 28 Nov 1999 02:08:24 +0000 (02:08 +0000)]
ChangeLog update

25 years agoRemove INCLUDES line from Makefile.am skeleton
Sascha Schumann [Sun, 28 Nov 1999 00:55:39 +0000 (00:55 +0000)]
Remove INCLUDES line from Makefile.am skeleton

25 years agoMake basic/string functions thread-safe
Sascha Schumann [Sun, 28 Nov 1999 00:31:02 +0000 (00:31 +0000)]
Make basic/string functions thread-safe

25 years agoZTS fix
Sascha Schumann [Sun, 28 Nov 1999 00:13:46 +0000 (00:13 +0000)]
ZTS fix

25 years agoImproved build (now sets also runtime library search paths, works
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)

25 years ago*** empty log message ***
Andrei Zmievski [Sat, 27 Nov 1999 21:26:18 +0000 (21:26 +0000)]
*** empty log message ***

25 years agoDon't cry, CVS.
Andrei Zmievski [Sat, 27 Nov 1999 21:19:14 +0000 (21:19 +0000)]
Don't cry, CVS.

25 years ago(PHP session_register) Modified to accept variable number of arguments,
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.

25 years agoone tmbuf is enough
Sascha Schumann [Sat, 27 Nov 1999 21:18:01 +0000 (21:18 +0000)]
one tmbuf is enough

25 years ago- Win32 thread unsafe build updates
Zeev Suraski [Sat, 27 Nov 1999 21:08:49 +0000 (21:08 +0000)]
- Win32 thread unsafe build updates

25 years agotypecast void pointer to char* for pointer arithmetic
Andrew Skalski [Sat, 27 Nov 1999 20:58:33 +0000 (20:58 +0000)]
typecast void pointer to char* for pointer arithmetic

25 years agoUse thread-safe versions of localtime and gmtime
Jouni Ahto [Sat, 27 Nov 1999 20:51:17 +0000 (20:51 +0000)]
Use thread-safe versions of localtime and gmtime

25 years agoUpdate Win32 build
Zeev Suraski [Sat, 27 Nov 1999 17:11:20 +0000 (17:11 +0000)]
Update Win32 build

25 years agoOnly compile the scanner, if trans_sid is enabled
Sascha Schumann [Sat, 27 Nov 1999 16:15:35 +0000 (16:15 +0000)]
Only compile the scanner, if trans_sid is enabled

25 years agoTest for PHP_THREAD_SAFETY
Sascha Schumann [Sat, 27 Nov 1999 12:04:14 +0000 (12:04 +0000)]
Test for PHP_THREAD_SAFETY

25 years agoPERL_PATH is used nowhere
Sascha Schumann [Sat, 27 Nov 1999 11:58:16 +0000 (11:58 +0000)]
PERL_PATH is used nowhere

25 years agoAdd --enable-experimental-zts
Sascha Schumann [Sat, 27 Nov 1999 11:33:13 +0000 (11:33 +0000)]
Add --enable-experimental-zts

25 years agoChangeLog update
<changelog@php.net> [Sat, 27 Nov 1999 02:08:29 +0000 (02:08 +0000)]
ChangeLog update

25 years agoGet Win32 to compile again
Zeev Suraski [Sat, 27 Nov 1999 00:48:50 +0000 (00:48 +0000)]
Get Win32 to compile again

25 years agoAdd ability to disable the memory cache
Zeev Suraski [Sat, 27 Nov 1999 00:04:36 +0000 (00:04 +0000)]
Add ability to disable the memory cache

25 years ago*** empty log message ***
Zeev Suraski [Fri, 26 Nov 1999 23:56:15 +0000 (23:56 +0000)]
*** empty log message ***

25 years ago- Fix fd leak in ZTS mode
Zeev Suraski [Fri, 26 Nov 1999 23:54:05 +0000 (23:54 +0000)]
- Fix fd leak in ZTS mode

25 years agoUNIX/non ZTS compile fixes
Zeev Suraski [Fri, 26 Nov 1999 23:48:04 +0000 (23:48 +0000)]
UNIX/non ZTS compile fixes

25 years ago- Improve the file handle closing code
Zeev Suraski [Fri, 26 Nov 1999 23:45:22 +0000 (23:45 +0000)]
- Improve the file handle closing code

25 years ago- Modify zend_llist_del() to receive a comparison function
Zeev Suraski [Fri, 26 Nov 1999 23:44:41 +0000 (23:44 +0000)]
- Modify zend_llist_del() to receive a comparison function

25 years agoKill undefined reference
Sascha Schumann [Fri, 26 Nov 1999 22:37:45 +0000 (22:37 +0000)]
Kill undefined reference

25 years agoEnable _POSIX_THREAD_SEMANTICS for all configurations testwise
Sascha Schumann [Fri, 26 Nov 1999 21:45:57 +0000 (21:45 +0000)]
Enable _POSIX_THREAD_SEMANTICS for all configurations testwise

25 years agoUndefine HAVE_PUTENV, if ZTS is used
Sascha Schumann [Fri, 26 Nov 1999 21:20:40 +0000 (21:20 +0000)]
Undefine HAVE_PUTENV, if ZTS is used

25 years agoKill one race.
Sascha Schumann [Fri, 26 Nov 1999 21:04:40 +0000 (21:04 +0000)]
Kill one race.

25 years agoThis request_shutdown() is no longer needed (never was needed really)
Zeev Suraski [Fri, 26 Nov 1999 20:19:28 +0000 (20:19 +0000)]
This request_shutdown() is no longer needed (never was needed really)

25 years agounposixfy calls to TSRM
Sascha Schumann [Fri, 26 Nov 1999 19:27:08 +0000 (19:27 +0000)]
unposixfy calls to TSRM

25 years agoDefine macros only, if one of the locking _r functions is used
Sascha Schumann [Fri, 26 Nov 1999 19:09:57 +0000 (19:09 +0000)]
Define macros only, if one of the locking _r functions is used

25 years agoAvoid fd leak which appears when using ZEND_HANDLE_FILENAME
Sascha Schumann [Fri, 26 Nov 1999 19:01:26 +0000 (19:01 +0000)]
Avoid fd leak which appears when using ZEND_HANDLE_FILENAME

25 years agoThis should get the file to close properly
Zeev Suraski [Fri, 26 Nov 1999 18:37:06 +0000 (18:37 +0000)]
This should get the file to close properly

25 years agoUse php_init_output_globals() also in non-ZTS mode
Sascha Schumann [Fri, 26 Nov 1999 18:34:27 +0000 (18:34 +0000)]
Use php_init_output_globals() also in non-ZTS mode

25 years agoRebuild libzend.la, if the scanner was rebuilt
Sascha Schumann [Fri, 26 Nov 1999 17:53:56 +0000 (17:53 +0000)]
Rebuild libzend.la, if the scanner was rebuilt

25 years agoFix typo (shutdown -> startup)
Sascha Schumann [Fri, 26 Nov 1999 17:37:22 +0000 (17:37 +0000)]
Fix typo (shutdown -> startup)

25 years ago- move strtok_r into reentrancy.c
Sascha Schumann [Fri, 26 Nov 1999 17:33:53 +0000 (17:33 +0000)]
- move strtok_r into reentrancy.c
- add rand_r()

25 years agoAdd/update copyright headers
Sascha Schumann [Fri, 26 Nov 1999 17:12:01 +0000 (17:12 +0000)]
Add/update copyright headers

25 years agoBack out last commit.
Sascha Schumann [Fri, 26 Nov 1999 17:08:23 +0000 (17:08 +0000)]
Back out last commit.

25 years agoAdd reentrant versions of ctime, localtime, gmtime, asctime.
Sascha Schumann [Fri, 26 Nov 1999 17:07:41 +0000 (17:07 +0000)]
Add reentrant versions of ctime, localtime, gmtime, asctime.

These cannot be implemented platform-independent, so we fall back to the native
non-reentrant versions, but lock during each access (only if ZTS is used).

To initialize/destroy the used data structures, you need to call
reentrancy_startup() before sapi_startup(), and reentrancy_shutdown() after
sapi_shutdown().

25 years agoConvert more source files to use thread-safe functions
Sascha Schumann [Fri, 26 Nov 1999 16:51:57 +0000 (16:51 +0000)]
Convert more source files to use thread-safe functions

25 years agoUse thread-safe versions of asctime and localtime
Sascha Schumann [Fri, 26 Nov 1999 16:32:02 +0000 (16:32 +0000)]
Use thread-safe versions of asctime and localtime

25 years agoUse thread-safe versions of localtime and gmtime
Sascha Schumann [Fri, 26 Nov 1999 16:29:00 +0000 (16:29 +0000)]
Use thread-safe versions of localtime and gmtime

25 years agoClose a resource leak.
Sascha Schumann [Fri, 26 Nov 1999 15:33:42 +0000 (15:33 +0000)]
Close a resource leak.

25 years agoUndo previous bogus commit
Zeev Suraski [Fri, 26 Nov 1999 14:57:50 +0000 (14:57 +0000)]
Undo previous bogus commit

25 years ago*** empty log message ***
Zeev Suraski [Fri, 26 Nov 1999 13:56:33 +0000 (13:56 +0000)]
*** empty log message ***

25 years agoRemove request_started, increase thread safety
Zeev Suraski [Fri, 26 Nov 1999 13:53:18 +0000 (13:53 +0000)]
Remove request_started, increase thread safety

25 years ago(PHP_RINIT(session)) Never return FAILURE on trivial issues from a request
Sascha Schumann [Fri, 26 Nov 1999 13:43:55 +0000 (13:43 +0000)]
(PHP_RINIT(session)) Never return FAILURE on trivial issues from a request
startup handler

25 years agoReplace strtok with strtok_r
Sascha Schumann [Fri, 26 Nov 1999 13:34:31 +0000 (13:34 +0000)]
Replace strtok with strtok_r

25 years agoAdd strtok_r replacement function from FreeBSD-current.
Sascha Schumann [Fri, 26 Nov 1999 13:34:02 +0000 (13:34 +0000)]
Add strtok_r replacement function from FreeBSD-current.

25 years agoInclude php_config.h in both files, otherwise HAVE_STRLCAT/HAVE_STRLCPY
Sascha Schumann [Fri, 26 Nov 1999 13:33:41 +0000 (13:33 +0000)]
Include php_config.h in both files, otherwise HAVE_STRLCAT/HAVE_STRLCPY
will never be defined, even on systems which have these functions.

25 years agoChangeLog update
<changelog@php.net> [Fri, 26 Nov 1999 02:08:34 +0000 (02:08 +0000)]
ChangeLog update

25 years agoThat's a more thorough fix...
Zeev Suraski [Thu, 25 Nov 1999 16:21:01 +0000 (16:21 +0000)]
That's a more thorough fix...

25 years agoFix bug #2817 - assignments to string offsets could erronously modify unrelated strings
Zeev Suraski [Thu, 25 Nov 1999 16:11:34 +0000 (16:11 +0000)]
Fix bug #2817 - assignments to string offsets could erronously modify unrelated strings