]> granicus.if.org Git - php/log
php
24 years agoFix segfault when using zend_hash_add_empty_element
Sascha Schumann [Sat, 19 May 2001 14:53:55 +0000 (14:53 +0000)]
Fix segfault when using zend_hash_add_empty_element

24 years agoUse zend_hash_add_empty_element
Sascha Schumann [Sat, 19 May 2001 14:51:39 +0000 (14:51 +0000)]
Use zend_hash_add_empty_element

24 years agoUse write(2), if we can successfully write to stdout.
Sascha Schumann [Sat, 19 May 2001 14:30:33 +0000 (14:30 +0000)]
Use write(2), if we can successfully write to stdout.

24 years ago- Adding an entry about mcrypt bugs
Derick Rethans [Sat, 19 May 2001 10:42:16 +0000 (10:42 +0000)]
- Adding an entry about mcrypt bugs

24 years agoLooks like this was a bogus gcc warning.
Sascha Schumann [Sat, 19 May 2001 10:10:49 +0000 (10:10 +0000)]
Looks like this was a bogus gcc warning.

Submitted by: Sebastian Bergmann

24 years agoImprove reading from external data source for session id creation.
Sascha Schumann [Sat, 19 May 2001 09:58:31 +0000 (09:58 +0000)]
Improve reading from external data source for session id creation.

Improve generating the string representation of the md5 session id.

24 years agoNuke some warnings.
Sascha Schumann [Sat, 19 May 2001 09:56:42 +0000 (09:56 +0000)]
Nuke some warnings.

24 years agoadd entry
Sascha Schumann [Sat, 19 May 2001 07:47:11 +0000 (07:47 +0000)]
add entry

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

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

24 years agomunmap() file in RSHUTDOWN, if PHPWRITE fails.
Sascha Schumann [Fri, 18 May 2001 23:38:46 +0000 (23:38 +0000)]
munmap() file in RSHUTDOWN, if PHPWRITE fails.

24 years ago- Fix for bug #10890
Derick Rethans [Fri, 18 May 2001 20:54:15 +0000 (20:54 +0000)]
- Fix for bug #10890
@- Fixed bugs in the mcrypt extension that caused crashes (Derick)

24 years agoFirst try at using Apache's export list when building a DSO.
Sascha Schumann [Fri, 18 May 2001 20:53:53 +0000 (20:53 +0000)]
First try at using Apache's export list when building a DSO.

24 years ago@ Added the IMG_ARC_ROUNDED option for the ImageFilledArc() function, which
Sterling Hughes [Fri, 18 May 2001 20:52:40 +0000 (20:52 +0000)]
@ Added the IMG_ARC_ROUNDED option for the ImageFilledArc() function, which
@ specified that the drawn curve should be rounded. (Sterling)

24 years agoremove more php3 ts stuff
Sterling Hughes [Fri, 18 May 2001 20:37:21 +0000 (20:37 +0000)]
remove more php3 ts stuff

24 years agoshould be using the function here.
Sterling Hughes [Fri, 18 May 2001 20:32:47 +0000 (20:32 +0000)]
should be using the function here.

24 years agoRemove the remnants of old global macro's
Sterling Hughes [Fri, 18 May 2001 20:29:47 +0000 (20:29 +0000)]
Remove the remnants of old global macro's

24 years agoFiles should be shared among processes.
Sascha Schumann [Fri, 18 May 2001 17:48:43 +0000 (17:48 +0000)]
Files should be shared among processes.

24 years agoa small proto clarification
Hartmut Holzgraefe [Fri, 18 May 2001 16:42:54 +0000 (16:42 +0000)]
a small proto clarification

24 years agoMove -DSUPPORT_UTF8 flag into the appropriate Makefile so as not to pollute
Andrei Zmievski [Fri, 18 May 2001 15:34:58 +0000 (15:34 +0000)]
Move -DSUPPORT_UTF8 flag into the appropriate Makefile so as not to pollute
the global namespace.

24 years agorevert parts of last commit - stupid me!
Thies C. Arntzen [Fri, 18 May 2001 14:40:02 +0000 (14:40 +0000)]
revert parts of last commit - stupid me!

24 years agoreset allocated_memory_peak after each request.
Thies C. Arntzen [Fri, 18 May 2001 14:32:11 +0000 (14:32 +0000)]
reset allocated_memory_peak after each request.

24 years ago--enable-memory-usage-info id deprecated. use --enable-memory-limit instead!
Thies C. Arntzen [Fri, 18 May 2001 14:32:05 +0000 (14:32 +0000)]
--enable-memory-usage-info id deprecated. use --enable-memory-limit instead!

24 years ago- completed list of error messages (thanks to Torben Wilson)
Uwe Steinmann [Fri, 18 May 2001 08:07:09 +0000 (08:07 +0000)]
- completed list of error messages (thanks to Torben Wilson)

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

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

24 years agoMerge the more sensible way of doing this back in to HEAD
James Moore [Thu, 17 May 2001 23:57:43 +0000 (23:57 +0000)]
Merge the more sensible way of doing this back in to HEAD

24 years ago@ - Fixed getopt so it accepts arguments in the form -<option><value> not
James Moore [Thu, 17 May 2001 21:32:05 +0000 (21:32 +0000)]
@ - Fixed getopt so it accepts arguments in the form -<option><value> not
@   just -<option> <value> (jmoore)

24 years ago- Fix for bug #9801 (and maybe others)
Derick Rethans [Thu, 17 May 2001 21:27:48 +0000 (21:27 +0000)]
- Fix for bug #9801 (and maybe others)

24 years agoSome fixes. Actually assign a value scheme_handlers before processing it.
Sterling Hughes [Thu, 17 May 2001 18:15:15 +0000 (18:15 +0000)]
Some fixes.  Actually assign a value scheme_handlers before processing it.
Add some checks for key type.  Remove some debugging data.

24 years agoupdate news
Daniel Beulshausen [Thu, 17 May 2001 17:21:26 +0000 (17:21 +0000)]
update news

24 years agowinsock is already initialized in an higher version by php
Daniel Beulshausen [Thu, 17 May 2001 17:13:47 +0000 (17:13 +0000)]
winsock is already initialized in an higher version by php

24 years agoadd notes & sockets ext
Daniel Beulshausen [Thu, 17 May 2001 17:05:17 +0000 (17:05 +0000)]
add notes & sockets ext

24 years agoupdate sockets to work with winsock as well
Daniel Beulshausen [Thu, 17 May 2001 17:02:37 +0000 (17:02 +0000)]
update sockets to work with winsock as well

24 years agoThat's slightly clearer that way :)
Zeev Suraski [Thu, 17 May 2001 16:33:45 +0000 (16:33 +0000)]
That's slightly clearer that way :)

24 years agoAllow for DB3 to reside in /usr/local/include/db3/ and -ldb3
Martin Kraemer [Thu, 17 May 2001 15:27:12 +0000 (15:27 +0000)]
Allow for DB3 to reside in /usr/local/include/db3/ and -ldb3

24 years agoAdd missing info
Zeev Suraski [Thu, 17 May 2001 13:31:45 +0000 (13:31 +0000)]
Add missing info

24 years agoFix build
Zeev Suraski [Thu, 17 May 2001 12:51:24 +0000 (12:51 +0000)]
Fix build

24 years agoFix build
Zeev Suraski [Thu, 17 May 2001 11:22:49 +0000 (11:22 +0000)]
Fix build

24 years agoFix corruption issue
Zeev Suraski [Thu, 17 May 2001 09:58:34 +0000 (09:58 +0000)]
Fix corruption issue

24 years agoMS VisualStudio .NET 7.0 has M_PI_4 in math.h
Sebastian Bergmann [Thu, 17 May 2001 09:55:03 +0000 (09:55 +0000)]
MS VisualStudio .NET 7.0 has M_PI_4 in math.h

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

24 years ago...and this fixes the typo I made long ago. It prevented people that have
Vlad Krupin [Thu, 17 May 2001 00:32:45 +0000 (00:32 +0000)]
...and this fixes the typo I made long ago. It prevented people that have
certain weird installations of pspell from compiling properly (couldn't
find pspell header files). No-one noticed...

24 years agoFix for bug 10912.
Vlad Krupin [Thu, 17 May 2001 00:26:12 +0000 (00:26 +0000)]
Fix for bug 10912.
Also, if you explicily specify path in --with-pspell, the directories
/usr, /usr/local will no longer be searched even if the library is not
found at the specified location (this seems to make more sense)

24 years agoAdd a compile check for the cURL version and fix the compile in general.
Sterling Hughes [Wed, 16 May 2001 23:43:30 +0000 (23:43 +0000)]
Add a compile check for the cURL version and fix the compile in general.

24 years ago - Sync prototype and definition of phpi_get_le_gd
James Moore [Wed, 16 May 2001 23:11:33 +0000 (23:11 +0000)]
 - Sync prototype and definition of phpi_get_le_gd

24 years ago# Revert the SLS_FETCH() ;)
Sterling Hughes [Wed, 16 May 2001 18:28:18 +0000 (18:28 +0000)]
# Revert the SLS_FETCH() ;)

24 years agoRemove redundancy
Sterling Hughes [Wed, 16 May 2001 18:15:49 +0000 (18:15 +0000)]
Remove redundancy

# And further fix problem ;)

24 years agofix windows build.
Sterling Hughes [Wed, 16 May 2001 18:10:06 +0000 (18:10 +0000)]
fix windows build.

#untested

24 years agoImplement zend_hash_add_empty_element() using the existing infrastructure
Zeev Suraski [Wed, 16 May 2001 17:22:01 +0000 (17:22 +0000)]
Implement zend_hash_add_empty_element() using the existing infrastructure

24 years agoCommit missing fix
Zeev Suraski [Wed, 16 May 2001 17:21:16 +0000 (17:21 +0000)]
Commit missing fix

24 years ago - Add dbx extension to php_modules workspace
James Moore [Wed, 16 May 2001 16:44:37 +0000 (16:44 +0000)]
 - Add dbx extension to php_modules workspace

24 years agoMerge memory usage into memory limit
Zeev Suraski [Wed, 16 May 2001 15:02:30 +0000 (15:02 +0000)]
Merge memory usage into memory limit

24 years agoFix for #10900.
Sascha Schumann [Wed, 16 May 2001 12:01:25 +0000 (12:01 +0000)]
Fix for #10900.

Submitted by: cech@debian.org

24 years agoadd missing apls_fetch
Daniel Beulshausen [Wed, 16 May 2001 09:01:20 +0000 (09:01 +0000)]
add missing apls_fetch

24 years agoFixed bugs: #10297, #10615, #10783, #10880
foobar [Wed, 16 May 2001 04:50:49 +0000 (04:50 +0000)]
Fixed bugs: #10297, #10615, #10783, #10880

24 years agoChangeLog update
<changelog@php.net> [Wed, 16 May 2001 01:09:35 +0000 (01:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Wed, 16 May 2001 01:09:32 +0000 (01:09 +0000)]
NEWS update

24 years ago@ - Added disk_total_space() to return the total size of a filesystem.
Jon Parise [Tue, 15 May 2001 23:43:18 +0000 (23:43 +0000)]
@ - Added disk_total_space() to return the total size of a filesystem.
@   (Patch from Steven Bower)

24 years ago@ - Renamed diskfreespace() to disk_free_space() to conform to established
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)

24 years agoRevert previous commit - callback_name does need to be checked because
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.

24 years ago- Renaming $no_cache to $caching and inverting it's meaning
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()

24 years agoMove the initialization to a safer place (earlier, it could end up
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)

24 years agoPut the verbose mode to work again. Some other style.
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.

24 years agowhite spaces and indenting
Tomas V.V.Cox [Tue, 15 May 2001 14:03:04 +0000 (14:03 +0000)]
white spaces and indenting

24 years agoFix up a couple of entires.
Andrei Zmievski [Tue, 15 May 2001 13:02:06 +0000 (13:02 +0000)]
Fix up a couple of entires.

24 years ago2 files from Cache/ were missing here, too.
Christian Stocker [Tue, 15 May 2001 10:29:07 +0000 (10:29 +0000)]
2 files from Cache/ were missing here, too.

24 years agofixed shm_remove to expect the correct argument.
Gavin Sherry [Tue, 15 May 2001 07:32:34 +0000 (07:32 +0000)]
fixed shm_remove to expect the correct argument.

24 years agoAdded function sem_remove
Gavin Sherry [Tue, 15 May 2001 07:29:55 +0000 (07:29 +0000)]
Added function sem_remove

24 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

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

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

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

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

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

24 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

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

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

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

24 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.

24 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.

24 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.

24 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)

24 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.

24 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.

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

24 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.

24 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.

24 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();

24 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.

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

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

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

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

24 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

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

24 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

24 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

24 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)

24 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.