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