]> granicus.if.org Git - php/shortlog
php
2000-06-16 Andrei Zmievski@- Enhanced WDDX functions to call __sleep() and __wake...
2000-06-16 Hartmut Holzgraefetypo fix
2000-06-16 Hartmut Holzgraeferetro-patch from // comments, theese where private...
2000-06-16 Andrei ZmievskiTypo.
2000-06-16 Hartmut HolzgraefeC++ // comments are evil ...
2000-06-16 Egon SchmidProtos looks now equal in both versions.
2000-06-16 Zeev SuraskiMake it possible to access other threads' local storage...
2000-06-16 Zeev SuraskiOk, this time here's some real Win32 system programming :)
2000-06-16 Thies C. Arntzen@- Changed WDDX to serialize arrays as structs only...
2000-06-16 Sascha SchumannMore main work
2000-06-16 Sascha SchumannSome stuff has moved to main
2000-06-16 Jouni Ahto- Forgot to test check for errors in two places.
2000-06-16 Andi Gutmans- Make Windows compile
2000-06-16 Andi GutmansFix UNIX build
2000-06-16 Zeev SuraskiMacro it up the right way
2000-06-16 Zeev SuraskiMacro this up, so it can be moved to other places
2000-06-16 Zeev SuraskiImprove timeout support - ini_get("max_execution_time...
2000-06-16 <changelog... ChangeLog update
2000-06-16 <changelog... NEWS update
2000-06-16 Zeev Suraski- Move timeout code to Zend
2000-06-16 Zeev SuraskiMove timeout code to Zend, allow Win32 timeouts
2000-06-16 Andi Gutmans- Don't need to check doc_root's length twice
2000-06-16 Andi Gutmans- Last one for tonight. Make sure that we don't check...
2000-06-16 Andi Gutmans- Last patch for tonight. A more optimized way to check...
2000-06-16 Andi Gutmans- Missed a bracket
2000-06-16 Andi Gutmans- Beautify fopen-wrappers a bit.
2000-06-15 Andi Gutmans- More #if WIN32|WINNT -> #ifdef PHP_WIN32 conversions
2000-06-15 Andi Gutmans- Beautify a bit
2000-06-15 Andi Gutmans- Try and fix crash with CGI.
2000-06-15 Andrei ZmievskiUse hardcoded 3600 seconds offset instead of altzone...
2000-06-15 Andi Gutmans- Unncessary SLS_FETCH();
2000-06-15 Zeev SuraskiFix non thread-safe mode - asp_tags/short_tags etc...
2000-06-15 Andi Gutmans*** empty log message ***
2000-06-15 Brian Moonset_file_buffer was not being exported. This is now...
2000-06-15 Andi Gutmans*** empty log message ***
2000-06-15 Andi Gutmans- Support multiple arguments to unset()
2000-06-15 Andi Gutmans- virtual_fopen() should fail on empty path
2000-06-15 Thies C. Arntzenups.
2000-06-15 Thies C. Arntzenchanged return type of ZEND_VERIFY_RESOURCE from FALSE...
2000-06-15 Thies C. Arntzen.
2000-06-15 Andrei ZmievskiAnother entry.
2000-06-15 Andrei Zmievski@- Updated strtotime() to handle many more formats...
2000-06-15 Thies C. Arntzenfixed typo
2000-06-15 Andrei ZmievskiAdd php_version.h.
2000-06-15 Uwe Steinmann- changes to handle the slightly different access to...
2000-06-15 Uwe Steinmann- fixed problems with missing attributes due to a change
2000-06-15 Chuck Hagenbuchpatch from jtaskine@hit.fi - add deleted info to imap_m...
2000-06-15 <changelog... ChangeLog update
2000-06-15 <changelog... NEWS update
2000-06-15 Jouni Ahto- Fixed incorrect code generated when all parameters...
2000-06-14 Hartmut Holzgraefereturn FALSE from strftime on negative timestamp values
2000-06-14 Rasmus LerdorfRefine checkdate() fix to accept numeric strings and...
2000-06-14 Sascha SchumannMove some stuff to zend_operators.h which is required...
2000-06-14 Andi Gutmans- More correct way of doing bit mask
2000-06-14 Zeev Suraski@- Moved VC++ Win32 project and workspace files to...
2000-06-14 Thies C. Arntzenreminder
2000-06-14 Rasmus LerdorfRequire the year arg to checkdate to be an integer...
2000-06-14 Zeev SuraskiThoroughly fix .dsp problems - restore custom builds
2000-06-14 Andrei Zmievskitest
2000-06-14 Thies C. Arntzenno c++ comments, please
2000-06-14 Egon SchmidFix for #5028.
2000-06-14 Sam RubyFind servlet includes in new "main" directory. Add...
2000-06-14 Sascha SchumannCopy header files from main and also add that directory...
2000-06-14 Sascha Schumann.
2000-06-14 Sascha SchumannOnly replaced C0X and C0x, but not c0x..
2000-06-14 Sascha SchumannRename C0x-inline to C9x-inline, and frame preprocessor...
2000-06-14 Sascha SchumannUse the new PHP_GEN_* macros in pear
2000-06-14 Jouni Ahto# Prevent Hartmut finding this until it is actually...
2000-06-14 Andi Gutmans- Make Win32 build
2000-06-14 <changelog... ChangeLog update
2000-06-14 Sam RubyExport the necessary functions to enable servlet suppor...
2000-06-13 Andrei ZmievskiPlus a leak when both register_globals and track_vars...
2000-06-13 Stig VenaasNews of ldap_add() and ldap_modify() fix.
2000-06-13 Stig VenaasAlso need to 0-terminate when adding/modifying an array...
2000-06-13 Stig VenaasThink have to 0-terminate mod_values strings, got trail...
2000-06-13 Andi GutmansAdd to the API
2000-06-13 Andrei ZmievskiWe should define symlink functions only when HAVE_SYMLI...
2000-06-13 Sascha SchumannDue to creating the Makefiles later, generating libphp4...
2000-06-13 Sascha SchumannAdd optional support for C0x inline semantics.
2000-06-13 Andrei Zmievskiarray_uniq() has been implemented by someone else.
2000-06-13 Sascha SchumannInclude <math.h> in php_math.h. This is necessary,...
2000-06-13 Sascha SchumannDelete phpdir.h. Someone moved this to php_dir.h in...
2000-06-13 Sascha SchumannRename phpmath.h to php_math.h.
2000-06-13 Thies C. Arntzencopy() now creates the destination file with mode 0777...
2000-06-13 Andrei ZmievskiDamn.
2000-06-13 Andrei ZmievskiForgot to add this yesterday.
2000-06-13 Jim JagielskiO_APPEND breaks 'c' for DBM files - this is handled
2000-06-13 Sascha SchumannAdd llist_apply_func_t and make prototypes use the...
2000-06-13 Sascha SchumannProper casts
2000-06-13 Sascha SchumannRemove extra cast. `ch' is already of type `char *'.
2000-06-13 Sascha SchumannRemove single ;
2000-06-13 Sascha SchumannFix spelling
2000-06-13 Andrei Zmievski(php_math_number_format) Simplifying the logic also...
2000-06-13 <changelog... ChangeLog update
2000-06-13 <changelog... NEWS update
2000-06-13 Chuck HagenbuchCheck more locations. Submitted by Anil Madhavapeddy...
2000-06-12 David HedborRemoved obsolete, commented line
2000-06-12 Zeev SuraskiMake Egon happy :)
2000-06-12 Zeev SuraskiFix verified, update news
2000-06-12 Zeev Suraski@- Fixed an initialization problem in the MS-SQL proble...
next