]> granicus.if.org Git - php/shortlog
php
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...
2000-06-12 Zeev SuraskiFix a bug in extension_dir, where PG(extension_dir...
2000-06-12 Frank M. Kromannmaking zlib module compile on win32 with new directory...
2000-06-12 Frank M. Kromannmaking oracle module compile on win32 with new director...
2000-06-12 Frank M. Kromannmaking oci8 module compile on win32 with new directory...
2000-06-12 Frank M. Kromannmaking ldap module compile on win32 with new directory...
2000-06-12 Frank M. Kromannmaking java module compile on win32 with new directory...
2000-06-12 Frank M. Kromannmaking imap module compile on win32 with new directory...
2000-06-12 Frank M. Kromannmaking ftp module compile on win32 with new directory...
2000-06-12 Frank M. Kromannmaking exif module compile on win32 with new directory...
2000-06-12 Frank M. Kromannmaking calendar module compile on win32 with new direct...
2000-06-12 Zeev SuraskiReturn the previous error handler from set_error_handler()
2000-06-12 Zeev Suraskinews update
2000-06-12 Zeev SuraskiAvoid using E_CORE_* errorlevels in any place which...
2000-06-12 Frank M. Kromannmaking MSSQL module compile with new directory structure
2000-06-12 Andrei Zmievski@- Upgraded PCRE to version 3.2 and fixed a bug when...
2000-06-12 Andrei ZmievskiDocument change.
2000-06-12 Andi Gutmans- On UNIX support popen() which works with current...
2000-06-12 Andrei ZmievskiMake gdttf.c work with virtual dir support.
2000-06-12 Andi Gutmans- Start of popen() fix for UNIX. Still unclear what...
2000-06-12 Zeev SuraskiKilled <?php_track_vars?>
2000-06-12 Zeev SuraskiGet rid of <?php_track_vars?>
2000-06-12 Andrei Zmievski(PHP str_pad) Terminate string with a null.
2000-06-12 Zeev SuraskiLets not offend anyone :)
2000-06-12 Egon SchmidFixed a proto.
2000-06-12 Egon SchmidFixed protos.
2000-06-12 Andrei Zmievski(php_readdir_r) Revert that bad patch.
2000-06-12 Egon SchmidFixed some protos.
2000-06-12 Andrei ZmievskiQuiet CVS.
2000-06-12 Andrei Zmievski(php_readdir_r) Last argument to readdir_r was missing.
2000-06-12 <changelog... ChangeLog update
2000-06-11 Rasmus LerdorfFix overlooked core->main change
2000-06-11 Zeev SuraskiFix Windows .dsp's
2000-06-11 Sascha SchumannChange directory name from core to main.
2000-06-11 Sascha SchumannPrepare move of the top-level source files to the core...
2000-06-11 Andi Gutmans- Solve floating point precision crash on FreeBSD.
2000-06-11 Andi Gutmans- Fixes crash problem on FreeBSD when losing precision...
2000-06-11 Andi Gutmans- Update NEWS
2000-06-11 Andi Gutmans- Untested but it should fix the problem with cyr_conve...
2000-06-11 Andi Gutmans- Make shockwave work with virtual_dir (a bit ugly).
2000-06-11 Egon SchmidAdded argument type.
2000-06-11 Zeev SuraskiFix zend_get_parameters()
2000-06-11 Stig VenaasForgot to set_compare_func in the new array functions...
2000-06-11 Sascha SchumannSeparate creating config_vars.mk and generating Makefiles.
2000-06-11 Sascha SchumannRemove unnecessary second cat invocation
2000-06-11 Thies C. Arntzen(set_time_limit) converted to new API.
2000-06-11 Sascha SchumannUpgrade to Libtool 1.3.5.
2000-06-11 Sterling Hughesoops.
2000-06-11 <changelog... ChangeLog update
2000-06-11 Jouni Ahto- Avoid generating unnecessary switch statemets.
2000-06-10 Andrei ZmievskiOne more place.
2000-06-10 Andrei ZmievskiTerminate the string with '\0'.
2000-06-10 Stig VenaasNotice about adding array_unique, array_intersect and...
2000-06-10 Stig VenaasChanged array_subtract to array_diff
2000-06-10 Stig VenaasAdding fuctions array_unique, array_intersect and array...
2000-06-10 Andi Gutmans- Fix bug in virtual_file_ex when the resulting path...
2000-06-10 Andi Gutmans- Fixed problem when using uninitialized values in...
2000-06-10 Andi Gutmans- Commit message says it all
2000-06-10 Andi Gutmans- Erased an extra line by mistake
2000-06-10 Andi Gutmans- Fix PostgreSQL project file a bit.
2000-06-10 Sascha SchumannDefine _POSIX_PTHREAD_SEMANTICS on Solaris by default.
2000-06-10 Jouni Ahto- Fix incorrect code creation when an optional argument...
2000-06-10 Andi Gutmans- This seems to be a bug. Anyone know who wrote this...
2000-06-10 Andi Gutmans- Update module project files to include:
2000-06-10 Jouni Ahto- Add some documentation for ext_skel and a note about...
2000-06-10 Andi Gutmans- #ifdef COMPILE_DL_FOO
2000-06-10 Andi Gutmans- Nuke COMPILE_DL. Modules that need to be compiled...
2000-06-10 Sascha SchumannAdd -qthreaded for AIX cc V5
2000-06-10 Sascha SchumannAdd FreeBSD's new -kthread option.
2000-06-10 Sascha SchumannFix MYSQL_LIB_CHK ($i is used by the outer loop)
2000-06-10 Sascha SchumannSearch for mysqlclient library in lib and lib/mysql
2000-06-10 Sascha SchumannFix typo
2000-06-10 Jouni Ahto- Fix typos, add default case to switch and other small...
2000-06-10 Jouni Ahto- Automatically generate C code to handle arguments...
2000-06-10 Sascha SchumannMake yaz compilable as shared module.
2000-06-10 <changelog... ChangeLog update
2000-06-10 <changelog... NEWS update
2000-06-10 Zeev SuraskiI can't think of a reason of why it should just be...
2000-06-10 Zeev SuraskiFix bug #4768
2000-06-09 Jouni Ahto# Still a typo.
2000-06-09 Andi Gutmans- Update postgress to build on Windows
2000-06-09 Jouni Ahto# Cosmetic fixes and a typo.
2000-06-09 Andrei Zmievski@- Fixed 'Z' flag in date() to adjust for daylight...
2000-06-09 Andrei ZmievskiMade an alias for hash apply with arguments.
2000-06-09 Jouni Ahto- Cosmetic changes.
2000-06-09 Andi Gutmans- Forgot to remove the FIXME
2000-06-09 Andi Gutmans- Make the memory limit accurate
2000-06-09 Sascha SchumannReal fix for std_syslog issue on OpenServer. This is...
2000-06-09 Sascha SchumannThe ! command is not portable.
2000-06-09 Andi Gutmans- Fix cache initialization
2000-06-09 Andi Gutmans- Allocate and cache in 8 byte blocks. Most allocators...
2000-06-09 Zeev SuraskiUpdate news
2000-06-09 Zeev SuraskiFix bug #4933
next