Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create branch 'PHP_5'.PHP-5 | SVN Migration | 2003-02-27 | 1 | -3536/+0 |
| | |||||
* | A add much more useful select(2) implementation than is provided by | Wez Furlong | 2003-02-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | windows sockets. The winsock implementation will only work with sockets; our implementation works with sockets and file descriptors. By association, stream_select() will now operate correctly with files, pipes and sockets. This change required linking against the winsock2 library. In terms of compatibility, only older versions of windows 95 do not have winsock2 installed by default. It is available as a redistributable file, and is most likely installed by any OS patches (eg: Internet Explorer) applied by the user. Also, add a win32 compatible pipe test when opening a stream from a pipe. This test will only work on NT, win2k and XP platforms. Without this test, interleaved fread() and select() calls would cause the read buffer to be clobbered. I will be working on a fix for this issue for win9x. | ||||
* | Fixed bug #22191 (frontbase build was broken for people using older | Ilia Alshanetsky | 2003-02-12 | 1 | -3/+4 |
| | | | | | versions). | ||||
* | Removed pointless checks. | Ilia Alshanetsky | 2003-01-30 | 1 | -4/+2 |
| | |||||
* | ARG_COUNT(ht) -> ZEND_NUM_ARGS(). | Ilia Alshanetsky | 2003-01-21 | 1 | -1/+1 |
| | |||||
* | Removed pointless memory allocation checks. | Ilia Alshanetsky | 2003-01-18 | 1 | -5/+2 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Changed php_error() to php_error_docref() | Frank M. Kromann | 2002-12-03 | 1 | -39/+42 |
| | |||||
* | centralize #include "build-defs.h" and drop (sometimes inconsistent) other | Sascha Schumann | 2002-10-24 | 1 | -2/+1 |
| | | | | | instances | ||||
* | Fixing comment allowing the module to compile again | Frank M. Kromann | 2002-10-06 | 1 | -1/+1 |
| | |||||
* | Fix for bug #19155 UNTESTED. Unfortunately I don't have a way to test it | Dan Kalowsky | 2002-09-04 | 1 | -1/+15 |
| | | | | | hopefully the user will. | ||||
* | No C++ Comments | Dan Kalowsky | 2002-09-04 | 1 | -14/+17 |
| | |||||
* | Fixing compilation of FrontBase extension with ZTS | Frank M. Kromann | 2002-07-02 | 1 | -5/+5 |
| | |||||
* | Unify error messages | Derick Rethans | 2002-06-27 | 1 | -39/+39 |
| | |||||
* | Oops.. This should make I64 work on WIn32 as well | Frank M. Kromann | 2002-03-19 | 1 | -1/+1 |
| | |||||
* | Changing the LongInteger to return 64 bit integers as string values with all ↵ | Frank M. Kromann | 2002-03-19 | 1 | -2/+6 |
| | | | | 64 bit | ||||
* | Adding support for TinyInteger and LongInteger database types | Frank M. Kromann | 2002-03-19 | 1 | -1/+18 |
| | |||||
* | - Allow duality between Engine 1 & 2 using ZEND_STANDARD_CLASS_DEF_PTR | Andi Gutmans | 2002-03-12 | 1 | -1/+1 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Return true on update success. | Frank M. Kromann | 2002-02-22 | 1 | -1/+1 |
| | |||||
* | Convert pLists to output character set before parsing the list | Frank M. Kromann | 2002-02-06 | 1 | -0/+1 |
| | |||||
* | Added order by clause in fbsql_list_tables(). | Frank M. Kromann | 2002-02-06 | 1 | -1/+1 |
| | | | | | Table names will now be sorted. | ||||
* | Adding fbsql_table_name() aliased fbsql_tablename() for compatibility with MySQL | Frank M. Kromann | 2002-02-06 | 1 | -1/+46 |
| | |||||
* | Fixing spelling error in FrontBase section | Frank M. Kromann | 2002-01-23 | 1 | -5/+5 |
| | | | | | Changed som int to unsigned int to remove compiler warnings | ||||
* | cut&paste errors in protos fixed | Hartmut Holzgraefe | 2002-01-20 | 1 | -2/+2 |
| | |||||
* | Adding functions to get BLOB/CLOB size from a lob_handle. | Frank M. Kromann | 2002-01-10 | 1 | -46/+103 |
| | | | | | Added descriptions on most protos | ||||
* | Fixed some protos. | Egon Schmid | 2001-12-30 | 1 | -61/+61 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | Prevent fbsql_num_rows from looping | Frank M. Kromann | 2001-11-14 | 1 | -1/+1 |
| | |||||
* | Make fbsql_list_fields work as documented | Frank M. Kromann | 2001-11-10 | 1 | -5/+2 |
| | |||||
* | A more acurate fix to the fbsql_num_rows function returning | Frank M. Kromann | 2001-10-29 | 1 | -2/+2 |
| | | | | | x7fffffff when the server is unable to tell the number of rows. | ||||
* | Fixing spelling of persistent | Frank M. Kromann | 2001-10-29 | 1 | -20/+20 |
| | |||||
* | Fixing wrong count on fbsql_num_rows. | Frank M. Kromann | 2001-10-29 | 1 | -1/+1 |
| | | | | | @fbsql_num_rows now return the correct value on all select statements | ||||
* | Fixing parsing of list's returned by extract database, extract license and ↵ | Frank M. Kromann | 2001-10-29 | 1 | -42/+193 |
| | | | | other extract commands | ||||
* | Typo in constant naming. | Frank M. Kromann | 2001-10-26 | 1 | -1/+1 |
| | |||||
* | Removed unused code | Frank M. Kromann | 2001-10-26 | 1 | -2/+1 |
| | |||||
* | Return a warning when fbsql_read_blob or fbsql_read_clob is called with an ↵ | Frank M. Kromann | 2001-10-17 | 1 | -1/+6 |
| | | | | invalid handle | ||||
* | Adding new functions to retreive LOB data. | Frank M. Kromann | 2001-10-16 | 1 | -17/+114 |
| | | | | | | | fbsql_set_lob_mode() is used to switch from FBSQL_LOB_DIRECT to FBSQL_LOB_HANDLE when LOBS are retreived as FBSQL_LOB_HANDLE the user must call fbsql_read_blob() or fbsql_read_clob() to get the data. | ||||
* | Fixing problem with indirect blobs | Frank M. Kromann | 2001-10-15 | 1 | -9/+8 |
| | |||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -8/+10 |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
* | Changed return value for BLOB/CLOB values to a string. and returning false ↵ | Frank M. Kromann | 2001-10-10 | 1 | -16/+9 |
| | | | | if no handle is created. | ||||
* | Adding support for BLOB and CLOB | Frank M. Kromann | 2001-10-10 | 1 | -26/+94 |
| | |||||
* | use strdup to alloc memory refeed with free! | Frank M. Kromann | 2001-10-08 | 1 | -2/+2 |
| | |||||
* | Fixing prototypes and removing unused code | Frank M. Kromann | 2001-10-08 | 1 | -8/+12 |
| | |||||
* | 2nd phase in back-substitution those macro's | Jeroen van Wolffelaar | 2001-09-25 | 1 | -4/+4 |
| | | | | | I've got pretty much everything now... | ||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -34/+34 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | Fixing spelling | Frank M. Kromann | 2001-09-06 | 1 | -2/+2 |
| | |||||
* | Adding function to set transaction locking and isolation. | Frank M. Kromann | 2001-09-04 | 1 | -8/+53 |
| | |||||
* | - ZE2 fixes | Andi Gutmans | 2001-08-13 | 1 | -5/+2 |
| |