1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 15:38:49 +02:00
Commit Graph

19151 Commits

Author SHA1 Message Date
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
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
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
Antony Dovgal c65d3234cd fix #39067 (getDeclaringClass() and private properties) 2006-10-06 17:34:56 +00:00
Andrei Zmievski 4e0c1190b7 Fix protos. 2006-10-06 17:14:14 +00:00
Antony Dovgal d3bae72721 fix PECL bug #8816 (issue in php_oci_statement_fetch with more than one piecewise column)
patch by jeff at badtz-maru dot com
2006-10-06 12:46:08 +00:00
Edin Kadribasic 5d1aefa771 MFB: Fix for #38985 (Wez) 2006-10-06 12:24:11 +00:00
Antony Dovgal 0de658d31d new test 2006-10-06 09:57:29 +00:00
Sebastian Bergmann b7dc089fc2 MFB: Fix ZTS build. 2006-10-06 03:49:04 +00:00
Andrei Zmievski 0ba9147d9b TODO 2006-10-05 22:44:31 +00:00
Andrei Zmievski 0decd2d4e7 Unicode support for str_replace() and str_ireplace().
# This was not trivial.
2006-10-05 22:40:38 +00:00
Sara Golemon 32c3bf91e3 Updated for PHP6 2006-10-05 21:28:19 +00:00
Pierre Joye cbfd1c474b - env/server support is not yet fixed 2006-10-05 20:15:02 +00:00
Antony Dovgal 373098b296 add test 2006-10-05 19:49:20 +00:00
Hannes Magnusson 34fb6fc12e MFB:
- nuke unused variable
- "prefer" two arguments
- only print "wrong parameter count" once
2006-10-05 16:08:12 +00:00
Antony Dovgal 9adc8c3931 decrement ch->uses (or destroy handle) when destroying multi handle 2006-10-05 15:06:11 +00:00
Antony Dovgal e93802dc51 MFB: fix build with new c-client 2006-10-05 14:28:33 +00:00
Rob Richards 19523f9a39 mark functions unicode compliant
add test
2006-10-05 11:59:43 +00:00
Edin Kadribasic 5cdef2aaf7 MFB: Added PQescapeStringConn support to windows too 2006-10-05 11:14:17 +00:00
Ilia Alshanetsky af3fade033 MFB: Fixed bug #39039 (SSL: fatal protocol error when fetching HTTPS from
servers running Google web server).
2006-10-05 00:38:19 +00:00
Ilia Alshanetsky e448be3c28 MFB: Added support for character sets in PDO quote() method for PostgreSQL
8.1.4 and higher.
2006-10-04 23:53:54 +00:00
Ilia Alshanetsky dbc2dc9dcf MFB: Added support for character sets in pg_escape_string() for PostgreSQL
8.1.4 and higher.
2006-10-04 23:27:17 +00:00
Ilia Alshanetsky 4492d8f089 MFB: Fixed missing open_basedir check inside chdir() function. 2006-10-04 23:20:54 +00:00
Andrei Zmievski f630127685 - Mark stristr() with U.
- zpp support for ucwords()
2006-10-04 17:38:09 +00:00
Andrei Zmievski 4b3a597d29 Unicode support in substr_compare(). 2006-10-04 17:25:12 +00:00
Pierre Joye 5bfefaf37e - ENV/SERVER entry 2006-10-04 13:39:09 +00:00
Antony Dovgal c51cc262da add missing ifdef 2006-10-04 13:30:41 +00:00
Antony Dovgal 6924d8b2dc add missing ifdef 2006-10-04 13:02:18 +00:00
Edin Kadribasic 328dc8d62d Update credits 2006-10-04 12:53:03 +00:00
Hannes Magnusson 3a3c1a3a3e Update to the new parameter parsing API 2006-10-04 12:50:02 +00:00
Pierre Joye f7531e2271 - Add Ilia 2006-10-04 12:13:39 +00:00
Pierre Joye c99db13514 - update changelog 2006-10-04 12:11:15 +00:00
Pierre Joye e7277df42c - MFB: api shake up and bug fixes (Ilia,Pierre)
all non unicode tests pass
2006-10-04 11:56:15 +00:00
Antony Dovgal 88e893b50a fix #39032 (strcspn() stops on null character) 2006-10-04 11:12:21 +00:00
Antony Dovgal 8d85069827 return false on invalid mode and don't segfault 2006-10-04 10:52:32 +00:00