]> granicus.if.org Git - php/log
php
25 years agoRedirect messages from cp modules/* to /dev/null
Sascha Schumann [Sun, 4 Jun 2000 16:00:08 +0000 (16:00 +0000)]
Redirect messages from cp modules/* to /dev/null

25 years ago\0 is part of they key, but not of the variable
Stanislav Malyshev [Sun, 4 Jun 2000 15:43:04 +0000 (15:43 +0000)]
\0 is part of they key, but not of the variable

25 years agoBack out the last change by Andi which caused TSRM to be always configured.
Sascha Schumann [Sun, 4 Jun 2000 15:34:31 +0000 (15:34 +0000)]
Back out the last change by Andi which caused TSRM to be always configured.

This needs to be refined. It caused breakage on several platforms.

25 years agoadd opendir to VIRTUAL_DIR
Stanislav Malyshev [Sun, 4 Jun 2000 08:29:11 +0000 (08:29 +0000)]
add opendir to VIRTUAL_DIR

25 years agochdir returns -1 on error, so should V_CHDIR
Stanislav Malyshev [Sun, 4 Jun 2000 07:59:32 +0000 (07:59 +0000)]
chdir returns -1 on error, so should V_CHDIR

25 years agochdir returns 0 on success, compare against it
Stanislav Malyshev [Sun, 4 Jun 2000 07:57:40 +0000 (07:57 +0000)]
chdir returns 0 on success, compare against it

25 years ago@ Add support for both indexed and non-indexed arrays of file uploads
Rasmus Lerdorf [Sun, 4 Jun 2000 05:46:28 +0000 (05:46 +0000)]
@ Add support for both indexed and non-indexed arrays of file uploads
@ eg. name="file[]" type="file" (Rasmus)
Add support for both indexed and non-indexed arrays of file uploads
eg. name="file[]" type="file" (Rasmus)

25 years ago- Only compile if building a thread safe version
Andi Gutmans [Sun, 4 Jun 2000 04:14:17 +0000 (04:14 +0000)]
- Only compile if building a thread safe version

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

25 years ago*** empty log message ***
Zeev Suraski [Sat, 3 Jun 2000 16:49:26 +0000 (16:49 +0000)]
*** empty log message ***

25 years agonews update
Zeev Suraski [Sat, 3 Jun 2000 10:35:37 +0000 (10:35 +0000)]
news update

25 years agoSupport comparisons of arrays (with arrays) and objects (with objects)
Zeev Suraski [Sat, 3 Jun 2000 10:34:19 +0000 (10:34 +0000)]
Support comparisons of arrays (with arrays) and objects (with objects)

25 years ago- Change #if to #ifdef.
Andi Gutmans [Sat, 3 Jun 2000 07:34:20 +0000 (07:34 +0000)]
- Change #if to #ifdef.

25 years ago- Allow all functions that receive user-defined function callbacks to accept
Zeev Suraski [Sat, 3 Jun 2000 04:16:46 +0000 (04:16 +0000)]
- Allow all functions that receive user-defined function callbacks to accept
  an array that contains an object and a method name, in place of a function
  name, e.g. usort($array, array($obj, "ObjSort"))
(I checked the code in array.c and basic_functions.c, other code which uses
call_user_function() may still force the function_name argument to be of type
IS_STRING, which prevents this feature from working - and is no longer necessary)

25 years agoDon't take chances with new include files
Zeev Suraski [Sat, 3 Jun 2000 04:14:31 +0000 (04:14 +0000)]
Don't take chances with new include files

25 years agoImprove call_user_function() to support array($obj, $method)
Zeev Suraski [Sat, 3 Jun 2000 03:28:08 +0000 (03:28 +0000)]
Improve call_user_function() to support array($obj, $method)

25 years ago- Make the INI entries sorted in phpinfo()
Zeev Suraski [Sat, 3 Jun 2000 03:05:29 +0000 (03:05 +0000)]
- Make the INI entries sorted in phpinfo()

25 years ago- Export normalize_bool
Zeev Suraski [Sat, 3 Jun 2000 03:05:01 +0000 (03:05 +0000)]
- Export normalize_bool
- This global/static syntax fix brought us back to the 4 documented conflicts

25 years agoChangeLog update
<changelog@php.net> [Sat, 3 Jun 2000 02:15:16 +0000 (02:15 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Sat, 3 Jun 2000 02:15:13 +0000 (02:15 +0000)]
NEWS update

25 years agoFix a lambda() bug
Zeev Suraski [Sat, 3 Jun 2000 02:02:09 +0000 (02:02 +0000)]
Fix a lambda() bug

25 years agoAdd missing {
Zeev Suraski [Sat, 3 Jun 2000 01:50:15 +0000 (01:50 +0000)]
Add missing {

25 years ago- Fix Win32 compilation (Use winsock2.h from now on)
Zeev Suraski [Sat, 3 Jun 2000 01:49:49 +0000 (01:49 +0000)]
- Fix Win32 compilation (Use winsock2.h from now on)
- Add lambda() support

25 years ago- Update NEWS so that this is documented
Andi Gutmans [Fri, 2 Jun 2000 16:52:22 +0000 (16:52 +0000)]
- Update NEWS so that this is documented

25 years ago- global/static require a trailing ';'
Andi Gutmans [Fri, 2 Jun 2000 16:50:19 +0000 (16:50 +0000)]
- global/static require a trailing ';'

25 years agoUpdate error code
Zeev Suraski [Fri, 2 Jun 2000 12:36:54 +0000 (12:36 +0000)]
Update error code

25 years agoUse the new error code
Zeev Suraski [Fri, 2 Jun 2000 12:35:53 +0000 (12:35 +0000)]
Use the new error code
@- Added set_error_handler() to allow custom error handling functions,
@  instead of the built-in error handling code (Zeev, Zend Engine)
@- Renamed user_error() to trigger_error();  user_error() remains
@  defined for compatibility (Zeev, Zend Engine)

25 years agoSmall optimization
Zeev Suraski [Fri, 2 Jun 2000 12:24:24 +0000 (12:24 +0000)]
Small optimization

25 years agoNuke the old error code, use the new one
Zeev Suraski [Fri, 2 Jun 2000 12:21:49 +0000 (12:21 +0000)]
Nuke the old error code, use the new one

25 years ago-
Thies C. Arntzen [Fri, 2 Jun 2000 08:53:55 +0000 (08:53 +0000)]
-

25 years ago- Make TSRM always compile into PHP. We can now move virtual_cwd over here.
Andi Gutmans [Fri, 2 Jun 2000 08:51:50 +0000 (08:51 +0000)]
- Make TSRM always compile into PHP. We can now move virtual_cwd over here.
- We might not want to compile TSRM.c in case we are on a platform which
- doesn't support threads. Sascha? What do you think?

25 years agoChangeLog update
<changelog@php.net> [Fri, 2 Jun 2000 02:15:26 +0000 (02:15 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Fri, 2 Jun 2000 02:15:23 +0000 (02:15 +0000)]
NEWS update

25 years agopatch for redhat 6.2 from Teodor Cimpoesu <teo@digiro.net>.
Chuck Hagenbuch [Thu, 1 Jun 2000 20:19:26 +0000 (20:19 +0000)]
patch for redhat 6.2 from Teodor Cimpoesu <teo@digiro.net>.

25 years agoUpdate header file.
Andrei Zmievski [Thu, 1 Jun 2000 16:34:50 +0000 (16:34 +0000)]
Update header file.

25 years ago@- Cleaned up PCRE extension and made it binary-safe. (Andrei)
Andrei Zmievski [Thu, 1 Jun 2000 16:34:00 +0000 (16:34 +0000)]
@- Cleaned up PCRE extension and made it binary-safe. (Andrei)

25 years ago(ucwords) Remove unnecessary code.
Jouni Ahto [Thu, 1 Jun 2000 14:56:28 +0000 (14:56 +0000)]
(ucwords) Remove unnecessary code.
# Didn't keep my promise to stop...

25 years ago(ucwords) Yet another fix for #4748.
Jouni Ahto [Thu, 1 Jun 2000 14:40:41 +0000 (14:40 +0000)]
(ucwords) Yet another fix for #4748.
# Last one from me today, I must have a beer now.

25 years agoSome tweaks.
Andrei Zmievski [Thu, 1 Jun 2000 14:18:45 +0000 (14:18 +0000)]
Some tweaks.

25 years ago@- Added third argument to in_array(). If it's true, then in_array()
Andrei Zmievski [Thu, 1 Jun 2000 13:52:08 +0000 (13:52 +0000)]
@- Added third argument to in_array(). If it's true, then in_array()
@  will use strict comparison instead of the default one. (Andrei)

Fixes bug #4753

25 years ago(ucwords) Fixed fix for fix for fix for #4748.
Jouni Ahto [Thu, 1 Jun 2000 13:38:23 +0000 (13:38 +0000)]
(ucwords) Fixed fix for fix for fix for #4748.
# Today's most fixed bug.

25 years agouh, off by one?!! this time it's regression-tested, fast and compact
Hartmut Holzgraefe [Thu, 1 Jun 2000 11:47:48 +0000 (11:47 +0000)]
uh, off by one?!! this time it's regression-tested, fast and compact

25 years ago(ucwords) Another try to fix #4748.
Jouni Ahto [Thu, 1 Jun 2000 10:07:44 +0000 (10:07 +0000)]
(ucwords) Another try to fix #4748.

25 years agoucwords will now test against isspace() instead of just ==" "
Hartmut Holzgraefe [Thu, 1 Jun 2000 09:56:54 +0000 (09:56 +0000)]
ucwords will now test against isspace() instead of just ==" "
(see BUG #4748)

25 years agoChangeLog update
<changelog@php.net> [Thu, 1 Jun 2000 02:15:14 +0000 (02:15 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Thu, 1 Jun 2000 02:15:11 +0000 (02:15 +0000)]
NEWS update

25 years agos/sys_syslog/std_syslog/
Sascha Schumann [Thu, 1 Jun 2000 00:48:28 +0000 (00:48 +0000)]
s/sys_syslog/std_syslog/

25 years agoCorrect fix this time... (?)
Jouni Ahto [Wed, 31 May 2000 22:44:29 +0000 (22:44 +0000)]
Correct fix this time... (?)

25 years agoFix a nasty off-by-one with negative numbers.
Jouni Ahto [Wed, 31 May 2000 22:27:09 +0000 (22:27 +0000)]
Fix a nasty off-by-one with negative numbers.
# Hey, this has been there for years undetected.

25 years agoMake use of already existing macro PHP_PROG_SENDMAIL
Sascha Schumann [Wed, 31 May 2000 20:44:04 +0000 (20:44 +0000)]
Make use of already existing macro PHP_PROG_SENDMAIL

25 years ago@- Added pg_trace() and pg_untrace (Dominic J. Eidson & Zeev)
Zeev Suraski [Wed, 31 May 2000 20:40:28 +0000 (20:40 +0000)]
@- Added pg_trace() and pg_untrace (Dominic J. Eidson & Zeev)

25 years agoUse sed instead of tr. The tr regexp syntax does not seem to be portable
Sascha Schumann [Wed, 31 May 2000 20:30:16 +0000 (20:30 +0000)]
Use sed instead of tr. The tr regexp syntax does not seem to be portable
enough to make wide use of it. This should fix problems on Solaris 8
and possibly on older SysV-derivatives.

25 years agoIS_BC isn't really being used, but still...
Zeev Suraski [Wed, 31 May 2000 19:08:18 +0000 (19:08 +0000)]
IS_BC isn't really being used, but still...

25 years agoFix a bug in static initializers/default values/class member variables that contained
Zeev Suraski [Wed, 31 May 2000 19:07:09 +0000 (19:07 +0000)]
Fix a bug in static initializers/default values/class member variables that contained
array values

25 years agomonkeying Sascha's suggested change to allow relative pathnames.
Chuck Hagenbuch [Wed, 31 May 2000 17:33:30 +0000 (17:33 +0000)]
monkeying Sascha's suggested change to allow relative pathnames.

25 years agoAdded changes suggested by Stanislav Borutsky with respect to NSAPI_PUBLIC.
Anthony Whitehead [Wed, 31 May 2000 14:20:57 +0000 (14:20 +0000)]
Added changes suggested by Stanislav Borutsky with respect to NSAPI_PUBLIC.

25 years ago@- ignore_user_abort=Off is now default. (Thies)
Thies C. Arntzen [Wed, 31 May 2000 14:02:36 +0000 (14:02 +0000)]
@- ignore_user_abort=Off is now default. (Thies)

25 years agoThe last line added '-I' to INCLUDES, causing all SAPI modules but NSAPI
Sascha Schumann [Wed, 31 May 2000 13:15:58 +0000 (13:15 +0000)]
The last line added '-I' to INCLUDES, causing all SAPI modules but NSAPI
failing to build.

25 years agojust do phpinfo() and "collect" all error_reporting related ini-entries -
Thies C. Arntzen [Wed, 31 May 2000 09:25:51 +0000 (09:25 +0000)]
just do phpinfo() and "collect" all error_reporting related ini-entries -
you'll get my point;-)

25 years agoChangeLog update
<changelog@php.net> [Wed, 31 May 2000 02:15:14 +0000 (02:15 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Wed, 31 May 2000 02:15:11 +0000 (02:15 +0000)]
NEWS update

25 years agoMaking imap module compile on win32 and include imap_mail() function)
Frank M. Kromann [Tue, 30 May 2000 22:13:09 +0000 (22:13 +0000)]
Making imap module compile on win32 and include imap_mail() function)

25 years agoUpdated help section with some more compile problems & solutions
Ben Mansell [Tue, 30 May 2000 17:34:34 +0000 (17:34 +0000)]
Updated help section with some more compile problems & solutions

25 years ago@- Added array_merge_recursive() that will recursively merge values
Andrei Zmievski [Tue, 30 May 2000 17:03:56 +0000 (17:03 +0000)]
@- Added array_merge_recursive() that will recursively merge values
@  under the same keys. (Andrei)

25 years agoretab
Andrei Zmievski [Tue, 30 May 2000 15:45:09 +0000 (15:45 +0000)]
retab

25 years agoFinally figured out what pathinfo() was all about.
Andrei Zmievski [Tue, 30 May 2000 15:44:26 +0000 (15:44 +0000)]
Finally figured out what pathinfo() was all about.

25 years agoAltered NSAPI autoconf to check for location of include files automatically, tested...
Anthony Whitehead [Tue, 30 May 2000 13:20:18 +0000 (13:20 +0000)]
Altered NSAPI autoconf to check for location of include files automatically, tested for Netscape 3.x and iPlanet 4.x.
Added very basic variable support for usefull things such as PHP_SELF. I'll extend this to supply this rest of the variables soon.
Commited a patch to activate ZTS in the NSAPI module, this patch comes from
Jayakumar Muthukumarasamy.

25 years ago@- fixed crash in OCIParse when parsing invalid SQL. (Thies)
Thies C. Arntzen [Tue, 30 May 2000 09:25:02 +0000 (09:25 +0000)]
@- fixed crash in OCIParse when parsing invalid SQL. (Thies)

25 years agoChangeLog update
<changelog@php.net> [Tue, 30 May 2000 02:15:10 +0000 (02:15 +0000)]
ChangeLog update

25 years agoForgot to update the makefile
Zeev Suraski [Mon, 29 May 2000 18:56:51 +0000 (18:56 +0000)]
Forgot to update the makefile

25 years agoFix bug #4678
Zeev Suraski [Mon, 29 May 2000 18:53:42 +0000 (18:53 +0000)]
Fix bug #4678

25 years agoFix startup sequence. It should do it this time.
Zeev Suraski [Mon, 29 May 2000 18:45:06 +0000 (18:45 +0000)]
Fix startup sequence.  It should do it this time.

25 years ago- Added disable_functions php.ini support
Zeev Suraski [Mon, 29 May 2000 17:22:35 +0000 (17:22 +0000)]
- Added disable_functions php.ini support
- Fixed Win32 build

25 years agoAllow disabling of functions for security reasons
Zeev Suraski [Mon, 29 May 2000 17:16:52 +0000 (17:16 +0000)]
Allow disabling of functions for security reasons

25 years agowarn_not_available() will be used by other modules besides
Hartmut Holzgraefe [Mon, 29 May 2000 17:08:01 +0000 (17:08 +0000)]
warn_not_available() will be used by other modules besides
ext/standard in the (very near) future

25 years ago- License is at 2.02
Andi Gutmans [Mon, 29 May 2000 17:03:24 +0000 (17:03 +0000)]
- License is at 2.02

25 years agoOh yeah, I said there's no need for it to be defined didn't I? :)
Zeev Suraski [Mon, 29 May 2000 16:51:27 +0000 (16:51 +0000)]
Oh yeah, I said there's no need for it to be defined didn't I? :)

25 years agoClean up EXIF code and give up on extracting the embedded thumbnail for
Rasmus Lerdorf [Mon, 29 May 2000 16:34:19 +0000 (16:34 +0000)]
Clean up EXIF code and give up on extracting the embedded thumbnail for
now.  Will return to it when I find some real specs on it.
Also added a couple of missing copyright headers

25 years agoRemove stale reference to .h file
Zeev Suraski [Mon, 29 May 2000 16:22:26 +0000 (16:22 +0000)]
Remove stale reference to .h file

25 years agoThere's really no need for an entire file for a one line function...
Zeev Suraski [Mon, 29 May 2000 16:13:38 +0000 (16:13 +0000)]
There's really no need for an entire file for a one line function...

25 years agodetab
Thies C. Arntzen [Mon, 29 May 2000 15:55:15 +0000 (15:55 +0000)]
detab

25 years agoadd some notes
Thies C. Arntzen [Mon, 29 May 2000 15:54:38 +0000 (15:54 +0000)]
add some notes

25 years agoallow_call_time_pass_reference fix: similar_text
Thies C. Arntzen [Mon, 29 May 2000 15:38:32 +0000 (15:38 +0000)]
allow_call_time_pass_reference fix: similar_text

25 years agoRemove stale macro
Zeev Suraski [Mon, 29 May 2000 15:31:19 +0000 (15:31 +0000)]
Remove stale macro

25 years ago`len' is not the actual length of the string, but the possible maximum
Sascha Schumann [Mon, 29 May 2000 15:07:19 +0000 (15:07 +0000)]
`len' is not the actual length of the string, but the possible maximum
length. This fixes a couple of problems, like not setting the cookie path
correctly.

25 years agoMore secure mode
Zeev Suraski [Mon, 29 May 2000 11:47:38 +0000 (11:47 +0000)]
More secure mode

25 years agoCreat is creat is creat, no open
Zeev Suraski [Mon, 29 May 2000 11:45:20 +0000 (11:45 +0000)]
Creat is creat is creat, no open

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

25 years agoAdd maintainer info for dbase extension.
jim winstead [Sun, 28 May 2000 19:30:23 +0000 (19:30 +0000)]
Add maintainer info for dbase extension.

25 years agoRemove old, unused files.
jim winstead [Sun, 28 May 2000 19:21:29 +0000 (19:21 +0000)]
Remove old, unused files.

25 years agofix license version number in sample header
jim winstead [Sun, 28 May 2000 19:17:59 +0000 (19:17 +0000)]
fix license version number in sample header

25 years ago- Use pointer arithmetic to speed up the function a bit
Andi Gutmans [Sun, 28 May 2000 18:59:40 +0000 (18:59 +0000)]
- Use pointer arithmetic to speed up the function a bit

25 years ago- This should have been done for 4.0.0.
Andi Gutmans [Sun, 28 May 2000 17:39:30 +0000 (17:39 +0000)]
- This should have been done for 4.0.0.
- Default build is without debug now. Use --enable-debug if you want a
- debug build which includes leak/memory overwrite etc. detection

25 years agoChanged parameter naming some function prototypes
Andreas Karajannis [Sun, 28 May 2000 17:23:24 +0000 (17:23 +0000)]
Changed parameter naming some function prototypes

25 years ago- Move zend_activate_modules() to later on.
Andi Gutmans [Sun, 28 May 2000 17:19:49 +0000 (17:19 +0000)]
- Move zend_activate_modules() to later on.

25 years agoRemove win32/php_registry.h from include list. That slipped in by accident.
Sascha Schumann [Sun, 28 May 2000 16:27:25 +0000 (16:27 +0000)]
Remove win32/php_registry.h from include list. That slipped in by accident.

25 years agoUse php_syslog() for system call. On OpenServer 5, syslog is defined to
Sascha Schumann [Sun, 28 May 2000 16:22:28 +0000 (16:22 +0000)]
Use php_syslog() for system call. On OpenServer 5, syslog is defined to
var_syslog/sys_syslog which causes various problems.

Submitted by: Paul Gardiner <I.T.Manager@barleychalu.co.uk>

25 years agoMake syslog module thread-safe.
Sascha Schumann [Sun, 28 May 2000 16:19:45 +0000 (16:19 +0000)]
Make syslog module thread-safe.

25 years agoTest scripts for ODBC added
Andreas Karajannis [Sun, 28 May 2000 12:50:19 +0000 (12:50 +0000)]
Test scripts for ODBC added

25 years agoCosmetic changes.
Andreas Karajannis [Sun, 28 May 2000 12:48:12 +0000 (12:48 +0000)]
Cosmetic changes.