]>
granicus.if.org Git - php/log
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...
Rasmus Lerdorf [Sat, 8 Jan 2000 14:36:12 +0000 (14:36 +0000)]
# Fix silly typo
Thies C. Arntzen [Fri, 7 Jan 2000 13:30:53 +0000 (13:30 +0000)]
fix solaris compile
Sascha Schumann [Fri, 7 Jan 2000 11:12:29 +0000 (11:12 +0000)]
Add another point
Sascha Schumann [Fri, 7 Jan 2000 11:04:00 +0000 (11:04 +0000)]
Recognize UnixWare 7
Patch submitted by: opoplawski@cqg.com
<changelog@php.net> [Fri, 7 Jan 2000 02:09:40 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Fri, 7 Jan 2000 02:09:36 +0000 (02:09 +0000)]
NEWS update
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)
<changelog@php.net> [Thu, 6 Jan 2000 02:09:34 +0000 (02:09 +0000)]
ChangeLog update
Sascha Schumann [Wed, 5 Jan 2000 19:37:13 +0000 (19:37 +0000)]
Fix namespace pollution
Sascha Schumann [Wed, 5 Jan 2000 19:33:02 +0000 (19:33 +0000)]
`cp' will do the job everywhere, even on AIX
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.
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.
<changelog@php.net> [Wed, 5 Jan 2000 02:09:32 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Wed, 5 Jan 2000 02:09:26 +0000 (02:09 +0000)]
NEWS update
Andrei Zmievski [Tue, 4 Jan 2000 14:41:56 +0000 (14:41 +0000)]
Fix IS_UNSET -> IS_NULL rename.
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.
Thies C. Arntzen [Tue, 4 Jan 2000 13:56:17 +0000 (13:56 +0000)]
added ZVAL_*() macros.
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
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.
Andi Gutmans [Tue, 4 Jan 2000 13:22:58 +0000 (13:22 +0000)]
- Change IS_UNSET -> IS_NULL
Thies C. Arntzen [Tue, 4 Jan 2000 09:45:28 +0000 (09:45 +0000)]
@- str_repeat() now returns correct length. (Thies)
Sascha Schumann [Tue, 4 Jan 2000 03:01:43 +0000 (03:01 +0000)]
Fix typo
Sascha Schumann [Tue, 4 Jan 2000 02:58:46 +0000 (02:58 +0000)]
Replace all += constructs with equivalent ones
Rasmus Lerdorf [Tue, 4 Jan 2000 02:45:42 +0000 (02:45 +0000)]
# Grr
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)
<changelog@php.net> [Tue, 4 Jan 2000 02:09:39 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Tue, 4 Jan 2000 02:09:32 +0000 (02:09 +0000)]
NEWS update
Zeev Suraski [Mon, 3 Jan 2000 20:01:54 +0000 (20:01 +0000)]
Fix a bug when using [] on a string
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/
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)
Zeev Suraski [Mon, 3 Jan 2000 17:26:24 +0000 (17:26 +0000)]
Fix
Thies C. Arntzen [Mon, 3 Jan 2000 16:02:13 +0000 (16:02 +0000)]
even better;-)
Thies C. Arntzen [Mon, 3 Jan 2000 15:57:18 +0000 (15:57 +0000)]
yes sir!
Sascha Schumann [Mon, 3 Jan 2000 12:39:44 +0000 (12:39 +0000)]
FreeBSD 2.x/3.x fix.
Thies C. Arntzen [Mon, 3 Jan 2000 11:55:00 +0000 (11:55 +0000)]
*** empty log message ***
Thies C. Arntzen [Mon, 3 Jan 2000 10:57:56 +0000 (10:57 +0000)]
forgot
Andi Gutmans [Mon, 3 Jan 2000 05:28:34 +0000 (05:28 +0000)]
- Fix compare_function() for IS_UNSET
<changelog@php.net> [Mon, 3 Jan 2000 02:09:36 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Mon, 3 Jan 2000 02:09:33 +0000 (02:09 +0000)]
NEWS update
Thies C. Arntzen [Sun, 2 Jan 2000 17:56:02 +0000 (17:56 +0000)]
nice to have.
Zeev Suraski [Sun, 2 Jan 2000 16:47:00 +0000 (16:47 +0000)]
Fix
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.
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)
Thies C. Arntzen [Sun, 2 Jan 2000 11:44:33 +0000 (11:44 +0000)]
renamed RET???_UNSET -> RET???_NULL
<changelog@php.net> [Sun, 2 Jan 2000 02:09:27 +0000 (02:09 +0000)]
ChangeLog update
Sascha Schumann [Sat, 1 Jan 2000 21:20:35 +0000 (21:20 +0000)]
Add some points
Sascha Schumann [Sat, 1 Jan 2000 20:50:37 +0000 (20:50 +0000)]
Remove second (equal) definition of isleap()
Sascha Schumann [Sat, 1 Jan 2000 20:49:34 +0000 (20:49 +0000)]
Some cleanup
Sascha Schumann [Sat, 1 Jan 2000 20:48:42 +0000 (20:48 +0000)]
Y2K updates
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.
Thies C. Arntzen [Sat, 1 Jan 2000 16:54:55 +0000 (16:54 +0000)]
tiny optimisation
Thies C. Arntzen [Sat, 1 Jan 2000 16:52:14 +0000 (16:52 +0000)]
Happy new year (especially to Zeev :)
Zeev Suraski [Sat, 1 Jan 2000 15:31:59 +0000 (15:31 +0000)]
Fix buglet
Sascha Schumann [Sat, 1 Jan 2000 02:22:01 +0000 (02:22 +0000)]
Declare timezone only, if the system fails to do so.
<changelog@php.net> [Sat, 1 Jan 2000 02:08:50 +0000 (02:08 +0000)]
ChangeLog update
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).
Sascha Schumann [Sat, 1 Jan 2000 01:20:59 +0000 (01:20 +0000)]
Be as portable as possible
Zeev Suraski [Fri, 31 Dec 1999 16:20:04 +0000 (16:20 +0000)]
.dsp updates
Zeev Suraski [Fri, 31 Dec 1999 15:41:18 +0000 (15:41 +0000)]
- Add Release_inline builds
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.
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
Zeev Suraski [Fri, 31 Dec 1999 13:56:59 +0000 (13:56 +0000)]
- Nuke undefined_variable_string
- Introduce IS_UNSET
Andi Gutmans [Fri, 31 Dec 1999 12:56:48 +0000 (12:56 +0000)]
- Fix bug #3073. continue in do..while() loops should work now
<changelog@php.net> [Fri, 31 Dec 1999 02:08:59 +0000 (02:08 +0000)]
ChangeLog update
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.
Sascha Schumann [Fri, 31 Dec 1999 00:21:01 +0000 (00:21 +0000)]
First try at getting the ODBC stuff right
Sascha Schumann [Fri, 31 Dec 1999 00:18:08 +0000 (00:18 +0000)]
Synchronize with rules.mk
Sascha Schumann [Fri, 31 Dec 1999 00:15:27 +0000 (00:15 +0000)]
Perform manual interpolation for EXTRA_INCLUDES and EXTRA_CFLAGS
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
Sascha Schumann [Thu, 30 Dec 1999 16:09:17 +0000 (16:09 +0000)]
Typedef socklen_t, if it is not available
Sascha Schumann [Thu, 30 Dec 1999 15:52:08 +0000 (15:52 +0000)]
THREAD_T refers to thread ids, not attributes
Sascha Schumann [Thu, 30 Dec 1999 15:05:04 +0000 (15:05 +0000)]
Fix for Solaris incapability
Sascha Schumann [Thu, 30 Dec 1999 14:49:17 +0000 (14:49 +0000)]
Append liblber to satisfy symbols in libldap
Sascha Schumann [Thu, 30 Dec 1999 14:48:26 +0000 (14:48 +0000)]
Let m4 decide what to do
Sascha Schumann [Thu, 30 Dec 1999 14:47:32 +0000 (14:47 +0000)]
Remove second {}, that shouldn't be there
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.
Thies C. Arntzen [Thu, 30 Dec 1999 12:27:09 +0000 (12:27 +0000)]
fix AC_DEFINE
Sascha Schumann [Thu, 30 Dec 1999 08:03:55 +0000 (08:03 +0000)]
Define to 1
Sascha Schumann [Thu, 30 Dec 1999 07:15:43 +0000 (07:15 +0000)]
Proper protection for GNU make's parallel build
Sascha Schumann [Thu, 30 Dec 1999 06:16:55 +0000 (06:16 +0000)]
Propagate error condition correctly
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.
Sascha Schumann [Thu, 30 Dec 1999 06:07:56 +0000 (06:07 +0000)]
Rebuild config.h.in whenever configure changes
Sascha Schumann [Thu, 30 Dec 1999 05:53:27 +0000 (05:53 +0000)]
Add distclean target
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
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.
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])
Sascha Schumann [Thu, 30 Dec 1999 03:23:05 +0000 (03:23 +0000)]
We build in regex as well, create empty .deps
Sascha Schumann [Thu, 30 Dec 1999 03:13:21 +0000 (03:13 +0000)]
Let genfiles work in the new environment
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.
Sascha Schumann [Thu, 30 Dec 1999 02:21:21 +0000 (02:21 +0000)]
Macro syntax has changed
Sascha Schumann [Thu, 30 Dec 1999 02:19:39 +0000 (02:19 +0000)]
Rewrite TSRM_CHECK_GCC_ARG to cache its result
<changelog@php.net> [Thu, 30 Dec 1999 02:08:57 +0000 (02:08 +0000)]
ChangeLog update
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.
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.
Sascha Schumann [Wed, 29 Dec 1999 21:25:01 +0000 (21:25 +0000)]
Don't search for config.h.stubs in sapi
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()
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.
Zeev Suraski [Wed, 29 Dec 1999 17:22:47 +0000 (17:22 +0000)]
time_t is an int under Linux... this should always work.
<changelog@php.net> [Wed, 29 Dec 1999 02:09:03 +0000 (02:09 +0000)]
ChangeLog update