1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 10:16:41 +02:00
Commit Graph

36019 Commits

Author SHA1 Message Date
Antony Dovgal b2ade975ab MFB 2006-10-09 13:21:02 +00:00
Georg Richter dd5f975cc9 Fix for bug #39085:
PHP6 requires mysqli_set_character_set function which was introduced in
MySQL 4.1.13 and 5.0.7
2006-10-09 04:46:03 +00:00
Sara Golemon 9b4bc8d489 Oi 2006-10-09 02:55:38 +00:00
Sara Golemon 25af62e3f4 Fix realpath() in unicode mode 2006-10-09 02:52:27 +00:00
Sara Golemon 1caed2fa18 Add stream_resolve_include_path() 2006-10-09 02:48:06 +00:00
ff6b250bba ChangeLog update 2006-10-09 01:30:56 +00:00
Pierre Joye b16d1861a6 - MFB: fix possible segfault (see test 004) always exists and returns NULL
on error (thx Bjori for the head up)
2006-10-09 00:06:41 +00:00
Ilia Alshanetsky 6c3b4288bb MFB: Added missing configuration checks 2006-10-08 22:39:48 +00:00
Hannes Magnusson 6d5c5bce5a Fix test 2006-10-08 20:06:04 +00:00
Sara Golemon 3a40f32c6e Fix win32 (again), just temporarily convert the classname to ascii on this platform... 2006-10-08 18:00:44 +00:00
Pierre Joye 7ecbbfc206 - MFB: #39082, image* segfaults when used with only one argument
(introduced in 5.2+, no news entry)
2006-10-08 17:42:55 +00:00
Hannes Magnusson 527af42bd4 Fix "wrong param count" error message 2006-10-08 15:27:28 +00:00
Hannes Magnusson 881ddd435b Error message cleanup (patch by Matt W (php_lists -AT- realpain.com)) 2006-10-08 13:49:57 +00:00
Hannes Magnusson cf59f0063f fix test 2006-10-08 13:43:20 +00:00
Hannes Magnusson 176b72284c Error message clean up
(patch by Matt W (php_lists -AT- realpain.com))
2006-10-08 13:34:24 +00:00
Hannes Magnusson 32d1b3ad55 Remove duplicate 'wrong param count' warning 2006-10-08 10:50:19 +00:00
f9a96f8ce9 ChangeLog update 2006-10-08 01:30:55 +00:00
Hannes Magnusson fbbccfd9cf MFB (move static keywording from .h to .c) 2006-10-08 00:05:17 +00:00
Hannes Magnusson 1b6606eb1a fix tests 2006-10-07 23:50:54 +00:00
Hannes Magnusson dc9a30be4c Update test 2006-10-07 23:42:43 +00:00
Hannes Magnusson e531458f89 Remove double "wrong param count" warnings 2006-10-07 22:55:18 +00:00
Hannes Magnusson 523180a5a7 Add "wrong param count"/"expecting parameter .. to be.." warning to strtotime() 2006-10-07 22:31:52 +00:00
Hannes Magnusson 2156a8b05e fix build 2006-10-07 21:12:09 +00:00
Ilia Alshanetsky 36883fc891 MFB: Added missing safety checks (Problem identified by Coverity scan) 2006-10-07 19:59:29 +00:00
Pierre Joye f242191738 - update tests 2006-10-07 19:57:15 +00:00
Ilia Alshanetsky 4ad5333dd5 MFB: Added missing safety checks (Problem identified by Coverity scan) 2006-10-07 19:41:10 +00:00
Pierre Joye 80945c4914 - forgot one and order the ext lists alpha. 2006-10-07 18:47:44 +00:00
Ilia Alshanetsky f50a50ebc8 Initial Unicode support 2006-10-07 18:45:44 +00:00
Pierre Joye 50551ee4b1 - I learned today that telling Andrei about what I'm working on is not
not enough, selber schuld?
2006-10-07 18:29:50 +00:00
Ilia Alshanetsky ae21a1ab79 Another build fix 2006-10-07 18:24:51 +00:00
Ilia Alshanetsky bf92fa9569 Fixed build 2006-10-07 18:12:04 +00:00
Sara Golemon 9432c96dc6 Update SQLITE2 (non-PDO parts at least) for PHP6/Unicode
Change default build of bundled libsqlite to utf8 mode
iso-8859 mode is still available using --disable-sqlite-utf8
2006-10-07 17:49:30 +00:00
Sara Golemon 489565732d More PHP6 Updates 2006-10-07 17:41:14 +00:00
Andrei Zmievski d86524570f Hash functions for UTF-8 keys. 2006-10-07 17:34:19 +00:00
Sara Golemon 39a12a8824 Minor refactoring using zpp API
A few meaningful Unicode updates.
A handful of leak plugs,
and a crash fix in a pear tree.
2006-10-07 16:38:23 +00:00
Hannes Magnusson f76d8e55bc Avoid portability problems 2006-10-07 15:14:57 +00:00
Sara Golemon 62f01f5e6c Win32 build gets confused by expansion of U_STRING_DECL macro with constants 2006-10-07 04:45:42 +00:00
788f95587c ChangeLog update 2006-10-07 01:30:59 +00:00
Andrei Zmievski 562e88a30f Default to ZEND_STR_TYPE. 2006-10-07 00:41:14 +00:00
Ilia Alshanetsky 0e6a629702 MFB: Make quote() in PostgreSQL use PQescapeByteaConn() whenever possible
for binary strings.
2006-10-06 22:34:29 +00:00
Ilia Alshanetsky 8b596a4f84 MFB: Make pg_escape_bytea() use PQescapeByteaConn() whenever possible. 2006-10-06 21:45:35 +00:00
Ilia Alshanetsky 8786640da8 MFB: Expose session storage module locater and serialization function via
PHPAPI
2006-10-06 21:11:57 +00:00
Andrei Zmievski 92886ccdec Unicode support in is_callable(). 2006-10-06 20:11:25 +00:00
Andrei Zmievski 73ea9b8be5 Unicode support in uniqid(). 2006-10-06 20:00:37 +00:00
Andrei Zmievski d019da8692 Mark memory funcs with U. 2006-10-06 18:03:41 +00:00
Antony Dovgal 5d4259ff85 more improvements 2006-10-06 18:02:50 +00:00
Andrei Zmievski c25a48dcb3 Mark with U. 2006-10-06 18:02:04 +00:00
Andrei Zmievski 54174862f0 Mark pageinfo.c funcs with U. 2006-10-06 18:01:20 +00:00
Andrei Zmievski 5064851c9d Mark rand.c functions with U. 2006-10-06 18:00:13 +00:00
Sara Golemon 17cdda770d Forgot to mark these u-safe 2006-10-06 17:41:30 +00:00