There's just something great about being able to fix your own problems without waiting for anyone. I was using CSSTidy to compress/format a bunch of CSS files and I notice a problem. It was screwing up Microsoft's "zoom" property. I went to the site reported the bug and found the source code. It took me longer to report the bug than to download the source, fix the code and compile it. Without open source I'd probably be reinventing the wheel right now.
So how has Open Source saved your day?
Open Source Saves the Day Again
Moderator: General Moderators
- Buddha443556
- Forum Regular
- Posts: 873
- Joined: Fri Mar 19, 2004 1:51 pm
- daedalus__
- DevNet Resident
- Posts: 1925
- Joined: Thu Feb 09, 2006 4:52 pm
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
We use Sybase at work, and many of the procedures that drive our account management application I am building return either multiple result sets or a result set and a status code. The Sybase extension for PHP is horribly lacking, and out of the box does not handle multiple result sets at all.
So I did a search and found that someone had hacked the Sybase extension to allow for handling of multiple result sets. So I downloaded the new extension, compiled it and bing, multiple result sets without a problem. Then I hacked ADODBLite to handle multiple result sets (for both Sybase and MySQLi), and my like is golden.
I love open source.
So I did a search and found that someone had hacked the Sybase extension to allow for handling of multiple result sets. So I downloaded the new extension, compiled it and bing, multiple result sets without a problem. Then I hacked ADODBLite to handle multiple result sets (for both Sybase and MySQLi), and my like is golden.
I love open source.