Ilia Alshanetsky
846b0826ab
MFH: upgraded bundled libsqlite3 to version 3.2.7
2005-09-26 19:33:26 +00:00
Marcus Boerger
15c9f414a6
- MFH: Reset global pointer to NULL after mem free (required for apache 1.3)
2005-09-26 17:56:26 +00:00
Ilia Alshanetsky
9daaedc125
Fixed bug #34645 (ctype corrupts memory when validating large numbers).
2005-09-26 15:14:19 +00:00
Marcus Boerger
049882f29c
- Try to fix bugs #34216 (Segfault with autoload) and #34584 (Segfault with
...
SPL autoload handler)
2005-09-25 18:04:35 +00:00
Ilia Alshanetsky
d696f11814
MFH: Fixed bug #34321 (Possible crash in filter code).
2005-09-25 13:26:30 +00:00
Wez Furlong
57641c166f
reinstate this fix for building against PHP 5.0.x.
...
This works fine against PHP 5.1 too; if you revert this, you'd better have an
awesome technical reason, or I'll remove your karma.
2005-09-25 02:28:42 +00:00
Wez Furlong
fdd42afa6c
Fixup LOB handling for inserts (refs #34630 ).
...
Also tripped over the return of PECL #5200 ; looks like mysql doesn't return an
accurate length for the columns. The PDO driver will sanity check the real
length against the buffer size it allocated (based on the info provided by
mysql), so that we won't overrun the buffer. In addition, if a varchar field
is reported as having a length of less than 128, we'll allocate 128 just in
case.
If the data is truncated, report it via the appropriate sqlstate code.
There must be a better way to do this stuff.
2005-09-25 02:05:03 +00:00
Wez Furlong
fab0baa274
refs #34630 .
...
Real lob support for oracle will appear after the PHP 5.1 release.
2005-09-25 00:47:00 +00:00
Marcus Boerger
06550ce8e0
- MFH: Rename here too
2005-09-24 23:48:58 +00:00
foobar
2352850c52
Revert the "fix". It works fine when you use PHP_5_1
2005-09-24 23:33:58 +00:00
foobar
1536082186
fix typo
2005-09-24 23:23:25 +00:00
Marcus Boerger
a349428685
- MFH: Serializeable was renamed to Serializable long ago
2005-09-24 23:19:24 +00:00
Wez Furlong
4fb5b322ee
99% certain that this fixes PECL #5366 and PECL #5391 .
2005-09-24 19:15:23 +00:00
Wez Furlong
3905ce46d9
Refs #34630
2005-09-24 18:55:56 +00:00
Wez Furlong
4f7d14f8d9
a test for bug #34630
2005-09-24 18:54:50 +00:00
Wez Furlong
6cc5e191d0
Refs #34630
2005-09-24 18:47:50 +00:00
Edin Kadribasic
ba8a8d9f25
Allow php extensions to use php_escape_shell_cmd() and php_escape_shell_arg(), needed for mbstring
2005-09-24 15:22:32 +00:00
Edin Kadribasic
4566f48777
Build PDO and SQLite as shared
2005-09-24 15:13:13 +00:00
Pierre Joye
c81c189198
- MFH #33220 , infinite loop while loading invalid GIF (nlopees)
2005-09-24 14:39:16 +00:00
Edin Kadribasic
35b7ad00a6
Declare functions used by driver as PDO_API in php_pdo_driver.h
2005-09-24 14:18:01 +00:00
Anantha Kesari H Y
a3a2fe37af
NetWare LibC don't have socketpair function. So enabling socket_create_pair functionality only if socketpair is available in the host LibC.
...
--Kamesh
2005-09-23 09:54:31 +00:00
foobar
b5017bd725
MFH: Improved the fix for #21306 a bit
2005-09-23 08:14:13 +00:00
Antony Dovgal
0dce979bfc
MFH: fix #32081 (mysqli_real_connect(): mysqli.default_socket in php.ini has no effect) for real
2005-09-22 20:14:34 +00:00
Ilia Alshanetsky
0823526afe
Fixed test
2005-09-22 16:24:51 +00:00
Marcus Boerger
f3c44f6065
- MFH Fixed Bug #34590 User defined PDOStatement class can't implement
...
methods
- Reimplement Traversable interface
# If there is a problem with this i need a backtrace. As far as i can
# tell by gdb/valgrind/logic there is no error here. But missuse leads to
# the same error report casing the exclusion of interface Traversable.
2005-09-21 22:58:39 +00:00
Marcus Boerger
a72a517e2f
- Add ability to execute .php generated from .phpt on failure without the
...
need to manually set the environment.
2005-09-21 18:40:56 +00:00
Dmitry Stogov
0988162649
Fixed memory corruption
2005-09-21 15:55:07 +00:00
Dmitry Stogov
3d41ebf595
Allow fopen() make HTTPS requests throug HTTP proxies
2005-09-21 15:04:26 +00:00
Ilia Alshanetsky
20c3266588
fixed compiler warnings
2005-09-21 13:23:00 +00:00
Ilia Alshanetsky
999a7acd71
MFH: Fixed bug #34565 (mb_send_mail does not fetch mail.force_extra_parameters)
2005-09-21 13:16:03 +00:00
Johannes Schlüter
ddf3f9b068
- MFH: Remove HTML fragments from phpcredits() in CLI mode
2005-09-20 22:19:01 +00:00
foobar
de6b4c0091
MFH: - Fixed bug #21306 (catch bailouts of write handler during RSHUTDOWN)
2005-09-20 20:56:54 +00:00
Ilia Alshanetsky
4dff36f6b4
MFH: Allow overloading of PDO constructor.
2005-09-20 19:52:24 +00:00
Stanislav Malyshev
bcb70109d2
fix crash on restarting static PHP having session modules loaded
2005-09-20 14:03:29 +00:00
Wez Furlong
08a6122f54
MFH: use PDO:: class constants
2005-09-20 00:46:02 +00:00
Ilia Alshanetsky
fe9db9ab0a
Remove pointless PDO_ prefix
2005-09-20 00:44:51 +00:00
Ilia Alshanetsky
bfe844e41e
MFH: Make PDO use class constants
2005-09-20 00:35:21 +00:00
Antony Dovgal
33d913d9da
MF5.0: add new test
2005-09-19 18:58:59 +00:00
Dmitry Stogov
5eb6b78c90
Fixed access to uninitialized value
2005-09-19 18:47:56 +00:00
Marcus Boerger
e26ae04d5f
- MFH Add deprecated/compatibility class for BC
2005-09-19 18:28:52 +00:00
Antony Dovgal
9a1c6c55b8
fix build (declare extern HashTable pdo_driver_hash)
2005-09-18 18:05:59 +00:00
Marcus Boerger
c3a79b5990
- MFH: Synch dosu
2005-09-18 17:52:09 +00:00
Marcus Boerger
8acd34d6d8
- MFH: Add missing docu/Synch
2005-09-18 17:39:54 +00:00
Marcus Boerger
d1ee4b407c
- Commite manually if not conatined in bunch commit
2005-09-18 17:16:17 +00:00
Marcus Boerger
7d918fae4c
- Synch naming/move changes with HEAD
...
- Update tests/docu
# New functionality in CachingIterator/RecursiveIteratorIterator not MFHed
2005-09-18 17:15:04 +00:00
Wez Furlong
7e762989e7
move pdo_drivers -> PDO::getAvailableDrivers as part of namespacing sweep.
2005-09-18 14:13:08 +00:00
Antony Dovgal
21e809b7be
MFH: check class_entry of this_ptr in Reflection API
2005-09-16 20:21:46 +00:00
Antony Dovgal
4b9b5505f0
fix #34505 (possible memory corruption when unmangling properties with empty names)
...
2nd part
2005-09-16 17:11:02 +00:00
Antony Dovgal
f43767b249
fix #34505 (possible memory corruption when unmangling properties with empty names)
...
1st part
2005-09-16 17:05:09 +00:00
Dmitry Stogov
27763b3666
Fixed bug #34478 (Incorrect parsing of url's fragment (#...))
2005-09-16 15:48:30 +00:00