]> granicus.if.org Git - php/shortlog
php
2001-05-21 Sterling Hughes WS fix (php_read) and correct checking of the return...
2001-05-21 Sterling HughesFixed bug where socket_connect() return the wrong value...
2001-05-21 foobarFixed bug: #10742
2001-05-21 Andrei ZmievskiMoving some functions into Zend.
2001-05-21 Andi Gutmans- EG's are passed automatically to internal functions.
2001-05-21 Sean BrightAdded get_defined_constants() function. Returns an...
2001-05-21 <changelog... ChangeLog update
2001-05-21 <changelog... NEWS update
2001-05-21 Sascha SchumannRemove extraneous tab
2001-05-20 Sascha SchumannAdd support for systems where p{read|write} take a...
2001-05-20 foobarA few modifications to make the ZLIB checks work better.
2001-05-20 Sascha SchumannWhoops, the expat directory needs the XML_BYTE_ORDER...
2001-05-20 Sascha SchumannDon't add -DXML_BYTE_ORDER to global CPPFLAGS
2001-05-20 Sascha Schumannlooks promising
2001-05-20 Sascha SchumannFix path to alternate mkdir
2001-05-20 Sascha SchumannFix irix-time_r test
2001-05-20 Sascha Schumannremove fi
2001-05-20 Sascha Schumannignore ylwrap
2001-05-20 Sascha SchumannSupport for IRIX-style asctime_r/ctime_r.
2001-05-20 Sascha SchumannCatch 'mkdir -p' brokeness on IRIX
2001-05-20 Andi Gutmans- The previous name could be confused with resource #
2001-05-20 Andi Gutmans- Whitespace and change the name of the macro to someth...
2001-05-20 James Moore@ - Add new ZEND_GET_LE macro for retrieving destructor
2001-05-20 Andi Gutmans- Don't allow resource types of 0
2001-05-20 Wez Furlongfixed a bug in mailparse_stream_encode which would...
2001-05-20 Sascha Schumannrefining
2001-05-20 Wez FurlongImported mailparse extension
2001-05-20 Stig Bakken@Define HAVE_CONFIG_H when building standalone DSO...
2001-05-20 foobarThis looks better.
2001-05-20 Andrei ZmievskiProperly free callback_name only when necessary.
2001-05-20 <changelog... ChangeLog update
2001-05-20 <changelog... NEWS update
2001-05-20 Derick Rethans- Reversed 'fix' for #9698
2001-05-19 Rasmus LerdorfFix bug #9526
2001-05-19 foobarFixed bug #10964
2001-05-19 Sascha SchumannStore some build-specific environment variables in...
2001-05-19 Sterling Hughesnuke last remnants of the old globals stuff
2001-05-19 James MooreCorrect NEWS entry
2001-05-19 Sascha Schumanns/^I/ / and some re-indenting. Also align the APXS...
2001-05-19 Sascha SchumannReindent, add link map for AIX, improve diagnostic...
2001-05-19 Andrei ZmievskiFormat.
2001-05-19 Sascha SchumannFix segfault when using zend_hash_add_empty_element
2001-05-19 Sascha SchumannUse zend_hash_add_empty_element
2001-05-19 Sascha SchumannUse write(2), if we can successfully write to stdout.
2001-05-19 Derick Rethans- Adding an entry about mcrypt bugs
2001-05-19 Sascha SchumannLooks like this was a bogus gcc warning.
2001-05-19 Sascha SchumannImprove reading from external data source for session...
2001-05-19 Sascha SchumannNuke some warnings.
2001-05-19 Sascha Schumannadd entry
2001-05-19 <changelog... ChangeLog update
2001-05-19 <changelog... NEWS update
2001-05-18 Sascha Schumannmunmap() file in RSHUTDOWN, if PHPWRITE fails.
2001-05-18 Derick Rethans- Fix for bug #10890
2001-05-18 Sascha SchumannFirst try at using Apache's export list when building...
2001-05-18 Sterling Hughes@ Added the IMG_ARC_ROUNDED option for the ImageFilledA...
2001-05-18 Sterling Hughesremove more php3 ts stuff
2001-05-18 Sterling Hughesshould be using the function here.
2001-05-18 Sterling HughesRemove the remnants of old global macro's
2001-05-18 Sascha SchumannFiles should be shared among processes.
2001-05-18 Hartmut Holzgraefea small proto clarification
2001-05-18 Andrei ZmievskiMove -DSUPPORT_UTF8 flag into the appropriate Makefile...
2001-05-18 Thies C. Arntzenrevert parts of last commit - stupid me!
2001-05-18 Thies C. Arntzenreset allocated_memory_peak after each request.
2001-05-18 Thies C. Arntzen--enable-memory-usage-info id deprecated. use --enable...
2001-05-18 Uwe Steinmann- completed list of error messages (thanks to Torben...
2001-05-18 <changelog... ChangeLog update
2001-05-18 <changelog... NEWS update
2001-05-17 James MooreMerge the more sensible way of doing this back in to...
2001-05-17 James Moore@ - Fixed getopt so it accepts arguments in the form...
2001-05-17 Derick Rethans- Fix for bug #9801 (and maybe others)
2001-05-17 Sterling HughesSome fixes. Actually assign a value scheme_handlers...
2001-05-17 Daniel Beulshausenupdate news
2001-05-17 Daniel Beulshausenwinsock is already initialized in an higher version...
2001-05-17 Daniel Beulshausenadd notes & sockets ext
2001-05-17 Daniel Beulshausenupdate sockets to work with winsock as well
2001-05-17 Zeev SuraskiThat's slightly clearer that way :)
2001-05-17 Martin KraemerAllow for DB3 to reside in /usr/local/include/db3/...
2001-05-17 Zeev SuraskiAdd missing info
2001-05-17 Zeev SuraskiFix build
2001-05-17 Zeev SuraskiFix build
2001-05-17 Zeev SuraskiFix corruption issue
2001-05-17 Sebastian BergmannMS VisualStudio .NET 7.0 has M_PI_4 in math.h
2001-05-17 <changelog... ChangeLog update
2001-05-17 Vlad Krupin...and this fixes the typo I made long ago. It prevente...
2001-05-17 Vlad KrupinFix for bug 10912.
2001-05-16 Sterling HughesAdd a compile check for the cURL version and fix the...
2001-05-16 James Moore - Sync prototype and definition of phpi_get_le_gd
2001-05-16 Sterling Hughes# Revert the SLS_FETCH() ;)
2001-05-16 Sterling HughesRemove redundancy
2001-05-16 Sterling Hughesfix windows build.
2001-05-16 Zeev SuraskiImplement zend_hash_add_empty_element() using the exist...
2001-05-16 Zeev SuraskiCommit missing fix
2001-05-16 James Moore - Add dbx extension to php_modules workspace
2001-05-16 Zeev SuraskiMerge memory usage into memory limit
2001-05-16 Sascha SchumannFix for #10900.
2001-05-16 Daniel Beulshausenadd missing apls_fetch
2001-05-16 foobarFixed bugs: #10297, #10615, #10783, #10880
2001-05-16 <changelog... ChangeLog update
2001-05-16 <changelog... NEWS update
2001-05-15 Jon Parise@ - Added disk_total_space() to return the total size...
next