]> granicus.if.org Git - php/shortlog
php
2000-03-12 Jouni Ahto# Compiles. Doesn't work yet. Unless leaking memory...
2000-03-12 Kristian KöhntoppFinished porting recode module.
2000-03-12 Chuck Hagenbuchpval->zval
2000-03-12 Kristian Köhntopp- using _ex() functions now, thanks to Andrej.
2000-03-12 Zeev Suraski- Define these ones and declare them in modules.h
2000-03-12 Zeev Suraski-
2000-03-12 Andi Gutmans- Guessing this is the problem
2000-03-12 Sascha SchumannUse sprintf everywhere and define sprintf to php_sprint...
2000-03-12 Sascha SchumannAlso search for freetype headers in $prefix/include...
2000-03-12 Sascha SchumannFix build on systems which lack snprintf or vsnprintf.
2000-03-12 <changelog... ChangeLog update
2000-03-12 <changelog... NEWS update
2000-03-12 Leo Baschyremove recent patch to _close_odbc_conn calling _free_o...
2000-03-11 Andrei ZmievskiNuke DEBUG.
2000-03-11 Kristian Köhntopp- Added additional DEFER macro.
2000-03-11 Andi Gutmans- Oops I commited a name change for consistency of...
2000-03-11 Andi Gutmans- Don't define DEBUG anymore. Everyone should use PHP_D...
2000-03-11 Andi Gutmans- Don't load modules which have different debug and...
2000-03-11 Sascha SchumannUpgrade to libtool 1.3.4
2000-03-11 Sam RubyUnix classpath fixes
2000-03-11 Sascha Schumannmkextlib is not created anymore
2000-03-11 Sascha SchumannWe don't need mkextlib anymore
2000-03-11 Chuck Hagenbuchswitching the order of arguments of mcal_week_of_day...
2000-03-11 Chuck HagenbuchAdd mcal_week_of_year(), submitted by jtaskine@hit.fi.
2000-03-11 <changelog... ChangeLog update
2000-03-11 <changelog... NEWS update
2000-03-11 Andi Gutmans- Remove inline from functions which are pretty large...
2000-03-10 Andrei ZmievskiAdd generated file.
2000-03-10 Andrei ZmievskiReminder.
2000-03-10 Andi Gutmans- Seems to be a problem here with the return value...
2000-03-10 Andi Gutmans- Use strlcpy() insted of strcpy()
2000-03-10 Andi Gutmans*** empty log message ***
2000-03-10 Andi Gutmans- Quick way of supporting include_once().
2000-03-10 Andi Gutmans- Support require_once().
2000-03-10 Andi Gutmans- Cleanup old IMPORT stuff
2000-03-10 Andi Gutmans- Nuke import, add include_once and include_require...
2000-03-10 Andi Gutmans- That broke the Win32 build
2000-03-10 Uwe Steinmann- replaced some old code to access server variables
2000-03-10 Andi Gutmans- Fix a bug and define an API_NO for the ZEND_MODULE_API
2000-03-10 Andi Gutmans- zend_config.h is enough
2000-03-10 Andi Gutmans- Weird that this wasn't caught earlier
2000-03-10 Andi Gutmans- Save ZEND_DEBUG, ZTS, ZEND_API information
2000-03-10 Thies C. Arntzen@- connection_aborted() and friends work again. (Thies)
2000-03-10 <changelog... ChangeLog update
2000-03-09 Leo Baschy_close_odbc_conn calls _free_odbc_result if possible
2000-03-09 Sascha SchumannVPATH builds were broken, if the user specified the...
2000-03-09 Stig BakkenPEAR now uses "use" instead of "include".
2000-03-09 Sascha SchumannFix build problem on systems where ulong is not defined.
2000-03-09 Andi Gutmans- Fix bug in syntax highlighter
2000-03-09 Uwe Steinmann- fixed cpdf_set_font() error
2000-03-09 Uwe Steinmann- ups, fixed stupid compile errors
2000-03-09 Uwe Steinmann- dropped support for version of pdflib < 3.0
2000-03-09 Sam RubyBoth PHP and Java can't read Post data - let java do...
2000-03-09 Uwe Steinmann- bug fix, insertion of links back into HTML document
2000-03-09 Sam Rubyremove duplicate line
2000-03-09 Thies C. Arntzen(OCILogon) fixed crash in OCILogon if username was...
2000-03-09 <changelog... ChangeLog update
2000-03-08 Uwe Steinmann- several fixes and cleanups in hw module
2000-03-08 Andrei ZmievskiTypo.
2000-03-08 Andrei Zmievskiblah
2000-03-08 Andrei ZmievskiAnything in $HTTP_SESSION_VARS[] is auto-registered...
2000-03-08 <changelog... ChangeLog update
2000-03-07 Uwe Steinmann- support for pdflib 3.0
2000-03-07 David HedborChanged typo (interpretor->interpreter)
2000-03-07 Sascha SchumannWrite configuration parameters into `config.nice',...
2000-03-07 Uwe Steinmann- quick hack to support pdflib 3.0 (not tested)
2000-03-07 Sascha SchumannTry to locate the mysql.sock
2000-03-07 Sascha SchumannMove the sincludes outside of AC_DEFUN(), so PHP can...
2000-03-07 Andi Gutmans- Enable MySQL by default
2000-03-07 Andrei ZmievskiExpanded checking for pcre.h and libpcre.a.
2000-03-07 Andi Gutmans- Thies, it is crucial :)
2000-03-07 Sam RubySapi/servlet build on Unix broken
2000-03-07 Uwe Steinmann- some cleanups and fixed memory leak
2000-03-07 Sam RubyInclude metaphone on win32 builds
2000-03-07 Sam RubyUnresolved external php_if_ftruncate on Win32
2000-03-07 Sascha SchumannUse threads.m4
2000-03-07 Sascha SchumannUse improved POSIX threads check from threads.m4
2000-03-07 Uwe Steinmann- switch to zend's double link list finished
2000-03-07 Sam RubyOnly define crypt if it is present
2000-03-07 Andrei ZmievskiCan't believe it hasn't been done yet.
2000-03-07 Andrei ZmievskiKill warning.
2000-03-07 Thies C. Arntzen(php: dl) fixed MAXPATHLEN bug
2000-03-07 <changelog... ChangeLog update
2000-03-07 <changelog... NEWS update
2000-03-07 Sam RubyIt looks like a number of "standard" extensions are...
2000-03-06 Sascha SchumannChange default UNIX sock to /tmp/mysql.sock
2000-03-06 Sascha SchumannBuild fixes - MySQL now actually works
2000-03-06 Stig Bakken@Cleaned up extension namespace (Stig)
2000-03-06 Sascha Schumannupdate
2000-03-06 Stig S. Bakkenadded GINIT_FUNC_ARGS and GINIT_FUNC_ARGS_PASSTHRU
2000-03-06 Sascha SchumannFinish config.m4 changes
2000-03-06 Sascha SchumannBuild always against embedded library
2000-03-06 Sascha SchumannModularize mysql autoconf stuff
2000-03-06 David HedborUse php_module_shutdown_wrapper as the shutdown function
2000-03-06 David HedborUse
2000-03-06 Zeev Suraski- Bump up Zend's API version
2000-03-06 Stig S. BakkenAdded ZEND_MODULE_INFO_FUNC_ARGS_PASSTHRU.
2000-03-06 Stig BakkenChange extension names in all extensions' zend_module_e...
2000-03-06 Andi Gutmans- Fix memory leak
2000-03-06 Sascha Schumann"User interface" for removing all files which are ignor...
next