]> granicus.if.org Git - php/log
php
25 years ago@- Fixed a possible crash in phpinfo() (Zeev)
Zeev Suraski [Sun, 9 Jan 2000 18:32:13 +0000 (18:32 +0000)]
@- Fixed a possible crash in phpinfo() (Zeev)
phpinfo() now ensures that HTTP_*_VARS[] are actually arrays before it tries
to access them...

25 years ago# Fix silly typo
Rasmus Lerdorf [Sat, 8 Jan 2000 14:36:12 +0000 (14:36 +0000)]
# Fix silly typo

25 years agofix solaris compile
Thies C. Arntzen [Fri, 7 Jan 2000 13:30:53 +0000 (13:30 +0000)]
fix solaris compile

25 years agoAdd another point
Sascha Schumann [Fri, 7 Jan 2000 11:12:29 +0000 (11:12 +0000)]
Add another point

25 years agoRecognize UnixWare 7
Sascha Schumann [Fri, 7 Jan 2000 11:04:00 +0000 (11:04 +0000)]
Recognize UnixWare 7

Patch submitted by: opoplawski@cqg.com

25 years agoChangeLog update
<changelog@php.net> [Fri, 7 Jan 2000 02:09:40 +0000 (02:09 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Fri, 7 Jan 2000 02:09:36 +0000 (02:09 +0000)]
NEWS update

25 years ago@- Applied safe-mode patch to popen(). (Patch by Kristian Köhntopp)
Thies C. Arntzen [Thu, 6 Jan 2000 15:27:03 +0000 (15:27 +0000)]
@- Applied safe-mode patch to popen(). (Patch by Kristian Köhntopp)

25 years agoChangeLog update
<changelog@php.net> [Thu, 6 Jan 2000 02:09:34 +0000 (02:09 +0000)]
ChangeLog update

25 years agoFix namespace pollution
Sascha Schumann [Wed, 5 Jan 2000 19:37:13 +0000 (19:37 +0000)]
Fix namespace pollution

25 years ago`cp' will do the job everywhere, even on AIX
Sascha Schumann [Wed, 5 Jan 2000 19:33:02 +0000 (19:33 +0000)]
`cp' will do the job everywhere, even on AIX

25 years agoMove reentrancy initialisation/destruction into SAPI.
Sascha Schumann [Wed, 5 Jan 2000 19:25:19 +0000 (19:25 +0000)]
Move reentrancy initialisation/destruction into SAPI.
These calls only do something, if reentrancy emulation is required.

25 years ago(php_setlocale) Fixed memory leak (bug #3105).
Jouni Ahto [Wed, 5 Jan 2000 12:26:41 +0000 (12:26 +0000)]
(php_setlocale) Fixed memory leak (bug #3105).
# Must have been thinking something else when originally wrote this.

25 years agoChangeLog update
<changelog@php.net> [Wed, 5 Jan 2000 02:09:32 +0000 (02:09 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Wed, 5 Jan 2000 02:09:26 +0000 (02:09 +0000)]
NEWS update

25 years agoFix IS_UNSET -> IS_NULL rename.
Andrei Zmievski [Tue, 4 Jan 2000 14:41:56 +0000 (14:41 +0000)]
Fix IS_UNSET -> IS_NULL rename.

25 years ago- Rename IS_BC to FLAG_IS_BC. We will probably nuke it.
Andi Gutmans [Tue, 4 Jan 2000 14:25:42 +0000 (14:25 +0000)]
- Rename IS_BC to FLAG_IS_BC. We will probably nuke it.

25 years agoadded ZVAL_*() macros.
Thies C. Arntzen [Tue, 4 Jan 2000 13:56:17 +0000 (13:56 +0000)]
added ZVAL_*() macros.

25 years ago- Separate the overloaded objects' types from Zend's data types.
Andi Gutmans [Tue, 4 Jan 2000 13:56:13 +0000 (13:56 +0000)]
- Separate the overloaded objects' types from Zend's data types.
  There is no reason for them to be the same, and IS_METHOD just cluttered
  the data types.
- Overloaded elements should now use OE_IS_OBJECT, OE_IS_ARRAY, and
  OE_IS_METHOD

25 years ago- Separate the overloaded objects' types from Zend's data types.
Andi Gutmans [Tue, 4 Jan 2000 13:52:52 +0000 (13:52 +0000)]
- Separate the overloaded objects' types from Zend's data types.
  There is no reason for them to be the same, and IS_METHOD just cluttered
  there data types.

25 years ago- Change IS_UNSET -> IS_NULL
Andi Gutmans [Tue, 4 Jan 2000 13:22:58 +0000 (13:22 +0000)]
- Change IS_UNSET -> IS_NULL

25 years ago@- str_repeat() now returns correct length. (Thies)
Thies C. Arntzen [Tue, 4 Jan 2000 09:45:28 +0000 (09:45 +0000)]
@- str_repeat() now returns correct length. (Thies)

25 years agoFix typo
Sascha Schumann [Tue, 4 Jan 2000 03:01:43 +0000 (03:01 +0000)]
Fix typo

25 years agoReplace all += constructs with equivalent ones
Sascha Schumann [Tue, 4 Jan 2000 02:58:46 +0000 (02:58 +0000)]
Replace all += constructs with equivalent ones

25 years ago# Grr
Rasmus Lerdorf [Tue, 4 Jan 2000 02:45:42 +0000 (02:45 +0000)]
# Grr

25 years ago@ Don't assume libz and libpng are installed for the GD checks (Rasmus)
Rasmus Lerdorf [Tue, 4 Jan 2000 02:42:27 +0000 (02:42 +0000)]
@ Don't assume libz and libpng are installed for the GD checks (Rasmus)

25 years agoChangeLog update
<changelog@php.net> [Tue, 4 Jan 2000 02:09:39 +0000 (02:09 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Tue, 4 Jan 2000 02:09:32 +0000 (02:09 +0000)]
NEWS update

25 years agoFix a bug when using [] on a string
Zeev Suraski [Mon, 3 Jan 2000 20:01:54 +0000 (20:01 +0000)]
Fix a bug when using [] on a string

25 years ago# There is no functions/ directory in PHP4.
Joey Smith [Mon, 3 Jan 2000 18:53:29 +0000 (18:53 +0000)]
# There is no functions/ directory in PHP4.
@ number.h comes from ext/bcmath, not functions/
 number.h comes from ext/bcmath, not functions/

25 years ago* Implemented <boolean> and <null> types. We now support WDDX version 1.0
Andrei Zmievski [Mon, 3 Jan 2000 18:10:27 +0000 (18:10 +0000)]
* Implemented <boolean> and <null> types. We now support WDDX version 1.0
  as best as we can.
* Cleaned up the API function names, _ was really not needed.
* Cleaned up the repetitive stack var name stuff with a macro.
* WDDX now no longer converts numbers to strings in arrays when during
  serialization.
@Implemented support for <boolean> and <null> types according
@to WDDX version 1.0 (Andrei)

25 years agoFix
Zeev Suraski [Mon, 3 Jan 2000 17:26:24 +0000 (17:26 +0000)]
Fix

25 years agoeven better;-)
Thies C. Arntzen [Mon, 3 Jan 2000 16:02:13 +0000 (16:02 +0000)]
even better;-)

25 years agoyes sir!
Thies C. Arntzen [Mon, 3 Jan 2000 15:57:18 +0000 (15:57 +0000)]
yes sir!

25 years agoFreeBSD 2.x/3.x fix.
Sascha Schumann [Mon, 3 Jan 2000 12:39:44 +0000 (12:39 +0000)]
FreeBSD 2.x/3.x fix.

25 years ago*** empty log message ***
Thies C. Arntzen [Mon, 3 Jan 2000 11:55:00 +0000 (11:55 +0000)]
*** empty log message ***

25 years agoforgot
Thies C. Arntzen [Mon, 3 Jan 2000 10:57:56 +0000 (10:57 +0000)]
forgot

25 years ago- Fix compare_function() for IS_UNSET
Andi Gutmans [Mon, 3 Jan 2000 05:28:34 +0000 (05:28 +0000)]
- Fix compare_function() for IS_UNSET

25 years agoChangeLog update
<changelog@php.net> [Mon, 3 Jan 2000 02:09:36 +0000 (02:09 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Mon, 3 Jan 2000 02:09:33 +0000 (02:09 +0000)]
NEWS update

25 years agonice to have.
Thies C. Arntzen [Sun, 2 Jan 2000 17:56:02 +0000 (17:56 +0000)]
nice to have.

25 years agoFix
Zeev Suraski [Sun, 2 Jan 2000 16:47:00 +0000 (16:47 +0000)]
Fix

25 years agoStatements get closed before connection shutdown.
Andreas Karajannis [Sun, 2 Jan 2000 15:59:01 +0000 (15:59 +0000)]
Statements get closed before connection shutdown.
Disabled fetching all errors for Adabas.

25 years ago(var_dump, serialize, unserialize) support NULL
Thies C. Arntzen [Sun, 2 Jan 2000 11:49:27 +0000 (11:49 +0000)]
(var_dump, serialize, unserialize) support NULL
@- Added new NULL constant (Zeev, Zend library)

25 years agorenamed RET???_UNSET -> RET???_NULL
Thies C. Arntzen [Sun, 2 Jan 2000 11:44:33 +0000 (11:44 +0000)]
renamed RET???_UNSET -> RET???_NULL

25 years agoChangeLog update
<changelog@php.net> [Sun, 2 Jan 2000 02:09:27 +0000 (02:09 +0000)]
ChangeLog update

25 years agoAdd some points
Sascha Schumann [Sat, 1 Jan 2000 21:20:35 +0000 (21:20 +0000)]
Add some points

25 years agoRemove second (equal) definition of isleap()
Sascha Schumann [Sat, 1 Jan 2000 20:50:37 +0000 (20:50 +0000)]
Remove second (equal) definition of isleap()

25 years agoSome cleanup
Sascha Schumann [Sat, 1 Jan 2000 20:49:34 +0000 (20:49 +0000)]
Some cleanup

25 years agoY2K updates
Sascha Schumann [Sat, 1 Jan 2000 20:48:42 +0000 (20:48 +0000)]
Y2K updates

25 years ago- IS_NULL should be 0 when converted to a long although I don't think it
Andi Gutmans [Sat, 1 Jan 2000 18:47:03 +0000 (18:47 +0000)]
- IS_NULL should be 0 when converted to a long although I don't think it
  really should be documented.

25 years agotiny optimisation
Thies C. Arntzen [Sat, 1 Jan 2000 16:54:55 +0000 (16:54 +0000)]
tiny optimisation

25 years agoHappy new year (especially to Zeev :)
Thies C. Arntzen [Sat, 1 Jan 2000 16:52:14 +0000 (16:52 +0000)]
Happy new year (especially to Zeev :)

25 years agoFix buglet
Zeev Suraski [Sat, 1 Jan 2000 15:31:59 +0000 (15:31 +0000)]
Fix buglet

25 years agoDeclare timezone only, if the system fails to do so.
Sascha Schumann [Sat, 1 Jan 2000 02:22:01 +0000 (02:22 +0000)]
Declare timezone only, if the system fails to do so.

25 years agoChangeLog update
<changelog@php.net> [Sat, 1 Jan 2000 02:08:50 +0000 (02:08 +0000)]
ChangeLog update

25 years agoHappy Y2K patch! Happy new year (or the new millennium, depending on whether
Sascha Schumann [Sat, 1 Jan 2000 01:32:05 +0000 (01:32 +0000)]
Happy Y2K patch! Happy new year (or the new millennium, depending on whether
you start counting at 0 or 1).

25 years agoBe as portable as possible
Sascha Schumann [Sat, 1 Jan 2000 01:20:59 +0000 (01:20 +0000)]
Be as portable as possible

25 years ago.dsp updates
Zeev Suraski [Fri, 31 Dec 1999 16:20:04 +0000 (16:20 +0000)]
.dsp updates

25 years ago- Add Release_inline builds
Zeev Suraski [Fri, 31 Dec 1999 15:41:18 +0000 (15:41 +0000)]
- Add Release_inline builds

25 years agoAdd new Release_inline builds to Win32. Standard release versions will not use
Zeev Suraski [Fri, 31 Dec 1999 15:39:54 +0000 (15:39 +0000)]
Add new Release_inline builds to Win32.  Standard release versions will not use
inline under Win32.

25 years agoHappy new year (especially to Thies :)
Zeev Suraski [Fri, 31 Dec 1999 14:06:31 +0000 (14:06 +0000)]
Happy new year (especially to Thies :)
- Zend branch patches merged in - get the PHP tree uptodate
- Clean

25 years ago- Nuke undefined_variable_string
Zeev Suraski [Fri, 31 Dec 1999 13:56:59 +0000 (13:56 +0000)]
- Nuke undefined_variable_string
- Introduce IS_UNSET

25 years ago- Fix bug #3073. continue in do..while() loops should work now
Andi Gutmans [Fri, 31 Dec 1999 12:56:48 +0000 (12:56 +0000)]
- Fix bug #3073. continue in do..while() loops should work now

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

25 years agoFix linking problems with iODBC. This is from the Adabas section, so
Sascha Schumann [Fri, 31 Dec 1999 00:38:22 +0000 (00:38 +0000)]
Fix linking problems with iODBC. This is from the Adabas section, so
this might work for iODBC.

25 years agoFirst try at getting the ODBC stuff right
Sascha Schumann [Fri, 31 Dec 1999 00:21:01 +0000 (00:21 +0000)]
First try at getting the ODBC stuff right

25 years agoSynchronize with rules.mk
Sascha Schumann [Fri, 31 Dec 1999 00:18:08 +0000 (00:18 +0000)]
Synchronize with rules.mk

25 years agoPerform manual interpolation for EXTRA_INCLUDES and EXTRA_CFLAGS
Sascha Schumann [Fri, 31 Dec 1999 00:15:27 +0000 (00:15 +0000)]
Perform manual interpolation for EXTRA_INCLUDES and EXTRA_CFLAGS

25 years agoReplaced some ODBC 3 stuff to be backwards compatible to ODBC 2
Andreas Karajannis [Thu, 30 Dec 1999 17:11:47 +0000 (17:11 +0000)]
Replaced some ODBC 3 stuff to be backwards compatible to ODBC 2

25 years agoTypedef socklen_t, if it is not available
Sascha Schumann [Thu, 30 Dec 1999 16:09:17 +0000 (16:09 +0000)]
Typedef socklen_t, if it is not available

25 years agoTHREAD_T refers to thread ids, not attributes
Sascha Schumann [Thu, 30 Dec 1999 15:52:08 +0000 (15:52 +0000)]
THREAD_T refers to thread ids, not attributes

25 years agoFix for Solaris incapability
Sascha Schumann [Thu, 30 Dec 1999 15:05:04 +0000 (15:05 +0000)]
Fix for Solaris incapability

25 years agoAppend liblber to satisfy symbols in libldap
Sascha Schumann [Thu, 30 Dec 1999 14:49:17 +0000 (14:49 +0000)]
Append liblber to satisfy symbols in libldap

25 years agoLet m4 decide what to do
Sascha Schumann [Thu, 30 Dec 1999 14:48:26 +0000 (14:48 +0000)]
Let m4 decide what to do

25 years agoRemove second {}, that shouldn't be there
Sascha Schumann [Thu, 30 Dec 1999 14:47:32 +0000 (14:47 +0000)]
Remove second {}, that shouldn't be there

25 years agoFix define.
Sascha Schumann [Thu, 30 Dec 1999 13:19:56 +0000 (13:19 +0000)]
Fix define.

This should be the last one, my earlier search didn't find macro names
contain numbers.

25 years agofix AC_DEFINE
Thies C. Arntzen [Thu, 30 Dec 1999 12:27:09 +0000 (12:27 +0000)]
fix AC_DEFINE

25 years agoDefine to 1
Sascha Schumann [Thu, 30 Dec 1999 08:03:55 +0000 (08:03 +0000)]
Define to 1

25 years agoProper protection for GNU make's parallel build
Sascha Schumann [Thu, 30 Dec 1999 07:15:43 +0000 (07:15 +0000)]
Proper protection for GNU make's parallel build

25 years agoPropagate error condition correctly
Sascha Schumann [Thu, 30 Dec 1999 06:16:55 +0000 (06:16 +0000)]
Propagate error condition correctly

25 years agoEase include file selection. Let's see which cpps support this construct.
Sascha Schumann [Thu, 30 Dec 1999 06:09:46 +0000 (06:09 +0000)]
Ease include file selection. Let's see which cpps support this construct.

25 years agoRebuild config.h.in whenever configure changes
Sascha Schumann [Thu, 30 Dec 1999 06:07:56 +0000 (06:07 +0000)]
Rebuild config.h.in whenever configure changes

25 years agoAdd distclean target
Sascha Schumann [Thu, 30 Dec 1999 05:53:27 +0000 (05:53 +0000)]
Add distclean target

25 years agoThis should enable people to use ALLOC_ZVAL() in code outside the php4.dll
Zeev Suraski [Thu, 30 Dec 1999 05:25:44 +0000 (05:25 +0000)]
This should enable people to use ALLOC_ZVAL() in code outside the php4.dll

25 years agoWhoops, defining them to empty values generates many parse errors.
Sascha Schumann [Thu, 30 Dec 1999 04:52:19 +0000 (04:52 +0000)]
Whoops, defining them to empty values generates many parse errors.
Defaulting to 1.

25 years agoGet rid of config.h.stub. Note that you should embed a comment about
Sascha Schumann [Thu, 30 Dec 1999 04:07:46 +0000 (04:07 +0000)]
Get rid of config.h.stub. Note that you should embed a comment about
what the respective define does into the AC_DEFINE macro. I.e.

AC_DEFINE(HAVE_FOO, 1, [Whether you have FOO])

25 years agoWe build in regex as well, create empty .deps
Sascha Schumann [Thu, 30 Dec 1999 03:23:05 +0000 (03:23 +0000)]
We build in regex as well, create empty .deps

25 years agoLet genfiles work in the new environment
Sascha Schumann [Thu, 30 Dec 1999 03:13:21 +0000 (03:13 +0000)]
Let genfiles work in the new environment

25 years agoIntegration of -ng changes. Changes:
Sascha Schumann [Thu, 30 Dec 1999 02:59:53 +0000 (02:59 +0000)]
Integration of -ng changes. Changes:

- added support for externally built modules,
- improved support for in-tree shared modules,
- fixed diversion bugs,
- configure displays some informative messages,
- faster static build
  (libtool isn't used anymore for compiling non-PIC objects),
- dependencies comparable to automake's without requiring GNU make or GCC,
- working make clean for non-GNU makes.

25 years agoMacro syntax has changed
Sascha Schumann [Thu, 30 Dec 1999 02:21:21 +0000 (02:21 +0000)]
Macro syntax has changed

25 years agoRewrite TSRM_CHECK_GCC_ARG to cache its result
Sascha Schumann [Thu, 30 Dec 1999 02:19:39 +0000 (02:19 +0000)]
Rewrite TSRM_CHECK_GCC_ARG to cache its result

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

25 years agoSolaris' sed does not like this expression. Since -O0 is the default,
Sascha Schumann [Thu, 30 Dec 1999 01:13:42 +0000 (01:13 +0000)]
Solaris' sed does not like this expression. Since -O0 is the default,
we can also omit it.

25 years agoLet check succeed on systems which don't need special flags for pthreads.
Sascha Schumann [Thu, 30 Dec 1999 00:48:45 +0000 (00:48 +0000)]
Let check succeed on systems which don't need special flags for pthreads.
Also change the message to be more informative.

25 years agoDon't search for config.h.stubs in sapi
Sascha Schumann [Wed, 29 Dec 1999 21:25:01 +0000 (21:25 +0000)]
Don't search for config.h.stubs in sapi

25 years agoGet rid of some config.h.stubs. Comments are placed into AC_DEFINE()
Sascha Schumann [Wed, 29 Dec 1999 21:24:43 +0000 (21:24 +0000)]
Get rid of some config.h.stubs. Comments are placed into AC_DEFINE()

25 years ago- Change var_reset() to set bool(0) instead of string("")
Zeev Suraski [Wed, 29 Dec 1999 17:29:26 +0000 (17:29 +0000)]
- Change var_reset() to set bool(0) instead of string("")

Authors should go over their code and change it to use var_reset() instead of manually
setting it to string(""), in case they're interested in the false value.

25 years agotime_t is an int under Linux... this should always work.
Zeev Suraski [Wed, 29 Dec 1999 17:22:47 +0000 (17:22 +0000)]
time_t is an int under Linux... this should always work.

25 years agoChangeLog update
<changelog@php.net> [Wed, 29 Dec 1999 02:09:03 +0000 (02:09 +0000)]
ChangeLog update