summaryrefslogtreecommitdiff
path: root/ext/dbase
Commit message (Collapse)AuthorAgeFilesLines
* - moved to peclPierre Joye2008-08-0719-2455/+0
|
* - killed off UEXPECTSteph Fox2008-05-272-21/+2
| | | | | | - com_dotnet gets a .cvsignore - Ulf will take care of mysql extensions, rest complete
* - Added some UEXPECTsFelipe Pena2008-03-221-0/+19
| | | | | - Fixed some tests
* Fix potential crash when non-array is used optimisticlySara Golemon2008-01-241-0/+10
|
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-312-2/+2
|
* MFB 'L' size supportIlia Alshanetsky2007-11-191-1/+4
|
* Removed duplicate case. (Thanks Hannes)Ilia Alshanetsky2007-11-181-3/+0
|
* MFB: Fixed bug #42261 (Incorrect lengths for date and boolean data types)Ilia Alshanetsky2007-11-181-0/+9
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* MFB: Fixed bug #42261 (header wrong for date field)Antony Dovgal2007-08-101-4/+7
|
* MFBIlia Alshanetsky2007-05-281-2/+1
|
* fix #41394 (dbase_create creates file with corrupted header)Antony Dovgal2007-05-161-2/+2
|
* fix test namesAntony Dovgal2007-05-071-1/+1
|
* TypoMartin Kraemer2007-03-141-1/+1
|
* do not allow db without fieldsAntony Dovgal2007-02-253-2/+8
| | | | | fix test
* - avoid sprintfMarcus Boerger2007-02-242-10/+5
|
* Bump year.Sebastian Bergmann2007-01-012-2/+2
|
* MFB: Fixed a possible memory corruption in dbase_open() with invalid openIlia Alshanetsky2006-12-012-2/+2
| | | | | mode
* MFB: fixed testIlia Alshanetsky2006-11-261-1/+1
|
* MFB: Fixed a possible crash in dbase_open() on empty filename.Ilia Alshanetsky2006-11-221-0/+5
|
* fix testAntony Dovgal2006-10-111-1/+1
|
* access mode for dbase_open() cannot be < 0Antony Dovgal2006-10-101-0/+3
|
* Error message clean upHannes Magnusson2006-10-081-1/+1
| | | | | (patch by Matt W (php_lists -AT- realpain.com))
* fix leaks & uninitialized varsAntony Dovgal2006-09-062-15/+67
| | | | | add test
* - implement #38357 (dbase_open can't open DBase 3 dbf file)Michael Wallner2006-08-082-0/+13
|
* restore missing check and prevent segfaultingAntony Dovgal2006-07-122-0/+72
| | | | | MFB and add test
* Add array type hintingHannes Magnusson2006-06-151-22/+3
| | | | | Remove unnecessary array checkes
* Revert array type hintingHannes Magnusson2006-06-151-3/+3
|
* Added argument infoHannes Magnusson2006-06-101-12/+83
| | | | | | Fixed protos Fixed vim folding
* remove debug output and fix bug #37589Antony Dovgal2006-05-251-1/+0
|
* More safe_mode nukingIlia Alshanetsky2006-02-191-1/+0
|
* Start nuking safe_mode. Still a lot of work to do...Andi Gutmans2006-02-191-8/+0
|
* fix #36113 (Reading records of unsupported type causes segfault)Antony Dovgal2006-01-231-4/+7
|
* bump year and license versionfoobar2006-01-012-6/+6
|
* - Nuke php3 legacyfoobar2005-12-061-1/+1
|
* - Bumber up yearfoobar2005-08-032-2/+2
|
* - Unify the "configure --help" textsfoobar2005-05-291-2/+0
|
* - Fixed bug #31754 (dbase_open() fails for mode = 1). (Mehdi, Derick)Derick Rethans2005-02-042-0/+31
|
* "The Visa to Sibiria" (work in progress)Hartmut Holzgraefe2004-03-231-0/+57
| | | | | | | | | Adding a package.xml to a bundled extension does not only ease the transition to PECL whereever suitable but also allows to build and install an extension as "shared" using the PEAR installer without having to deal with phpize and friends by hand
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-4/+4
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* Added dbase to the new win32 build. Works both as sharedEdin Kadribasic2003-12-071-0/+10
| | | | | and built-in extension on windows.
* - set precision to 0 unless the field is of type N or IUwe Steinmann2003-11-271-1/+8
|
* - fixed indentingUwe Steinmann2003-11-271-8/+8
|
* - limit writing of field data to field len + 1Uwe Steinmann2003-10-141-3/+3
| | | | | | This fixed many memory overrun errors which appeared in several scripts when writing a record.
* rolling back fix for 23463. The "fix" broke more than it fixed (see bug 25558)Vlad Krupin2003-10-121-4/+0
|
* - fixed typo in error messageUwe Steinmann2003-09-211-1/+1
|
* format string fixesAndrey Hristov2003-08-281-12/+12
|
* Fix for bug 23463. Dbase2 is not supported.Vlad Krupin2003-08-061-0/+4
| | | | | | AFAICT, no newer versions of dbase, even those use version byte as a bitmask will ever have it <3.