1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 15:08:16 +02:00
Commit Graph

10915 Commits

Author SHA1 Message Date
Rob Richards 1688895f6b use common doc with ref counting rather than copy 2003-07-05 23:43:10 +00:00
Marcus Boerger f145b163a8 - In function sqlite_field_name the index parameter is not optional.
- Fix all the protos.
2003-07-05 20:02:40 +00:00
Derick Rethans a952e28c73 - Fixed bug #24504: T_INTERFACE and T_IMPLEMENTS not defined in tokenizer
extension
2003-07-05 06:49:57 +00:00
Sterling Hughes 73d98824d7 not a temp var unless its a singular var 2003-07-05 00:33:13 +00:00
Sterling Hughes e0347ab2c4 "real" fix 2003-07-04 22:21:23 +00:00
Sterling Hughes 2935efb446 fix memory cverrun when accessing an empty xml element.
guess how many lines it took me to write a basic WSDL parser + API?  20 using
curl + simplexml
2003-07-04 21:58:09 +00:00
Adam Dickmeiss a0c7a95ba1 On Windows, handle YAZ versions that don't export yaz_version. 2003-07-04 19:17:09 +00:00
Hartmut Holzgraefe de6a6ed6d7 skip test if glob() is not available at all 2003-07-04 15:07:11 +00:00
Hartmut Holzgraefe 3c34e4edaf regression test for #24482 GLOB_ONLYDIR is not working (on BSD) 2003-07-04 14:38:07 +00:00
Hartmut Holzgraefe f49b1d2da0 make sure operator precedence is not playing tricks on us
(it worked before on gcc3.2/Linux and with VC++ 6, but not
 with gcc3.1/MacOSX)
2003-07-04 13:24:47 +00:00
Sebastian Bergmann c86b4d13e6 2 * TSRMLS_FETCH() -> 1 * TSRMLS_DC 2003-07-04 10:31:41 +00:00
George Schlossnagle 96b71d7f87 ws fix 2003-07-04 03:26:37 +00:00
Frank M. Kromann d77e8393cd Change fetch functions and protos so they make more sense.
fetch_row or fetch_assoc should  not take the optional parameter
2003-07-03 16:53:04 +00:00
Moriyoshi Koizumi dd710f4dc0 Added missing protos 2003-07-03 15:30:14 +00:00
Hartmut Holzgraefe 00fbf2af67 VCWD awareness and (hopefully) windows compile fix 2003-07-03 14:54:03 +00:00
Hartmut Holzgraefe a7edbe04ad PHP glob() will now emulate GLOB_ONLYDIR on non-GNU systems 2003-07-03 14:34:02 +00:00
George Schlossnagle edf78b2141 win build fixes (Rob Richards) 2003-07-03 14:11:31 +00:00
George Schlossnagle 6a4c48be6f can't forget Andrei 2003-07-03 14:00:17 +00:00
Marcus Boerger bc16d962a6 Fix open mode (noticed by FutureQuest, Inc.) 2003-07-03 11:17:34 +00:00
George Schlossnagle 3d7283b94f more of Timm's patches, and mod authors line to give credit where credit is due. 2003-07-03 05:33:23 +00:00
Marcus Boerger a5588b4c7a funny fixes 2003-07-02 21:40:54 +00:00
Marcus Boerger 019d70e67a ZTS fix 2003-07-02 21:37:46 +00:00
Sterling Hughes e158cd285e Not really the best way to solve this. But it doesn't give a segfault on
self-referential structures, which is always a bonus
2003-07-02 20:05:13 +00:00
Moriyoshi Koizumi 181508a837 s/cvs/csv/ 2003-07-02 17:07:56 +00:00
Moriyoshi Koizumi 1379c46d9e Fixed a leak that occurs with "R" reference variable specifier. 2003-07-02 16:19:57 +00:00
Moriyoshi Koizumi ed033faaec s/cvs/csv/ :) 2003-07-02 15:43:44 +00:00
Pierre Joye 119175c943 - tabs 2003-07-02 11:36:17 +00:00
Pierre Joye 19f3c5b5fa - Fix #23808 2003-07-02 11:23:56 +00:00
Sterling Hughes 7da8fbd7ef fix this test when using a save_handler other than files... 2003-07-02 04:34:18 +00:00
Sterling Hughes e724e4cbdb further improve the performance and clean up 2003-07-02 03:12:06 +00:00
Ilia Alshanetsky 46d834aad2 Fixed a crash when text is added before a font is specified. 2003-07-02 02:04:00 +00:00
Sterling Hughes 6084487822 not necessary, already assumed binary safe (it has to be under the current
session architecture), and anything else is fair play
2003-07-02 00:56:32 +00:00
Sterling Hughes 960ab9bd8d ws fix 2003-07-02 00:45:15 +00:00
Sterling Hughes 6129ddce1e set synching to off
cleanup some silly code
2003-07-02 00:43:00 +00:00
Sterling Hughes 8a77e2b3db no c++ style comments 2003-07-02 00:04:58 +00:00
Sterling Hughes bd4601ea28 make this actually work. 2003-07-02 00:03:41 +00:00
Rob Richards ee9ca6ee9d fix load() and loadxml() when used with uninstantiated object 2003-07-01 19:28:30 +00:00
George Schlossnagle c36a59cfd9 Timm Friebe's patches for code celanup and additional functions. 2003-07-01 18:41:42 +00:00
Marcus Boerger d531dee390 Fix warnings and allow builds without ext/session 2003-07-01 17:55:32 +00:00
foobar 1829d7468e ws fix 2003-07-01 13:31:14 +00:00
Corne' Cornelius 294cabb35f - MFB: 1.69.2.18 2003-07-01 13:27:04 +00:00
Wez Furlong 090328fd32 silence warning under win32
(maybe!)
2003-07-01 13:26:49 +00:00
Wez Furlong a8f74b14f1 WS 2003-07-01 13:09:57 +00:00
Wez Furlong 607b6501ed Add sqlite session handler.
Modified (quite a bit!) patch from John Coggeshall.
It compiles, but it otherwise untested.
session.save_path == path to actual database file for the session.

eg: session.save_path=/tmp/mysite-session.db
2003-07-01 13:07:37 +00:00
Corne' Cornelius 8cbc0eae75 - MFB: 1.69.2.17 2003-07-01 11:09:11 +00:00
Edin Kadribasic dda902d56d Fix shared win32 build 2003-07-01 09:44:14 +00:00
Sebastian Bergmann fff7ef2f6c ZTS fixes. 2003-07-01 04:25:29 +00:00
George Schlossnagle 4edd9505fe more incremental changes. add anything that needs a class factory. 2003-07-01 04:10:57 +00:00
Ilia Alshanetsky 4634554976 Fix up test 2003-07-01 03:11:09 +00:00
George Schlossnagle 9c26571b37 all the easy parts of Reflection_Class 2003-07-01 02:31:21 +00:00