Skip to content

Instantly share code, notes, and snippets.

View Renegade334's full-sized avatar

René Renegade334

View GitHub Profile
@Renegade334
Renegade334 / phpbuild.log
Last active August 29, 2015 14:22
PEAR warnings on PHP build
Script started on Sun 31 May 2015 20:58:26 MUT
$ git pull
Already up-to-date.
$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working directory clean
$ ./configure -q \
> --prefix=$HOME/builds/php7 \
@Renegade334
Renegade334 / phpbuild.log
Created May 30, 2015 08:49
Failed PHP7 build with --enable-phpdbg-debug
Script started on Sat 30 May 2015 12:24:11 MUT
$ cd git/php-src
$ git pull
Already up-to-date.
$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working directory clean
$ ./buildconf
@Renegade334
Renegade334 / kvirc-sasl-mechs.diff
Created March 20, 2015 12:47
KVIrc SASL fallback patch (#1483)
Index: src/kvirc/sparser/KviIrcServerParser.h
===================================================================
--- src/kvirc/sparser/KviIrcServerParser.h (revision 6443)
+++ src/kvirc/sparser/KviIrcServerParser.h (working copy)
@@ -264,6 +264,7 @@
void parseNumericSaslLogin(KviIrcMessage * msg);
void parseNumericSaslFail(KviIrcMessage * msg);
void parseNumericSaslIdiocy(KviIrcMessage * msg);
+ void parseNumericSaslMechs(KviIrcMessage * msg);