Commit Graph

23480 Commits

Author SHA1 Message Date
Pierre Joye
5ba946926f - #45430, windows implementation of crypt is not TS
- add Blowfish (using implementation from Solar Designer <solar at openwal dot com>) and extended DES support
- Make crypt features portable:
  - if no crypt_r, php's implemetation is used (all algo and TS), php can't be used with unsafe crypt anymore
  - if one algo is missing, php's implemetation is used
  - Windows always use php's implementation
- removed old code in windows/
2008-07-28 11:34:53 +00:00
Pierre Joye
37f0549fb0 - mac to unix 2008-07-28 09:12:07 +00:00
Pierre Joye
5490f8228b - mac to unix format 2008-07-28 09:03:39 +00:00
Pierre Joye
cd9c6a12e9 - Fix ZTS build 2008-07-28 09:01:03 +00:00
Derick Rethans
d4210b7a4a - Fixed DateTime::setTimestamp() and added a test for it. 2008-07-27 19:09:37 +00:00
Christopher Jones
e10ebdfee7 Update README. Bump ver ready for PECL release 2008-07-27 17:48:16 +00:00
Jani Taskinen
280de2941d *sigh* 2008-07-27 00:07:30 +00:00
Jani Taskinen
0afe7e644c - Fix build 2008-07-26 23:57:48 +00:00
Jani Taskinen
4fe829da39 - Fixed build with bundled library 2008-07-26 23:45:54 +00:00
Jani Taskinen
cca6f5a2f8 jfc..*SIGH* 2008-07-26 23:45:02 +00:00
Jani Taskinen
8c7be471fa fix folding tag 2008-07-26 22:58:45 +00:00
Jani Taskinen
093b7afd9e update credits 2008-07-26 22:40:45 +00:00
Jani Taskinen
17ff08250d - Fix ws/cs (please do not invent your own CS...) and weird EOLs 2008-07-26 22:39:56 +00:00
Jani Taskinen
dbcb0b3255 - Fix EOLs 2008-07-26 22:18:00 +00:00
Jani Taskinen
abeff72aeb tune 2008-07-26 22:17:17 +00:00
Jani Taskinen
5d62a072e0 - No tabs. 2008-07-26 22:11:41 +00:00
Dmitry Stogov
ef5f3cfdf2 . Added support for using static HEREDOCs to initialize static variables and class members or constants. (Matt)
. Improved syntax highlighting and consistency for variables in double-quoted strings and literal text in HEREDOCs and backticks. (Matt)
. Optimized interpolated strings to use one less opcode. (Matt)
2008-07-26 15:31:38 +00:00
Dmitry Stogov
bdf7981e28 Fixed is_callable/call_user_func mess that had done different things for very similar arguments e.g. array("A","B") and "A::B" 2008-07-26 13:14:56 +00:00
Arnaud Le Blanc
a3f0f90dfd Fix bug #45622 (isset($arrayObject->p) misbehaves with ArrayObject::ARRAY_AS_PROPS set) 2008-07-26 12:33:34 +00:00
Scott MacVicar
de9093bf87 Forgot to add these earlier
SQLite3 extension, still has 2 failing tests that will be sorted shortly.
2008-07-26 01:23:45 +00:00
Scott MacVicar
f591e9076d SQLite3 extension, still has 2 failing tests that will be sorted shortly. 2008-07-25 21:34:15 +00:00
Felipe Pena
f074bae1ea - Added arginfo
- Fixed:
  . proto: finfo_buffer
  . parameter type in _php_finfo_get_type()
2008-07-25 15:20:58 +00:00
Moriyoshi Koizumi
de0e9cea83 - Fix warnings 2008-07-25 14:04:39 +00:00
Moriyoshi Koizumi
86e8d7ebf1 - Fix wrong cast 2008-07-25 13:56:50 +00:00
Jani Taskinen
3f73317c79 - Fix PDO configure dependancy: If --disable-pdo is used, disable all enabled-by-default drivers. Also error out if you try to configure a driver as static but pdo is disabled. 2008-07-25 13:38:41 +00:00
Moriyoshi Koizumi
e8741cc4fc - fix a typo in mb_stripos() that caused segfault.
(noticed by bs@php.net, thanks).
2008-07-25 12:50:14 +00:00
Andrey Hristov
cab531026b Fix bug#45019 Segmentation fault with SELECT ? and UNION 2008-07-25 12:45:27 +00:00
Rob Richards
accb0bcc01 fix zts build 2008-07-25 12:40:23 +00:00
Felipe Pena
5d1a2c3317 - Fix build 2008-07-25 11:54:06 +00:00
Dmitry Stogov
c96256bcaf Fixed support for static methods 2008-07-25 09:48:36 +00:00
Jani Taskinen
b3ec151f8f MFB: generated with a bit newer re2c 2008-07-25 09:17:52 +00:00
Jani Taskinen
419a40f14a - Enable fileinfo by default 2008-07-25 09:16:09 +00:00
Jani Taskinen
a1981bf2d8 - Cleanup after test 2008-07-25 09:10:02 +00:00
Dmitry Stogov
013059c247 Fixed uninitialized data 2008-07-25 08:53:11 +00:00
Michael Wallner
6e228f0c76 - Changed HTTP stream wrapper to accept any code between and including
200 to 399 as successful. (patch by Noah Fontes)
2008-07-25 08:27:10 +00:00
Derick Rethans
0192c570c8 - No C++ comments. 2008-07-25 08:18:34 +00:00
Derick Rethans
1fdbee278a - Updating the libmagic patch.
- Adding myself to credits.
2008-07-25 08:17:21 +00:00
Derick Rethans
1371ec3fbf - Fixed size calculation.
- Reverted cosmetic fixes that makes upgrading harder.
2008-07-25 08:16:03 +00:00
Moriyoshi Koizumi
ffde39dce5 - Suppress signedness warnings. 2008-07-25 03:41:38 +00:00
Felipe Pena
8e1b4a55cc - Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments. 2008-07-24 19:50:23 +00:00
Moriyoshi Koizumi
935fa7a97e - Fix win32 build 2008-07-24 16:59:53 +00:00
Pierre Joye
265d2e6c5d - force static for now, broken now 2008-07-24 16:05:17 +00:00
Arnaud Le Blanc
2db33d3d7f Fixed bug #45614 (ArrayIterator::current(), ::key() can show 1st private prop of wrapped object) 2008-07-24 15:51:14 +00:00
Christopher Jones
c3ecda4dfd 1. Fix macro version test for constants
2. [DOC] Increase oci8.default_prefetch to 100.  Better out of box experience.  Consistent woth PDO_OCI
2008-07-24 15:23:29 +00:00
Antony Dovgal
1133a7c224 use "r" instead of "z" when accepting resources 2008-07-24 15:07:37 +00:00
Ulf Wendel
c2c9b61a79 Test for PS fallback logic in prepare() 2008-07-24 15:07:20 +00:00
Antony Dovgal
231bafaade we don't do fstat, hence st struct is uninitalized 2008-07-24 14:53:59 +00:00
Antony Dovgal
54e1d048cd silence compile warning 2008-07-24 14:45:53 +00:00
Antony Dovgal
8e24e64882 fix folding 2008-07-24 14:44:15 +00:00
Arnaud Le Blanc
75449ab505 MFB: Added tests for #42663 2008-07-24 14:39:58 +00:00