2
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 10 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
UTF-8 handling for pi events
JeffMoore
as jeffmoore
More... over 18 years ago
removed more jasp.
JeffMoore
as jeffmoore
More... over 18 years ago
Removed jasp event.
JeffMoore
as jeffmoore
More... over 18 years ago
Changed to partially support UTF-8
JeffMoore
as jeffmoore
More... over 18 years ago
Created a copy of the html parser separate from the template compiler in anticipation of making this class stand more on its own.
JeffMoore
as jeffmoore
More... over 18 years ago
MySQLConnection sets client charset if 'charset' property is specified in config More... over 18 years ago
Functions that return references cannot be chained in php 4.4.0
JeffMoore
as jeffmoore
More... over 18 years ago
Added conditional declaration for EmptyIterator class for compatibility with php 5.1.1.
JeffMoore
as jeffmoore
More... over 18 years ago
Moved simpletest ignore option to after class definition for compatibility with CVS version of SimpleTest.
JeffMoore
as jeffmoore
More... over 18 years ago
Adding DriverTransactionTestBase base class for testing db transactions, also adding concrete transaction tests for MySQL and ADODB drivers More... over 18 years ago
Make sure NestedDataSetDecorator::current returns by reference or we get E_NOTICE errors in PHP 4.4.1 More... over 18 years ago
Get this working again - fixed constants disguised as strings More... over 18 years ago
Remove ref operator from fn that returns nothing - error notice in 4.4.1 More... over 18 years ago
Latest brain dump on status More... over 18 years ago
Cleanup - all active tests now passing (at least for me) - more tests need writing More... over 18 years ago
Ongoing work - tests now passing for all but OCIStatementTest (some big questions about API and Oracle here) and OCITypeInfoTest (not yet implemented). More tests need writing for specific error conditions / Oracle quirks. OCIStatement also needs to support special Oracle types More... over 18 years ago
Just stubs at this time - doesn't do anything More... over 18 years ago
Work in progress while fixing core functionality in oci driver - many tests currently disabled More... over 18 years ago
Ongoing work towards making this a usable extension (still not complete). Elimintated the type checking for the time being, pushing this only the OCI extensions binding behaviour. More... over 18 years ago
making test run with php5.0.5 and with latest simpletest It appears that the php5 reflection inside of the latest php requires the SimpleTestOptions::ignore() call after the actual class definition More... over 18 years ago
fixes to get test cases running under php5.0.5 More... over 18 years ago
cleanup of tests under php5.0.5, no need to call constructor by hand, php will do this automatically More... over 18 years ago
make the tests pass under php5.0.5 More... over 18 years ago
store data source in temporary variable before passing by reference, fix for php4.4.0/php5.1.0 reference issue More... over 18 years ago
CompilerArtifactDictionary :: _save($instance) will write the cache only if forcescan=TRUE and there's no existing cache file More... over 18 years ago
Changed global variable initialization to secure against GLOBALS overwrite.
JeffMoore
as jeffmoore
More... over 18 years ago
global variable security hardening in case of GLOBALS overwrite
JeffMoore
as jeffmoore
More... over 18 years ago
Changed global variable initialization to prevent possible GLOBALS overwrite security hole.
JeffMoore
as jeffmoore
More... over 18 years ago
Created WactClassFinder class. Changed location of global variable initialization to avoid potential security problems with a GLOBALS overwrite.
JeffMoore
as jeffmoore
More... over 18 years ago
setup.sh now also sets up permissions in the tests/ directory More... over 18 years ago