Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Took out a line that might cause problems if you try and uuencode; there is no | Wez Furlong | 2001-05-12 | 1 | -2/+3 |
| | | | | | | uuencode support yet. # Looks hard to do too; we need to buffer 45 chars | ||||
* | Added uudecode support (MIME name "x-uuencode") | Wez Furlong | 2001-05-12 | 2 | -1/+121 |
| | |||||
* | prototype for php_file_le_stream() | Wez Furlong | 2001-05-12 | 1 | -0/+1 |
| | |||||
* | expose streams to other extensions. | Wez Furlong | 2001-05-12 | 1 | -0/+7 |
| | |||||
* | - Fix bug. The INI system expects a string for default INI values. | Andi Gutmans | 2001-05-12 | 1 | -1/+1 |
| | | | | | | | | PR: Submitted by: Reviewed by: Obtained from: | ||||
* | hopefully fix win32 build, untested | Daniel Beulshausen | 2001-05-12 | 4 | -1146/+154 |
| | |||||
* | Hopefully nuke the rest of the german commits. | Sebastian Bergmann | 2001-05-12 | 1 | -4/+4 |
| | |||||
* | Remove german comments from MS VisualStudio. | Sebastian Bergmann | 2001-05-12 | 1 | -6/+6 |
| | |||||
* | Make expat and ext/xml compile again on Win32. | Sebastian Bergmann | 2001-05-12 | 1 | -130/+10 |
| | |||||
* | - Remove check for ht == NULL in copy_ctor. | Andi Gutmans | 2001-05-12 | 1 | -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 portability | Sascha Schumann | 2001-05-12 | 4 | -42/+22 |
| | |||||
* | Remove ltconfig which is not used anymore by libtool 1.4 | Sascha Schumann | 2001-05-12 | 3 | -3116/+3 |
| | |||||
* | Nuke more quotes | Sascha Schumann | 2001-05-12 | 38 | -143/+143 |
| | |||||
* | Nuke some unneccessary quotes | Sascha Schumann | 2001-05-12 | 3 | -110/+104 |
| | |||||
* | These functions have been changed to macros. | Sascha Schumann | 2001-05-12 | 1 | -3/+0 |
| | |||||
* | Default to including expat.h | Sascha Schumann | 2001-05-12 | 1 | -4/+0 |
| | |||||
* | Moved to 4.0.6 | Sascha Schumann | 2001-05-12 | 1 | -1/+1 |
| | |||||
* | Rename some custom macros from AC_* to PHP_* | Sascha Schumann | 2001-05-12 | 1 | -31/+31 |
| | |||||
* | Fix indentation of ./configure --help messages. | Sascha Schumann | 2001-05-12 | 11 | -18/+25 |
| | |||||
* | Replace ssize_t with long, as Win32 lacks proper support for that type. | Sascha Schumann | 2001-05-12 | 1 | -2/+2 |
| | |||||
* | add missing file | Thies C. Arntzen | 2001-05-12 | 1 | -0/+712 |
| | |||||
* | ChangeLog update | 2001-05-12 | 1 | -0/+131 | |
| | |||||
* | NEWS update | 2001-05-12 | 1 | -0/+5 | |
| | |||||
* | Fixed leak. | Wez Furlong | 2001-05-12 | 1 | -1/+3 |
| | |||||
* | Fixed bug: #10823 | foobar | 2001-05-12 | 1 | -3/+3 |
| | |||||
* | Open season on memory leaks, shoot all you can. | Andrei Zmievski | 2001-05-11 | 1 | -28/+70 |
| | |||||
* | Fix special treatment of zlib by introducing the Apache concept | Sascha Schumann | 2001-05-11 | 5 | -10/+2 |
| | | | | | of config.m4 hierarchies. | ||||
* | Rewrote stat() and fstat() to be memory efficient, due to a recent | Jason Greene | 2001-05-11 | 3 | -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 Zmievski | 2001-05-11 | 1 | -5/+3 |
| | |||||
* | update and some late additions | Sascha Schumann | 2001-05-11 | 1 | -0/+7 |
| | |||||
* | add missing closing paranthesis | Sascha Schumann | 2001-05-11 | 1 | -1/+1 |
| | |||||
* | Some extensions don't associate any data with hash entries, | Sascha Schumann | 2001-05-11 | 1 | -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 existing | Sascha Schumann | 2001-05-11 | 1 | -0/+1 |
| | | | | | constant. | ||||
* | @- Added --enable-memory-usage-info. This creates a new Apache 1.x logging | Thies C. Arntzen | 2001-05-11 | 1 | -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-info | Thies C. Arntzen | 2001-05-11 | 3 | -0/+44 |
| | |||||
* | . | Thies C. Arntzen | 2001-05-11 | 1 | -0/+2 |
| | |||||
* | 4.0.6 is tagged, HEAD is now 4.0.7-dev | Thies C. Arntzen | 2001-05-11 | 2 | -2/+2 |
| | |||||
* | bump bundled expat to 1.95.1 | Thies C. Arntzen | 2001-05-11 | 32 | -2130/+2543 |
| | | | | | win32 project _needs_ updating and i don't have windows | ||||
* | Save a couple of syscalls per session | Sascha Schumann | 2001-05-11 | 2 | -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 Zmievski | 2001-05-11 | 1 | -21/+56 |
| | |||||
* | - Fix crash bug when opcodes array is erealloc()'ed to a different memory | Andi Gutmans | 2001-05-11 | 1 | -4/+7 |
| | | | | | | area before it reaches the loop. - Some whitespace stuff | ||||
* | Tabs please... | Derick Rethans | 2001-05-11 | 1 | -1/+1 |
| | |||||
* | Fix for bug #10815. | Sebastian Bergmann | 2001-05-11 | 1 | -0/+2 |
| | |||||
* | Fixed problems which were caused by the previous patches. | foobar | 2001-05-11 | 1 | -1/+7 |
| | | | | | #And the usage of PHP_ADD_LIBRARY_DEFER is clear to me now..:) | ||||
* | Fix is_executable test. | Jason Greene | 2001-05-11 | 1 | -0/+8 |
| | |||||
* | @fstat() and stat() now return identical output by returning a numerical and | Jason Greene | 2001-05-11 | 2 | -0/+50 |
| | | | | | | | @string indexed array (Jason) (Andrei's suggestion to still allow backwords compatibility.) | ||||
* | ChangeLog update | 2001-05-11 | 1 | -0/+53 | |
| | |||||
* | NEWS update | 2001-05-11 | 1 | -0/+2 | |
| | |||||
* | default to /usr/local | foobar | 2001-05-10 | 1 | -0/+12 |
| | |||||
* | Fixing some proto types | Frank M. Kromann | 2001-05-10 | 1 | -3/+3 |
| |