]> granicus.if.org Git - php/log
php
25 years agoWhoops! Not everybody want Java included by default!
Sam Ruby [Mon, 27 Mar 2000 00:55:18 +0000 (00:55 +0000)]
Whoops!  Not everybody want Java included by default!

25 years agoUpdate the INSTALL docs
Rasmus Lerdorf [Mon, 27 Mar 2000 00:33:47 +0000 (00:33 +0000)]
Update the INSTALL docs

25 years agoRemove debug runtime libraries from Release builds
Sam Ruby [Mon, 27 Mar 2000 00:18:59 +0000 (00:18 +0000)]
Remove debug runtime libraries from Release builds

25 years agosupport non-debug builds
Sam Ruby [Sun, 26 Mar 2000 20:24:55 +0000 (20:24 +0000)]
support non-debug builds

25 years agosupport non-debug builds
Sam Ruby [Sun, 26 Mar 2000 20:01:59 +0000 (20:01 +0000)]
support non-debug builds

25 years agoPHP_EXTENSION sets $ext_src_base
Sascha Schumann [Sun, 26 Mar 2000 19:51:10 +0000 (19:51 +0000)]
PHP_EXTENSION sets $ext_src_base

25 years agoSome white-space changes
Sascha Schumann [Sun, 26 Mar 2000 19:47:28 +0000 (19:47 +0000)]
Some white-space changes

25 years agoIgnore errors at this place
Sascha Schumann [Sun, 26 Mar 2000 19:46:42 +0000 (19:46 +0000)]
Ignore errors at this place

25 years agoAllow MySQL to be compiled against extern mysqlclient library
Sascha Schumann [Sun, 26 Mar 2000 19:46:11 +0000 (19:46 +0000)]
Allow MySQL to be compiled against extern mysqlclient library

25 years agoUse compression for makedist
Zeev Suraski [Sun, 26 Mar 2000 19:26:09 +0000 (19:26 +0000)]
Use compression for makedist

25 years agoPackage RC1
Zeev Suraski [Sun, 26 Mar 2000 19:18:59 +0000 (19:18 +0000)]
Package RC1

25 years ago- Stop zend_func_args() and co. from crashing
Andi Gutmans [Sun, 26 Mar 2000 18:40:24 +0000 (18:40 +0000)]
- Stop zend_func_args() and co. from crashing

25 years ago- Change new -> result. Using C++ keywords isn't too hot
Zeev Suraski [Sun, 26 Mar 2000 17:06:19 +0000 (17:06 +0000)]
- Change new -> result. Using C++ keywords isn't too hot

25 years ago- Didn't see Thies' commit message although I can't really see how it would
Andi Gutmans [Sun, 26 Mar 2000 16:28:37 +0000 (16:28 +0000)]
- Didn't see Thies' commit message although I can't really see how it would
  make a difference

25 years ago- Include Andrea's fix for alloca.h
Andi Gutmans [Sun, 26 Mar 2000 16:00:35 +0000 (16:00 +0000)]
- Include Andrea's fix for alloca.h

25 years agoFix internal_functions.c screwup for people not using --with-mm
Sascha Schumann [Sun, 26 Mar 2000 15:26:15 +0000 (15:26 +0000)]
Fix internal_functions.c screwup for people not using --with-mm

25 years ago<alloca.h> needs to be included before we define macros calling alloca()
Thies C. Arntzen [Sun, 26 Mar 2000 14:46:25 +0000 (14:46 +0000)]
<alloca.h> needs to be included before we define macros calling alloca()
atleast using SGI's cc - should not harm other platforms (i hope)

25 years agoReturn value corrected.
Sterling Hughes [Sun, 26 Mar 2000 14:43:24 +0000 (14:43 +0000)]
Return value corrected.

25 years agono c++ comments // please
Thies C. Arntzen [Sun, 26 Mar 2000 14:27:10 +0000 (14:27 +0000)]
no c++ comments // please

25 years agofix cast
Thies C. Arntzen [Sun, 26 Mar 2000 14:25:20 +0000 (14:25 +0000)]
fix cast

25 years agoimap_clearflag_full now returns true appropriately.
Chuck Hagenbuch [Sun, 26 Mar 2000 04:34:05 +0000 (04:34 +0000)]
imap_clearflag_full now returns true appropriately.

25 years agoJAVA_LIBPATH was not allways being added to the LIBPATH
Sam Ruby [Sun, 26 Mar 2000 04:31:53 +0000 (04:31 +0000)]
JAVA_LIBPATH was not allways being added to the LIBPATH

25 years agoRevamp session's config.m4 and reenable support for mm. The shared memory
Sascha Schumann [Sun, 26 Mar 2000 02:47:00 +0000 (02:47 +0000)]
Revamp session's config.m4 and reenable support for mm. The shared memory
module works now successfully again under Apache and other web servers.

25 years ago@- Fix a data corruption bug in mysql_result(), if used in table.fieldname mode ...
Zeev Suraski [Sun, 26 Mar 2000 02:01:11 +0000 (02:01 +0000)]
@- Fix a data corruption bug in mysql_result(), if used in table.fieldname mode (Zeev)
Hopefully that settles this one.

25 years agoAdd MSIE 5-specific Cache-Control fields
Sascha Schumann [Sun, 26 Mar 2000 00:43:56 +0000 (00:43 +0000)]
Add MSIE 5-specific Cache-Control fields

25 years agoTid Bit More.
Sterling Hughes [Sat, 25 Mar 2000 22:27:30 +0000 (22:27 +0000)]
Tid Bit More.

25 years agoUpdate .dsp's
Zeev Suraski [Sat, 25 Mar 2000 20:25:10 +0000 (20:25 +0000)]
Update .dsp's

25 years ago- snmpwalkoid is an alias now
Sterling Hughes [Sat, 25 Mar 2000 19:58:19 +0000 (19:58 +0000)]
- snmpwalkoid is an alias now
- small optimizations
- delete that switch case in php_snmp
  =The different functions are now in the PHP_FUNCTION declaration thingies
- If-else blocks have brackets

25 years ago*** empty log message ***
Andi Gutmans [Sat, 25 Mar 2000 19:23:16 +0000 (19:23 +0000)]
*** empty log message ***

25 years ago- Update dsp
Zeev Suraski [Sat, 25 Mar 2000 19:17:41 +0000 (19:17 +0000)]
- Update dsp
- Remove unnecessary includes

25 years ago- Some header dependencies cleanup
Zeev Suraski [Sat, 25 Mar 2000 19:10:07 +0000 (19:10 +0000)]
- Some header dependencies cleanup
- Generalize zval_print() and zval_print_r()

25 years ago- Support getcwd() semantics.
Andi Gutmans [Sat, 25 Mar 2000 16:28:16 +0000 (16:28 +0000)]
- Support getcwd() semantics.
- We need to change this whole business to work with ZTS globals

25 years agoDynamically load java support, for better error messages
Sam Ruby [Sat, 25 Mar 2000 15:57:04 +0000 (15:57 +0000)]
Dynamically load java support, for better error messages

25 years agoRTLD_NOW => RTLD_LAZY|RTLD_GLOBAL
Sam Ruby [Sat, 25 Mar 2000 15:40:08 +0000 (15:40 +0000)]
RTLD_NOW => RTLD_LAZY|RTLD_GLOBAL

25 years agoUpdate dsp's
Zeev Suraski [Sat, 25 Mar 2000 15:35:35 +0000 (15:35 +0000)]
Update dsp's

25 years agoandrei, i'm sure we're missing some @ entries in NEWS (this one is one of them)
Thies C. Arntzen [Sat, 25 Mar 2000 12:12:04 +0000 (12:12 +0000)]
andrei, i'm sure we're missing some @ entries in NEWS (this one is one of them)

25 years agoFixed a few protos and ...
Sterling Hughes [Sat, 25 Mar 2000 04:05:13 +0000 (04:05 +0000)]
Fixed a few protos and ...

25 years ago@- Modified the registry INI entry reader (Win32) to work with drive letters. For
Zeev Suraski [Sat, 25 Mar 2000 01:32:47 +0000 (01:32 +0000)]
@- Modified the registry INI entry reader (Win32) to work with drive letters.  For
@  example, if you wish to wish to specify INI entries for C:\foo\bar, you should
@  create HKLM\PHP\Per Directory Values\C\foo\bar in the registry, and add
@  string values for each directive you want to override in this directory (Zeev)

25 years ago- Fixed a crash when sending a non-variable expression to a runtime-bound function
Zeev Suraski [Fri, 24 Mar 2000 23:51:34 +0000 (23:51 +0000)]
- Fixed a crash when sending a non-variable expression to a runtime-bound function
  that expected a reference.

25 years ago@- Fixed extract() for EXTR_PREFIX_SAME and EXTR_SKIP cases. (Andrei)
Andrei Zmievski [Fri, 24 Mar 2000 14:56:19 +0000 (14:56 +0000)]
@- Fixed extract() for EXTR_PREFIX_SAME and EXTR_SKIP cases. (Andrei)

25 years ago- Nuke hash_*_ptr() functions
Andi Gutmans [Fri, 24 Mar 2000 11:16:24 +0000 (11:16 +0000)]
- Nuke hash_*_ptr() functions

25 years ago- Nuke hash_*_ptr functions
Andi Gutmans [Fri, 24 Mar 2000 11:12:30 +0000 (11:12 +0000)]
- Nuke hash_*_ptr functions

25 years ago- several clean ups
Uwe Steinmann [Thu, 23 Mar 2000 19:00:21 +0000 (19:00 +0000)]
- several clean ups

25 years agoUse WRONG_PARAM_COUNT.
Andrei Zmievski [Thu, 23 Mar 2000 18:40:55 +0000 (18:40 +0000)]
Use WRONG_PARAM_COUNT.

25 years ago- Make it compile
Zeev Suraski [Thu, 23 Mar 2000 18:31:18 +0000 (18:31 +0000)]
- Make it compile

25 years agoAdded get_class_methods().
Andrei Zmievski [Thu, 23 Mar 2000 17:54:02 +0000 (17:54 +0000)]
Added get_class_methods().

25 years agoAdded get_class_methods().
Andrei Zmievski [Thu, 23 Mar 2000 17:47:28 +0000 (17:47 +0000)]
Added get_class_methods().

25 years ago- Change Zend version as API has changed
Andi Gutmans [Wed, 22 Mar 2000 19:07:47 +0000 (19:07 +0000)]
- Change Zend version as API has changed

25 years ago- Wrong fix
Zeev Suraski [Wed, 22 Mar 2000 18:43:25 +0000 (18:43 +0000)]
- Wrong fix

25 years ago- Only free when result != op1
Zeev Suraski [Wed, 22 Mar 2000 18:36:02 +0000 (18:36 +0000)]
- Only free when result != op1

25 years ago@- stristr() no longer modifies it's arguments. (Thies)
Thies C. Arntzen [Wed, 22 Mar 2000 08:14:00 +0000 (08:14 +0000)]
@- stristr() no longer modifies it's arguments. (Thies)
fix #3890

25 years agoAttribution.
Andrei Zmievski [Tue, 21 Mar 2000 20:50:56 +0000 (20:50 +0000)]
Attribution.

25 years ago- Adjust for change in zend_startup()
Andi Gutmans [Tue, 21 Mar 2000 19:04:34 +0000 (19:04 +0000)]
- Adjust for change in zend_startup()

25 years ago- Change zend_startup to accept a flag for starting builtin functions
Andi Gutmans [Tue, 21 Mar 2000 19:01:19 +0000 (19:01 +0000)]
- Change zend_startup to accept a flag for starting builtin functions

25 years ago- Move #defines
Andi Gutmans [Tue, 21 Mar 2000 18:48:28 +0000 (18:48 +0000)]
- Move #defines

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

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

25 years agoPlease use @ in front of _all_ lines intended for NEWS file.
Andrei Zmievski [Mon, 20 Mar 2000 14:50:56 +0000 (14:50 +0000)]
Please use @ in front of _all_ lines intended for NEWS file.

25 years agoAs it turns out, there are some browsers that can't handle default
Rasmus Lerdorf [Mon, 20 Mar 2000 08:19:51 +0000 (08:19 +0000)]
As it turns out, there are some browsers that can't handle default
charsets.  I think forcing this on is going to cause us a lot of headache,
so turn it off by default.
@ Don't default to iso-8859-1 since this confuses some browsers

25 years agoMake it possible to specify both a port and a socket in mysql_[p]connect
Rasmus Lerdorf [Mon, 20 Mar 2000 07:40:56 +0000 (07:40 +0000)]
Make it possible to specify both a port and a socket in mysql_[p]connect
@ Make it possible to specify both a port and a socket in mysql_[p]connect

25 years agoFixed a proto.
Egon Schmid [Mon, 20 Mar 2000 06:46:58 +0000 (06:46 +0000)]
Fixed a proto.

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

25 years agoinitial function prototypes
Chuck Hagenbuch [Sun, 19 Mar 2000 23:39:05 +0000 (23:39 +0000)]
initial function prototypes

25 years agoLeave sendmail_path commented out to pick up compiled-in default
Rasmus Lerdorf [Sun, 19 Mar 2000 23:07:57 +0000 (23:07 +0000)]
Leave sendmail_path commented out to pick up compiled-in default

25 years agoAdded new function: imap_mime_header_decode
Ted Rolle Jr [Sun, 19 Mar 2000 22:59:08 +0000 (22:59 +0000)]
Added new function: imap_mime_header_decode
Decodes mime header elements in accordance with RFC 2047.

25 years ago- Quick fopen() support. The code needs some cleaning up and we might
Andi Gutmans [Sun, 19 Mar 2000 21:10:48 +0000 (21:10 +0000)]
- Quick fopen() support. The code needs some cleaning up and we might
  need to think of performance issues with the strdup()'s (definitely
  use strndup() and maybe try to do with less string copies).

25 years agoI suppose errors should be printed prior to endthread
Shane Caraveo [Sun, 19 Mar 2000 18:24:09 +0000 (18:24 +0000)]
I suppose errors should be printed prior to endthread

25 years agodo this only on win32
Shane Caraveo [Sun, 19 Mar 2000 18:22:11 +0000 (18:22 +0000)]
do this only on win32

25 years agojust a little more detail in exception report
Shane Caraveo [Sun, 19 Mar 2000 17:59:05 +0000 (17:59 +0000)]
just a little more detail in exception report

25 years agolibmysql must use USE_TLS for multithreaded compilation on windows.
Shane Caraveo [Sun, 19 Mar 2000 17:34:01 +0000 (17:34 +0000)]
libmysql must use USE_TLS for multithreaded compilation on windows.

25 years agoFix build problems with UCD-SNMP 4.1.x.
Sascha Schumann [Sun, 19 Mar 2000 12:38:53 +0000 (12:38 +0000)]
Fix build problems with UCD-SNMP 4.1.x.

First, we need to include default_store.h.

Second, UCD-SNMP supports OpenSSL now, so we additionally need to
link against that.

The changes should be completely backwards-compatible.

Partly suggested by: thor2001@gmx.net
PR: #3451, #3668, #3868

25 years agoCleanup
Sascha Schumann [Sun, 19 Mar 2000 12:09:01 +0000 (12:09 +0000)]
Cleanup

25 years ago(var_dump) removed "refcount-hack" - comiles without warning again (&works).
Thies C. Arntzen [Sun, 19 Mar 2000 11:08:07 +0000 (11:08 +0000)]
(var_dump) removed "refcount-hack" - comiles without warning again (&works).

25 years agofix some protos
Thies C. Arntzen [Sun, 19 Mar 2000 10:56:40 +0000 (10:56 +0000)]
fix some protos

25 years agokill warning
Thies C. Arntzen [Sun, 19 Mar 2000 10:50:48 +0000 (10:50 +0000)]
kill warning

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

25 years agoNEWS update
<changelog@php.net> [Sun, 19 Mar 2000 02:09:10 +0000 (02:09 +0000)]
NEWS update

25 years agoA small fix when checking for libjpeg
Sander Steffann [Sat, 18 Mar 2000 23:23:39 +0000 (23:23 +0000)]
A small fix when checking for libjpeg

25 years ago@- Added --disable-pic for disabling generating PIC for shared objects
Sascha Schumann [Sat, 18 Mar 2000 17:58:09 +0000 (17:58 +0000)]
@- Added --disable-pic for disabling generating PIC for shared objects
   on platforms which support it (i.e. Linux) (Sascha)

Additionally, we enforce passing pthread_cflags to the compiler, if
libtool chooses it as linker.

25 years agoMake it compile
Sascha Schumann [Sat, 18 Mar 2000 17:50:43 +0000 (17:50 +0000)]
Make it compile

25 years ago- Fix compile problem on FreeBSD.
Andi Gutmans [Sat, 18 Mar 2000 16:16:15 +0000 (16:16 +0000)]
- Fix compile problem on FreeBSD.

25 years ago- Fix compile problem on FreeBSD
Andi Gutmans [Sat, 18 Mar 2000 16:11:42 +0000 (16:11 +0000)]
- Fix compile problem on FreeBSD

25 years ago- No reason for refcount to be signed and move to zend_* typedefs
Andi Gutmans [Sat, 18 Mar 2000 16:00:30 +0000 (16:00 +0000)]
- No reason for refcount to be signed and move to zend_* typedefs

25 years ago*** empty log message ***
Thies C. Arntzen [Sat, 18 Mar 2000 15:05:19 +0000 (15:05 +0000)]
*** empty log message ***

25 years ago(serialize/unserialize) _sleep_() -> __sleep(), _wakeup_() -> __wakeup() rename.
Thies C. Arntzen [Sat, 18 Mar 2000 15:04:02 +0000 (15:04 +0000)]
(serialize/unserialize) _sleep_() -> __sleep(), _wakeup_() -> __wakeup() rename.

25 years agorenamed _string_value_() to __string_value().
Thies C. Arntzen [Sat, 18 Mar 2000 14:55:29 +0000 (14:55 +0000)]
renamed _string_value_() to __string_value().

25 years ago*** empty log message ***
Zeev Suraski [Sat, 18 Mar 2000 14:51:58 +0000 (14:51 +0000)]
*** empty log message ***

25 years agoThe third argument to define() wasn't working right, fixed
Zeev Suraski [Sat, 18 Mar 2000 14:45:29 +0000 (14:45 +0000)]
The third argument to define() wasn't working right, fixed

25 years agofalse wouldn't automaticaly switch to an array type, which resulted in an
Zeev Suraski [Sat, 18 Mar 2000 14:28:03 +0000 (14:28 +0000)]
false wouldn't automaticaly switch to an array type, which resulted in an
incompatibility with PHP 3.  Fixed.

25 years agoChangeLog update
<changelog@php.net> [Sat, 18 Mar 2000 02:09:09 +0000 (02:09 +0000)]
ChangeLog update

25 years agois_executable() for root fixed
Hartmut Holzgraefe [Fri, 17 Mar 2000 12:41:55 +0000 (12:41 +0000)]
is_executable() for root fixed
this is an intermediate patch, switching from stat() to
access() for is_(readable|writable|executable) shall
fix the whole topic once and for all

25 years ago- Fix Win32 compile
Andi Gutmans [Fri, 17 Mar 2000 10:25:23 +0000 (10:25 +0000)]
- Fix Win32 compile

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

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

25 years agoftruncate returns 1 on success and 0 on failure instead of 0 on success and -1 on...
Sterling Hughes [Fri, 17 Mar 2000 00:44:55 +0000 (00:44 +0000)]
ftruncate returns 1 on success and 0 on failure instead of 0 on success and -1 on failure.

25 years ago- Last one for today.
Andi Gutmans [Thu, 16 Mar 2000 22:46:53 +0000 (22:46 +0000)]
- Last one for today.

25 years ago- Allow passing of a verify function. This way we can easily create
Andi Gutmans [Thu, 16 Mar 2000 22:37:59 +0000 (22:37 +0000)]
- Allow passing of a verify function. This way we can easily create
  chdir() and expandpath() wrappers.

25 years ago- Note quite sure why this wasn't done.
Andi Gutmans [Thu, 16 Mar 2000 21:23:24 +0000 (21:23 +0000)]
- Note quite sure why this wasn't done.

25 years agoCleanup
Sascha Schumann [Thu, 16 Mar 2000 19:19:14 +0000 (19:19 +0000)]
Cleanup

25 years agoMerge in local changes
Sascha Schumann [Thu, 16 Mar 2000 19:14:13 +0000 (19:14 +0000)]
Merge in local changes