Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Properly free callback_name only when necessary. | Andrei Zmievski | 2001-05-20 | 1 | -8/+9 | |
| | ||||||
* | ChangeLog update | 2001-05-20 | 1 | -0/+93 | ||
| | ||||||
* | NEWS update | 2001-05-20 | 1 | -0/+1 | ||
| | ||||||
* | - Reversed 'fix' for #9698 | Derick Rethans | 2001-05-20 | 2 | -4/+35 | |
| | | | | | | | - Fix for bug #9698/#10681 (patch by kettler@gmx.net) @- Added the 'u' modifier to printf/sprintf which prints unsigned longs. @ (Derick) | |||||
* | Fix bug #9526 | Rasmus Lerdorf | 2001-05-19 | 1 | -0/+8 | |
| | ||||||
* | Fixed bug #10964 | foobar | 2001-05-19 | 2 | -0/+8 | |
| | ||||||
* | Store some build-specific environment variables in config.nice. | Sascha Schumann | 2001-05-19 | 1 | -1/+8 | |
| | ||||||
* | nuke last remnants of the old globals stuff | Sterling Hughes | 2001-05-19 | 1 | -5/+0 | |
| | | | | | # oops | |||||
* | Correct NEWS entry | James Moore | 2001-05-19 | 1 | -2/+2 | |
| | ||||||
* | s/^I/ / and some re-indenting. Also align the APXS checking code | Sascha Schumann | 2001-05-19 | 1 | -182/+181 | |
| | | | | | with the standard scheme. | |||||
* | Reindent, add link map for AIX, improve diagnostic message, | Sascha Schumann | 2001-05-19 | 1 | -34/+43 | |
| | | | | | carry over all -D* CPPFLAGS, and nuke REGEX recognition. | |||||
* | Format. | Andrei Zmievski | 2001-05-19 | 1 | -7/+6 | |
| | ||||||
* | Fix segfault when using zend_hash_add_empty_element | Sascha Schumann | 2001-05-19 | 1 | -1/+1 | |
| | ||||||
* | Use zend_hash_add_empty_element | Sascha Schumann | 2001-05-19 | 1 | -1/+1 | |
| | ||||||
* | Use write(2), if we can successfully write to stdout. | Sascha Schumann | 2001-05-19 | 2 | -1/+51 | |
| | ||||||
* | - Adding an entry about mcrypt bugs | Derick Rethans | 2001-05-19 | 1 | -0/+3 | |
| | ||||||
* | Looks like this was a bogus gcc warning. | Sascha Schumann | 2001-05-19 | 1 | -2/+0 | |
| | | | | | Submitted by: Sebastian Bergmann | |||||
* | Improve reading from external data source for session id creation. | Sascha Schumann | 2001-05-19 | 1 | -11/+19 | |
| | | | | | Improve generating the string representation of the md5 session id. | |||||
* | Nuke some warnings. | Sascha Schumann | 2001-05-19 | 3 | -3/+11 | |
| | ||||||
* | add entry | Sascha Schumann | 2001-05-19 | 1 | -1/+1 | |
| | ||||||
* | ChangeLog update | 2001-05-19 | 1 | -0/+63 | ||
| | ||||||
* | NEWS update | 2001-05-19 | 1 | -0/+4 | ||
| | ||||||
* | munmap() file in RSHUTDOWN, if PHPWRITE fails. | Sascha Schumann | 2001-05-18 | 3 | -0/+22 | |
| | ||||||
* | - Fix for bug #10890 | Derick Rethans | 2001-05-18 | 1 | -3/+6 | |
| | | | | | @- Fixed bugs in the mcrypt extension that caused crashes (Derick) | |||||
* | First try at using Apache's export list when building a DSO. | Sascha Schumann | 2001-05-18 | 1 | -0/+6 | |
| | ||||||
* | @ Added the IMG_ARC_ROUNDED option for the ImageFilledArc() function, which | Sterling Hughes | 2001-05-18 | 1 | -0/+1 | |
| | | | | | @ specified that the drawn curve should be rounded. (Sterling) | |||||
* | remove more php3 ts stuff | Sterling Hughes | 2001-05-18 | 1 | -48/+0 | |
| | ||||||
* | should be using the function here. | Sterling Hughes | 2001-05-18 | 1 | -1/+4 | |
| | ||||||
* | Remove the remnants of old global macro's | Sterling Hughes | 2001-05-18 | 3 | -77/+0 | |
| | ||||||
* | Files should be shared among processes. | Sascha Schumann | 2001-05-18 | 1 | -1/+1 | |
| | ||||||
* | a small proto clarification | Hartmut Holzgraefe | 2001-05-18 | 1 | -1/+1 | |
| | ||||||
* | Move -DSUPPORT_UTF8 flag into the appropriate Makefile so as not to pollute | Andrei Zmievski | 2001-05-18 | 3 | -2/+2 | |
| | | | | | the global namespace. | |||||
* | revert parts of last commit - stupid me! | Thies C. Arntzen | 2001-05-18 | 2 | -20/+12 | |
| | ||||||
* | reset allocated_memory_peak after each request. | Thies C. Arntzen | 2001-05-18 | 1 | -0/+1 | |
| | ||||||
* | --enable-memory-usage-info id deprecated. use --enable-memory-limit instead! | Thies C. Arntzen | 2001-05-18 | 3 | -15/+23 | |
| | ||||||
* | - completed list of error messages (thanks to Torben Wilson) | Uwe Steinmann | 2001-05-18 | 1 | -5/+185 | |
| | ||||||
* | ChangeLog update | 2001-05-18 | 1 | -0/+75 | ||
| | ||||||
* | NEWS update | 2001-05-18 | 1 | -0/+2 | ||
| | ||||||
* | Merge the more sensible way of doing this back in to HEAD | James Moore | 2001-05-17 | 1 | -7/+1 | |
| | ||||||
* | @ - Fixed getopt so it accepts arguments in the form -<option><value> not | James Moore | 2001-05-17 | 1 | -4/+19 | |
| | | | | | @ just -<option> <value> (jmoore) | |||||
* | - Fix for bug #9801 (and maybe others) | Derick Rethans | 2001-05-17 | 1 | -1/+0 | |
| | ||||||
* | Some fixes. Actually assign a value scheme_handlers before processing it. | Sterling Hughes | 2001-05-17 | 1 | -8/+24 | |
| | | | | | Add some checks for key type. Remove some debugging data. | |||||
* | update news | Daniel Beulshausen | 2001-05-17 | 1 | -0/+5 | |
| | ||||||
* | winsock is already initialized in an higher version by php | Daniel Beulshausen | 2001-05-17 | 2 | -48/+1 | |
| | ||||||
* | add notes & sockets ext | Daniel Beulshausen | 2001-05-17 | 1 | -0/+24 | |
| | ||||||
* | update sockets to work with winsock as well | Daniel Beulshausen | 2001-05-17 | 6 | -1236/+1499 | |
| | ||||||
* | That's slightly clearer that way :) | Zeev Suraski | 2001-05-17 | 1 | -2/+1 | |
| | ||||||
* | Allow for DB3 to reside in /usr/local/include/db3/ and -ldb3 | Martin Kraemer | 2001-05-17 | 1 | -1/+1 | |
| | ||||||
* | Add missing info | Zeev Suraski | 2001-05-17 | 1 | -1/+2 | |
| | ||||||
* | Fix build | Zeev Suraski | 2001-05-17 | 1 | -0/+1 | |
| |