]> granicus.if.org Git - php/log
php
25 years agoPrepend added libraries and separate LDFLAGS handling
Sascha Schumann [Sun, 5 Dec 1999 16:24:20 +0000 (16:24 +0000)]
Prepend added libraries and separate LDFLAGS handling

25 years agoFix some warnings
Sascha Schumann [Sun, 5 Dec 1999 16:23:45 +0000 (16:23 +0000)]
Fix some warnings

25 years agoAdd ts_allocate_dtor, use ts_allocate_[cd]tor where appropiate.
Sascha Schumann [Sun, 5 Dec 1999 16:21:37 +0000 (16:21 +0000)]
Add ts_allocate_dtor, use ts_allocate_[cd]tor where appropiate.

25 years agoMore maintainer-mode cleanups
Rasmus Lerdorf [Sun, 5 Dec 1999 14:37:38 +0000 (14:37 +0000)]
More maintainer-mode cleanups

25 years agoMore maintainer-mode cleanups
Rasmus Lerdorf [Sun, 5 Dec 1999 14:16:37 +0000 (14:16 +0000)]
More maintainer-mode cleanups

25 years agoFix a maintainer-mode warning
Rasmus Lerdorf [Sun, 5 Dec 1999 13:41:42 +0000 (13:41 +0000)]
Fix a maintainer-mode warning

25 years ago@Fix warnings compiling in maintainer mode. (Stig)
Stig Bakken [Sun, 5 Dec 1999 10:29:06 +0000 (10:29 +0000)]
@Fix warnings compiling in maintainer mode. (Stig)
Fix warnings compiling in maintainer mode.
Install DB/common.php and DB/mysql.php on "make install".
# We still have a warning from http_config.h:97.  Rasmus? :-)

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

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

25 years agoWin32 .dsp update
Zeev Suraski [Sat, 4 Dec 1999 23:53:08 +0000 (23:53 +0000)]
Win32 .dsp update

25 years agoThat one is actually supposed to have 'php3' on it - it's the PHP 3.0 compatibility...
Zeev Suraski [Sat, 4 Dec 1999 23:03:01 +0000 (23:03 +0000)]
That one is actually supposed to have 'php3' on it - it's the PHP 3.0 compatibility defines for 4.0

25 years ago#if -> #ifdef change for HAVE_LIBDL (to be consistent with the same symbol
Stig Bakken [Sat, 4 Dec 1999 20:55:33 +0000 (20:55 +0000)]
#if -> #ifdef change for HAVE_LIBDL (to be consistent with the same symbol
in libzend).

25 years agoCreate ``libs'' subdirectory as the current user and add /usr/ucblib
Sascha Schumann [Sat, 4 Dec 1999 19:56:08 +0000 (19:56 +0000)]
Create ``libs'' subdirectory as the current user and add /usr/ucblib
always to the libpath, if it exists (#2752).

25 years agoBuild error
Sam Ruby [Sat, 4 Dec 1999 19:48:08 +0000 (19:48 +0000)]
Build error

25 years agoCast val to (char *) to avoid compile warning.
Andrei Zmievski [Sat, 4 Dec 1999 19:46:12 +0000 (19:46 +0000)]
Cast val to (char *) to avoid compile warning.
Forgot ; at the end and need to derefence the ent pointer.

25 years agoClean up php3.*\.h files. The files itself are renamed, and references in all
Sascha Schumann [Sat, 4 Dec 1999 19:19:57 +0000 (19:19 +0000)]
Clean up php3.*\.h files. The files itself are renamed, and references in all
.*\.[ch] files were changed. There is a slight chance that my script missed
a few changes, please correct them manually.

25 years ago*** empty log message ***
Andrei Zmievski [Sat, 4 Dec 1999 18:57:44 +0000 (18:57 +0000)]
*** empty log message ***

25 years ago(php_set_session_var) Initialize the refcount here.
Andrei Zmievski [Sat, 4 Dec 1999 18:56:17 +0000 (18:56 +0000)]
(php_set_session_var) Initialize the refcount here.

25 years agoZTS fixes
Sascha Schumann [Sat, 4 Dec 1999 18:40:06 +0000 (18:40 +0000)]
ZTS fixes

25 years agoRemove custom LDFLAGS/LIBS changes
Sascha Schumann [Sat, 4 Dec 1999 18:30:53 +0000 (18:30 +0000)]
Remove custom LDFLAGS/LIBS changes

25 years agoDon't overwrite EXTRA_LIBS, some ext config.m4s access it directly
Sascha Schumann [Sat, 4 Dec 1999 18:20:55 +0000 (18:20 +0000)]
Don't overwrite EXTRA_LIBS, some ext config.m4s access it directly

25 years agoRemove code references to serverapi
Sascha Schumann [Sat, 4 Dec 1999 18:06:15 +0000 (18:06 +0000)]
Remove code references to serverapi

25 years agoUse LIBS instead of EXTRA_LIBS, so that inter-library dependences can
Sascha Schumann [Sat, 4 Dec 1999 18:03:00 +0000 (18:03 +0000)]
Use LIBS instead of EXTRA_LIBS, so that inter-library dependences can
be tested for using standard autoconf macros.

25 years agosome more ideas
Thies C. Arntzen [Sat, 4 Dec 1999 17:30:39 +0000 (17:30 +0000)]
some more ideas

25 years ago(PHP session_register) Correct calling convention.
Andrei Zmievski [Sat, 4 Dec 1999 17:05:45 +0000 (17:05 +0000)]
(PHP session_register) Correct calling convention.

25 years agoSession variables now obey track_vars and gpc_globals settings.
Andrei Zmievski [Sat, 4 Dec 1999 17:02:04 +0000 (17:02 +0000)]
Session variables now obey track_vars and gpc_globals settings.
If track_vars is on then decoded variables appear in $HTTP_STATE_VARS
array. If gpc_globals is on, then session vars are decoded into global
variables. If both are on, then globals and $HTTP_STATE_VARS contents
are references to each other.

The /decoder functions now just need to call php_set_session_var()
this behavior.

@ -Session vars are now decoded into $HTTP_STATE_VARS[] array and the
@ globals, depending on track_vars and gpc_globals settings (Andrei)

# Encoding source is currently only globals. We may want to change this
# in the future.

25 years agoAdded zend_set_hash_symbol() function.
Andrei Zmievski [Sat, 4 Dec 1999 16:50:18 +0000 (16:50 +0000)]
Added zend_set_hash_symbol() function.

25 years agobacked out last change after andi decided on a different approach.
Thies C. Arntzen [Sat, 4 Dec 1999 16:08:43 +0000 (16:08 +0000)]
backed out last change after andi decided on a different approach.

25 years ago- Call ZEND_SET_SYMBOL_WITH_LENGTH() with refcount 1 from the standard
Andi Gutmans [Sat, 4 Dec 1999 14:56:44 +0000 (14:56 +0000)]
- Call ZEND_SET_SYMBOL_WITH_LENGTH() with refcount 1 from the standard
  ZEND_SET_SYMBOL()

25 years agoFix shared mode for gd/xml/mysql extensions.
Stig Bakken [Sat, 4 Dec 1999 14:45:38 +0000 (14:45 +0000)]
Fix shared mode for gd/xml/mysql extensions.

25 years ago- Implement get_used_files() and get_imported_files()
Zeev Suraski [Sat, 4 Dec 1999 14:26:26 +0000 (14:26 +0000)]
- Implement get_used_files() and get_imported_files()

25 years ago- Added get_used_files() function - returns a hash mapping the use()'d files
Zeev Suraski [Sat, 4 Dec 1999 14:24:36 +0000 (14:24 +0000)]
- Added get_used_files() function - returns a hash mapping the use()'d files
  to their full path (Zeev)

25 years ago- Break the zend->PHP dependency introduced by the .php extension for use(),
Zeev Suraski [Sat, 4 Dec 1999 13:26:57 +0000 (13:26 +0000)]
- Break the zend->PHP dependency introduced by the .php extension for use(),
  by providing an API
- Enable Stig's patch for use() extensions (it wasn't refered to by the parser)
- Fix a memory leak in that code

25 years ago- zend_file_handles must now flag whether their .filename property should be
Zeev Suraski [Sat, 4 Dec 1999 13:25:41 +0000 (13:25 +0000)]
- zend_file_handles must now flag whether their .filename property should be
  free by Zend or not (uses e*() functions)

25 years agothe new SET_VAR_* macros forgot to set the refcount!
Thies C. Arntzen [Sat, 4 Dec 1999 13:18:08 +0000 (13:18 +0000)]
the new SET_VAR_* macros forgot to set the refcount!

25 years agoCheck for htonl in libsocket (sol251), and move inet_aton check in libbind to configu...
Sascha Schumann [Sat, 4 Dec 1999 13:16:04 +0000 (13:16 +0000)]
Check for htonl in libsocket (sol251), and move inet_aton check in libbind to configure.in, so that our later AC_CHECK_FUNCS(inet_aton) will find inet_aton in libbind (if it is there).

25 years agobuild error - windows
Sam Ruby [Sat, 4 Dec 1999 13:13:45 +0000 (13:13 +0000)]
build error - windows

25 years agofixed tiny leak
Thies C. Arntzen [Sat, 4 Dec 1999 12:06:32 +0000 (12:06 +0000)]
fixed tiny leak

25 years agoFix typo, add prototype for use_filename().
Stig S. Bakken [Sat, 4 Dec 1999 11:45:14 +0000 (11:45 +0000)]
Fix typo, add prototype for use_filename().

25 years ago"use" should use arg+".php" as parameter to require
Stig S. Bakken [Sat, 4 Dec 1999 11:43:07 +0000 (11:43 +0000)]
"use" should use arg+".php" as parameter to require

25 years agoThis should fix the fd leak with include()/require()
Zeev Suraski [Sat, 4 Dec 1999 10:59:30 +0000 (10:59 +0000)]
This should fix the fd leak with include()/require()

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

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

25 years agoFix for #2909
Sascha Schumann [Fri, 3 Dec 1999 22:08:32 +0000 (22:08 +0000)]
Fix for #2909

25 years agowindows build errors
Sam Ruby [Fri, 3 Dec 1999 20:08:24 +0000 (20:08 +0000)]
windows build errors

25 years agoinet_aton is in libresolv on Solaris 2.5.1
Sascha Schumann [Fri, 3 Dec 1999 18:53:41 +0000 (18:53 +0000)]
inet_aton is in libresolv on Solaris 2.5.1

25 years agoAdded credit notes for Roxen SAPI module
David Hedbor [Fri, 3 Dec 1999 17:10:18 +0000 (17:10 +0000)]
Added credit notes for Roxen SAPI module

25 years agoInclude errno.h.
Andrei Zmievski [Fri, 3 Dec 1999 17:05:23 +0000 (17:05 +0000)]
Include errno.h.
# Please try compiling before committing

25 years ago*** empty log message ***
Andrei Zmievski [Fri, 3 Dec 1999 17:03:35 +0000 (17:03 +0000)]
*** empty log message ***

25 years agoAdded ZEND_SET_GLOBAL_VAR_WITH_LENGTH_EX() macro.
Andrei Zmievski [Fri, 3 Dec 1999 16:59:04 +0000 (16:59 +0000)]
Added ZEND_SET_GLOBAL_VAR_WITH_LENGTH_EX() macro.

25 years agoImprove locking when O_EXCL is available
Sascha Schumann [Fri, 3 Dec 1999 16:19:38 +0000 (16:19 +0000)]
Improve locking when O_EXCL is available

25 years ago# I hate these * empty log message * notes that get added to the changelog
Rasmus Lerdorf [Fri, 3 Dec 1999 15:52:22 +0000 (15:52 +0000)]
# I hate these * empty log message * notes that get added to the changelog
# telling us that nothing was added to the changelog.  The very fact that
# this empty log message is added to the changelog makes the message
# invalid.

25 years agoPHP_BUILD_* m4 macros are not intended to be used by extensions.
Sascha Schumann [Fri, 3 Dec 1999 15:28:51 +0000 (15:28 +0000)]
PHP_BUILD_* m4 macros are not intended to be used by extensions.
If you want to tell the user that the current choice of a specific SAPI
module is bad, check $php_build_target.

25 years ago2<<30 (== 1<<31) overflows 32-bit signed int, reverting to 1<<30
Sascha Schumann [Fri, 3 Dec 1999 15:16:32 +0000 (15:16 +0000)]
2<<30 (== 1<<31) overflows 32-bit signed int, reverting to 1<<30

25 years agoSolaris needs -D_REENTRANT to define prototypes for localtime_r etc.
Sascha Schumann [Fri, 3 Dec 1999 15:12:20 +0000 (15:12 +0000)]
Solaris needs -D_REENTRANT to define prototypes for localtime_r etc.

25 years agoUse socklen_t where appropiate
Sascha Schumann [Fri, 3 Dec 1999 14:57:29 +0000 (14:57 +0000)]
Use socklen_t where appropiate

25 years agoAdd check for socklen_t (we cannot use AC_CHECK_TYPE, because socklen_t
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).

25 years agorevert my last patch - WARNING: we leak fd's again.
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()

25 years agoforgot the "@"
Stig Bakken [Fri, 3 Dec 1999 13:35:10 +0000 (13:35 +0000)]
forgot the "@"

25 years agoAdd configure command to phpinfo() output (Stig)
Stig Bakken [Fri, 3 Dec 1999 13:31:41 +0000 (13:31 +0000)]
Add configure command to phpinfo() output (Stig)

25 years agoAdd configure stuff
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.)

25 years agoAdd posix module
Sascha Schumann [Fri, 3 Dec 1999 13:13:48 +0000 (13:13 +0000)]
Add posix module

25 years agoAdd X-Powered-By header in all configurations to ease PHP usage metering
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

25 years ago(php_ns_sapi_header_handler): use sapi_free_header()
Sascha Schumann [Fri, 3 Dec 1999 11:46:04 +0000 (11:46 +0000)]
(php_ns_sapi_header_handler): use sapi_free_header()

25 years ago- Remove _EX and make it the old _LENGTH
Andi Gutmans [Fri, 3 Dec 1999 07:54:17 +0000 (07:54 +0000)]
- Remove _EX and make it the old _LENGTH

25 years ago# Here you go Andrei
Rasmus Lerdorf [Fri, 3 Dec 1999 06:01:30 +0000 (06:01 +0000)]
# Here you go Andrei

25 years ago@ PHP 4 scripts will now obey the max_execution_time setting and actually
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

25 years agoSupport DATE_to_pval and DISPATCH_to_pval
Sam Ruby [Fri, 3 Dec 1999 02:25:22 +0000 (02:25 +0000)]
Support DATE_to_pval and DISPATCH_to_pval

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

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

25 years ago- Add _EX macro for Andrei
Andi Gutmans [Thu, 2 Dec 1999 20:38:41 +0000 (20:38 +0000)]
- Add _EX macro for Andrei

25 years ago# just some symbol cleanup while I am browsing through looking for this
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

25 years ago@ Add optional socket path to the mysql_?connect() functions
Rasmus Lerdorf [Thu, 2 Dec 1999 19:09:01 +0000 (19:09 +0000)]
@ Add optional socket path to the mysql_?connect() functions

25 years agoSolve a couple of compile issues
Zeev Suraski [Thu, 2 Dec 1999 18:59:29 +0000 (18:59 +0000)]
Solve a couple of compile issues

25 years agophp_fopen_wrapper_for_zend() does *NOT* insert the opened files into any list - the...
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

25 years ago*** empty log message ***
Andrei Zmievski [Thu, 2 Dec 1999 03:44:06 +0000 (03:44 +0000)]
*** empty log message ***

25 years agoLet user override default setting of ``make''
Sascha Schumann [Thu, 2 Dec 1999 02:14:06 +0000 (02:14 +0000)]
Let user override default setting of ``make''

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

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

25 years agoDefine COMPILE_DL_MODNAME, if module is built as dynamic module
Sascha Schumann [Wed, 1 Dec 1999 23:46:17 +0000 (23:46 +0000)]
Define COMPILE_DL_MODNAME, if module is built as dynamic module

25 years agoBack out PIC/COMPILE_DL hack from gd/mysql.
Stig Bakken [Wed, 1 Dec 1999 23:14:54 +0000 (23:14 +0000)]
Back out PIC/COMPILE_DL hack from gd/mysql.

25 years ago@Fix some warnings when compiling in maintainer-mode (Stig)
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!

25 years agoFix warnings surfacing in maintainer-mode.
Stig S. Bakken [Wed, 1 Dec 1999 22:55:20 +0000 (22:55 +0000)]
Fix warnings surfacing in maintainer-mode.

25 years agoMake it possible to explicitly set refcount in ZEND_SET_SYMBOL_WITH_LENGTH(), part 2
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

25 years agoAllow to set the reference count explicitly for ZEND_SET_SYMBOL_WITH_LENGTH()
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()

25 years agoTest commit, ignore
Zeev Suraski [Wed, 1 Dec 1999 21:30:45 +0000 (21:30 +0000)]
Test commit, ignore

25 years ago@- Made the GET/POST/Cookie and their HTTP_*_VARS[] counterparts be references
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)

25 years ago@- Make the global GET/POST/Cookie variables and their $HTTP_*_VARS[] counterparts
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)

25 years agoremove some debug output
Stig Bakken [Wed, 1 Dec 1999 19:17:48 +0000 (19:17 +0000)]
remove some debug output

25 years agoMake array.c thread-safe
Sascha Schumann [Wed, 1 Dec 1999 17:21:52 +0000 (17:21 +0000)]
Make array.c thread-safe

25 years agoRemove fsock-specific members
Sascha Schumann [Wed, 1 Dec 1999 17:07:54 +0000 (17:07 +0000)]
Remove fsock-specific members

25 years agoMake fsock module thread-safe
Sascha Schumann [Wed, 1 Dec 1999 17:07:25 +0000 (17:07 +0000)]
Make fsock module thread-safe

25 years ago- Forgot to check for BP_VAR_IS in the fix made for Thies' string offset
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.

25 years agouse new PHP_BUILD_THREAD_SAFE macro
Sam Ruby [Wed, 1 Dec 1999 14:26:01 +0000 (14:26 +0000)]
use new PHP_BUILD_THREAD_SAFE macro

25 years agolibzend/zend_compile.h's #define YYSTYPE causes parsedate to barf on Windows
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

25 years agojust a remark
Thies C. Arntzen [Wed, 1 Dec 1999 07:34:06 +0000 (07:34 +0000)]
just a remark

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