Georg Richter
13966fdf3e
added new functions:
...
mysqli_connect_error
mysqli_connect_errno
which return possible errors for the last connect
2003-07-18 06:17:39 +00:00
Marcus Boerger
7f1cf60331
Remove bogus comment (noticed by Zak)
2003-07-16 22:55:02 +00:00
Marcus Boerger
d8943e513c
Update examples
2003-07-16 21:52:03 +00:00
Marcus Boerger
a86eff2162
Fix handling of empty settings
2003-07-16 20:53:17 +00:00
Marcus Boerger
49277b2ac6
More examples
2003-07-16 20:18:33 +00:00
Marcus Boerger
1131d43b0b
Update examples
2003-07-16 20:17:34 +00:00
Marcus Boerger
5e1606b882
Add tree example
2003-07-16 18:47:26 +00:00
Marcus Boerger
3a49606d9d
Add directory iterator class
2003-07-16 15:13:23 +00:00
Zak Greant
8178d87d25
Created shorter/sensible key names for dbase_get_header_info
...
* 'decimal places' becomes 'precision'
* 'printf format' becomes 'format'
* 'record offset' becomes 'offset'
BTW No docs have been committed for this function yet, nor is it part of any
release. This change should affect no users.
2003-07-16 11:08:03 +00:00
Marcus Boerger
aa9bde9a34
Make array write stuff work again correct and fix tests
2003-07-16 10:41:43 +00:00
Marcus Boerger
15097151f4
Update and remove parts no longer possible
2003-07-16 09:48:36 +00:00
foobar
704a7e5653
- Added snmp_read_mib() which reads a MIB file into the active MIB tree.
2003-07-16 09:28:47 +00:00
Sebastian Bergmann
d2e72bc134
Add /libpath directives for zlib.
2003-07-16 08:13:14 +00:00
foobar
82701d48c2
- Fixes some problems (debug mode only). (bug #23051 and bug #23685 )
2003-07-16 06:03:46 +00:00
foobar
9887afad9c
Remove extra proto. (copy/paste error?)
2003-07-16 05:10:29 +00:00
foobar
6676e6f2e9
Fixed bug #22529 (object_id parameter in all snmp*() functions broken.)
2003-07-16 04:54:40 +00:00
Zak Greant
c0bd985ad9
Added function dbase_get_header_info
...
* Passed a handle for an open dbase database, it returns an array of
associative arrays. Each associative array contains information on a
single column, including name, column type, length, precision, ...
2003-07-15 18:19:51 +00:00
Hartmut Holzgraefe
b0a4e1a2d2
whitespace
2003-07-15 17:28:41 +00:00
Hartmut Holzgraefe
2f5a3b4c63
#1 $_ENV is not always set, use getenv() instead
...
#2 bail out after 1000 loop iterations to avoid hanging tests
2003-07-15 16:55:44 +00:00
Georg Richter
db398787e6
added new function mysqli_stmt_data_seek
2003-07-15 14:00:19 +00:00
Georg Richter
5c09a9e42f
test for bind + sql_mode=PIPES_AS_CONCAT
2003-07-15 13:13:59 +00:00
Georg Richter
b6bed54bbd
added support for rebind
2003-07-15 10:37:19 +00:00
Georg Richter
4457876554
additional test for multi-bind
2003-07-15 10:36:18 +00:00
foobar
94a19d1bc6
Make this test work regardless of safe_mode setting (bug #24654 )
2003-07-15 07:06:42 +00:00
Edin Kadribasic
fdf3019eca
MFB: fix for #24249
2003-07-14 23:23:01 +00:00
Rui Hirokawa
ac91b2dbba
MFH
2003-07-14 23:09:46 +00:00
Rob Richards
e4d73c22ad
fix setting new encoding
2003-07-14 21:51:28 +00:00
Harrie Hazewinkel
83063e7445
Updating the SNMP credits in ext/standard/credits_ext.h
2003-07-14 18:59:18 +00:00
Harrie Hazewinkel
ecef612862
Applying the correct format of the CREDITS.
2003-07-14 18:55:35 +00:00
Harrie Hazewinkel
68a7ce29d1
Updating the CREDITS with those who are indicated as authors in the code.
2003-07-14 18:19:34 +00:00
Harrie Hazewinkel
a8d156177f
Adding an SNMP GETNEXT.
...
This is a basic SNMP operation that retrieves the next value as the
one provided to the command.
NOTE: snmpgetnext does not follow the official naming convetions of
functions, but now it is equal to it version 1 equivalents snmpget
and snmpset.
I also would like to reserve the snmp_getnext for a function to
which a session can be given instead of the multiple values to
create the session internally. (Work in progress).
2003-07-14 18:10:22 +00:00
Harrie Hazewinkel
fa910bd2b0
(RE applying)
...
Cleaning up some very old definitions of version 3.3.1 until 3.5.3.
Those versions are that old that people better upgrade the SNMP libraries.
2003-07-14 17:34:56 +00:00
Harrie Hazewinkel
6dd04c368e
(RE-)Applying the contributed patch of Johan Hanne to the main tree.
...
The patch enables control on the way the values are returned
into the PHP script, instaed of always strings. Also the
type of the value is now returned when configured to do so.
This enables better management scripts to do more automatic
processing and value calculations.
(By default the values are returned as strings, as was before)
2003-07-14 17:11:04 +00:00
foobar
e209272db1
CS & WS fixes
2003-07-14 16:23:14 +00:00
foobar
d862a8ee90
WS fix
2003-07-14 16:11:38 +00:00
Sebastian Bergmann
83bf4599b7
ZTS fix.
2003-07-14 05:52:57 +00:00
foobar
9933944e01
Added comment
2003-07-14 03:58:31 +00:00
foobar
c2b21f7098
Move the macosx fix to proper place.
2003-07-14 03:57:57 +00:00
Stefan Roehrich
750635d131
Allow setting of the serial number.
2003-07-13 09:54:42 +00:00
Wez Furlong
78e236da26
Add sqlite_has_prev, and sqlite_prev.
...
Patch by Jan Lehnardt <jan@php.net>
2003-07-13 09:38:33 +00:00
Stefan Roehrich
80ee75f11e
Fixed certificate version (counting begins with 0, so 2 means version 3).
2003-07-13 09:38:32 +00:00
Wez Furlong
ce2a4d9121
MFB better popen fix
2003-07-13 09:20:40 +00:00
Wez Furlong
e17043c248
Fix bug #24575 (sqlite_popen did not request a new resource id when persistent
...
handles were re-used within a request).
2003-07-13 08:48:43 +00:00
Rui Hirokawa
0b0962eb8e
added strict encoding detection mode to fix #24309
2003-07-13 08:20:01 +00:00
Moriyoshi Koizumi
d33ffb78aa
Added regression test for proc_open()
2003-07-13 08:03:46 +00:00
Rob Richards
d75618e780
implement read only exceptions
...
implement notation nodes
changes for spec conformance
2003-07-12 17:29:20 +00:00
Rob Richards
a04b2c8724
fix loading off of interface
2003-07-12 17:23:05 +00:00
Moriyoshi Koizumi
4b07cb98b1
Fixed bug #24556
2003-07-12 09:33:31 +00:00
Moriyoshi Koizumi
4c8230696c
Add folding markers
2003-07-12 07:01:30 +00:00
Moriyoshi Koizumi
77ae01ac72
Oops, this is not needed though.
2003-07-12 06:54:03 +00:00
Moriyoshi Koizumi
cd52986a5c
Fixed leaks that occurs if the third parameter already contains a valid value.
2003-07-12 06:50:32 +00:00
foobar
c751ba0cc8
Remove un-used code.
2003-07-11 15:56:23 +00:00
Rob Richards
d1c41150c6
fix compile issue - TSRMLS_FETCH is only temporary until errors handled
2003-07-11 14:19:05 +00:00
Dan Kalowsky
a1d8121bda
Fix for bug #22897
2003-07-11 13:13:32 +00:00
Dan Kalowsky
bc2086b11e
Patch for bug #24183
2003-07-11 13:08:45 +00:00
foobar
2deb3c224d
- CS/WS fixes
...
- Updated CREDITS
- Added some kind of version check for ming..
- Fixed some possible BC issues.
2003-07-11 07:48:13 +00:00
foobar
5afd8cbf07
update credits.
2003-07-11 07:44:56 +00:00
Frank M. Kromann
5baaa6aee1
Allow the use of both ming 0.2a and 0.3a (API\s changed)
2003-07-11 05:55:13 +00:00
foobar
5aeedb4c88
Fixed bug #17291 (mssql_query does not update get_last_message) (patch by: mgruetzner at rw3 dot com)
2003-07-11 02:08:14 +00:00
Rob Richards
16fb3e91c0
remove global error handling - use of libxml globals is a bad thing
...
add domDocument properties for parsing options:
validateOnParse, resolveExternals, preserveWhiteSpace, substituteEntities
implement custom parsing to avoid use of globals
implement local errors while parsing
errors displayed until error objects implemented
2003-07-10 11:17:25 +00:00
Marc Boeren
98b74781a5
WS
2003-07-10 08:34:03 +00:00
Marc Boeren
76aba9b755
Add -2003 to copyright line (Marc).
2003-07-10 08:25:58 +00:00
Frank M. Kromann
4b70683464
Adding missing compression paramters to output functions
2003-07-10 05:07:07 +00:00
foobar
676d4fca3c
Revert bad fix.
2003-07-10 01:40:01 +00:00
foobar
3396cb340a
Fix crashes in certain situations (whenever there is an error, basically..)
2003-07-10 01:17:34 +00:00
foobar
b645c60bd5
- Fixed bug #11924 (ibase_query() and ibase_execute() mangled passed
...
parameter variables)
2003-07-10 00:17:09 +00:00
Pierre Joye
bf7f45601d
- wrong patch applied for #23792 , fixed
2003-07-10 00:09:23 +00:00
Marcus Boerger
959f7784e0
Don't use class_implements() for the moment
2003-07-09 17:05:09 +00:00
Marcus Boerger
bd752698cf
Use --EXPECTF-- for errors
2003-07-09 17:02:42 +00:00
Marcus Boerger
ae19eb5334
Add oo version of test
2003-07-09 16:55:07 +00:00
Marc Boeren
60d1776b31
Add SQLite support to DBX (Marc).
...
@Add SQLite support to DBX (Marc).
2003-07-09 16:31:40 +00:00
Brad House
6995520e20
fix typecasting errors, especially for new constants. Don't assume long and int are the same size, as on 64bit architectures, they are normally not
2003-07-09 13:45:21 +00:00
Pierre Joye
6da86c7e93
- Fix a possible crash when invalid color index are given as background
...
in imagerotate, only when palette based image is used as src
2003-07-09 10:36:07 +00:00
Pierre Joye
e1f163b053
- "Fix" #23792 , imagerotate returns always truecolor images now
...
(the destination image is a truecolor, no more limited palette problems)
- Clean the cast in gdImageCopyMerge
2003-07-09 10:15:13 +00:00
Sterling Hughes
8fcd71dccf
boom bam bing
2003-07-09 03:14:41 +00:00
Jason Greene
ae3101c5f1
Convert C++ comments to C (violates C99, and breaks several compilers)
2003-07-09 02:48:25 +00:00
Marcus Boerger
f31df5693e
Currently we're presented all properties with foreach()
2003-07-08 23:25:18 +00:00
Marcus Boerger
79ac007d20
Fix configure options
2003-07-08 23:11:36 +00:00
Marcus Boerger
d9de39ec16
Add some comments
2003-07-08 23:11:14 +00:00
Marcus Boerger
af3be899e6
fix this stupid error
2003-07-08 23:10:01 +00:00
Marcus Boerger
139852d3ff
Fix bug #24540
2003-07-08 18:57:28 +00:00
Marcus Boerger
2ef1935c83
Add test for sqlite_seek()
2003-07-08 18:56:14 +00:00
Rob Richards
7de2784bd3
fix getElementsByTagName
2003-07-08 17:00:49 +00:00
foobar
a952a4383a
fix typo (most likely fixes #24533 too)
2003-07-08 14:46:32 +00:00
Sergey Kartashoff
502d59ea01
- Output of UDM_PARAM_WORDINFO_ALL was fixed
2003-07-08 14:00:20 +00:00
Sergey Kartashoff
79d1a39b48
- Udm_Find function is fixed to be compatible with mnogosearch-3.2.13
2003-07-08 13:28:17 +00:00
Sara Golemon
6cb8ce2880
gethostbyname2() not thread safe. Use getaddrinfo() or nothing at all.
2003-07-08 05:00:13 +00:00
Sara Golemon
010f5a12c7
Make php_set_inet6_addr happy with any environment. Use getaddrinfo() if available, gethostbyname2() if not, and simply fail if neither is present.
2003-07-08 03:38:00 +00:00
Brad House
61b47cdaf0
sync functionality with libmcve 3.2
2003-07-08 02:59:51 +00:00
Sara Golemon
acc587fdfa
Fix non-GNU build. Use getaddrinfo() rather than gethostbyname2()
2003-07-07 22:27:32 +00:00
Rob Richards
3b2507b910
changed to studlyCaps naming convention
2003-07-07 19:45:24 +00:00
Rob Richards
4cd06845f9
implement node proxies: next phase of interop
2003-07-07 19:37:32 +00:00
Derick Rethans
6d563b3bdc
- Commiting conversion to zend_parse_parameters (leftovers from debugging).
2003-07-07 13:21:10 +00:00
Zeev Suraski
d6320007e0
Add missing elements
2003-07-07 12:07:02 +00:00
foobar
f55b83cb18
ws + missing fold tag
2003-07-07 11:43:34 +00:00
Moriyoshi Koizumi
e661d9e22a
Updated test so it won't fail if the extension has been built with libiconv.
2003-07-06 21:44:44 +00:00
Moriyoshi Koizumi
80a8ff3a43
Fixed segfault due to reference to the already free'd block :)
2003-07-06 21:30:23 +00:00
Moriyoshi Koizumi
9fbd2f44ec
Modified the test so it reflects the change to iconv_mime_decode()
2003-07-06 21:19:38 +00:00
Moriyoshi Koizumi
8d850b4c3a
Improved iconv_mime_encode() interface
2003-07-06 21:19:08 +00:00
Moriyoshi Koizumi
c5e123f584
oops
2003-07-06 21:10:02 +00:00
Moriyoshi Koizumi
716a34a4d0
Avoid miscellaneous conflicts between glibc's iconv and libiconv.
2003-07-06 21:08:50 +00:00
Sebastian Bergmann
81543d043e
COMPILE_DL_MYSQL_MYSQL -> COMPILE_DL_MYSQL
2003-07-06 20:38:56 +00:00
Moriyoshi Koizumi
f4b24b82f2
Added missing includes
2003-07-06 17:52:42 +00:00
Moriyoshi Koizumi
6b4a5bfd8c
Simplified config scripts
2003-07-06 17:51:46 +00:00
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
Marcus Boerger
a6d0972c05
Fix warnings
2003-07-01 00:49:25 +00:00
foobar
b9fcb34625
Fixed bug #24025 (Can not build with shared ldap support)
2003-07-01 00:02:13 +00:00
Marcus Boerger
e4f67f3545
Make --disable-spl work
2003-06-30 23:24:12 +00:00
Shane Caraveo
d6ee8bab7f
fix a crash I run into on occasion
2003-06-30 20:31:57 +00:00
Andi Gutmans
288dacca0c
- ZE coding style requires if ( instead of if(
2003-06-30 20:22:35 +00:00
Sebastian Bergmann
5ee72bb478
ZTS fixes. Remove unused local variables.
2003-06-30 20:17:01 +00:00
George Schlossnagle
aa96d17022
added support for Reflection_Function, the first part of
...
the reflection api
2003-06-30 20:03:56 +00:00
Sterling Hughes
f6d84a10ea
set precision properly.. test passes here
2003-06-30 20:03:17 +00:00
Sterling Hughes
223584a138
this is the correct result
2003-06-30 19:50:18 +00:00
Derick Rethans
7a4ed00603
- Rename test and update title
2003-06-30 19:16:41 +00:00
Rasmus Lerdorf
832ffd1970
Fix 3 tests that didn't adequately specify the .ini settings they rely on
2003-06-30 18:22:53 +00:00
Sterling Hughes
00c83984a3
add a test for shane's bug #24392
2003-06-30 18:09:11 +00:00
Marcus Boerger
f970724d79
Do not test postgres settings
2003-06-30 18:00:30 +00:00
foobar
f3ac60d4a4
- Cleanup, simplifying, etc.
2003-06-30 17:23:52 +00:00
Sergey Kartashoff
e5e58c80ef
- Memory leaks in UdmCatPath and UdmCatList functions have been fixed.
2003-06-30 17:12:18 +00:00
foobar
8dca948cf9
- Moved the PEAR check after the extensions.
...
. added checks for the dependancies PEAR has.
- Moved PHP_REGEX checks to ext/standard/config.m4
# If someone knows the reason for PHP_REGEX macro being where it was,
# please tell..
2003-06-30 16:33:50 +00:00
Zeev Suraski
b31570f03e
Remove Release_TSinline (it's not necessary)
...
Add Release_TSDbg
Change directories to be consistent with our other modules...
2003-06-30 11:41:25 +00:00
Sterling Hughes
0422e0d475
fix by Elfyn, use = not ==
2003-06-30 05:01:18 +00:00
Sterling Hughes
57e1c829aa
and my first user doesn't even like goto's. sniffle
2003-06-30 03:11:03 +00:00
Sterling Hughes
2505cf7c2c
satisfy my very first user :)
2003-06-30 03:08:48 +00:00
Ilia Alshanetsky
8cb5c9c6ba
Fixed bug #24063 (*printf() did not handle scientific notation correctly)
2003-06-30 01:03:21 +00:00
Sterling Hughes
681d6bfaeb
fix libxml2 when dealing with character data
2003-06-29 18:26:23 +00:00
Hartmut Holzgraefe
f355c4c5bb
ok, re-adding this mostly un-maintained awk/sed/sh nightmare for now ...
2003-06-29 16:07:18 +00:00
Hartmut Holzgraefe
7218a70ff6
ext_skel is no more, and ext_skel_ng is moving to PEAR::PECL_Gen
2003-06-29 12:21:58 +00:00
Sebastian Bergmann
b851992902
Add zlib directory.
2003-06-29 06:15:06 +00:00
Andrei Zmievski
505fd434ac
MFB
2003-06-29 00:09:41 +00:00
Rui Hirokawa
2b44c63d50
Fixed corruption of multibyte character including 0x5c as second
...
byte in multipart/form-data.
2003-06-28 23:37:18 +00:00
Shane Caraveo
082a1489d2
fix building mysql as a loadable extension
2003-06-28 22:28:44 +00:00
Rob Richards
a225934450
fix mem leak in sxe_property_read
...
fix compiler warning
2003-06-28 21:38:44 +00:00
Georg Richter
192fb9095e
changed tests (ysqli_bind_param and mysql_bind_result changes)
2003-06-28 21:30:58 +00:00
Georg Richter
f38bd95002
added BYREF_FORCE for bind parameters in msqli_bind_param and mysqli_bind_result
...
changed function parameters in mysqli_bind_param
from (object statement, mixed var1, long type1, ...)
to (object statement, array tyoes, mixed var1, mixed var2, ...)
2003-06-28 21:27:08 +00:00
Ilia Alshanetsky
a6fd611c5e
Added array handling to file_put_contents()
...
More verbose error reporting mechanism.
Test case for file_put_contents().
2003-06-28 20:06:13 +00:00
Ilia Alshanetsky
9e53c34ad3
Fixed test failure on systems with short_tags (<?) off.
2003-06-28 17:36:46 +00:00
Wez Furlong
5ecc91c27d
Merge selectable descriptor casting from PHP_4_3 branch.
2003-06-28 11:24:47 +00:00
Derick Rethans
12cf3ec385
- Removed duplicate constants
2003-06-28 09:55:12 +00:00
Derick Rethans
f2acb42223
- Return number of bytes written instead of just TRUE. (Path by Paul Hudson,
...
hudzilla@php.net )
2003-06-28 08:21:02 +00:00
Sterling Hughes
3e67c2a63a
for now we let xml support build with versions older than 2.5.7, as we want
...
users to actually test this...
2003-06-28 07:46:03 +00:00
Ilia Alshanetsky
58c25fb24a
Added missing handling of dateTime
...
Fixed compiler warning involving streams
Added a test case for wddx_deserialize()
2003-06-28 06:55:47 +00:00
Sebastian Bergmann
67400949f2
Remove aggregation tests as well.
2003-06-28 05:51:37 +00:00
Sebastian Bergmann
10ec176f69
Buckle your seatbelt, Dorothy, 'cause Aggregation is going bye-bye.
2003-06-28 05:38:52 +00:00
Sterling Hughes
0ec0a3097c
define this here too
2003-06-28 04:30:51 +00:00
foobar
3a7ca909be
- HAVE_OPENSSL_EXT is not defined always.
2003-06-27 16:41:41 +00:00
Andrei Zmievski
357f62734a
Upgrading PCRE library to version 4.3.
2003-06-27 16:31:24 +00:00
Sara Golemon
2e4ef86e10
MFB
...
Plug leak in context notifiers, implement notifier->dtor
2003-06-27 16:23:58 +00:00
Edin Kadribasic
7730c1d994
Fix windows build
2003-06-27 14:30:26 +00:00
Edin Kadribasic
19a6d56e51
Prepare for enabling by default on Windows.
2003-06-27 14:14:08 +00:00