]> granicus.if.org Git - php/shortlog
php
2001-05-10 Zeev SuraskiTreat numeric strings as numbers in the increment operator
2001-05-10 foobarMissing .slo ignore.
2001-05-10 foobarFixed bug: #10779
2001-05-10 foobarCleaning this a bit too. Now I'm also able to configure...
2001-05-10 Sterling HughesFix naming issue
2001-05-10 <changelog... ChangeLog update
2001-05-10 <changelog... NEWS update
2001-05-10 foobarCleaning up here too.
2001-05-10 foobarMoved the zlib configure before other extensions.
2001-05-10 foobarCleaned up this a bit..
2001-05-09 Wez FurlongReverse my earlier patch for mysql_db_query() & emit...
2001-05-09 Frank M. KromannSwitching to zend_register_list_destructors_ex()
2001-05-09 Andrei ZmievskiNuke unused variable.
2001-05-09 Andrei ZmievskiFix a few bugs in zend_is_callable() and make it stricter.
2001-05-09 Andrei Zmievski@- Added is_callable() function that can be used to...
2001-05-09 Frank M. KromannMinor change to the way string lengths are calculated...
2001-05-09 Sascha SchumannDocument overwriting behaviour of PHP_ARG_WITH/ENABLE...
2001-05-09 Frank M. KromannGetting rid of memset.
2001-05-09 foobarThe PHP_EXTENSION() has to be before any other PHP_ARG_...
2001-05-09 Wenhui ZhangChange for Empress PHP support
2001-05-09 Zeev SuraskiUpdate .dsp
2001-05-09 Sascha SchumannAlso remove -L/usr/lib/? from LDFLAGS.
2001-05-09 Sascha SchumannRemove -L/usr/lib/? from PHP_LDFLAGS.
2001-05-09 Rui Hirokawaremaked mb_gpc_handler as mb_parse_str() in mbstring.
2001-05-09 Sterling Hughesfix crash bug (unlikely, but this is the only place...
2001-05-09 foobarFixed a typo.
2001-05-09 <changelog... ChangeLog update
2001-05-09 Harald RadiE_ERROR instead of E_WARNING on nullpointer exceptions
2001-05-08 Frank M. KromannUse RETURN_ macros to define function returns.
2001-05-08 foobarNo need to show these if they are not used.
2001-05-08 foobarFixed: http://www.php.net/bugs.php?id=10733&edit=1
2001-05-08 Dan Kalowskythis is a fix for bug 10250. it basically provides...
2001-05-08 Andi Gutmans- Fix line numbers when some lines end with \r
2001-05-08 Frank M. KromannFixing the use of compatibility mode. When the flag...
2001-05-08 Frank M. KromannFixing the use of compatibility_mode setting in php...
2001-05-08 Andrei ZmievskiRemove wrong line.
2001-05-08 Andrei ZmievskiReformatting.
2001-05-08 Zeev SuraskiUpdate NEWS
2001-05-08 Andi Gutmans- Fix crash bug reported by DBG author Dmitri Dmitrienko.
2001-05-08 Rui Hirokawaadded mb_language to ext/mbstring.
2001-05-08 foobarFix the build.
2001-05-08 Dan Kalowskyreminder to remove the --with-openlink configure option
2001-05-08 <changelog... ChangeLog update
2001-05-08 <changelog... NEWS update
2001-05-08 Zeev Suraski$argc was off by one in -f (fix bug #9289)
2001-05-08 James MooreGive correct warnings if certain libaries/verisons...
2001-05-07 Zeev Suraskiwhitespace
2001-05-07 Zeev SuraskiAvoid crashing if somehow, output is sent in a new...
2001-05-07 Marc BoerenPassed db_handle to dbx_error_function instead of NULL...
2001-05-07 Rui Hirokawaupdate address of licence term in mbstring.
2001-05-07 Zeev SuraskiUpdate NEWS
2001-05-07 Zeev SuraskiMake zend_execute_scripts() reentrant
2001-05-07 Zeev SuraskiAllow virtual() of PHP files. We may have to improve...
2001-05-07 Wez FurlongEnabled optional result_mode param in mysql_db_query...
2001-05-07 Sascha SchumannAs the WDDX extension can now be built as shared extension
2001-05-07 David HedborPatch from Jan Legenhausen to add vars to the HTTP_SERV...
2001-05-07 <changelog... ChangeLog update
2001-05-07 <changelog... NEWS update
2001-05-06 Stig Bakkenupdated the .emacs example
2001-05-06 Stig Bakkenuse $PHP_LAYOUT, not $libdir, to determine the extensio...
2001-05-06 Stig Bakken@Added --with-layout configure option (Stig)
2001-05-06 Egon SchmidFixed some protos.
2001-05-06 Sterling Hughesfix crash bug
2001-05-06 Rui Hirokawafixed divided by zero exception and lack of multidiment...
2001-05-06 Sterling Hughesfix compile bug.
2001-05-06 foobarAttempt to fix the build when a c-client lib with kerbe...
2001-05-06 Zeev SuraskiRecover from a parse error in include files (before...
2001-05-06 James MooreFix win32 build
2001-05-06 Derick Rethans- Nuke warning
2001-05-06 Sascha SchumannUp prerequisites to libtool 1.4
2001-05-06 Sascha SchumannUpgrade to libtool 1.4.
2001-05-06 Derick Rethans- Partial fix for bug #9050, support for "Jan 19 2000...
2001-05-06 Andi Gutmans- .cc files were renamed. Update .cvsignore.
2001-05-06 foobarMoved ts_alloca_id() into MINIT like Andi requested.
2001-05-06 foobarFix bug: #8834. Now there should be more random salts..
2001-05-06 Zeev SuraskiYikes, that would have been a very bad bug :)
2001-05-06 Zeev SuraskiFloating point keys didn't work in array() (fix bug...
2001-05-06 foobarFixed bug: #7227. Now the correct strings (if set)...
2001-05-06 foobarFix bug: #10323. Every value outputted is now escaped.
2001-05-06 Zeev SuraskiUpdate NEWS
2001-05-06 Zeev SuraskiHear hear, interactive mode is finally showing some...
2001-05-06 Zeev SuraskiSupport interactive mode in thread-safe builds
2001-05-06 Zeev SuraskiFix autoconversion of hexadecimal strings
2001-05-06 Zeev SuraskiRetain single spaces as spaces to condense HTML
2001-05-06 Sascha SchumannFix broken build
2001-05-06 Wez FurlongFixed win32 build problem.
2001-05-06 Egon SchmidCorrected one proto.
2001-05-06 foobarBeutify phpinfo() output.
2001-05-06 foobarAdded a check that libc-client support SSL.
2001-05-06 foobarRemoved usused variables.
2001-05-06 Rui Hirokawafixed a compilation problem without --enable-mbstr...
2001-05-06 Rasmus LerdorfAdd pg_last_notice() function
2001-05-06 <changelog... ChangeLog update
2001-05-05 Wez FurlongFixed Andi's build problem.
2001-05-05 Wez FurlongNuke buffering from php_streams, move connect_nonb...
2001-05-05 Andi Gutmans- Fix format to be consistent
2001-05-05 Zeev SuraskiLayout fix
2001-05-05 Zeev SuraskiFix missing statement
2001-05-05 Sascha SchumannFix libtool check
2001-05-05 Wez FurlongAdded Sascha Kettler to credits
next