]> granicus.if.org Git - php/shortlog
php
2000-02-15 <changelog... NEWS update
2000-02-14 Andi Gutmans- Put in the infrastructure for the unset() fix. Right...
2000-02-14 Andi Gutmans- Fix bug in func_get_arg()
2000-02-14 Stig Bakken@Re-introduced "none" for disabling auto_prepend/append...
2000-02-14 Stig Bakken@Added DB/storage to PEAR
2000-02-14 Andrei ZmievskiFix for filesize() and others on sockets.
2000-02-14 <changelog... ChangeLog update
2000-02-14 <changelog... NEWS update
2000-02-14 Hartmut Holzgraefeimap_delet(),imap_undelete() and imap_move() will now...
2000-02-14 David HedborUse sapi_free_header.
2000-02-13 Zeev SuraskiFix a few memory leaks
2000-02-13 Zeev SuraskiFix a memory leak
2000-02-13 Frank M. KromannFixing compile and link with current cvs.
2000-02-13 Andi Gutmans- Not sure if len can be zero but it's better to check...
2000-02-13 Andi Gutmans- Beautify a bit.
2000-02-13 Zeev Suraski- Hopefully fix strip_tags bug
2000-02-13 Thies C. Arntzen@- Fixed crash in strip_tags() and related functions...
2000-02-13 Andi Gutmans- Save a function call one very hash_add
2000-02-13 Andi Gutmans- Improve startup speed a bit by using the hash_*_ptr...
2000-02-13 Andi Gutmans- Make startup a bit faster by changing some hash_updat...
2000-02-13 Andi Gutmans- Fix a couple of potential bugs where we were using...
2000-02-13 Danny Heijl- PHP_WIN32
2000-02-13 Zeev SuraskiReport access violations
2000-02-13 Zeev Suraski*** empty log message ***
2000-02-13 Zeev SuraskiMake all of the ISAPI variables register themselves...
2000-02-13 Zeev SuraskiMake (array) false == array() and not array(false)
2000-02-13 Zeev SuraskiTrap bailout of shutdown functions
2000-02-12 Andi Gutmans- Update the C file to use PHP_WIN32
2000-02-12 Andi Gutmans- Update the project file with the Win32 defines.
2000-02-12 Thies C. Arntzenhaving HTTP_UPLOAD_FILES[] seems logical to me
2000-02-12 Thies C. Arntzen@- Workaround for bogus POST-Data from IE/Mac. (Thies)
2000-02-12 Andi Gutmans- Support wddx by default on Windows
2000-02-12 Sascha Schumann$ext_src_base is the source dir of the extension
2000-02-12 Sascha SchumannTell expat the byte order
2000-02-12 Sascha SchumannNever use Apache regex stuff
2000-02-12 Sascha Schumann#if WIN.* => #ifdef PHP_WIN32
2000-02-12 Sascha SchumannUse bundled expat library on UNIX. Note: Need to fix...
2000-02-12 Andi Gutmans- Fix the Release_inline part.
2000-02-11 Sam Rubyon WIN32, PHP_WIN32 and ZEND_WIN32 need to be defined
2000-02-11 Andrei Zmievski(request_shutdown) Prevent infinite loop on shutdown...
2000-02-11 Andrei ZmievskiMade a couple of typedefs for zend_hash_apply_*() calls.
2000-02-11 Andrei ZmievskiFix prototype.
2000-02-11 Thies C. Arntzenbacked out some stuff that got committed by accident...
2000-02-11 Andrei Zmievski(PHP passthru) Shouldn't return anything.
2000-02-11 Andrei Zmievskirequest_info.h is gone.
2000-02-11 Zeev SuraskiUpdate .dsp's
2000-02-11 Zeev SuraskiFine tune Andi's patch
2000-02-11 Andrei ZmievskiDefine phpext_oracle_ptr properly.
2000-02-11 Sascha SchumannMore cosmetic things
2000-02-11 Sascha SchumannKill warnings
2000-02-11 Sascha SchumannSome style(9) cosmetics
2000-02-11 Andi Gutmans- Baby steps with PHP_WIN32 :)
2000-02-10 Andrei ZmievskiAvoid the 'unexpected end of file' error.
2000-02-10 Andi Gutmans- A few more
2000-02-10 Andi Gutmans- A bit more PHP_WIN32 work
2000-02-10 Andi Gutmans- Get rid of some more evil MSVC5's and switch standard...
2000-02-10 Zeev SuraskiFinal build fixes - that's enough for now...
2000-02-10 Zeev SuraskiUpdate .dsp's
2000-02-10 Zeev Suraskirequest_info.c is dead! long live SAPI
2000-02-10 Zeev Suraskirequest_info.c is giving up
2000-02-10 Zeev SuraskiSAPIfication, Episode VI: Return of the SAPI
2000-02-10 Zeev SuraskiThe last patch wasn't that good, fix
2000-02-10 Zeev SuraskiMore protection...
2000-02-10 Zeev SuraskiMake the CVS compile again
2000-02-10 Zeev SuraskiOnly activate if we're inside an actual request
2000-02-10 Zeev SuraskiYes, you guessed it... More cleanup
2000-02-10 Zeev SuraskiMore cleanup!
2000-02-10 Sascha SchumannSet ext_base, a common prefix to the per-extension...
2000-02-10 Sascha Schumann- Fixed ^#[ ]+preprocessor directive$ constructions...
2000-02-10 Zeev SuraskiMore cleanup - move getenv() to SAPI
2000-02-10 Zeev SuraskiMore cleanup...
2000-02-10 Andi Gutmans- Little fix
2000-02-10 Andi Gutmans- #define ZEND_WIN32 differently
2000-02-10 Andi Gutmans- PHP_WIN32
2000-02-10 Andi Gutmans- Introduce PHP_WIN32
2000-02-10 Andi Gutmans- Finally beautify those WIN32|WINNT checks
2000-02-10 Zeev SuraskiMore cleanup
2000-02-10 Andrei ZmievskiShould be 'deactivate' rather than the opposite.
2000-02-10 Zeev SuraskiMore abstraction
2000-02-10 Zeev SuraskiAlways use getopt with CGI, never use it for anything...
2000-02-10 Zeev SuraskiMove the logging mechanism to SAPI
2000-02-10 Thies C. Arntzen@- Added NULL-support in gettype(). (Thies)
2000-02-10 Uwe Steinmann- added funktion xmltree(), renamed dom() to xmldoc...
2000-02-10 Uwe Steinmann- added pdf_open_tiff()
2000-02-10 Thies C. Arntzen@- base64_decode() will decode POST data correct. ...
2000-02-10 Andi Gutmans- Shouldn't be there
2000-02-10 Andi Gutmans- Cleanup the code
2000-02-10 <changelog... ChangeLog update
2000-02-09 Zeev SuraskiFix last known nasty bugs in Zend. It'll be cool if...
2000-02-09 Uwe Steinmann- removed stupid leftover in testdom
2000-02-09 Andrei ZmievskiReturn by reference, where necessary.
2000-02-09 Stig BakkenAdded three get modes: DB_GETMODE_ORDERED, DB_GETMODE_A...
2000-02-09 Thies C. Arntzen*** empty log message ***
2000-02-09 Thies C. Arntzenforeach() works now for objects as well.
2000-02-09 Uwe Steinmann- new function to read and parse xml doc from file
2000-02-09 Uwe Steinmann- fixed several bugs an did some testing. Parsing and...
2000-02-09 Thies C. Arntzenshut-up CVS
2000-02-09 <changelog... ChangeLog update
2000-02-09 <changelog... NEWS update
2000-02-08 Zeev SuraskiChange string->str where possible; string is basic...
next