Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Killing compiler warning | Frank M. Kromann | 2002-03-05 | 1 | -1/+1 |
| | |||||
* | Making dbase compule under WIn32 | Frank M. Kromann | 2002-03-05 | 1 | -0/+4 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 2 | -2/+2 |
| | |||||
* | Now dbase_pack() actually truncates the resulting .dbf file to the right | Vlad Krupin | 2001-12-31 | 1 | -0/+6 |
| | | | | | | size (possibly fixing bug #6852 #3). @Make dbase_pack() truncate the file to the right size. (Vlad) | ||||
* | Verified and fixed bug 6852 #2. Now memo fields are 10 butes long, not 9. | Vlad Krupin | 2001-12-31 | 1 | -1/+1 |
| | | | | | | | That does not seem to affect how the code works except when creating a new structure, in which case 'M' fields used to get created with size 9. @Fixed bug 6852 #2. Mem fields are now 10 bytesin size, not 9. (Vlad) | ||||
* | Verified and fixed bug 6852 #1. No more null byte after terminating 0x0D. | Vlad Krupin | 2001-12-31 | 1 | -1/+1 |
| | | | | | | | | Verified that the problem is real when creating new files and writing a record. Both fixed and old versions seem to be able to somehow read and write already existing files properly though. @Fixed bug 6852 #1. No more null byte after terminating 0x0D. (Vlad) | ||||
* | Fixed bug #5993. Now if the result returned from a database is bigger | Vlad Krupin | 2001-12-14 | 1 | -2/+24 |
| | | | | | | | | | than a long, dbase_get_record() and dbase_get_record_with_names() will return a string instead. # Need to update documentation to reflect that change @ Fixed problem with dbase not returning very large (larger than long) @ integers properly. (Vlad) | ||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 2 | -4/+4 |
| | |||||
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -1/+3 |
| | |||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -1/+2 |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
* | handle dbase files with padded field headers. (patch from | jim winstead | 2001-10-08 | 1 | -12/+31 |
| | | | | | Landon Bradshaw <landon@bradshaw.org>) | ||||
* | handle 'I' field type, just another name for the 'N' field type (patch | jim winstead | 2001-10-08 | 1 | -0/+2 |
| | | | | | from Landon Bradshaw <landon@bradshaw.org>) | ||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -48/+48 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | Fixing debug build on Win32 | Frank M. Kromann | 2001-09-19 | 1 | -2/+2 |
| | |||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 5 | -10/+10 |
| | |||||
* | @- Fix a crash in dbase_replace_record (Patch by robin.marlow@dps-int.com). | Joey Smith | 2001-08-16 | 1 | -3/+3 |
| | | | | | This fixes Bug id #11928. | ||||
* | @- Fixed a bug in dbase_get_record() and dbase_get_record_with_names(). | foobar | 2001-08-14 | 1 | -4/+28 |
| | | | | | | @ boolean fields are now returned correctly. @ Patch by Lawrence E. Widman <widman@cardiothink.com> (Jani) | ||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -22/+22 |
| | |||||
* | Fix TSRM problem. | foobar | 2001-08-06 | 3 | -4/+6 |
| | |||||
* | - TSRMLS_FETCH work | Zeev Suraski | 2001-08-05 | 2 | -13/+23 |
| | | | | | - whitespace fixes | ||||
* | More TSRMLS_FETCH annihilation. Enough for today... | Zeev Suraski | 2001-07-31 | 1 | -2/+2 |
| | |||||
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -1/+2 |
| | |||||
* | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵ | Zeev Suraski | 2001-07-30 | 1 | -1/+1 |
| | | | | the way | ||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -2/+0 |
| | |||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 5 | -1/+37 |
| | |||||
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -0/+7 |
| | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | ||||
* | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -4/+8 |
| | |||||
* | - Change macros from V_ to VCWD_ because of AIX name clash | Andi Gutmans | 2001-04-30 | 2 | -3/+3 |
| | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 2 | -2/+2 |
| | |||||
* | Finish fopen-wrappers rename. | Sascha Schumann | 2001-02-23 | 1 | -1/+1 |
| | |||||
* | 2nd step towards auto-credits | Hartmut Holzgraefe | 2000-11-20 | 1 | -0/+2 |
| | |||||
* | - Use CHECKUID_* #define's instead of cryptic numbers in php_checkuid() | Andi Gutmans | 2000-11-02 | 1 | -2/+2 |
| | | | | | | - I did not test for validity of the actual php_checkuid() calls and there - might be mistakes in the previous code. | ||||
* | Use zend_register_list_destructors_ex() instead. | Andrei Zmievski | 2000-10-25 | 1 | -1/+1 |
| | |||||
* | Mega-patch to get better resource information for modules. | Andrei Zmievski | 2000-10-20 | 1 | -2/+4 |
| | | | | | | | | | | | | | * Fixed a bug in zend_rsrc_list_get_rsrc_type() * Switched register_list_destructors() to use zend_register_list_destructors_ex() instead * Updated all relevant modules to provide the resource type name to register_list_destructors() call * Updated var_dump() to output resource type name instead of number @- Made resource type names visible, e.g. var_dump() and @ get_resource_type() display "file" for file resources. (Andrei) | ||||
* | little fix for the debug extension | Daniel Beulshausen | 2000-09-06 | 1 | -1/+1 |
| | |||||
* | deleted a few unnecceasary defines and added the Release_TS_Inline path to ↵ | Daniel Beulshausen | 2000-08-24 | 1 | -2/+2 |
| | | | | the libpath | ||||
* | win32 projectfile for the dbase extension | Daniel Beulshausen | 2000-08-23 | 1 | -0/+151 |
| | |||||
* | @ Fixed dbase_add_record. (Sterling) | Sterling Hughes | 2000-08-13 | 1 | -2/+2 |
| | |||||
* | Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. | David Croft | 2000-07-24 | 1 | -21/+10 |
| | | | | | | | | | Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers. | ||||
* | @ Fixed dbase_add_record. (Sterling) | Sterling Hughes | 2000-07-23 | 1 | -2/+7 |
| | | | | | Fixed dbase_add_record | ||||
* | Fix dbase_create() for real. | Sterling Hughes | 2000-07-20 | 1 | -7/+7 |
| | |||||
* | Rename macros which begin with underscore to appropiate macros. The general | Sascha Schumann | 2000-07-03 | 1 | -3/+3 |
| | | | | | | | rule is: macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'` | ||||
* | Change header protection macros to conform to standard. | Sascha Schumann | 2000-07-02 | 2 | -6/+6 |
| | | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation. | ||||
* | Fix bug 4813. Fixed by greg@darkphoton.com | Sterling Hughes | 2000-06-30 | 1 | -1/+14 |
| | |||||
* | @- Fixed the dbase_create function. (Sterling) | Sterling Hughes | 2000-06-30 | 1 | -12/+12 |
| | | | | | Fixed the dbase_create function. | ||||
* | - I wrote a long msg but the commit didn't go through. | Zeev Suraski | 2000-06-25 | 1 | -2/+2 |
| | | | | | | | | | | - So here is the short version: - a) Start moving to binary opens in Windows - b) Give checkuid_mode() a small face lift including the fopen-wrappers.c - The mode to this function should at least be a #define but that is for - another day. Anyway this whole stuff should be given more face lifts in - the future. | ||||
* | Stop including dl/phpdl.h. | Sascha Schumann | 2000-06-24 | 1 | -3/+0 |
| | |||||
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -11/+11 |
| | |||||
* | Use #ifdef COMPILE_DL_EXTNAME solely. | Sascha Schumann | 2000-05-23 | 1 | -4/+4 |
| | |||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| |