1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 09:28:21 +02:00
Commit Graph

412 Commits

Author SHA1 Message Date
Dmitry Stogov 67a0ff81ae Test was fixed 2004-03-17 16:06:18 +00:00
Martin Kraemer b63def4dfc Typo 2004-03-10 11:24:11 +00:00
Ilia Alshanetsky a073ba979f Fix function declaration. 2004-03-09 01:28:29 +00:00
Ilia Alshanetsky 7bc8bdec79 Change float operations to safe_emalloc().
Original idea by Sascha (see sess_sqlite.c)
2004-03-09 01:09:35 +00:00
Ard Biesheuvel b303ba089c More wordsize fixes 2004-03-08 23:11:45 +00:00
Marcus Boerger 6b0f57ee50 Rename hasMore() to valid() as discussed. (Part II) 2004-03-08 18:05:41 +00:00
Marcus Boerger b6b7c9eb65 Rename hasMore() to valid() as discussed. (Part I) 2004-03-08 17:33:31 +00:00
Sascha Schumann 048e66b2a9 Avoid using floating point arithmetic and rely on safe_emalloc
for the multiplication.

The actual size requirement is spelled out as:

** The result is written into a preallocated output buffer "out".
** "out" must be able to hold at least 2 +(257*n)/254 bytes.
** In other words, the output will be expanded by as much as 3
** bytes for every 254 bytes of input plus 2 bytes of fixed overhead.
** (This is approximately 2 + 1.0118*n or about a 1.2% size increase.)
2004-03-07 22:35:26 +00:00
Ilia Alshanetsky 0eb7000b0a Corrected string escape calculation. 2004-03-07 21:57:50 +00:00
Ilia Alshanetsky e57c749ecc Use correct variable name. 2004-03-06 18:29:54 +00:00
Ilia Alshanetsky 215f0763d0 Fixed a possible memory leaks inside sqlite_popen() &
sqlite_fetch_column_types().
Resolve the file path inside sqlite_factory().
2004-03-06 18:14:54 +00:00
Ilia Alshanetsky 2d630bb6ae Fixed possible crash due to an integer overflow. 2004-03-06 18:11:59 +00:00
Ilia Alshanetsky f60d104c09 Better extension availability check. 2004-03-06 18:10:32 +00:00
Ilia Alshanetsky c856e821d0 Fixed possible crash inside sqlite_escape_string() and
sqlite_udf_encode_binary().
2004-02-27 00:29:10 +00:00
Ard Biesheuvel 81f05c18f5 Wordsize fixes 2004-02-25 20:16:27 +00:00
Ard Biesheuvel 5c0cf2311d More wordsize/alignment fixes 2004-02-24 15:47:38 +00:00
Ard Biesheuvel b2bc520067 64-bit fixes 2004-02-23 16:26:34 +00:00
Ard Biesheuvel 9816c8a4e4 64-bit fix 2004-02-23 01:21:16 +00:00
Ard Biesheuvel 3a91737c73 Fix 64-bit crash 2004-02-22 12:10:00 +00:00
Ilia Alshanetsky 2e2c4375d0 For get_data iterator do not force numeric keys, return keys the user
requests.
2004-02-15 20:42:58 +00:00
Ilia Alshanetsky d438dad1b2 Fixed a crash inside create_aggregate() method due to incorrect argument
parsing.
2004-02-15 20:15:34 +00:00
Zeev Suraski 30171a7590 zend_default_classes.h -> zend_exceptions.h 2004-02-12 10:43:27 +00:00
Zeev Suraski d77bbe344c kill warning 2004-02-04 12:45:56 +00:00
Zeev Suraski 8424be849f - Update with new destructor code 2004-02-04 11:14:47 +00:00
Stig Bakken 330d9f6352 SQLITE_ENCODING should be UTF8 rather than UTF-8 2004-02-03 08:38:22 +00:00
Ilia Alshanetsky 4b1fadbf1c Proper configure switch for sqlite. 2004-01-29 17:21:16 +00:00
Jon Parise 9dd817bbd6 Adding dependencies on sqlite.h for the rest of the source files in the
libsqlite distribution.
2004-01-21 08:51:28 +00:00
Marcus Boerger c7c9c72d49 Update, id_l is unique 2004-01-18 21:11:55 +00:00
Marcus Boerger 90515ee22a Add spl interaction test. 2004-01-18 20:57:42 +00:00
Marcus Boerger c1df34cae0 Update 2004-01-18 19:55:50 +00:00
Jon Parise e91fdf570f Make the compilation of vdbeaux.c dependent on the generation of sqlite.h.
An incremental 'make -j' build will now complete successfully.
2004-01-17 21:03:26 +00:00
Marcus Boerger 1ee90db6e6 No longer needed
# Found by Andrey
2004-01-17 18:04:06 +00:00
foobar f4983c0d3f - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 2004-01-17 13:00:38 +00:00
Wez Furlong a017b4c5e6 update file for win32 build 2004-01-16 23:48:39 +00:00
Ilia Alshanetsky d8d76f0fcc Update TODO 2004-01-16 17:50:02 +00:00
Marcus Boerger a19a36551b Fix shutdown 2004-01-15 21:30:31 +00:00
Pierre Joye 5ecbbf0a8d - Fix the php dependency
(wide copy/paste is not that good no? ;) )
2004-01-15 19:33:10 +00:00
Ilia Alshanetsky b3853af0b7 MFH: Fixed bug #26911 (crash in sqlite extension when fetching data from
empty queries).
2004-01-14 21:17:09 +00:00
Ilia Alshanetsky 02ea3938be touch generated parser. 2004-01-14 17:53:07 +00:00
Ilia Alshanetsky 6e350b553b Upgraded bundled libsqlite to 2.8.11 (fixed critical bug of *NIX systems). 2004-01-14 17:08:27 +00:00
Wez Furlong 39ac35b083 touch 2004-01-14 12:47:04 +00:00
John Coggeshall 646389a1ff Whoops... Ilia forgot a ')' 2004-01-13 05:23:07 +00:00
Ilia Alshanetsky 47dddfa4ff Fixed a bug that would cause the sqlite session database to grow endlessly. 2004-01-12 22:48:58 +00:00
Marcus Boerger 9c41d8e7b5 No longer needed 2004-01-12 00:21:14 +00:00
Rui Hirokawa de07b4bbc1 added utf8 support option for sqlite >= 2.8.9. 2004-01-11 02:07:46 +00:00
foobar bbd9449e6b - Fix build 2004-01-09 04:22:42 +00:00
Marcus Boerger 6e798706e3 There's no more interaction with SPL 2004-01-08 19:28:55 +00:00
foobar 6ae12f1aa8 touch to make build work without lemon.. 2004-01-08 18:23:52 +00:00
foobar ccfc46b0aa - Happy new year and PHP 5 for rest of the files too..
# Should the LICENSE and Zend/LICENSE dates be updated too?
2004-01-08 17:33:29 +00:00
Wez Furlong f83b27face fix tests for win32 2004-01-08 16:55:37 +00:00