]>
granicus.if.org Git - php/log
Jon Parise [Tue, 15 May 2001 23:28:17 +0000 (23:28 +0000)]
@ - Renamed diskfreespace() to disk_free_space() to conform to established
@ naming conventions. (jon)
Andrei Zmievski [Tue, 15 May 2001 18:00:35 +0000 (18:00 +0000)]
Revert previous commit - callback_name does need to be checked because
it is set conditional on is_callable_replace.
Jon Parise [Tue, 15 May 2001 15:33:44 +0000 (15:33 +0000)]
- Renaming $no_cache to $caching and inverting it's meaning
- Adding accessors for private $caching flag: getCaching() and setCaching()
Zeev Suraski [Tue, 15 May 2001 14:55:42 +0000 (14:55 +0000)]
Move the initialization to a safer place (earlier, it could end up
not being reset to 0 under certain circumstances)
Tomas V.V.Cox [Tue, 15 May 2001 14:15:09 +0000 (14:15 +0000)]
Put the verbose mode to work again. Some other style.
Tomas V.V.Cox [Tue, 15 May 2001 14:03:04 +0000 (14:03 +0000)]
white spaces and indenting
Andrei Zmievski [Tue, 15 May 2001 13:02:06 +0000 (13:02 +0000)]
Fix up a couple of entires.
Christian Stocker [Tue, 15 May 2001 10:29:07 +0000 (10:29 +0000)]
2 files from Cache/ were missing here, too.
Gavin Sherry [Tue, 15 May 2001 07:32:34 +0000 (07:32 +0000)]
fixed shm_remove to expect the correct argument.
Gavin Sherry [Tue, 15 May 2001 07:29:55 +0000 (07:29 +0000)]
Added function sem_remove
Gavin Sherry [Tue, 15 May 2001 07:29:31 +0000 (07:29 +0000)]
Added sem_remove to remove semaphores from memory
foobar [Tue, 15 May 2001 02:05:33 +0000 (02:05 +0000)]
MFB
foobar [Tue, 15 May 2001 01:50:46 +0000 (01:50 +0000)]
Fix bug: #5418
<changelog@php.net> [Tue, 15 May 2001 01:09:58 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Tue, 15 May 2001 01:09:54 +0000 (01:09 +0000)]
NEWS update
Sterling Hughes [Mon, 14 May 2001 21:04:23 +0000 (21:04 +0000)]
leftovers.....
Frank M. Kromann [Mon, 14 May 2001 21:04:19 +0000 (21:04 +0000)]
Adding a small readme file for win32 users
Frank M. Kromann [Mon, 14 May 2001 21:03:38 +0000 (21:03 +0000)]
updating the win32 readme
Sterling Hughes [Mon, 14 May 2001 21:02:31 +0000 (21:02 +0000)]
Register the binary transfer option
Andrei Zmievski [Mon, 14 May 2001 20:56:05 +0000 (20:56 +0000)]
Clean up call_user_func_*().
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.
Sterling Hughes [Mon, 14 May 2001 19:19:03 +0000 (19:19 +0000)]
Use zend_is_callable() and fix sp of deprecated.
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.
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)
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.
Andrei Zmievski [Mon, 14 May 2001 14:16:44 +0000 (14:16 +0000)]
Need to use ELS_FETCH() here.
Andrei Zmievski [Mon, 14 May 2001 13:31:27 +0000 (13:31 +0000)]
Reformat.
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.
Andrei Zmievski [Mon, 14 May 2001 12:58:48 +0000 (12:58 +0000)]
No need for check since callback_name is always filled in.
Thies C. Arntzen [Mon, 14 May 2001 11:35:25 +0000 (11:35 +0000)]
added expat version to phpinfo();
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.
Daniel Beulshausen [Mon, 14 May 2001 10:30:30 +0000 (10:30 +0000)]
fix typo
<changelog@php.net> [Mon, 14 May 2001 01:09:15 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Mon, 14 May 2001 01:09:12 +0000 (01:09 +0000)]
NEWS update
Harald Radi [Sun, 13 May 2001 17:09:53 +0000 (17:09 +0000)]
renamed *typedef_VARIANT.* to *VARIANT.*
Harald Radi [Sun, 13 May 2001 16:51:59 +0000 (16:51 +0000)]
changed php_typedef_VARIANT.h to php_VARIANT.h
Harald Radi [Sun, 13 May 2001 16:50:48 +0000 (16:50 +0000)]
renamed
Harald Radi [Sun, 13 May 2001 14:22:19 +0000 (14:22 +0000)]
modified because of the changes in com.c
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
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)
Wez Furlong [Sun, 13 May 2001 12:04:37 +0000 (12:04 +0000)]
Removed redundant (and incorrect) '0' from "begin" string for uudecode.
Zeev Suraski [Sun, 13 May 2001 09:03:46 +0000 (09:03 +0000)]
Safer detection of recursive PHP invocations
Zeev Suraski [Sun, 13 May 2001 08:58:52 +0000 (08:58 +0000)]
Fix broken XML build
Sascha Schumann [Sun, 13 May 2001 07:37:28 +0000 (07:37 +0000)]
Nuke some warnings.
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.
<changelog@php.net> [Sun, 13 May 2001 01:09:31 +0000 (01:09 +0000)]
ChangeLog update
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
Wez Furlong [Sat, 12 May 2001 23:42:09 +0000 (23:42 +0000)]
Added uudecode support (MIME name "x-uuencode")
Wez Furlong [Sat, 12 May 2001 21:49:13 +0000 (21:49 +0000)]
prototype for php_file_le_stream()
Wez Furlong [Sat, 12 May 2001 21:48:39 +0000 (21:48 +0000)]
expose streams to other extensions.
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:
Daniel Beulshausen [Sat, 12 May 2001 20:01:59 +0000 (20:01 +0000)]
hopefully fix win32 build, untested
Sebastian Bergmann [Sat, 12 May 2001 18:36:13 +0000 (18:36 +0000)]
Hopefully nuke the rest of the german commits.
Sebastian Bergmann [Sat, 12 May 2001 18:18:42 +0000 (18:18 +0000)]
Remove german comments from MS VisualStudio.
Sebastian Bergmann [Sat, 12 May 2001 17:57:59 +0000 (17:57 +0000)]
Make expat and ext/xml compile again on Win32.
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.
Sascha Schumann [Sat, 12 May 2001 12:22:34 +0000 (12:22 +0000)]
First step towards full libtool 1.4 portability
Sascha Schumann [Sat, 12 May 2001 11:19:46 +0000 (11:19 +0000)]
Remove ltconfig which is not used anymore by libtool 1.4
Sascha Schumann [Sat, 12 May 2001 11:09:05 +0000 (11:09 +0000)]
Nuke more quotes
Sascha Schumann [Sat, 12 May 2001 10:33:52 +0000 (10:33 +0000)]
Nuke some unneccessary quotes
Sascha Schumann [Sat, 12 May 2001 10:28:39 +0000 (10:28 +0000)]
These functions have been changed to macros.
Sascha Schumann [Sat, 12 May 2001 10:22:16 +0000 (10:22 +0000)]
Default to including expat.h
Sascha Schumann [Sat, 12 May 2001 09:44:10 +0000 (09:44 +0000)]
Moved to 4.0.6
Sascha Schumann [Sat, 12 May 2001 09:26:47 +0000 (09:26 +0000)]
Rename some custom macros from AC_* to PHP_*
Sascha Schumann [Sat, 12 May 2001 09:13:42 +0000 (09:13 +0000)]
Fix indentation of ./configure --help messages.
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.
Thies C. Arntzen [Sat, 12 May 2001 08:21:20 +0000 (08:21 +0000)]
add missing file
<changelog@php.net> [Sat, 12 May 2001 01:09:37 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Sat, 12 May 2001 01:09:34 +0000 (01:09 +0000)]
NEWS update
Wez Furlong [Sat, 12 May 2001 00:45:55 +0000 (00:45 +0000)]
Fixed leak.
foobar [Sat, 12 May 2001 00:15:08 +0000 (00:15 +0000)]
Fixed bug: #10823
Andrei Zmievski [Fri, 11 May 2001 21:29:47 +0000 (21:29 +0000)]
Open season on memory leaks, shoot all you can.
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.
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
Andrei Zmievski [Fri, 11 May 2001 19:50:27 +0000 (19:50 +0000)]
Compress several entries into one.
Sascha Schumann [Fri, 11 May 2001 19:44:30 +0000 (19:44 +0000)]
update and some late additions
Sascha Schumann [Fri, 11 May 2001 19:41:11 +0000 (19:41 +0000)]
add missing closing paranthesis
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).
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.
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)
Thies C. Arntzen [Fri, 11 May 2001 18:16:41 +0000 (18:16 +0000)]
added --enable-memory-usage-info
Thies C. Arntzen [Fri, 11 May 2001 18:04:03 +0000 (18:04 +0000)]
.
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
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
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)
Andrei Zmievski [Fri, 11 May 2001 16:14:19 +0000 (16:14 +0000)]
Start cleaning up domxml memory leaks. Still much stuff to do.
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
Derick Rethans [Fri, 11 May 2001 13:34:49 +0000 (13:34 +0000)]
Tabs please...
Sebastian Bergmann [Fri, 11 May 2001 13:32:10 +0000 (13:32 +0000)]
Fix for bug #10815.
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..:)
Jason Greene [Fri, 11 May 2001 02:45:49 +0000 (02:45 +0000)]
Fix is_executable test.
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.)
<changelog@php.net> [Fri, 11 May 2001 01:09:27 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Fri, 11 May 2001 01:09:19 +0000 (01:09 +0000)]
NEWS update
foobar [Thu, 10 May 2001 23:55:56 +0000 (23:55 +0000)]
default to /usr/local
Frank M. Kromann [Thu, 10 May 2001 16:35:05 +0000 (16:35 +0000)]
Fixing some proto types
Andrei Zmievski [Thu, 10 May 2001 16:30:12 +0000 (16:30 +0000)]
Always free the callback_name when using zend_is_callable().
Zeev Suraski [Thu, 10 May 2001 14:25:48 +0000 (14:25 +0000)]
Fix buggy line split
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
Rui Hirokawa [Thu, 10 May 2001 13:12:03 +0000 (13:12 +0000)]
fixed bug of mb_substitute_character() and mb_substr() in mbstring.