summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Took out a line that might cause problems if you try and uuencode; there is noWez Furlong2001-05-121-2/+3
| | | | | | uuencode support yet. # Looks hard to do too; we need to buffer 45 chars
* Added uudecode support (MIME name "x-uuencode")Wez Furlong2001-05-122-1/+121
|
* prototype for php_file_le_stream()Wez Furlong2001-05-121-0/+1
|
* expose streams to other extensions.Wez Furlong2001-05-121-0/+7
|
* - Fix bug. The INI system expects a string for default INI values.Andi Gutmans2001-05-121-1/+1
| | | | | | | | PR: Submitted by: Reviewed by: Obtained from:
* hopefully fix win32 build, untestedDaniel Beulshausen2001-05-124-1146/+154
|
* Hopefully nuke the rest of the german commits.Sebastian Bergmann2001-05-121-4/+4
|
* Remove german comments from MS VisualStudio.Sebastian Bergmann2001-05-121-6/+6
|
* Make expat and ext/xml compile again on Win32.Sebastian Bergmann2001-05-121-130/+10
|
* - Remove check for ht == NULL in copy_ctor.Andi Gutmans2001-05-121-4/+1
| | | | | | If ht is NULL at this point then we are better off crashing and fixing the bug that caused it.
* First step towards full libtool 1.4 portabilitySascha Schumann2001-05-124-42/+22
|
* Remove ltconfig which is not used anymore by libtool 1.4Sascha Schumann2001-05-123-3116/+3
|
* Nuke more quotesSascha Schumann2001-05-1238-143/+143
|
* Nuke some unneccessary quotesSascha Schumann2001-05-123-110/+104
|
* These functions have been changed to macros.Sascha Schumann2001-05-121-3/+0
|
* Default to including expat.hSascha Schumann2001-05-121-4/+0
|
* Moved to 4.0.6Sascha Schumann2001-05-121-1/+1
|
* Rename some custom macros from AC_* to PHP_*Sascha Schumann2001-05-121-31/+31
|
* Fix indentation of ./configure --help messages.Sascha Schumann2001-05-1211-18/+25
|
* Replace ssize_t with long, as Win32 lacks proper support for that type.Sascha Schumann2001-05-121-2/+2
|
* add missing fileThies C. Arntzen2001-05-121-0/+712
|
* ChangeLog update2001-05-121-0/+131
|
* NEWS update2001-05-121-0/+5
|
* Fixed leak.Wez Furlong2001-05-121-1/+3
|
* Fixed bug: #10823foobar2001-05-121-3/+3
|
* Open season on memory leaks, shoot all you can.Andrei Zmievski2001-05-111-28/+70
|
* Fix special treatment of zlib by introducing the Apache conceptSascha Schumann2001-05-115-10/+2
| | | | | of config.m4 hierarchies.
* Rewrote stat() and fstat() to be memory efficient, due to a recentJason Greene2001-05-113-78/+105
| | | | | | | | 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
* Compress several entries into one.Andrei Zmievski2001-05-111-5/+3
|
* update and some late additionsSascha Schumann2001-05-111-0/+7
|
* add missing closing paranthesisSascha Schumann2001-05-111-1/+1
|
* Some extensions don't associate any data with hash entries,Sascha Schumann2001-05-111-0/+7
| | | | | | | | | 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).
* Fix a memory leak which occured upon registering an already existingSascha Schumann2001-05-111-0/+1
| | | | | constant.
* @- Added --enable-memory-usage-info. This creates a new Apache 1.x loggingThies C. Arntzen2001-05-111-1/+13
| | | | | | @ directive "{mod_php_memory_usage}n" which will log the peak amount of @ memory used by the script. (Thies)
* added --enable-memory-usage-infoThies C. Arntzen2001-05-113-0/+44
|
* .Thies C. Arntzen2001-05-111-0/+2
|
* 4.0.6 is tagged, HEAD is now 4.0.7-devThies C. Arntzen2001-05-112-2/+2
|
* bump bundled expat to 1.95.1Thies C. Arntzen2001-05-1132-2130/+2543
| | | | | win32 project _needs_ updating and i don't have windows
* Save a couple of syscalls per sessionSascha Schumann2001-05-112-18/+34
| | | | | | | Fix apparent new-session-files-were-not-locked bug Replace %m with portable "%s", strerror(errno)
* Start cleaning up domxml memory leaks. Still much stuff to do.Andrei Zmievski2001-05-111-21/+56
|
* - Fix crash bug when opcodes array is erealloc()'ed to a different memoryAndi Gutmans2001-05-111-4/+7
| | | | | | area before it reaches the loop. - Some whitespace stuff
* Tabs please...Derick Rethans2001-05-111-1/+1
|
* Fix for bug #10815.Sebastian Bergmann2001-05-111-0/+2
|
* Fixed problems which were caused by the previous patches.foobar2001-05-111-1/+7
| | | | | #And the usage of PHP_ADD_LIBRARY_DEFER is clear to me now..:)
* Fix is_executable test.Jason Greene2001-05-111-0/+8
|
* @fstat() and stat() now return identical output by returning a numerical andJason Greene2001-05-112-0/+50
| | | | | | | @string indexed array (Jason) (Andrei's suggestion to still allow backwords compatibility.)
* ChangeLog update2001-05-111-0/+53
|
* NEWS update2001-05-111-0/+2
|
* default to /usr/localfoobar2001-05-101-0/+12
|
* Fixing some proto typesFrank M. Kromann2001-05-101-3/+3
|