1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 09:28:21 +02:00
Commit Graph

31396 Commits

Author SHA1 Message Date
Antony Dovgal 6bd0350af8 make valgrind and gcc happy 2005-08-12 23:21:29 +00:00
Antony Dovgal 29573483de initialize key type when adding next index 2005-08-12 22:53:13 +00:00
Antony Dovgal b40db3bcb8 allow default_charset & default_mimetype to be changed during runtime 2005-08-12 21:46:14 +00:00
Antony Dovgal d09b1b1e89 shut up warnings 2005-08-12 20:58:28 +00:00
Antony Dovgal df39154c83 nuke unused variables 2005-08-12 20:58:05 +00:00
Wez Furlong 4375c3fd7a /GB option is the default; remove it.
Add compiler version checks, as vs.net 2005 has dropped support for /YX and /GB
options, and deprecated ANSI stdio (in favour of more secure, non-standard
versions).
2005-08-12 20:05:19 +00:00
Antony Dovgal 363d0aa028 fix fgetc() & compile warnings 2005-08-12 19:27:45 +00:00
Antony Dovgal 9ab69a286b fix typo noticed by Nuno 2005-08-12 19:02:22 +00:00
Antony Dovgal 0714953a44 change ["var_name":private"] -> ["var_name:private"]
* I'm also not sure we want ["var_name:public"], but I left it as is.
2005-08-12 18:54:18 +00:00
Andrei Zmievski c699b51a0e Update. 2005-08-12 18:14:26 +00:00
Antony Dovgal 969c533b83 fix compile warnings 2005-08-12 18:03:55 +00:00
Andrei Zmievski 3abcd65161 *** empty log message *** 2005-08-12 17:29:21 +00:00
Andrei Zmievski 13a179d837 Add unicode macros for when Zend memory manager is disabled. 2005-08-12 17:14:21 +00:00
Antony Dovgal e458e45486 fix array_merge() adding one superfluous byte to the key 2005-08-12 16:49:20 +00:00
Antony Dovgal 079a748d3c fix php_u_trim() and compile warnings 2005-08-12 16:46:38 +00:00
foobar 02a8c3e50f MFB: - Fixed bug #33326 (Cannot build extensions with phpize on Macosx). 2005-08-12 15:16:52 +00:00
Dmitry Stogov af9ce19ef8 Fixed user function call in unicode mode 2005-08-12 14:58:29 +00:00
Dmitry Stogov 96a24404ce Unicode support 2005-08-12 14:57:58 +00:00
Dmitry Stogov 1015995a7c Fixed typo (ZVAL_LONG() -> ZVAL_DOUBLE()) 2005-08-12 14:57:10 +00:00
Dmitry Stogov fd469eb361 Unicode support 2005-08-12 14:11:16 +00:00
Sebastian Bergmann 52b001cc05 ZTS fixes. 2005-08-12 14:08:28 +00:00
foobar 3aad9e2048 MFB 2005-08-12 13:54:47 +00:00
Dmitry Stogov 369d59c20b Fixed str_repeat() bug 2005-08-12 13:41:15 +00:00
Dmitry Stogov 239f84c215 Fixed incorrect variable parsing in non-unicode mode 2005-08-12 13:27:38 +00:00
Dmitry Stogov e1627558ed Unicode support 2005-08-12 13:09:58 +00:00
Dmitry Stogov 3e7ab37d9f Unicode support 2005-08-12 12:59:20 +00:00
Dmitry Stogov 9c544c0695 Fixed support fot provate properties in unicode mode. 2005-08-12 12:58:41 +00:00
Dmitry Stogov f39c77dda0 Fixed SIGSEGV 2005-08-12 12:14:31 +00:00
Edin Kadribasic 95e4b75811 Added --enable-static-icu / --disable-static-icu windows configure
options that allow you to pick weather you want to link against static
or DLL version of the ICU library.
2005-08-12 11:37:44 +00:00
Dmitry Stogov 21c1109e0c Unicode support 2005-08-12 11:29:33 +00:00
Sebastian Bergmann 6b98cc4ef5 Patch by Michael Wallner, signed off by Edin Kadribasic. 2005-08-12 10:10:41 +00:00
foobar 3ed4aee952 - Some minor fixes 2005-08-12 09:10:04 +00:00
foobar 55c4c70753 more tabs 2005-08-12 09:05:21 +00:00
Sebastian Bergmann 6ad189f82a ZTS fixes. 2005-08-12 05:58:02 +00:00
31993aa76a ChangeLog update 2005-08-12 05:46:36 +00:00
Andi Gutmans 2233736cf6 - Add unicode INI settings 2005-08-12 05:30:02 +00:00
Ilia Alshanetsky f0bf07f2ad Fixed build, zend_error_noreturn was being defined twice. 2005-08-12 02:11:03 +00:00
foobar 8814b83419 No more versions here 2005-08-12 00:17:26 +00:00
foobar 735b138e56 No tabs in config* files! 2005-08-12 00:15:03 +00:00
foobar e24f745d23 - No more zend_multibyte.* 2005-08-12 00:10:28 +00:00
foobar 45ce16454f Not used 2005-08-12 00:08:28 +00:00
foobar 680a00ea48 Nuke unused code 2005-08-12 00:06:43 +00:00
foobar 4b8025987f - Unused 2005-08-12 00:06:15 +00:00
foobar 65210db48c Nuked unneeded multibyte stuff 2005-08-12 00:01:44 +00:00
foobar 8429f174b8 fix test 2005-08-11 23:50:04 +00:00
foobar 3eaa48b58f fix skip conditions 2005-08-11 23:45:13 +00:00
Andrei Zmievski 264cec8be6 Unicode support. 2005-08-11 23:36:07 +00:00
Andrei Zmievski b80cb7bd2f Unicode support 2005-08-11 23:35:03 +00:00
foobar 39072c42c4 missing entry 2005-08-11 22:59:57 +00:00
Antony Dovgal b58f366c5c MF5.1: fix #34078 (Reflection API problems in methods with boolean or null default values)
(andrei said to sara a few hours ago you may commit whatever you want until 9pm) (c) helly
if there are any problems with this patch - please tell me, I'll revert it immediately
2005-08-11 21:32:57 +00:00