Ilia Alshanetsky
29bf2d3a09
Fixed bug in str_word_count() when charlist if specified and "word" starts
with a character found inside the charlist.
21 years ago
Pierre Joye
9859780570
- fix #33794 imagerotate rotates only CCW
introduced by transparent color patch
21 years ago
84f28ce6c1
ChangeLog update
21 years ago
foobar
03897956b2
revert fix that did not fix anything
21 years ago
Yasuo Ohgaki
813bd67320
fix build with older postgresql
21 years ago
Marcus Boerger
d8eece2b43
- Add missing part to make colon in parameter binding optional
21 years ago
Marcus Boerger
e4b07b3ebe
- Test the colon is optional in binding
21 years ago
Dmitry Stogov
99cb1b8004
$context is not longer passed by reference, so its modification has no effect
21 years ago
Dmitry Stogov
1c82ec11a1
Fixed bug #33802 (throw Exception in error handler causes crash)
21 years ago
b19c520142
ChangeLog update
21 years ago
Wez Furlong
cfe1dc3b46
this looks like a much better fix for refcounting/shutdown in lazy objects.
21 years ago
Wez Furlong
882503110d
fix leak (ugh, this nuance gets me every time)
21 years ago
Wez Furlong
3560bb9c2b
Fixes #33785 for me
21 years ago
Ilia Alshanetsky
3db688c6c9
Added test for PDO_FETCH_LAZY.
# This currently fails, see bug 33785
21 years ago
Marcus Boerger
e11fc8bda4
- Fix error generation logic (found by johannes)
21 years ago
Dmitry Stogov
6b5f4da085
Fixed bug with returning from internal function by reference
21 years ago
Derick Rethans
8a3d3aefbb
- Changed the year parameter so that 0..69 maps to 2000..2069 and 70..100 maps
to 1970..2000, which was in the original code, but not in the documentation.
21 years ago
Dmitry Stogov
e4b1fb6455
Recursion protection
21 years ago
22181d6451
ChangeLog update
21 years ago
foobar
0f3e95b926
there is not much point in putting entries of bugs fixed when bug only existed in CVS and not in any release..
21 years ago
Ilia Alshanetsky
4b6d351cd3
Missing bit of the previous commits
21 years ago
Dmitry Stogov
e07d2f4803
"_local_cert" and "_passphrase" properties moved into "_stream_context".
As a result now it is possible to use certificates during access WSDL files.
21 years ago
Dmitry Stogov
3102638061
Fixed tests
21 years ago
Derick Rethans
e6c1ff254d
- Fixed bug #33578 (strtotime() problem with "Oct17" format).
- Fixed problems with lone years in strtotime().
- Added functions to timelib to get a list of all abbreviations and timezone
identifiers.
- Fixed problems with parsed dates that only have GMT offsets associated
with them.
- Fixed a Windows compile problem.
- Added special constants for different often used date formats (DATE_ISO8601,
DATE_RFC822, DATE_RSS etc).
- Fixed date_default_timezone_get() to return the guessed timezone if none
was set yet with date_default_timezone_set().
- Added experimental support for Date/Timezone objects as per specifications.
21 years ago
Marcus Boerger
efcfe44299
- Use correct/complete skipif condition
21 years ago
1b31dfb160
ChangeLog update
21 years ago
Wez Furlong
ec50ec65b9
use pdo core test suite.
Now passes all but one test. Volunteers that want to track down the cause
for test pdo_018.phpt not passing are welcome.
21 years ago
Wez Furlong
08891a1c1b
some drivers want you to say that its ok to use NULL for these columns.
21 years ago
Ilia Alshanetsky
99d8090cb2
Fixed memory corruption (wrong order of operations of stored prep. stmt).
Optimize the max length calculation process.
21 years ago
Ilia Alshanetsky
97e8c6f4a9
Proper handling for databases that need to pre-calculate length of large
columns, which is not normally done for performance reasons.
21 years ago
Wez Furlong
79f3cb9856
Add PDO_PGSQL_ATTR_DISABLE_NATIVE_PREPARED_STATEMENT attribute, which, when set
to true, forces the driver to use PDO's own emulated prepared statement
support.
Why would you want that, considering that native prepared statements are
supposed to be the best thing ever?
"Often postgresql will have to plan the query without knowing the parameters -
and it will choose a bad plan. In some cases it will plan based on the first
parameters you send. "
Ugh. So now we have a way to let you decide that you know better than the
pgsql query planner.
21 years ago
Ilia Alshanetsky
9438584d76
Only set attribute if result set contains some columns.
21 years ago
Ilia Alshanetsky
1e1d2e2b0d
clean up
21 years ago
Wez Furlong
8adbc92d4b
this hack can and does segv; let's remove it.
21 years ago
Andrei Zmievski
0e8430bc78
*** empty log message ***
21 years ago
foobar
40a049b27e
Skip tests in 64bit systems
21 years ago
foobar
dd3d739cc6
fixed skipif to really skip
21 years ago
Marcus Boerger
bf75124011
- Add test to verify all ArrayAccess methods can throw
21 years ago
Marcus Boerger
b8eb8bc7d5
- Add test to verify all iterator methods can throw
21 years ago
Wez Furlong
3b5af6d43f
Remove stale #ifdefs (this is PHP 5 only code).
Add a stream_context option to the SoapClient constructor; this allows
generic stream context options to be set without having to add code to the
SoapClient every time a context option is added.
21 years ago
Marcus Boerger
897090c01e
- Dont't warn in case an exception is pending - in this case it'd superflous
21 years ago
Wez Furlong
27c24383ee
revert my last change; chasing ghosts.
# the lesson is, ensure that php4 and php5 aren't loaded at the same time
21 years ago
Wez Furlong
546418a66b
Don't crash when no treat_data method has been set in the sapi module
# how come no one ran into this before?
21 years ago
Wez Furlong
d4348d11dd
try to make the test a bit more portable
21 years ago
Wez Furlong
3ebfbe6bd2
this should always be a string here, but just in case, convert it.
21 years ago
Wez Furlong
6e7a8f10d1
if we didn't detect an error, don't return -1 rows, as that means that we found an error
21 years ago
Wez Furlong
43c1a1b73c
Closes #33533 by implementing proper dynamic fetching of long text columns.
21 years ago
Dmitry Stogov
7aca138456
Fixed bug #33710 (ArrayAccess objects doen't initialize $this)
21 years ago
a59f50faca
ChangeLog update
21 years ago
Wez Furlong
e568ea3277
Limit the size of columns to 64K, so we don't try to allocate 2GB for each text
column coming out of informix.
Refs Bug #33533 .
Not totally closed yet; still need to cater for text fields longer than 64k in a sane manner.
21 years ago