]> granicus.if.org Git - php/log
php
25 years ago@- Added support for a C-like assert() function. (Thies)
Thies C. Arntzen [Tue, 7 Dec 1999 13:08:17 +0000 (13:08 +0000)]
@- Added support for a C-like assert() function. (Thies)

25 years agogetting there
Thies C. Arntzen [Tue, 7 Dec 1999 12:33:36 +0000 (12:33 +0000)]
getting there

25 years agoIgnore generated files
Sascha Schumann [Tue, 7 Dec 1999 12:17:53 +0000 (12:17 +0000)]
Ignore generated files

25 years agonew assert() module. (Not yet finished!)
Thies C. Arntzen [Tue, 7 Dec 1999 11:37:30 +0000 (11:37 +0000)]
new assert() module. (Not yet finished!)

25 years ago- Several small corrections, typos, ...
Uwe Steinmann [Tue, 7 Dec 1999 10:49:19 +0000 (10:49 +0000)]
- Several small corrections, typos, ...

25 years ago(explode) fixed newly introduced bug (them shall check twice *before* committing!)
Thies C. Arntzen [Tue, 7 Dec 1999 08:14:00 +0000 (08:14 +0000)]
(explode) fixed newly introduced bug (them shall check twice *before* committing!)

25 years agoSupport ZTS definition in zend_config.h
Zeev Suraski [Tue, 7 Dec 1999 06:19:42 +0000 (06:19 +0000)]
Support ZTS definition in zend_config.h

25 years agoEmail change.
<changelog@php.net> [Tue, 7 Dec 1999 03:20:29 +0000 (03:20 +0000)]
Email change.

25 years agoMention CyberCash.
Evan Klinger [Tue, 7 Dec 1999 02:49:03 +0000 (02:49 +0000)]
Mention CyberCash.

25 years ago-kludges -warning +reentrancy(more) +compiles(Unix)
Sam Ruby [Tue, 7 Dec 1999 02:47:35 +0000 (02:47 +0000)]
-kludges -warning +reentrancy(more) +compiles(Unix)

25 years agoMore clean up.
Evan Klinger [Tue, 7 Dec 1999 02:26:51 +0000 (02:26 +0000)]
More clean up.

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

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

25 years agoNow it compiles - couldn't find lib before.
Evan Klinger [Tue, 7 Dec 1999 02:02:05 +0000 (02:02 +0000)]
Now it compiles - couldn't find lib before.

25 years agoEliminate some warnings.
Evan Klinger [Tue, 7 Dec 1999 01:41:25 +0000 (01:41 +0000)]
Eliminate some warnings.

25 years agoMinor changes and clean up.
Evan Klinger [Tue, 7 Dec 1999 01:17:25 +0000 (01:17 +0000)]
Minor changes and clean up.

25 years ago@- Added CyberCash support. (Evan)
Evan Klinger [Tue, 7 Dec 1999 00:56:25 +0000 (00:56 +0000)]
@- Added CyberCash support. (Evan)
CyberCash support.

25 years agoMove the #include of zend-parser.h out of zend_compile.h
Zeev Suraski [Mon, 6 Dec 1999 20:42:44 +0000 (20:42 +0000)]
Move the #include of zend-parser.h out of zend_compile.h

25 years agoFirst step in making parsedate.y thread safe - use a pure parser
Zeev Suraski [Mon, 6 Dec 1999 19:04:01 +0000 (19:04 +0000)]
First step in making parsedate.y thread safe - use a pure parser

25 years agoMore localization
Zeev Suraski [Mon, 6 Dec 1999 19:03:57 +0000 (19:03 +0000)]
More localization

25 years agofixed warning
Thies C. Arntzen [Mon, 6 Dec 1999 19:01:21 +0000 (19:01 +0000)]
fixed warning

25 years ago@- explode() is now binary-safe. (Thies)
Thies C. Arntzen [Mon, 6 Dec 1999 18:29:22 +0000 (18:29 +0000)]
@- explode() is now binary-safe. (Thies)
we save one buffer-copy as well (hehe)

25 years ago@- strpos() is now binary-safe. (Thies)
Thies C. Arntzen [Mon, 6 Dec 1999 17:37:59 +0000 (17:37 +0000)]
@- strpos() is now binary-safe. (Thies)

25 years agoAdd another item.
Andrei Zmievski [Mon, 6 Dec 1999 16:41:55 +0000 (16:41 +0000)]
Add another item.

25 years agoThis is no longer needed. Note that we'll always need to undefine YYSTYPE, since
Zeev Suraski [Mon, 6 Dec 1999 15:34:05 +0000 (15:34 +0000)]
This is no longer needed.  Note that we'll always need to undefine YYSTYPE, since
the template bison generated .h file defines it if it's not already defined.

25 years agoSeparate libpaths into PHP_LDFLAGS, so that we can address them
Sascha Schumann [Mon, 6 Dec 1999 15:32:01 +0000 (15:32 +0000)]
Separate libpaths into PHP_LDFLAGS, so that we can address them
separately (required for Apache build).

25 years agoLocalize a couple of macros
Zeev Suraski [Mon, 6 Dec 1999 15:31:06 +0000 (15:31 +0000)]
Localize a couple of macros

25 years agoopened_path could end up uninitialized - fixed
Zeev Suraski [Mon, 6 Dec 1999 15:30:44 +0000 (15:30 +0000)]
opened_path could end up uninitialized - fixed

25 years agoremoved unneded CLS_FETCH()
Thies C. Arntzen [Mon, 6 Dec 1999 13:08:16 +0000 (13:08 +0000)]
removed unneded CLS_FETCH()

25 years agobuild error: wrong num parms to date_parse
Sam Ruby [Mon, 6 Dec 1999 05:28:26 +0000 (05:28 +0000)]
build error: wrong num parms to date_parse

25 years agofirst pass at method overloading
Sam Ruby [Mon, 6 Dec 1999 05:00:40 +0000 (05:00 +0000)]
first pass at method overloading

25 years agoHmmm...must have misplaced the getcwd/chdir logic...
Sam Ruby [Mon, 6 Dec 1999 04:58:55 +0000 (04:58 +0000)]
Hmmm...must have misplaced the getcwd/chdir logic...

25 years ago*** empty log message ***
Evan Klinger [Mon, 6 Dec 1999 02:24:01 +0000 (02:24 +0000)]
*** empty log message ***

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

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

25 years agoGive it a nicer looking module name
Sascha Schumann [Sun, 5 Dec 1999 23:38:25 +0000 (23:38 +0000)]
Give it a nicer looking module name

25 years ago*** empty log message ***
Zeev Suraski [Sun, 5 Dec 1999 23:32:21 +0000 (23:32 +0000)]
*** empty log message ***

25 years agophp3_* => php_*
Sascha Schumann [Sun, 5 Dec 1999 23:12:00 +0000 (23:12 +0000)]
php3_* => php_*

25 years agoCreate helper library during configure time
Sascha Schumann [Sun, 5 Dec 1999 23:11:38 +0000 (23:11 +0000)]
Create helper library during configure time

25 years agoAllow AC_ADD_LIBRARY to append library
Sascha Schumann [Sun, 5 Dec 1999 23:10:51 +0000 (23:10 +0000)]
Allow AC_ADD_LIBRARY to append library

25 years agoAdd rpaths to LDFLAGS during configure, drop them later.
Sascha Schumann [Sun, 5 Dec 1999 22:41:08 +0000 (22:41 +0000)]
Add rpaths to LDFLAGS during configure, drop them later.

25 years agoRevert changes.
Evan Klinger [Sun, 5 Dec 1999 22:19:13 +0000 (22:19 +0000)]
Revert changes.

25 years ago@- Fix Informix compile (Evan)
Evan Klinger [Sun, 5 Dec 1999 22:14:01 +0000 (22:14 +0000)]
@- Fix Informix compile (Evan)
Fix --with-informix. Was adding wrong library.

25 years agoFix leak in pthreads, and add initial support for GNU Pth
Sascha Schumann [Sun, 5 Dec 1999 21:55:43 +0000 (21:55 +0000)]
Fix leak in pthreads, and add initial support for GNU Pth

25 years agoThies, can you provide some docs? I need something to show to my German translators.
Egon Schmid [Sun, 5 Dec 1999 16:59:15 +0000 (16:59 +0000)]
Thies, can you provide some docs? I need something to show to my German translators.
Is the &obj correct?

25 years ago@- added XML_Set_Object() function, now you can use the XML-Parser from
Thies C. Arntzen [Sun, 5 Dec 1999 16:43:42 +0000 (16:43 +0000)]
@- added XML_Set_Object() function, now you can use the XML-Parser from
@  within an object. (Thies)
(XML_Set_Object) new function.

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

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

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.