]> granicus.if.org Git - php/shortlog
php
2001-09-16 Hartmut Holzgraefecompiles without warnings now
2001-09-16 Sterling Hughesfor the daft folks that think 0 is a good seed.
2001-09-16 Sterling Hughes@ Make the seed options to srand() and mt_srand() optio...
2001-09-16 <changelog... ChangeLog update
2001-09-16 <changelog... NEWS update
2001-09-15 Sterling Hughesfix this in a couple of other places and use estrndup...
2001-09-15 Sterling Hughesproperly grab field and value pairs, plus avoid a segfa...
2001-09-15 Sergey KartashoffA bug fixed when trying to return NULL strings.
2001-09-15 Rui Hirokawa Added support for japanese encoding to htmlentites...
2001-09-15 <changelog... ChangeLog update
2001-09-14 <changelog... ChangeLog update
2001-09-13 Hartmut Holzgraefemore data types supported (and warn if unsupported...
2001-09-13 Thies C. Arntzenfix strtr() when called with two parameters. this has...
2001-09-13 <changelog... ChangeLog update
2001-09-12 Hartmut Holzgraefebe more flexible in finding a db++ installation
2001-09-12 foobarEnable chroot() only if SAPI is CGI.
2001-09-12 <changelog... ChangeLog update
2001-09-11 Andy Sautinsoops. Used C++ style comments. Make C style
2001-09-11 Andy SautinsCollection fix. Fix core dump when accessing an elemen...
2001-09-11 Andy SautinsHandle assign/append of NULL values to collections...
2001-09-11 Sascha Schumannrevert last commit. Guys, discuss such things first...
2001-09-11 Sterling HughesAdd an API function for setting the session id from...
2001-09-11 Sascha SchumannAlways return something from non-void function
2001-09-11 Sascha SchumannRemove some unused variables
2001-09-11 Sascha SchumannSimilar to autoconf-2.5x, say who is doing what.
2001-09-11 Sascha SchumannIgnore "AC_PROG_LEX invoked multiple times"
2001-09-11 Sascha SchumannRemove obselete message and drop "divert(6)" which...
2001-09-11 Egon SchmidFixed some protos. Haven't read the source code, so...
2001-09-11 Wez FurlongRevise the xxx_export api so that exporting to files...
2001-09-11 <changelog... ChangeLog update
2001-09-11 Wez FurlongArrrgghh!
2001-09-10 Wez FurlongAdded some preliminary x509 cert and csr creation/signi...
2001-09-10 foobarfix build.
2001-09-10 Daniel Beulshausenfix resource destruction
2001-09-10 Sascha SchumannUse $(LINK) for libraries, but $(LINK_CLEAN) for creati...
2001-09-10 Derick Rethans- Fix for bug #13230
2001-09-10 Sascha SchumannFix a problem when withval pointed to a symlink and...
2001-09-10 Daniel Beulshausendon't forget TSRMLS_CC when using zend_parse_parameters
2001-09-10 Daniel Beulshausenlet apache2 filter build under win32
2001-09-10 Sascha SchumannA round of "d'ohs" for me, please.
2001-09-10 Sascha SchumannUse proper macro to return string with unknown length
2001-09-10 Harald Radiremoved ->is_ref check, doesn't make sense and causes...
2001-09-10 Harald RadiIDispatchs got released if they were passed to another...
2001-09-10 Stig Bakken.cvsignore
2001-09-10 Stig Bakken* build fix
2001-09-10 Sterling HughesRevert, this is max error size, not strlen(error)
2001-09-10 Sterling HughesRETURN_STRING -> RETURN_STRINGL
2001-09-10 <changelog... ChangeLog update
2001-09-10 Zeev SuraskiMFZE1 (nuke cplusplus code)
2001-09-10 Zeev SuraskiMFZE1 (support return value in execute_scripts)
2001-09-09 Zeev SuraskiDo some justice to the doc team
2001-09-09 Sascha SchumannBetter fix for mark problem
2001-09-09 Sascha SchumannFix mark-handling
2001-09-09 Derick Rethans- Don't wrap lines... this is annoying while coding.
2001-09-09 Derick Rethans- Really fix nl2br now... it's actaulyl faster now
2001-09-09 Derick Rethans- Fix for bug 11904
2001-09-09 Sterling Hughesremove ARG_COUNT(ht)
2001-09-09 Sterling Hughesexport the mt rand functions...
2001-09-09 Derick Rethans- Removed duplicate FETCH()
2001-09-09 Sterling Hughesadd DOMXML news
2001-09-09 Sterling Hugheshave this go through php's error warning system
2001-09-09 Sterling Hughesws fix, MFB
2001-09-09 Sterling HughesChange DOM-XML's error reporting to E_WARNING which...
2001-09-09 <changelog... ChangeLog update
2001-09-08 Harald Radicom_*() functions returned an oo-resource instead of...
2001-09-08 André Langhorstfix curl build for curl >= 7.8
2001-09-08 Stig S. Bakkenremove bogus comment :)
2001-09-08 Stig S. BakkenRFC document for namespaces
2001-09-08 Stig S. Bakkenwrapped to 80 columns :)
2001-09-08 Sterling Hughestense, tense, tense
2001-09-08 Sterling HughesI'll stop annoying the list if this doesn't shed light :)
2001-09-08 <changelog... ChangeLog update
2001-09-08 Sterling HughesDoesn't fix the subject problem, but debugging
2001-09-07 Sterling Hughesrevert (I'll fix the subject stuff in a second)
2001-09-07 Sterling Hughestesting
2001-09-07 Wez FurlongAPI update: use zend_parse_parameters
2001-09-07 Andi Gutmans- Shift around the variable parsing code to make it...
2001-09-07 Daniel Beulshausenbuild fixes
2001-09-07 Daniel Beulshausenfix def.
2001-09-07 Daniel Beulshausendon't use ifx_free_result here
2001-09-07 Daniel Beulshausenfix result freeing
2001-09-07 Wez FurlongFix for bug #13190
2001-09-07 Sterling HughesMFB
2001-09-07 Daniel Beulshausenfix zts build
2001-09-07 Sterling Hughesadd a news entry
2001-09-07 Sterling Hughesget rid of global mess
2001-09-07 Sterling Hughesregister a list destructor
2001-09-07 Derick Rethans- Fix for bug #13052
2001-09-07 Andi Gutmans- Fix warning (was fixed in ZE1 and not merged at some...
2001-09-07 foobarCleanup.
2001-09-07 foobarAlmost missed this one..
2001-09-07 foobarif test -f /usr/local/lib/libexample.s?; then <-...
2001-09-07 <changelog... ChangeLog update
2001-09-06 Rasmus LerdorfDamn, went to head instead of the branch - revert
2001-09-06 Rasmus LerdorfOops, forgot to add sapi_apache.c to the apache_hooks...
2001-09-06 foobarFixed bug: #13172
2001-09-06 Sterling Hughesno need to cast a 'HashTable *' to 'HashTable *'
2001-09-06 foobarIntroduce the good practise of using [] around output...
2001-09-06 foobarAlways quote the messages.
2001-09-06 foobarHope this reduces the amount of bogus bug reports when...
next