]> granicus.if.org Git - php/shortlog
php
2002-04-24 foobar- Fixed a typo..
2002-04-24 Stanislav MalyshevInit output_start_* to avoid "output started at ZZZZZ...
2002-04-24 Harald RadiMFZE1 saschas 'Avoid exceeding buffer limits' patch
2002-04-24 Andrei Zmievski*** empty log message ***
2002-04-24 foobar- Do the ssl_onceonlyinit() as last. This is how c...
2002-04-24 foobar- Missing .libs line..
2002-04-24 Andrei ZmievskiFix Bug #14795.
2002-04-24 Andrei ZmievskiFix unwanted type conversion in array_merge_recursive...
2002-04-24 foobarOne big mess is a bit less mess now.
2002-04-24 Uwe Steinmann- Put news item about changes of domxml in
2002-04-24 Derick RethansMerge fixes
2002-04-24 foobarFix ZTS build.
2002-04-24 foobarAdded the 4.2.1 entries here too.
2002-04-24 foobarfixed the comment..
2002-04-24 Aaron BannertApache does a full load, unload, load cycle for each...
2002-04-24 Stig Bakken* add "_lastmodified" timestamp to registry files ...
2002-04-24 <changelog... NEWS update
2002-04-24 <changelog... ChangeLog update
2002-04-23 Stig Bakken0.9.1 release notes ++
2002-04-23 Stig Bakken* make validator work again
2002-04-23 foobarFixed the extension name.
2002-04-23 Stig Bakken* roll out 1.2 release
2002-04-23 foobarWrong variable used here..
2002-04-23 foobarws fix
2002-04-23 Markus Fischer- Fix proto.
2002-04-23 Markus Fischer- Fix pcntl_waitpid() [Fixes #16766].
2002-04-23 Sascha SchumannAdd #ifdef.. around F_SETFD.
2002-04-23 Derick RethansFix TSRMLS_CC thingies.
2002-04-23 Harald Radisome type cleanup work
2002-04-23 Uwe Steinmann- replace_child() will not add a child twice
2002-04-23 Hartmut Holzgraefeapache_child_terminate() returns status as bool
2002-04-23 Yasuo OhgakiRemove unneeded 'return'.
2002-04-23 Yasuo OhgakiFix possible wide char prolem.
2002-04-23 Stig Bakken* use PEAR_Common::downloadHttp()
2002-04-23 Stig Bakken* downloadHttp: pass the total number of bytes download...
2002-04-23 Stig Bakken* moved these "class variables" to global variables...
2002-04-23 Uwe Steinmann- added new function DomDocument->ids (subject to change)
2002-04-23 Uwe Steinmann- get_element_by_id() doesn't use xpath anymore but...
2002-04-23 Sascha SchumannNo need for an ifelse here (which was lacking a char...
2002-04-23 Yasuo OhgakiMake pg_convert/pg_insert/pg_select/pg_update/pg_delete...
2002-04-23 foobarThis was not supposed to be uncommented..yet.
2002-04-23 foobarPart 4 of apache sapi build fixes:
2002-04-23 foobarPart 3 of static apache build fixes:
2002-04-23 foobarPart 2 of static apache build fixes:
2002-04-23 foobarPart 1 of commits to fix some issues with static apache...
2002-04-23 foobarMissing date for 4.2.0
2002-04-23 <changelog... ChangeLog update
2002-04-23 foobarChanged the error for 'no upload' to E_NOTICE so that...
2002-04-22 Rui Hirokawafixed access problem when japanese Shift_JIS character...
2002-04-22 Sascha Schumannremove unnecessary casts
2002-04-22 Sascha SchumannSet the close-on-exec flag for fds. Child processes...
2002-04-22 Jim JagielskiTypo in error string
2002-04-22 Harald Radiset up a proxy object when requesting a reference to...
2002-04-22 Harald Radifixes a warning when compiling under win32
2002-04-22 Marko KarppinenRefine the OS X support a bit
2002-04-22 Marko KarppinenMerged the Mac OS X compile changes from the Apache...
2002-04-22 Marko KarppinenPrettify the NEWS entries
2002-04-22 Marko KarppinenLet's pretend this is up-to-date now
2002-04-22 Harald Radichanges related to the latest commit of the zend engine
2002-04-22 Harald Radiadded get_class_entry callback handler to the
2002-04-22 Edin KadribasicReverting my previous patch.
2002-04-22 Sebastian BergmannMFZE1: Change default value of inline-opt to yes (Sascha).
2002-04-22 Harald Radifixed linkage warning under win32
2002-04-22 Martin Jansen* Due to the recent changes in the installer stuff...
2002-04-22 Sascha Schumannhash keys lengths include the NUL-byte, so we need...
2002-04-22 <changelog... ChangeLog update
2002-04-21 foobarmissing .cvsignore
2002-04-21 Rui Hirokawafixed problem when multibyte character is included...
2002-04-21 Rui Hirokawasmall performance improvement when pass is selected...
2002-04-21 Edin KadribasicAdded ..\..\..\php_build\lib\apache2 to libpath and
2002-04-21 Wez FurlongApply that patch I wrote ages ago that fixes some probl...
2002-04-21 Stig Bakken* more uniform "level 2 debug messages"
2002-04-21 Sascha Schumannrefactoring in pgsql_do_connect and some "leaner" code...
2002-04-21 Sascha SchumannAvoid allocating resources, if we know that the input...
2002-04-21 Sascha Schumannspeling fix and s/FAILURE/HASH_KEY_NON_EXISTANT/
2002-04-21 Sascha SchumannThe default has been changed to assume failure, because...
2002-04-21 Sascha SchumannAdd PGSQL_RETURN_OID which encapsulates the LONG_MAX...
2002-04-21 Sascha SchumannAlso support --disable-shared installations of pgsql
2002-04-21 Stig Bakken* set version to 0.9.1-dev
2002-04-21 Stig Bakken* PHP_PREFIX constant is not defined, use bin_dir pear...
2002-04-21 Sascha SchumannMy patch as posted to php-dev + warnings/errors fixed...
2002-04-21 Martin Jansen* Remove package directory if empty during uninstall...
2002-04-21 foobarTiny typo..
2002-04-21 Tomas V.V.CoxBail on no HTTP.php present in the system
2002-04-21 Tomas V.V.Coxtypo
2002-04-21 Sascha Schumannsimplify and improve speed of smart_str_print_long.
2002-04-21 Sterling Hughesexpletives deleted.
2002-04-21 Sterling Hughessome more fixes towards making it work again
2002-04-21 <changelog... NEWS update
2002-04-21 <changelog... ChangeLog update
2002-04-20 Zeev SuraskiMFZE1
2002-04-20 Sascha Schumannallocate space for NUL
2002-04-20 Derick Rethans- initialize globals properly
2002-04-20 jim winsteadinclude the checks for various support libraries to...
2002-04-20 jim winsteads/.o/.c/
2002-04-20 Sterling Hughesrealloc buffer down
2002-04-20 Sascha SchumannIf I don't want mbstring, I also don't want this transp...
2002-04-20 Yasuo OhgakiMake pg_lo_import()/pg_lo_unlink()/pg_lo_open()/pg_lo_e...
2002-04-20 Derick Rethans- Add missing .cvsignore
2002-04-20 Sander RoobolAnother .cvsignore update
next