Wez Furlong
612dab64ee
fix type
2005-10-03 00:55:23 +00:00
Marcus Boerger
b76dcd68ee
- MFH add new example
2005-10-02 23:12:35 +00:00
Wez Furlong
a750f195cd
Fix Bug #34687 ; error information from query() not passed back
2005-10-02 22:11:19 +00:00
Marcus Boerger
991a29cfd6
- MFH PDOException base
2005-10-02 20:38:18 +00:00
Marcus Boerger
ca9dd7d826
- Add PDO::setAttribute(PDO::ATTR_STATEMENT_CLASS)
2005-10-02 20:07:11 +00:00
Marcus Boerger
0ea0e1615f
- MFH Add new example
2005-10-02 17:33:05 +00:00
Wez Furlong
c19322869b
use the right macro for these
2005-10-01 19:19:36 +00:00
Marcus Boerger
13dc73940d
- SPL may extend SimpleXML (if present)
2005-10-01 15:46:31 +00:00
Marcus Boerger
69722777a0
- Allow xpl/simplexml integration with simplexml being built shared
2005-10-01 15:41:37 +00:00
Derick Rethans
08b5c498ce
- Implemented better timezone guessing algorithm.
2005-10-01 15:04:07 +00:00
Wez Furlong
932346c00f
Allow compilation with PHP 5.0.x
...
Closes PECL #5514
2005-10-01 02:48:11 +00:00
Pierre Joye
655743c4e7
- #33125 , imagecopymergegray produces mosaic rainbow effect
...
at some point the alpha emulation formula has been broken
restored.
2005-09-30 20:48:05 +00:00
Wez Furlong
69f0675a35
Fix for PECL #5433 (rowCount() not set)
2005-09-30 04:19:24 +00:00
Marcus Boerger
b47525e508
- TSRM fix
2005-09-29 19:57:13 +00:00
Ilia Alshanetsky
941ac55d2f
Removed unnecessary component that accidentally snuck-in
2005-09-29 16:39:37 +00:00
Ilia Alshanetsky
09540ee965
MFH:
...
Fixed possible crash and/or memory corruption in import_request_variables()
Fixed potential GLOBALS overwrite via import_request_variables().
2005-09-29 16:30:51 +00:00
Dmitry Stogov
e2599c3dbf
Fixed wrong array autodetection
2005-09-29 10:02:11 +00:00
Ilia Alshanetsky
1a04335ec2
MFH: Fixed possible GLOBALS variable override when register_globals are ON.
...
MFH: Fixed possible register_globals toggle via parse_str().
MFH: Fixed negative offset handling in substr_compare() function.
2005-09-28 22:39:52 +00:00
Dmitry Stogov
ba5f66777e
Fixed bug #34453 (parsing http://www.w3.org/2001/xml.xsd exception)
2005-09-28 11:24:18 +00:00
Dmitry Stogov
4329db25a1
Fixed bug #34643 (wsdl default value has no effect)
2005-09-27 15:25:10 +00:00
Wez Furlong
006922ba18
ensure that this size is initialized correctly
2005-09-26 21:37:33 +00:00
Ilia Alshanetsky
ef04eea493
Touch generated file
2005-09-26 19:34:09 +00:00
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