]> granicus.if.org Git - php/shortlog
php
2000-10-28 <changelog... NEWS update
2000-10-27 Sascha SchumannPOST handler for my ubercool new Apache 2.0 function...
2000-10-27 foobarFixed PR: 6730. And it is mentioned also in RFC 959...
2000-10-27 foobarFixes PR: 7245
2000-10-27 Frank M. KromannMaking _php_math_longtobase() and _php_math_basetolong...
2000-10-27 Daniel Beulshausenadded "printer" extension, to access printers under...
2000-10-27 Sterling HughesNew e-mail address.
2000-10-27 Frank M. KromannKill compiler warning.
2000-10-27 Sascha Schumannuse puts instead of fprintf in log handler. no need...
2000-10-27 Sascha SchumannSome information about this handler
2000-10-27 Andrei ZmievskiAdded macros for object properties and class entry.
2000-10-27 Andrei Zmievski@- Fixed array_rand() to shuffle results when the numbe...
2000-10-27 Sascha SchumannLooks like transient buckets are limited to 4096 bytes...
2000-10-27 Sascha SchumannAdd log message sapi handler.
2000-10-27 Sascha SchumannApache 2.0 does some funky internal caching which works...
2000-10-27 Sascha Schumannspeling
2000-10-27 Hartmut Holzgraefetype fixes to make compilers happy
2000-10-27 Sascha SchumannAdd some comments
2000-10-27 Sascha SchumannLeave initializing of auth_(user|password) to php_handl...
2000-10-27 Sascha SchumannInitialize auth_(user|password) to NULL, if data was...
2000-10-27 Sam RubyAllow strings to be passed to methods expecting primiti...
2000-10-27 Sascha SchumannThe CGI RFC allows servers to pass Authorization data...
2000-10-27 Sascha SchumannHandle cookies and make use of php_handle_auth_data.
2000-10-27 Sascha SchumannUse php_handle_auth_data
2000-10-27 Sascha SchumannUtility function for sapi modules (it is not in SAPI...
2000-10-27 Sascha Schumannbunch of changes
2000-10-27 Sascha SchumannAllow users to specify whether they want to replace...
2000-10-27 Uwe Steinmann- added four functions to do fulltext query
2000-10-26 Andi Gutmans- Fix new -m on Windows
2000-10-26 Mathieu KooimanAdded -m (Shows list of modules) to commandline..
2000-10-26 Sascha SchumannHandle special queries.
2000-10-26 Sascha SchumannMove some code to php_handle_special_queries().
2000-10-26 Stig VenaasRemoved a warning in getaddrinfo check, not really...
2000-10-26 Daniel Beulshausenit won't work otherwise
2000-10-26 Sascha SchumannMove some initialization code from php_execute_script...
2000-10-26 Daniel Beulshausenadded dba extension for win32, currently the dsp is
2000-10-26 Daniel Beulshausenupdate
2000-10-26 Sascha SchumannAdd sapi_add_header_ex, which lets you specify whether...
2000-10-26 Daniel Beulshausenuse V_RENAME makro instead
2000-10-26 Sascha SchumannProtect us from Apache 2.0's pcre-posix stuff
2000-10-26 Sascha SchumannRemove second_arg_force_ref, defined in Zend
2000-10-26 Sascha SchumannThe type has changed to size_t.
2000-10-26 Sascha SchumannAdd session_adapt_url().
2000-10-26 Sascha SchumannReinstantiate single quotes properly.
2000-10-26 Sascha SchumannMake the API more leaner (sp?) and get rid of *copy*.
2000-10-26 Sascha SchumannProvide name of libtool archive.
2000-10-26 Sascha SchumannTemporary fix for mac os x stuff.
2000-10-26 Sascha SchumannAn Apache 2.0 Filter for PHP, completely from scratch.
2000-10-26 Andrei ZmievskiFix dba after resources patch.
2000-10-26 Andrei Zmievskisession_unset() now cleans up $HTTP_SESSION_VARS as...
2000-10-26 Andi Gutmans- Add V_RENAME() by "Daniel Beulshausen" <daniel@php4wi...
2000-10-25 Nikos MavroyanopoulosCorrected some checks for errors.
2000-10-25 Nikos MavroyanopoulosAdded keygen_s2k function. Function which generates...
2000-10-25 Andrei ZmievskiUse zend_register_list_destructors_ex() instead.
2000-10-25 Andrei ZmievskiRemove the patch to register_list_destructors().
2000-10-25 Andrei ZmievskiAdded array_sum() function.
2000-10-25 foobargdImageWBMP has some bug in it. Using the php-internal...
2000-10-25 Chuck HagenbuchInstall the new Mail classes.
2000-10-25 Chuck Hagenbuchadd Mail:: interface and supporting classes.
2000-10-23 Sascha Schumann__USE_GNU shall not be defined by application
2000-10-23 Daniel Beulshausenit's n.a. on win32 :)
2000-10-23 Stanislav MalyshevMake zlib compile again
2000-10-23 Andrei ZmievskiCleaned up.
2000-10-23 Alexander FeldmanFixed a bug in session.c. If the user calls session_mod...
2000-10-23 Hartmut Holzgraefehave you ever tried to run the regression tests with...
2000-10-23 Hartmut Holzgraefeadded a regression test skeleton file
2000-10-23 Andrei ZmievskiFix bug #7397
2000-10-23 <changelog... ChangeLog update
2000-10-23 <changelog... NEWS update
2000-10-23 Rasmus LerdorfMove server_filter to an extension-specific global
2000-10-23 Frank M. KromannAdding textlimit and textsize parameters to MSSQL sections
2000-10-22 Chris VandomelenAdded new INI entries to default php.ini files.
2000-10-22 Chris VandomelenAdded ini entry for choosing whether to use the read...
2000-10-22 Frank M. KromannAdding iisfunc to modules workspace
2000-10-22 Rasmus LerdorfNeed a global server filter for the Apache 2.0 module
2000-10-22 Thies C. Arntzen@- OCIBindByName() now does better parameter-checking...
2000-10-22 foobarMakes curl extension compile again plus some typo fixes.
2000-10-22 Rasmus LerdorfOutput function now passes the data onto the next filte...
2000-10-22 Rasmus LerdorfCode to flatten Apache 2.0 bucket brigades
2000-10-22 Sascha SchumannWe don't need to store NUL of the key which simplifies...
2000-10-22 Sascha SchumannFix php://* being handled by the ftp handler
2000-10-22 Rasmus LerdorfWoops, get rid of some crap
2000-10-22 Rasmus LerdorfThe start of an Apache 2.0 module
2000-10-22 Daniel Beulshausenadded reg. files for the pws, thanks to phil
2000-10-22 Daniel Beulshauseni'll place the reg file in the win32 folder
2000-10-22 Stig VenaasCorrected prototype comments for ldap_get_option and...
2000-10-22 Stig VenaasFixed array_type_data_compare(). I want strings to...
2000-10-22 Chris VandomelenHopefully made some compile fixes for Solaris ("sun...
2000-10-22 Chris VandomelenOops, forgot to remove those .. thought I had..
2000-10-22 Chris VandomelenCorrected some bugs dealing with compile failures ...
2000-10-22 <changelog... ChangeLog update
2000-10-22 <changelog... NEWS update
2000-10-21 Daniel Beulshausenadded missing def.
2000-10-21 Andi Gutmans- including php.h automatically includes the PHP config...
2000-10-21 Stig VenaasMade array_unique use array_type_data_compare instead...
2000-10-21 Stig VenaasAdded array_type_data_compare which is like array_data_...
2000-10-21 Daniel Beulshauseni'm sure this should be ibase_query :)
2000-10-21 Daniel Beulshauseni can find no php_config.h on win32 :)
2000-10-21 Sascha SchumannSave url_scanner_ex.c and don't require re2c to be...
2000-10-21 Daniel Beulshausenmade yaz compile under windows
next