]> granicus.if.org Git - php/log
php
25 years ago@- Added implicit_flush INI directive (Zeev)
Zeev Suraski [Thu, 13 Jan 2000 20:39:33 +0000 (20:39 +0000)]
@- Added implicit_flush INI directive (Zeev)

25 years agoMake Win32 compile again
Zeev Suraski [Thu, 13 Jan 2000 20:34:45 +0000 (20:34 +0000)]
Make Win32 compile again

25 years agoWoops, forgot to commit the right version of the file...
Zeev Suraski [Thu, 13 Jan 2000 17:54:51 +0000 (17:54 +0000)]
Woops, forgot to commit the right version of the file...

25 years ago- Added flush() support to SAPI
Zeev Suraski [Thu, 13 Jan 2000 17:37:25 +0000 (17:37 +0000)]
- Added flush() support to SAPI
- Got rid of the old flush() implemenetation in favour of the new one
- Added implicit_flush() support to the output buffering layer.
@- Added implicit_flush() to control whether flush() should be called
@  implicitly after any output (Zeev)

25 years agoOnly suppress including dlfcn.h when we are in PHP.
Sascha Schumann [Wed, 12 Jan 2000 19:56:12 +0000 (19:56 +0000)]
Only suppress including dlfcn.h when we are in PHP.

25 years agoMove dl stuff from acconfig.h into zend.h. That allows us finer control
Sascha Schumann [Wed, 12 Jan 2000 19:52:33 +0000 (19:52 +0000)]
Move dl stuff from acconfig.h into zend.h. That allows us finer control
when it comes to suppressing dlfcn.h.

25 years agoAvoid including dlfcn.h, if we are compiling as an Apache module.
Sascha Schumann [Wed, 12 Jan 2000 19:44:35 +0000 (19:44 +0000)]
Avoid including dlfcn.h, if we are compiling as an Apache module.

25 years agoFull gear backwards. We still need acconfig.h.in for additional acconfig.h
Sascha Schumann [Wed, 12 Jan 2000 19:09:59 +0000 (19:09 +0000)]
Full gear backwards. We still need acconfig.h.in for additional acconfig.h
files (from TSRM/Zend).

25 years agoAdd description for AC_DEFINEs
Sascha Schumann [Wed, 12 Jan 2000 19:03:34 +0000 (19:03 +0000)]
Add description for AC_DEFINEs

25 years agoacconfig.h.in became superflicious when we removed the config.h.stubs.
Sascha Schumann [Wed, 12 Jan 2000 19:02:23 +0000 (19:02 +0000)]
acconfig.h.in became superflicious when we removed the config.h.stubs.
Let's get rid of it.

25 years agoFix compile on AIX, #2071
Sascha Schumann [Wed, 12 Jan 2000 18:21:39 +0000 (18:21 +0000)]
Fix compile on AIX, #2071

25 years agoMake cvsclean work on AIX
Sascha Schumann [Wed, 12 Jan 2000 16:52:57 +0000 (16:52 +0000)]
Make cvsclean work on AIX

25 years ago@- Fixed a crash in pfsockopen() (Zeev)
Zeev Suraski [Mon, 10 Jan 2000 19:56:23 +0000 (19:56 +0000)]
@- Fixed a crash in pfsockopen() (Zeev)

25 years ago*** empty log message ***
Andrei Zmievski [Mon, 10 Jan 2000 15:17:16 +0000 (15:17 +0000)]
*** empty log message ***

25 years ago- changed cpdf_global_set_document_settings() to cpdf_global_set_document_limits()
Uwe Steinmann [Mon, 10 Jan 2000 12:42:05 +0000 (12:42 +0000)]
- changed cpdf_global_set_document_settings() to cpdf_global_set_document_limits()

25 years ago- added cpdf_global_set_document_limits()
Uwe Steinmann [Mon, 10 Jan 2000 11:01:56 +0000 (11:01 +0000)]
- added cpdf_global_set_document_limits()

25 years agoFunctionality & crash fixes
Zeev Suraski [Sun, 9 Jan 2000 19:16:34 +0000 (19:16 +0000)]
Functionality & crash fixes

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