Pierre Joye
761dbeedbb
- duplicate entry
2010-06-08 13:48:02 +00:00
Pierre Joye
f8b17007e0
- [DOC] add session.entropy* support to windows
2010-06-08 13:46:19 +00:00
Antony Dovgal
9badd4f0fb
fix bug #50101 (name clash between global and local variable)
2010-06-08 13:27:30 +00:00
Ulf Wendel
6b1d256af5
More SQL strict mode updates
2010-06-08 13:05:49 +00:00
Pierre Joye
68cd943189
- add striped down version of RNG layer to have a reliable random src on windows
2010-06-08 13:00:54 +00:00
Pierre Joye
5afc8e2c83
- add striped down version of RNG layer to have a reliable random src on windows
2010-06-08 13:00:11 +00:00
Antony Dovgal
ae01c146d1
fix bug #51276 (php_load_extension() is missing when HAVE_LIBDL is undefined)
2010-06-08 12:54:11 +00:00
Antony Dovgal
a8be1c1d4b
fix micro-memleaks (happened once per process)
2010-06-08 12:02:55 +00:00
Ulf Wendel
0fb528edee
Making tests pass strict sql mode.
2010-06-08 10:55:12 +00:00
Felipe Pena
b65a473efb
- Let's generate this #ifdef only on zend_vm_execute.h
2010-06-07 23:04:30 +00:00
Felipe Pena
d78fb2b14a
- Fix script
2010-06-07 14:37:35 +00:00
Pierre Joye
6d1d27bc3a
- show the free_op1 warning only once, until a fix is applied
2010-06-07 01:37:59 +00:00
Pierre Joye
707980c2be
- show the free_op1 warning only once, until a fix is applied
2010-06-06 20:32:51 +00:00
Pierre Joye
badf05a8ea
- silent warning (unary minus operator applied to unsigned type)
2010-06-06 15:28:30 +00:00
Pierre Joye
b690b940ca
- label only used when mmap is available
2010-06-06 12:32:25 +00:00
Christopher Jones
5441c86936
New test for file_exists (bug #39863 ). It currently xfail's
2010-06-05 19:44:48 +00:00
Felipe Pena
a14dd7502b
- Fixed bug #51991 (spl_autoload and *nix support with namespace)
2010-06-04 00:10:15 +00:00
Felipe Pena
c42d8b3776
- Fix proto and argname
2010-06-03 18:39:21 +00:00
Felipe Pena
7deae5022d
- Added ZipArchive arginfo
2010-06-03 18:23:14 +00:00
Christopher Jones
9ef6a73dee
Add Berkeley DB 5 support. (An outstanding issue with BDB 4.8 related to 51086 that also affects BDB 5 is not yet resolved)
2010-06-03 07:03:05 +00:00
Felipe Pena
8454cca44c
- Fix memleak when passing a non string/object parameter
2010-06-03 00:43:37 +00:00
Rasmus Lerdorf
a259f797bf
vim fail
2010-06-02 19:26:10 +00:00
Rasmus Lerdorf
6ba6263817
Tweak the fix for bug #51847 to still call libintl_setlocale
...
when libintl has done that redefine.
2010-06-02 19:24:36 +00:00
Pierre Joye
24ef65019f
- silent warning
2010-06-02 19:20:04 +00:00
Pierre Joye
c453a8fcda
- fix leak on error in mcrypt_create_iv on windows
2010-06-02 15:27:38 +00:00
Pierre Joye
7c1d43dd95
- allow shared build
2010-06-02 10:00:58 +00:00
Rasmus Lerdorf
d4cca6da93
Fix for bug #51847
...
Someone in libintl world decided it was a good idea to do:
#undef setlocale
#define setlocale libintl_setlocale
That means, of course, that any use of "setlocale" by the
preprocessor now becomes libintl_setlocale which means we
no longer have a _zif_setlocale symbol in string.o, but we
magically have a _zif_libintl_setlocale symbol. The linker
is obviously not very happy about this when basic_functions.o
tries to find _zif_setlocale.
So, let's not do that again.
2010-06-02 05:53:13 +00:00
Johannes Schlüter
d7b1fa9d35
Berkeley DB 5's SQL frontend gives a slightly different error than libsqlite
2010-06-01 16:39:36 +00:00
Andrey Hristov
4a0b4494d4
defensive programming, check before using a resource
2010-06-01 14:16:27 +00:00
Andrey Hristov
41406516b6
Perform later initialization
2010-06-01 09:47:46 +00:00
Andrey Hristov
2a043ed2d3
More check for valid MYSQLND_STMT before using it
2010-05-31 18:26:19 +00:00
Andrey Hristov
38f6c131e5
Don't reference row_packet before checking if dereferencing is possible
2010-05-31 18:18:37 +00:00
Andrey Hristov
b472636375
Check if data is correct and initialize in a safe manner
2010-05-31 18:10:25 +00:00
Andrey Hristov
047d6f2855
Handle problems in the row_decoder, return type used to be void,
...
now it can return on problems.
2010-05-31 17:57:03 +00:00
Andrey Hristov
b61d7501c9
Bail if allocation fails
2010-05-31 17:09:13 +00:00
Andrey Hristov
4cd5db922b
Fix test
2010-05-31 16:53:33 +00:00
Andrey Hristov
cf140b3bf7
try to workaround problems with non-c99 on HPUX
2010-05-31 16:51:03 +00:00
Ulf Wendel
c0a8ce2f61
Updating test to reflect the latest and more verbose mysqlnd error messages, updating mysqlnd error message as well.
2010-05-31 13:56:42 +00:00
Ulf Wendel
0ab82cecc2
Fixing test - see also gcov results
2010-05-31 13:28:15 +00:00
Ulf Wendel
9b334da667
Fixing test - make sure it checks the same conditions for libmysql and mysqlnd
2010-05-31 12:55:59 +00:00
Ulf Wendel
fb80ebe102
Fixing test
2010-05-31 12:22:48 +00:00
Ulf Wendel
4b5666a539
Fixing mysqli_stmt_attr_set @ libmysql
2010-05-31 12:10:04 +00:00
Ulf Wendel
2613069cd4
Improve EXPECTF to work with other than default schemata
2010-05-31 10:52:14 +00:00
Pierre Joye
46c0f21386
- Added recent Windows versions to php_uname and fix undefined windows version
2010-05-30 07:46:45 +00:00
Pierre Joye
e2d9e0ae70
- ws
2010-05-30 07:36:19 +00:00
Jérôme Loyet
dbe35d87d6
fix commit 299383
2010-05-29 22:00:43 +00:00
Jérôme Loyet
e750930899
typo (thx to Brian P. Mercer)
2010-05-29 10:39:35 +00:00
Dmitry Stogov
54caf22325
Fixed bug #50976 (Soap headers Authorization not allowed)
2010-05-28 12:18:03 +00:00
Dmitry Stogov
42d25dc2b2
Fixed bug #50762 (in WSDL mode Soap Header handler function only being called if defined in WSDL). (mephius at gmail dot com)
2010-05-28 10:52:16 +00:00
Johannes Schlüter
901fc6f3a4
These files talk about PHP 3, flex, CVS, ... interesting to archeologists only
2010-05-27 23:12:44 +00:00