Kalle Sommer Nielsen
d244ac46a1
MFT: Added 'db' and 'catalog' keys to the field fetching functions (FR #39847 )
2011-01-17 11:20:54 +00:00
Kalle Sommer Nielsen
ba4fbb05ae
Remove this void comment (c/p mistake)
2011-01-17 09:59:07 +00:00
Kalle Sommer Nielsen
504b6f695e
MFT: Implemented FR #47802 (Support for setting character sets in DSN strings)
2011-01-17 09:54:22 +00:00
Stanislav Malyshev
ff4982784a
Fix bug #47143 , bug #51458 - provide more useful info in bad exception cases
2011-01-16 21:24:43 +00:00
Stanislav Malyshev
3a3f369678
Add options to debug_backtrace functions
2011-01-16 20:39:22 +00:00
Andrey Hristov
97fe653692
fix more parameter stuff, now it is complete
2011-01-14 15:37:49 +00:00
Andrey Hristov
f144bb7153
pass data which is available
2011-01-14 15:10:09 +00:00
Johannes Schlüter
22b42afaee
- Fix #53551 (PDOStatement execute segfaults for pdo_mysql driver)
2011-01-14 14:57:57 +00:00
Johannes Schlüter
6553823c8b
- Fix 5.3.5 date in NEWS
2011-01-14 14:54:18 +00:00
Antony Dovgal
25a43268fd
add missing dl() function to FPM SAPI
2011-01-14 13:53:59 +00:00
Pierre Joye
1ec3ec1326
-disable the analyzer for the snapshot in 5.3 too
2011-01-13 19:44:00 +00:00
Ilia Alshanetsky
c33795b25b
Fixed variable re-declaration
2011-01-13 12:56:28 +00:00
Stanislav Malyshev
9acdcd93a7
revert non-BC change in 5.3
2011-01-13 07:27:46 +00:00
Felipe Pena
64bbdd76c3
- Fixed bug #53717 (checking the number of arguments is wrong in zend_parse_method_parameters_ex())
...
patch by: klaus at triendl dot eu
2011-01-12 22:17:10 +00:00
Derick Rethans
58810bd055
- Fixed bug #53729 (DatePeriod fails to initialize recurrences on 64bit
...
big-endian systems). (Patch by rein@basefarm.no )
2011-01-12 19:50:09 +00:00
Ilia Alshanetsky
c83278ef22
Fixed variable re-declaration
2011-01-12 13:21:27 +00:00
Felipe Pena
92d82619d7
- Fixed compiler warnings
2011-01-12 00:29:59 +00:00
Ilia Alshanetsky
3abf598b53
Added missing success check around chmod() for windows during temp file creation
2011-01-11 12:57:19 +00:00
Ilia Alshanetsky
484a35373e
Fixed bug #53630 (Fixed parameter handling inside readline() function).
2011-01-10 18:19:02 +00:00
Andrey Hristov
21fba3513a
new flag
2011-01-10 15:14:56 +00:00
Pierre Joye
a209aad993
- remove local redeclaration
2011-01-10 08:28:47 +00:00
Pierre Joye
639d3fbcfb
- possible NULL deref
2011-01-10 08:07:38 +00:00
Pierre Joye
10a1f90ab0
- local redeclaration
2011-01-10 01:04:36 +00:00
Pierre Joye
ab4ce5516d
- some more possible NULL deref
2011-01-10 00:43:08 +00:00
Pierre Joye
8640b61c68
- fix possible NULL deref
2011-01-10 00:30:07 +00:00
Pierre Joye
eddd9b7510
- new sec flags should not be on by default for 5.3, yet
2011-01-09 21:41:54 +00:00
Pierre Joye
0d3c6914ad
- add configure option to enable the builtin static analyzer (will be enabled for snaps' log)
2011-01-09 21:38:46 +00:00
Pierre Joye
92894b3a81
- debug code--
2011-01-09 15:19:03 +00:00
Pierre Joye
fb6778c241
- let try to fix pecl header install so we can do the same than unix, install them in ext/<extname> instead of pecl<extname>
2011-01-09 14:01:21 +00:00
Rui Hirokawa
279a65eb09
MFH: added an option to http_build_query for RFC-3986
...
based url-encoding.
2011-01-08 02:34:33 +00:00
Pierre Joye
55077a81f5
- define the php*.lib/dll names
2011-01-07 15:51:36 +00:00
Andrey Hristov
eaaef0d870
Proper fix for
...
Bug #53503 mysqli::query returns false after successful LOAD DATA query
which fixes als #56349 , same behavior but in ext/mysql. Both due to a bug
in mysqlnd. Never was a problem with libmysql.
Also fixed the 53503's test case as it always reported PASS, even when there
should have been a failure.
2011-01-07 14:22:30 +00:00
Adam Harvey
39210df0ed
Implement request #53684 (Deprecated HTML in sample php.ini).
2011-01-07 03:43:20 +00:00
Felipe Pena
29a82ceb56
- Fixed memory leak on SQLite3Result and SQLite3Stmt when assigning to a reference.
2011-01-07 01:11:16 +00:00
Rasmus Lerdorf
9107b209ea
Fix bug #53682
2011-01-06 22:48:20 +00:00
Pierre Joye
84ff832f46
- fix vc6 random behavior for Fix bug #53632 with x87 fpu
2011-01-06 17:08:46 +00:00
Pierre Joye
e14c8f39f1
- add CVE (too late for the release tho')
2011-01-06 12:51:35 +00:00
Adam Harvey
e4fe297006
Remove empty files left when r306542 was reverted in r306552.
2011-01-06 02:24:49 +00:00
Scott MacVicar
e1c1cc0ed5
Implemented FR #53466 (SQLite3Result::columnType() should return false after all of the rows have been fetched).
2011-01-06 00:08:59 +00:00
Etienne Kneuss
47fc5e06f0
Implement SplObjectStorage::removeAllExcept (Patch by Matthey Turland)
2011-01-05 15:01:18 +00:00
Ilia Alshanetsky
6f66356d56
Added test
2011-01-05 14:41:50 +00:00
Johannes Schlüter
df344ea7d6
- This will be PHP 5.3.6
2011-01-05 13:39:30 +00:00
Ilia Alshanetsky
02bdb521e2
Optimize unix timestamp to date-string conversion for very high year values
2011-01-05 04:13:23 +00:00
Pierre Joye
09d73b67e2
- revert rev. 307044
2011-01-05 00:59:31 +00:00
Scott MacVicar
0017586f5d
Add test for bug #53632
2011-01-04 23:36:56 +00:00
Scott MacVicar
66753ff6c7
Fix bug #53632 with x87 fpu
2011-01-04 22:36:23 +00:00
Stanislav Malyshev
f01a0cba6b
fix unit tests for intl in accordance with new ICU releases
2011-01-04 03:24:38 +00:00
Kalle Sommer Nielsen
ec040e9657
Fixed linking of extensions that would use a static .lib file (libname_a.lib rather than libname.lib)
...
# This fixes `configure --with-mcrypt=shared' to properly find and
# link against libmcrypt.lib rather than libmcrypt_a.lib
2011-01-03 23:08:47 +00:00
Hannes Magnusson
d1eb2cd737
My name is Hannes
...
# And today is my birthday \o/
2011-01-03 23:08:08 +00:00
Scott MacVicar
27177c9868
Change DEBUG() to TIMELIB_DEBUG(), there are potential conflicts with other libraries that also use this.
2011-01-03 19:24:04 +00:00