|
| 1 | +2001-08-20 Yavor Shahpasov <yavo@itenasolutions.com> |
| 2 | + |
| 3 | + * pear/Date/Calc.php: - Fixed getMonthFromFullName() method |
| 4 | + |
| 5 | + * pear/Date/Calc.php: |
| 6 | + - Added getMonthNames and getWeekDays methods to get month and week day names in the current locale. |
| 7 | + - Replaced all literal occurences of month names and week days with getMonthNames and getWeekDays |
| 8 | + |
| 9 | + * pear/Date/Calc.php: Fixed spelling of december |
| 10 | + |
| 11 | +2001-08-20 Jeroen van Wolffelaar <jeroen@A-Eskwadraat.nl> |
| 12 | + |
| 13 | + * ext/mysql/php_mysql.c: Proto fix |
| 14 | + |
| 15 | +2001-08-20 Yavor Shahpasov <yavo@itenasolutions.com> |
| 16 | + |
| 17 | + * pear/Date/Calc.php: |
| 18 | + Added a function getMonthFromFullName to return a month number from a month name. |
| 19 | + |
| 20 | +2001-08-20 Doug MacEachern <dougm@covalent.net> |
| 21 | + |
| 22 | + * sapi/apache2filter/sapi_apache2.c: |
| 23 | + automatically add php input/output filters when give the standard 1.x config: |
| 24 | + AddType application/x-httpd-php .php |
| 25 | + with that, no longer need "Set{In,Out}putFilter PHP" configuration for 2.0 |
| 26 | + |
| 27 | +2001-08-20 Sascha Schumann <sascha@schumann.cx> |
| 28 | + |
| 29 | + * ext/ircg/README.txt: whoops, fix loophole |
| 30 | + |
| 31 | + * ext/ircg/README.txt: |
| 32 | + Add a warning concerning non-interoperability with Apache and other servers |
| 33 | + |
| 34 | + * ext/standard/php_smart_str.h: MFH |
| 35 | + |
| 36 | +2001-08-20 Stanislav Malyshev <stas@zend.com> |
| 37 | + |
| 38 | + * ext/standard/tests/serialize/001.phpt: MFH |
| 39 | + |
| 40 | +2001-08-20 Sascha Schumann <sascha@schumann.cx> |
| 41 | + |
| 42 | + * ext/standard/php_smart_str.h: Improved fix |
| 43 | + |
| 44 | +2001-08-20 Stanislav Malyshev <stas@zend.com> |
| 45 | + |
| 46 | + * ext/standard/php_smart_str.h: MFH |
| 47 | + |
| 48 | + * ext/standard/php_smart_str.h: Fix long printing in smart_str_print_long |
| 49 | + |
| 50 | + * ext/standard/tests/serialize/001.phpt: test big numbers too |
| 51 | + |
| 52 | +2001-08-20 Jani Taskinen <sniper@iki.fi> |
| 53 | + |
| 54 | + * configure.in |
| 55 | + ext/snmp/Makefile.in |
| 56 | + ext/snmp/config.m4: MFH |
| 57 | + |
| 58 | + * ext/snmp/Makefile.in |
| 59 | + ext/snmp/config.m4: |
| 60 | + Cleaning. And made the check for SSL support in SNMP to really work. |
| 61 | + |
| 62 | + * configure.in: Keep crypt() working even if SNMP needs OpenSSL. |
| 63 | + |
| 64 | +2001-08-20 Harald Radi <h.radi@nme.at> |
| 65 | + |
| 66 | + * ext/com/COM.c |
| 67 | + ext/com/VARIANT.c |
| 68 | + ext/com/conversion.c: MFH |
| 69 | + |
| 70 | + * ext/com/conversion.c: catch date conversion errors |
| 71 | + |
| 72 | + * ext/com/COM.c: hum, wasn't $foo->bar 's property type OE_IS_METHOD ? |
| 73 | + |
| 74 | +2001-08-20 Sergey Kartashoff <gluke@biosys.net> |
| 75 | + |
| 76 | + * ext/mnogosearch/php_mnogo.c |
| 77 | + ext/mnogosearch/php_mnogo.h: |
| 78 | +2001-08-20 Shane Caraveo <shane@php.net> |
| 79 | + |
| 80 | + * win32/php4.dsp |
| 81 | + win32/php4.dsw |
| 82 | + win32/php4dll.dsp: non-ts compile work, add fastcgi module. |
| 83 | + |
| 84 | + * sapi/fastcgi/fastcgi.c |
| 85 | + sapi/fastcgi/fastcgi.dsp |
| 86 | + sapi/fastcgi/windows.txt: |
| 87 | + Windows compilation of fast cgi now working. See windows.txt for info. |
| 88 | + |
| 89 | +2001-08-20 Dave Hayden <dave@opaque.net> |
| 90 | + |
| 91 | + * ext/ming/ming.c: Added flags for SWFDisplayItem_addAction |
| 92 | + Added Ming RINIT function |
| 93 | + Added error handler for reporting Ming errors in PHP environment |
| 94 | + Added size arg to drawGlyph function |
| 95 | + Added swfdisplayitem_addAction function |
| 96 | + Added ming_useSWFVersion function for selecting SWF 4 compatibility |
| 97 | + Added SWFBitmap object |
| 98 | + Added hacky SWFInput object for loading data from file/network/process |
| 99 | + |
| 100 | + * ext/ming/config.m4: |
| 101 | + changed version check to look for function Ming_useSWFVersion, indicating |
| 102 | + Ming 0.2a |
| 103 | + |
| 104 | + * ext/ming/php_ming.h: added function prototypes: |
| 105 | + |
| 106 | + PHP_RINIT_FUNCTION(ming) |
| 107 | + PHP_FUNCTION(swfdisplayitem_addAction) |
| 108 | + PHP_FUNCTION(ming_useSWFVersion) |
| 109 | + |
1 | 110 | 2001-08-19 Shane Caraveo <shane@php.net>
|
2 | 111 |
|
3 | 112 | * win32/php4dll.dsp: fix for non-TS compile
|
|
0 commit comments