Steph Fox
02d764eedf
- Add missing help text
2008-07-22 09:34:40 +00:00
Jani Taskinen
705062e76a
ws
2008-07-22 07:39:40 +00:00
Dmitry Stogov
0255d8d5f4
Closure object cannot have properties
2008-07-22 07:29:14 +00:00
Derick Rethans
b9dd7dc722
- This test works fine (patch by Lars Strojny)
2008-07-22 07:21:40 +00:00
Dmitry Stogov
ed72680e09
Fixed test
2008-07-22 07:13:18 +00:00
Pierre Joye
8c27aa68e5
- Segfault when an exception is thrown on persistent connections
2008-07-22 06:48:09 +00:00
Felipe Pena
7ef0126412
- Added arginfo
2008-07-22 01:46:43 +00:00
7970d3a6ba
ChangeLog update
2008-07-22 01:32:02 +00:00
Scott MacVicar
69ee229b97
Fix integer oveflow in strrpos()
2008-07-22 01:05:55 +00:00
Felipe Pena
52d1de927a
- Fixed tests (patch by Lars Strojny)
2008-07-21 23:55:27 +00:00
Lars Strojny
817546a99f
Fixing tests broken by the introduction E_USER_DEPRECATED
2008-07-21 22:06:01 +00:00
Scott MacVicar
e6848d51c2
Optimisation for zend_memnstr when the needle is only a single character. (Patch by Michal Dziemianko - GSoC08)
2008-07-21 18:43:46 +00:00
Pierre Joye
b0a4aa7e3b
- #41996 , Problem accessing Oracle ROWID (Martin Jansen)
2008-07-21 17:17:58 +00:00
Dmitry Stogov
49952e6452
Added check for small ZEMD_MM_SEG_SIZE
2008-07-21 17:06:16 +00:00
Pierre Joye
7db72f36f9
- MFB: sync changes with 5.3...
2008-07-21 17:00:34 +00:00
Jani Taskinen
2e4519b19c
- Visibility (bug #45564 )
2008-07-21 16:22:29 +00:00
Rob Richards
c2eb3ea158
Sync with 5_3 changes
2008-07-21 16:12:28 +00:00
Jani Taskinen
c98e8379c8
Sync with PHP 5.3 (might not work 100% yet due to huge inconsistencies AND bugs in PHP
2008-07-21 16:07:57 +00:00
Felipe Pena
2d1fbe1328
- Fixed tests
2008-07-21 14:31:40 +00:00
Felipe Pena
6842e84b34
- MFB: New parameter parsing API
2008-07-21 14:29:46 +00:00
Johannes Schlüter
ae1cd8e253
- Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499,
...
pecl#12794, pecl#12401
# Running the tests:
# (Note: Doesn't work currnetly on HEAD, see:
# http://news.php.net/php.qa/64378 )
#
# PDO_MYSQL_TEST_DSN - DSN
# For example: mysql:dbname=test;host=localhost;port=3306
#
# PDO_MYSQL_TEST_HOST - database host
# PDO_MYSQL_TEST_DB - database (schema) name
# PDO_MYSQL_TEST_SOCKET - database server socket
# PDO_MYSQL_TEST_ENGINE - storage engine to use
# PDO_MYSQL_TEST_USER - database user
# PDO_MYSQL_TEST_PASS - database user password
# PDO_MYSQL_TEST_CHARSET - database charset
#
# NOTE: if any of PDO_MYSQL_TEST_[HOST|DB|SOCKET|ENGINE|CHARSET] is
# part of PDO_MYSQL_TEST_DSN, the values must match. That is, for example,
# for PDO_MYSQL_TEST_DSN = mysql:dbname=test you MUST set PDO_MYSQL_TEST_DB=test.
2008-07-21 13:05:51 +00:00
Andrey Hristov
0df974b7a5
MFB :
...
Fix for bug#45179 --with-mysql-sock fails to compile & work
Now --with-mysql-sock controls all mysql extensions. If provided it will be
the default value as it was set in php.ini . php.ini will override it for
ext/mysql and ext/mysqli but not for pdo_mysql
2008-07-21 13:01:41 +00:00
Jani Taskinen
78bab4d9b3
- forgot to commit to HEAD
2008-07-21 13:00:27 +00:00
Felipe Pena
39387127b9
- Removed unicode_semantics()
2008-07-21 11:32:49 +00:00
Jani Taskinen
f25ac22c58
MFB: The rest of the fix too for previous commit
2008-07-21 11:27:45 +00:00
Kalle Sommer Nielsen
348cec30d0
Forgot to fix title
2008-07-21 11:09:23 +00:00
Jani Taskinen
a3c478c0e2
- This is still available in HEAD, so keep the override here!
2008-07-21 10:55:13 +00:00
Jani Taskinen
ddf3557ebe
- Sync to PHP_5_3
2008-07-21 10:29:59 +00:00
Jani Taskinen
f6404d756c
MFB:- Fixed bug #40079 (php_get_current_user() not thread safe).
2008-07-21 10:16:32 +00:00
Jani Taskinen
3ea12e99c0
ws
2008-07-21 10:10:34 +00:00
Steph Fox
c799f0a1ef
MFB Removed generated file (no longer used for .dsp builds)
2008-07-21 10:02:08 +00:00
Steph Fox
d5970d85be
MFB Make compiler/architecture info potentially cross-platform
2008-07-21 09:58:28 +00:00
Steph Fox
9a7b2f0b9f
MFH project file generation + a few small fixes made along the way
2008-07-21 09:56:37 +00:00
Hannes Magnusson
a1420c3e90
Fix proto
2008-07-21 09:36:41 +00:00
Hannes Magnusson
5919165375
Add E_USER_DEPRECATED (patch by Lars Strojny)
2008-07-21 09:36:21 +00:00
Dmitry Stogov
637e591a3d
Fixed chdir() into requested file directory inconsistencies
2008-07-21 08:42:35 +00:00
Jani Taskinen
79e592831f
ws + style fix
2008-07-21 08:38:39 +00:00
Marcus Boerger
76de0e6aaf
- Little debug hack to allow printing vm function
2008-07-21 08:14:19 +00:00
Derick Rethans
5738a0fcee
- Fixed test.
2008-07-21 07:27:16 +00:00
Antony Dovgal
1084d24e9d
this should be "=", not "=="
2008-07-21 07:27:00 +00:00
846e51b448
ChangeLog update
2008-07-21 01:31:59 +00:00
Derick Rethans
ef9203a37e
- Added test case to HEAD too.
2008-07-20 20:59:08 +00:00
Derick Rethans
e8803bb0ff
- Fixed bug #45562 (Creating instance of DatePeriod crashes).
2008-07-20 20:58:35 +00:00
Kalle Sommer Nielsen
afb7bea13c
MFB
2008-07-20 20:18:28 +00:00
Kalle Sommer Nielsen
db03ac036a
Fixed #44849 (imagecolorclosesthwb() is not available on Windows)
2008-07-20 19:00:35 +00:00
Moriyoshi Koizumi
ba2697a61c
- Bug #45572
2008-07-20 18:22:46 +00:00
Etienne Kneuss
f493ef90e1
Iterator methods overwriting optimisations
2008-07-20 17:31:36 +00:00
Felipe Pena
d66ac1c507
- MFB: Fixed bug #45571 (ReflectionClass::export() shows superclasses' private static methods.)
2008-07-20 17:02:05 +00:00
Etienne Kneuss
f388db74f5
Fix build for solaris
2008-07-20 16:32:43 +00:00
Felipe Pena
c7a4bc1677
MFB:
...
- Fixed bug #45556 (Return value from callback isn't freed).
- Fixed bug #45555 (Segfault with invalid non-string as register_introspection_callback).
- Fixed wrong arginfo for xmlrpc_encode_request()
2008-07-20 15:52:07 +00:00