]> granicus.if.org Git - php/log
php
23 years agoAdded sem_remove to remove semaphores from memory
Gavin Sherry [Tue, 15 May 2001 07:29:31 +0000 (07:29 +0000)]
Added sem_remove to remove semaphores from memory

23 years agoMFB
foobar [Tue, 15 May 2001 02:05:33 +0000 (02:05 +0000)]
MFB

23 years agoFix bug: #5418
foobar [Tue, 15 May 2001 01:50:46 +0000 (01:50 +0000)]
Fix bug: #5418

23 years agoChangeLog update
<changelog@php.net> [Tue, 15 May 2001 01:09:58 +0000 (01:09 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Tue, 15 May 2001 01:09:54 +0000 (01:09 +0000)]
NEWS update

23 years agoleftovers.....
Sterling Hughes [Mon, 14 May 2001 21:04:23 +0000 (21:04 +0000)]
leftovers.....

23 years agoAdding a small readme file for win32 users
Frank M. Kromann [Mon, 14 May 2001 21:04:19 +0000 (21:04 +0000)]
Adding a small readme file for win32 users

23 years agoupdating the win32 readme
Frank M. Kromann [Mon, 14 May 2001 21:03:38 +0000 (21:03 +0000)]
updating the win32 readme

23 years agoRegister the binary transfer option
Sterling Hughes [Mon, 14 May 2001 21:02:31 +0000 (21:02 +0000)]
Register the binary transfer option

23 years agoClean up call_user_func_*().
Andrei Zmievski [Mon, 14 May 2001 20:56:05 +0000 (20:56 +0000)]
Clean up call_user_func_*().

23 years agoUse zend_is_callable to test whether or not the given callback is valid
Sterling Hughes [Mon, 14 May 2001 20:06:06 +0000 (20:06 +0000)]
Use zend_is_callable to test whether or not the given callback is valid
before calling the function.

23 years agoUse zend_is_callable() and fix sp of deprecated.
Sterling Hughes [Mon, 14 May 2001 19:19:03 +0000 (19:19 +0000)]
Use zend_is_callable() and fix sp of deprecated.

23 years agoCouple of changes (and a little whitespace correction, sorry to mix :(
Sterling Hughes [Mon, 14 May 2001 19:02:23 +0000 (19:02 +0000)]
Couple of changes (and a little whitespace correction, sorry to mix :(

    1) Depreciate the call_user_method*() variety of functions, their
    functionality can be easily duplicated by using the call_user_func*()
    functions (using the array(&$obj, "method") syntax).

    2) Change some pval's to zval's.

    3) Improve the error handling mechanism of call_user_func*() to report
    an the class name and the function name if an object or class name is
    given.

23 years ago- Bumbed up the warning level to be in sync with fopen (which is E_WARNING
Derick Rethans [Mon, 14 May 2001 18:30:07 +0000 (18:30 +0000)]
- Bumbed up the warning level to be in sync with fopen (which is E_WARNING
  too) (See bug #10856)

23 years ago@- Fix for bug 2181. Now zero is returned instead of an unset value for
Vlad Krupin [Mon, 14 May 2001 18:24:27 +0000 (18:24 +0000)]
@- Fix for bug 2181. Now zero is returned instead of an unset value for
@  7-bit encoding and plain text body type.
Also, bogus types and encodings will not be returned any longer.
Function imap_bodystruct() is also fixed in the same manner.

23 years agoNeed to use ELS_FETCH() here.
Andrei Zmievski [Mon, 14 May 2001 14:16:44 +0000 (14:16 +0000)]
Need to use ELS_FETCH() here.

23 years agoReformat.
Andrei Zmievski [Mon, 14 May 2001 13:31:27 +0000 (13:31 +0000)]
Reformat.

23 years ago@- Fixed a bug in call_user_*() functions that would not allow calling
Andrei Zmievski [Mon, 14 May 2001 13:24:03 +0000 (13:24 +0000)]
@- Fixed a bug in call_user_*() functions that would not allow calling
   functions/methods that accepted parameters by reference. (Andrei)

* Allow separation of arguments in call_user_* functions - this allows calling
  functions that force parameters by reference.
* Use executor function table instead of compiler one.

23 years agoNo need for check since callback_name is always filled in.
Andrei Zmievski [Mon, 14 May 2001 12:58:48 +0000 (12:58 +0000)]
No need for check since callback_name is always filled in.

23 years agoadded expat version to phpinfo();
Thies C. Arntzen [Mon, 14 May 2001 11:35:25 +0000 (11:35 +0000)]
added expat version to phpinfo();

23 years agoInitialize empty pDataPtr to a pseudo value to prevent a pefree on
Sascha Schumann [Mon, 14 May 2001 10:49:17 +0000 (10:49 +0000)]
Initialize empty pDataPtr to a pseudo value to prevent a pefree on
pData.

23 years agofix typo
Daniel Beulshausen [Mon, 14 May 2001 10:30:30 +0000 (10:30 +0000)]
fix typo

23 years agoChangeLog update
<changelog@php.net> [Mon, 14 May 2001 01:09:15 +0000 (01:09 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Mon, 14 May 2001 01:09:12 +0000 (01:09 +0000)]
NEWS update

23 years agorenamed *typedef_VARIANT.* to *VARIANT.*
Harald Radi [Sun, 13 May 2001 17:09:53 +0000 (17:09 +0000)]
renamed *typedef_VARIANT.* to *VARIANT.*

23 years agochanged php_typedef_VARIANT.h to php_VARIANT.h
Harald Radi [Sun, 13 May 2001 16:51:59 +0000 (16:51 +0000)]
changed php_typedef_VARIANT.h to php_VARIANT.h

23 years agorenamed
Harald Radi [Sun, 13 May 2001 16:50:48 +0000 (16:50 +0000)]
renamed

23 years agomodified because of the changes in com.c
Harald Radi [Sun, 13 May 2001 14:22:19 +0000 (14:22 +0000)]
modified because of the changes in com.c

23 years ago@added com_release($obj) and com_addref($obj) functions
Harald Radi [Sun, 13 May 2001 14:21:20 +0000 (14:21 +0000)]
@added com_release($obj) and com_addref($obj) functions
@and the related class members $obj->Release() and $obj->AddRef()
@to gain more control over the used COM components. (phanto)
also changed the return values of the internal functions from VARIANT
to pval, so there's no need to convert the returned value after each function
call and the real hashtable entry is returned and not only a copy of it.
#now everything is prepared to implement the array support

23 years ago@added an additional parameter to dotnet_load to specify the codepage (phanto)
Harald Radi [Sun, 13 May 2001 14:15:26 +0000 (14:15 +0000)]
@added an additional parameter to dotnet_load to specify the codepage (phanto)

23 years agoRemoved redundant (and incorrect) '0' from "begin" string for uudecode.
Wez Furlong [Sun, 13 May 2001 12:04:37 +0000 (12:04 +0000)]
Removed redundant (and incorrect) '0' from "begin" string for uudecode.

23 years agoSafer detection of recursive PHP invocations
Zeev Suraski [Sun, 13 May 2001 09:03:46 +0000 (09:03 +0000)]
Safer detection of recursive PHP invocations

23 years agoFix broken XML build
Zeev Suraski [Sun, 13 May 2001 08:58:52 +0000 (08:58 +0000)]
Fix broken XML build

23 years agoNuke some warnings.
Sascha Schumann [Sun, 13 May 2001 07:37:28 +0000 (07:37 +0000)]
Nuke some warnings.

23 years agoNuke HAVE_LIBEXPAT2. We define HAVE_LIBEXPAT in config.w32.h, and that does the trick.
Sebastian Bergmann [Sun, 13 May 2001 05:55:10 +0000 (05:55 +0000)]
Nuke HAVE_LIBEXPAT2. We define HAVE_LIBEXPAT in config.w32.h, and that does the trick.

23 years agoChangeLog update
<changelog@php.net> [Sun, 13 May 2001 01:09:31 +0000 (01:09 +0000)]
ChangeLog update

23 years agoTook out a line that might cause problems if you try and uuencode; there is no
Wez Furlong [Sat, 12 May 2001 23:49:29 +0000 (23:49 +0000)]
Took out a line that might cause problems if you try and uuencode; there is no
uuencode support yet.
# Looks hard to do too; we need to buffer 45 chars

23 years agoAdded uudecode support (MIME name "x-uuencode")
Wez Furlong [Sat, 12 May 2001 23:42:09 +0000 (23:42 +0000)]
Added uudecode support (MIME name "x-uuencode")

23 years agoprototype for php_file_le_stream()
Wez Furlong [Sat, 12 May 2001 21:49:13 +0000 (21:49 +0000)]
prototype for php_file_le_stream()

23 years agoexpose streams to other extensions.
Wez Furlong [Sat, 12 May 2001 21:48:39 +0000 (21:48 +0000)]
expose streams to other extensions.

23 years ago- Fix bug. The INI system expects a string for default INI values.
Andi Gutmans [Sat, 12 May 2001 20:11:01 +0000 (20:11 +0000)]
- Fix bug. The INI system expects a string for default INI values.
PR:
Submitted by:
Reviewed by:
Obtained from:

23 years agohopefully fix win32 build, untested
Daniel Beulshausen [Sat, 12 May 2001 20:01:59 +0000 (20:01 +0000)]
hopefully fix win32 build, untested

23 years agoHopefully nuke the rest of the german commits.
Sebastian Bergmann [Sat, 12 May 2001 18:36:13 +0000 (18:36 +0000)]
Hopefully nuke the rest of the german commits.

23 years agoRemove german comments from MS VisualStudio.
Sebastian Bergmann [Sat, 12 May 2001 18:18:42 +0000 (18:18 +0000)]
Remove german comments from MS VisualStudio.

23 years agoMake expat and ext/xml compile again on Win32.
Sebastian Bergmann [Sat, 12 May 2001 17:57:59 +0000 (17:57 +0000)]
Make expat and ext/xml compile again on Win32.

23 years ago- Remove check for ht == NULL in copy_ctor.
Andi Gutmans [Sat, 12 May 2001 13:55:49 +0000 (13:55 +0000)]
- Remove check for ht == NULL in copy_ctor.
  If ht is NULL at this point then we are better off crashing and fixing
  the bug that caused it.

23 years agoFirst step towards full libtool 1.4 portability
Sascha Schumann [Sat, 12 May 2001 12:22:34 +0000 (12:22 +0000)]
First step towards full libtool 1.4 portability

23 years agoRemove ltconfig which is not used anymore by libtool 1.4
Sascha Schumann [Sat, 12 May 2001 11:19:46 +0000 (11:19 +0000)]
Remove ltconfig which is not used anymore by libtool 1.4

23 years agoNuke more quotes
Sascha Schumann [Sat, 12 May 2001 11:09:05 +0000 (11:09 +0000)]
Nuke more quotes

23 years agoNuke some unneccessary quotes
Sascha Schumann [Sat, 12 May 2001 10:33:52 +0000 (10:33 +0000)]
Nuke some unneccessary quotes

23 years agoThese functions have been changed to macros.
Sascha Schumann [Sat, 12 May 2001 10:28:39 +0000 (10:28 +0000)]
These functions have been changed to macros.

23 years agoDefault to including expat.h
Sascha Schumann [Sat, 12 May 2001 10:22:16 +0000 (10:22 +0000)]
Default to including expat.h

23 years agoMoved to 4.0.6
Sascha Schumann [Sat, 12 May 2001 09:44:10 +0000 (09:44 +0000)]
Moved to 4.0.6

23 years agoRename some custom macros from AC_* to PHP_*
Sascha Schumann [Sat, 12 May 2001 09:26:47 +0000 (09:26 +0000)]
Rename some custom macros from AC_* to PHP_*

23 years agoFix indentation of ./configure --help messages.
Sascha Schumann [Sat, 12 May 2001 09:13:42 +0000 (09:13 +0000)]
Fix indentation of ./configure --help messages.

23 years agoReplace ssize_t with long, as Win32 lacks proper support for that type.
Sascha Schumann [Sat, 12 May 2001 08:39:33 +0000 (08:39 +0000)]
Replace ssize_t with long, as Win32 lacks proper support for that type.

23 years agoadd missing file
Thies C. Arntzen [Sat, 12 May 2001 08:21:20 +0000 (08:21 +0000)]
add missing file

23 years agoChangeLog update
<changelog@php.net> [Sat, 12 May 2001 01:09:37 +0000 (01:09 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Sat, 12 May 2001 01:09:34 +0000 (01:09 +0000)]
NEWS update

23 years agoFixed leak.
Wez Furlong [Sat, 12 May 2001 00:45:55 +0000 (00:45 +0000)]
Fixed leak.

23 years agoFixed bug: #10823
foobar [Sat, 12 May 2001 00:15:08 +0000 (00:15 +0000)]
Fixed bug: #10823

23 years agoOpen season on memory leaks, shoot all you can.
Andrei Zmievski [Fri, 11 May 2001 21:29:47 +0000 (21:29 +0000)]
Open season on memory leaks, shoot all you can.

23 years agoFix special treatment of zlib by introducing the Apache concept
Sascha Schumann [Fri, 11 May 2001 20:09:31 +0000 (20:09 +0000)]
Fix special treatment of zlib by introducing the Apache concept
of config.m4 hierarchies.

23 years agoRewrote stat() and fstat() to be memory efficient, due to a recent
Jason Greene [Fri, 11 May 2001 19:55:44 +0000 (19:55 +0000)]
Rewrote stat() and fstat() to be memory efficient, due to a recent
thread on php-dev.

Note: I added a macro that might have use in other instances, but for now
is included in php_filestat.h

23 years agoCompress several entries into one.
Andrei Zmievski [Fri, 11 May 2001 19:50:27 +0000 (19:50 +0000)]
Compress several entries into one.

23 years agoupdate and some late additions
Sascha Schumann [Fri, 11 May 2001 19:44:30 +0000 (19:44 +0000)]
update and some late additions

23 years agoadd missing closing paranthesis
Sascha Schumann [Fri, 11 May 2001 19:41:11 +0000 (19:41 +0000)]
add missing closing paranthesis

23 years agoSome extensions don't associate any data with hash entries,
Sascha Schumann [Fri, 11 May 2001 19:32:01 +0000 (19:32 +0000)]
Some extensions don't associate any data with hash entries,
except the key.  Prior to this change, a separate chunk of memory
was allocated in that case to store exactly zero bytes (plus
memory manager overhead).  We treat that case similar to the
pointer case, but don't copy any data at all (because the pointer
is usually the NULL pointer).

23 years agoFix a memory leak which occured upon registering an already existing
Sascha Schumann [Fri, 11 May 2001 19:18:24 +0000 (19:18 +0000)]
Fix a memory leak which occured upon registering an already existing
constant.

23 years ago@- Added --enable-memory-usage-info. This creates a new Apache 1.x logging
Thies C. Arntzen [Fri, 11 May 2001 18:17:08 +0000 (18:17 +0000)]
@- Added --enable-memory-usage-info. This creates a new Apache 1.x logging
@  directive "{mod_php_memory_usage}n" which will log the peak amount of
@  memory used by the script. (Thies)

23 years agoadded --enable-memory-usage-info
Thies C. Arntzen [Fri, 11 May 2001 18:16:41 +0000 (18:16 +0000)]
added --enable-memory-usage-info

23 years ago.
Thies C. Arntzen [Fri, 11 May 2001 18:04:03 +0000 (18:04 +0000)]
.

23 years ago4.0.6 is tagged, HEAD is now 4.0.7-dev
Thies C. Arntzen [Fri, 11 May 2001 18:03:42 +0000 (18:03 +0000)]
4.0.6 is tagged, HEAD is now 4.0.7-dev

23 years agobump bundled expat to 1.95.1
Thies C. Arntzen [Fri, 11 May 2001 17:57:37 +0000 (17:57 +0000)]
bump bundled expat to 1.95.1
win32 project _needs_ updating and i don't have windows

23 years agoSave a couple of syscalls per session
Sascha Schumann [Fri, 11 May 2001 17:43:40 +0000 (17:43 +0000)]
Save a couple of syscalls per session

Fix apparent new-session-files-were-not-locked bug

Replace %m with portable "%s", strerror(errno)

23 years agoStart cleaning up domxml memory leaks. Still much stuff to do.
Andrei Zmievski [Fri, 11 May 2001 16:14:19 +0000 (16:14 +0000)]
Start cleaning up domxml memory leaks. Still much stuff to do.

23 years ago- Fix crash bug when opcodes array is erealloc()'ed to a different memory
Andi Gutmans [Fri, 11 May 2001 14:29:06 +0000 (14:29 +0000)]
- Fix crash bug when opcodes array is erealloc()'ed to a different memory
  area before it reaches the loop.
- Some whitespace stuff

23 years agoTabs please...
Derick Rethans [Fri, 11 May 2001 13:34:49 +0000 (13:34 +0000)]
Tabs please...

23 years agoFix for bug #10815.
Sebastian Bergmann [Fri, 11 May 2001 13:32:10 +0000 (13:32 +0000)]
Fix for bug #10815.

23 years agoFixed problems which were caused by the previous patches.
foobar [Fri, 11 May 2001 10:04:06 +0000 (10:04 +0000)]
Fixed problems which were caused by the previous patches.
#And the usage of PHP_ADD_LIBRARY_DEFER is clear to me now..:)

23 years agoFix is_executable test.
Jason Greene [Fri, 11 May 2001 02:45:49 +0000 (02:45 +0000)]
Fix is_executable test.

23 years ago@fstat() and stat() now return identical output by returning a numerical and
Jason Greene [Fri, 11 May 2001 01:47:46 +0000 (01:47 +0000)]
@fstat() and stat() now return identical output by returning a numerical and
@string indexed array (Jason)

(Andrei's suggestion to still allow backwords compatibility.)

23 years agoChangeLog update
<changelog@php.net> [Fri, 11 May 2001 01:09:27 +0000 (01:09 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Fri, 11 May 2001 01:09:19 +0000 (01:09 +0000)]
NEWS update

23 years agodefault to /usr/local
foobar [Thu, 10 May 2001 23:55:56 +0000 (23:55 +0000)]
default to /usr/local

23 years agoFixing some proto types
Frank M. Kromann [Thu, 10 May 2001 16:35:05 +0000 (16:35 +0000)]
Fixing some proto types

23 years agoAlways free the callback_name when using zend_is_callable().
Andrei Zmievski [Thu, 10 May 2001 16:30:12 +0000 (16:30 +0000)]
Always free the callback_name when using zend_is_callable().

23 years agoFix buggy line split
Zeev Suraski [Thu, 10 May 2001 14:25:48 +0000 (14:25 +0000)]
Fix buggy line split

23 years ago@- Fixed a possible crash in the PHP CGI when no input file is
Zeev Suraski [Thu, 10 May 2001 14:13:18 +0000 (14:13 +0000)]
@- Fixed a possible crash in the PHP CGI when no input file is
@  specified (Zeev)
Fixed bug 7822

23 years agofixed bug of mb_substitute_character() and mb_substr() in mbstring.
Rui Hirokawa [Thu, 10 May 2001 13:12:03 +0000 (13:12 +0000)]
fixed bug of mb_substitute_character() and mb_substr() in mbstring.

23 years agoTreat numeric strings as numbers in the increment operator
Zeev Suraski [Thu, 10 May 2001 12:58:31 +0000 (12:58 +0000)]
Treat numeric strings as numbers in the increment operator

23 years agoMissing .slo ignore.
foobar [Thu, 10 May 2001 09:28:56 +0000 (09:28 +0000)]
Missing .slo ignore.

23 years agoFixed bug: #10779
foobar [Thu, 10 May 2001 09:25:32 +0000 (09:25 +0000)]
Fixed bug: #10779

23 years agoCleaning this a bit too. Now I'm also able to configure and compile
foobar [Thu, 10 May 2001 06:58:25 +0000 (06:58 +0000)]
Cleaning this a bit too. Now I'm also able to configure and compile
with the test for imap-ssl.

23 years agoFix naming issue
Sterling Hughes [Thu, 10 May 2001 05:42:54 +0000 (05:42 +0000)]
Fix naming issue

# UNTESTED, but it should do the trick
# everyone on a winblows box please try out the change

23 years agoChangeLog update
<changelog@php.net> [Thu, 10 May 2001 01:09:23 +0000 (01:09 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Thu, 10 May 2001 01:09:20 +0000 (01:09 +0000)]
NEWS update

23 years agoCleaning up here too.
foobar [Thu, 10 May 2001 00:59:41 +0000 (00:59 +0000)]
Cleaning up here too.

23 years agoMoved the zlib configure before other extensions.
foobar [Thu, 10 May 2001 00:57:36 +0000 (00:57 +0000)]
Moved the zlib configure before other extensions.

23 years agoCleaned up this a bit..
foobar [Thu, 10 May 2001 00:55:48 +0000 (00:55 +0000)]
Cleaned up this a bit..