[PHP-CVS] cvs: php4 /ext/standard dns.c

2002-11-22 Thread Sara Golemon
pollita Fri Nov 22 20:09:08 2002 EDT Modified files: /php4/ext/standard dns.c Log: New function dns_get_record(): close resolver socket after use. fix to internal func php_parserr(): correct bug in return state. Index: php4/ext/standard/dns.c diff -u

[PHP-CVS] cvs: php4 /ext/standard aggregation.c aggregation.h basic_functions.c

2002-12-05 Thread Sara Golemon
pollita Thu Dec 5 16:20:47 2002 EDT Modified files: /php4/ext/standard basic_functions.c aggregation.c aggregation.h Log: Bug #20746. Renamed aggregation_info() to aggregate_info() per naming conventions and created alias for BC. Index:

[PHP-CVS] cvs: php4 /ext/standard dns.c

2002-12-08 Thread Sara Golemon
pollita Sun Dec 8 03:14:43 2002 EDT Modified files: /php4/ext/standard dns.c Log: Bug #17174 Added IPv6 ( record) support to dns_check_record() also added support to dns_get_record Index: php4/ext/standard/dns.c diff -u php4/ext/standard/dns.c:1.47

[PHP-CVS] cvs: php4 /ext/bcmath bcmath.c php_bcmath.h

2002-12-10 Thread Sara Golemon
pollita Tue Dec 10 14:04:29 2002 EDT Modified files: /php4/ext/bcmathbcmath.c php_bcmath.h Log: Added support for libbcmath's bc_raisemod function as bc_powmod() Index: php4/ext/bcmath/bcmath.c diff -u php4/ext/bcmath/bcmath.c:1.43

Re: [PHP-CVS] cvs: php4 /ext/standard dns.c

2002-12-13 Thread Sara Golemon
Instead of: #ifdef T_ /* blah blah blah */ #endif Why not just put: #ifndef T_ #define T_ 28 #endif in dns.h? This should let the function continue working even on platforms where T_ isn't defined? WHere do you get those numbers? Are you sure they are correct?

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c file.c file.h

2003-01-03 Thread Sara Golemon
pollita Fri Jan 3 03:02:38 2003 EDT Modified files: /php4/ext/standard file.c file.h basic_functions.c Log: Added stream_get_wrappers() Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.284 php4/ext/standard/file.c:1.285 ---

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c basic_functions.h user_filters.c

2003-01-04 Thread Sara Golemon
pollita Sat Jan 4 22:24:38 2003 EDT Modified files: /php4/ext/standard basic_functions.c basic_functions.h user_filters.c Log: Added stream_get_filters(); to list registered filters Index: php4/ext/standard/basic_functions.c diff

[PHP-CVS] cvs: php4 /ext/standard user_filters.c /main php_streams.h streams.c

2003-01-05 Thread Sara Golemon
pollita Sun Jan 5 23:06:40 2003 EDT Modified files: /php4/main streams.c php_streams.h /php4/ext/standard user_filters.c Log: Expose stream_filters_hash so that it can be searched by stream_get_filters() Index: php4/main/streams.c diff -u

[PHP-CVS] cvs: php4 /ext/standard filters.c

2003-01-05 Thread Sara Golemon
pollita Mon Jan 6 00:22:06 2003 EDT Modified files: /php4/ext/standard filters.c Log: Added string.toupper and string.tolower filters and generalized non-op filter methods Index: php4/ext/standard/filters.c diff -u php4/ext/standard/filters.c:1.3

[PHP-CVS] cvs: php4 /ext/standard user_filters.c

2003-01-06 Thread Sara Golemon
pollita Mon Jan 6 20:02:30 2003 EDT Modified files: /php4/ext/standard user_filters.c Log: Add option to stream_get_filters() user-defined fiters vs. all filters, default to user only Index: php4/ext/standard/user_filters.c diff -u

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard filestat.c /main safe_mode.c safe_mode.h

2003-01-09 Thread Sara Golemon
pollita Thu Jan 9 17:29:03 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard filestat.c /php4/main safe_mode.c safe_mode.h Log: MFH Index: php4/ext/standard/filestat.c diff -u php4/ext/standard/filestat.c:1.112.2.2

[PHP-CVS] cvs: php4 /ext/standard filestat.c /main safe_mode.c safe_mode.h

2003-01-09 Thread Sara Golemon
pollita Thu Jan 9 16:57:45 2003 EDT Modified files: /php4/ext/standard filestat.c /php4/main safe_mode.c safe_mode.h Log: Bug #21531 file_exists() and other filestat functions throw errors when in safe mode and file/directory does not exist. Extended

[PHP-CVS] cvs: php4 /ext/gd gd.c php_gd.h

2003-01-25 Thread Sara Golemon
pollita Sat Jan 25 20:15:03 2003 EDT Modified files: /php4/ext/gdphp_gd.h gd.c Log: Feature Request #21784 Added: imagecolorallocatealpha ([EMAIL PROTECTED],[EMAIL PROTECTED]) Index: php4/ext/gd/php_gd.h diff -u php4/ext/gd/php_gd.h:1.50

[PHP-CVS] cvs: php4 /ext/ftp ftp.c ftp.h php_ftp.c php_ftp.h

2003-01-26 Thread Sara Golemon
pollita Sun Jan 26 21:54:12 2003 EDT Modified files: /php4/ext/ftp ftp.c ftp.h php_ftp.c php_ftp.h Log: Feature Request #21748. Added function ftp_chmod(). Index: php4/ext/ftp/ftp.c diff -u php4/ext/ftp/ftp.c:1.73 php4/ext/ftp/ftp.c:1.74 ---

[PHP-CVS] cvs: php4 /ext/ftp ftp.c ftp.h php_ftp.c

2003-01-27 Thread Sara Golemon
pollita Mon Jan 27 14:51:51 2003 EDT Modified files: /php4/ext/ftp php_ftp.c ftp.h ftp.c Log: Fix potential buffer overflow. Index: php4/ext/ftp/php_ftp.c diff -u php4/ext/ftp/php_ftp.c:1.80 php4/ext/ftp/php_ftp.c:1.81 --- php4/ext/ftp/php_ftp.c:1.80

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c php_string.h string.c

2003-01-29 Thread Sara Golemon
pollita Thu Jan 30 00:00:42 2003 EDT Modified files: /php4/ext/standard basic_functions.c php_string.h string.c Log: Feature Request # 5919 - Addition of str_ireplace() Also removed deprecated BM str replace menthod Also rewrote php_str_to_str to use more

[PHP-CVS] cvs: php4 /ext/standard string.c

2003-01-30 Thread Sara Golemon
pollita Thu Jan 30 15:09:20 2003 EDT Modified files: /php4/ext/standard string.c Log: Unify str_replace and str_ireplace using INTERNAL_FUNCTION_PARAM_PASSTHRU -- reduce codebase/maintenance complexity Index: php4/ext/standard/string.c diff -u

[PHP-CVS] cvs: php4 /ext/ftp ftp.c ftp.h php_ftp.c php_ftp.h

2003-01-30 Thread Sara Golemon
pollita Thu Jan 30 23:54:58 2003 EDT Modified files: /php4/ext/ftp ftp.c ftp.h php_ftp.c php_ftp.h Log: Add ftp_raw() to send raw command strings to an FTP server. Index: php4/ext/ftp/ftp.c diff -u php4/ext/ftp/ftp.c:1.75 php4/ext/ftp/ftp.c:1.76 ---

[PHP-CVS] cvs: php4(PHP_4_3) /win32 sendmail.c

2003-02-02 Thread Sara Golemon
pollita Sun Feb 2 22:47:00 2003 EDT Modified files: (Branch: PHP_4_3) /php4/win32 sendmail.c Log: MFH(r-1.50/r-1.51) Index: php4/win32/sendmail.c diff -u php4/win32/sendmail.c:1.47.2.3 php4/win32/sendmail.c:1.47.2.4 --- php4/win32/sendmail.c:1.47.2.3

[PHP-CVS] cvs: php4(PHP_4_3) /ext/bcmath bcmath.c

2003-02-04 Thread Sara Golemon
pollita Tue Feb 4 16:39:50 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/bcmathbcmath.c Log: FMH(r-1.49/r-1.50) Index: php4/ext/bcmath/bcmath.c diff -u php4/ext/bcmath/bcmath.c:1.39.4.4 php4/ext/bcmath/bcmath.c:1.39.4.5 ---

[PHP-CVS] cvs: php4 /ext/bcmath bcmath.c

2003-02-06 Thread Sara Golemon
pollita Thu Feb 6 17:18:41 2003 EDT Modified files: /php4/ext/bcmathbcmath.c Log: bc_raise() can return a scale lower than that passed into it. While most other bcmath calls won't, it's safest to do a quick check that we're only reducing n_scale, not

[PHP-CVS] cvs: php4(PHP_4_3) /ext/bcmath bcmath.c

2003-02-06 Thread Sara Golemon
pollita Thu Feb 6 17:23:37 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/bcmathbcmath.c Log: MFH(r-1.51) Index: php4/ext/bcmath/bcmath.c diff -u php4/ext/bcmath/bcmath.c:1.39.4.5 php4/ext/bcmath/bcmath.c:1.39.4.6 ---

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard http_fopen_wrapper.c

2003-02-07 Thread Sara Golemon
pollita Fri Feb 7 20:36:52 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard http_fopen_wrapper.c Log: MFH(r-1.59) Index: php4/ext/standard/http_fopen_wrapper.c diff -u php4/ext/standard/http_fopen_wrapper.c:1.53.2.3

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard string.c

2003-02-10 Thread Sara Golemon
pollita Mon Feb 10 14:37:27 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard string.c Log: Partial MFH. Deprecated BM algo for str_replace can hang execution. See Bug#22141 Index: php4/ext/standard/string.c diff -u

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard http_fopen_wrapper.c

2003-02-12 Thread Sara Golemon
pollita Wed Feb 12 19:42:06 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard http_fopen_wrapper.c Log: Reverting earlier patch to reintroduce buggy behavior (yes, you heard that right) of filtered http streams in favor of performance. This has

[PHP-CVS] cvs: php4 / NEWS /ext/ftp ftp.c

2003-02-13 Thread Sara Golemon
pollita Thu Feb 13 14:48:49 2003 EDT Modified files: /php4 NEWS /php4/ext/ftp ftp.c Log: Bug #22059. ftp_chdir() causes segfault. efree(ftp-pwd) was being called without knowing for certain that ftp-pwd actually pointed anywhere. Index:

[PHP-CVS] cvs: php4(PHP_4_3) / NEWS /ext/ftp ftp.c

2003-02-13 Thread Sara Golemon
pollita Thu Feb 13 14:51:03 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS /php4/ext/ftp ftp.c Log: MFH(Bug 22059, ftp.c-r1.77) Index: php4/NEWS diff -u php4/NEWS:1.1247.2.84 php4/NEWS:1.1247.2.85 --- php4/NEWS:1.1247.2.84 Thu

[PHP-CVS] cvs: php4(PHP_4_3) /ext/ftp ftp.c

2003-02-13 Thread Sara Golemon
pollita Thu Feb 13 17:18:20 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/ftp ftp.c Log: Buf #22052 More casual efree()ing causing segfaults Index: php4/ext/ftp/ftp.c diff -u php4/ext/ftp/ftp.c:1.68.2.4 php4/ext/ftp/ftp.c:1.68.2.5 ---

[PHP-CVS] cvs: php4 /ext/ftp ftp.c

2003-02-13 Thread Sara Golemon
pollita Thu Feb 13 17:20:21 2003 EDT Modified files: /php4/ext/ftp ftp.c Log: MFB(r-1.68.2.5) Bug 22052 Index: php4/ext/ftp/ftp.c diff -u php4/ext/ftp/ftp.c:1.77 php4/ext/ftp/ftp.c:1.78 --- php4/ext/ftp/ftp.c:1.77 Thu Feb 13 14:48:49 2003 +++

[PHP-CVS] cvs: php4 /ext/standard file.c /main/streams php_stream_filter_api.h

2003-02-17 Thread Sara Golemon
pollita Mon Feb 17 21:53:24 2003 EDT Modified files: /php4/main/streams php_stream_filter_api.h /php4/ext/standard file.c Log: Fix stream_filter_(ap|pre)pend to allow attaching on the read and/or write chains. Automagically decide what to do if noone

[PHP-CVS] cvs: php4 /ext/standard php_fopen_wrapper.c

2003-02-17 Thread Sara Golemon
pollita Tue Feb 18 01:10:17 2003 EDT Modified files: /php4/ext/standard php_fopen_wrapper.c Log: Introduce //filter target to php: wrapper to allow inline application of filters during fopen() style opperations Index: php4/ext/standard/php_fopen_wrapper.c

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c basic_functions.h user_filters.c

2003-02-24 Thread Sara Golemon
@@ +--+ | Authors: | | Wez Furlong ([EMAIL PROTECTED]) | + | Sara Golemon ([EMAIL PROTECTED

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c basic_functions.h user_filters.c

2003-03-09 Thread Sara Golemon
pollita Sun Mar 9 18:12:32 2003 EDT Modified files: /php4/ext/standard basic_functions.c basic_functions.h user_filters.c Log: Adjustment to user filters reimplementation. Make a bucket an object containing a resource(the real bucket)

[PHP-CVS] cvs: php4 / NEWS

2003-03-13 Thread Sara Golemon
pollita Thu Mar 13 15:18:16 2003 EDT Modified files: /php4 NEWS Log: BFN Index: php4/NEWS diff -u php4/NEWS:1.1375 php4/NEWS:1.1376 --- php4/NEWS:1.1375Thu Mar 13 12:02:45 2003 +++ php4/NEWS Thu Mar 13 15:18:15 2003 @@ -7,6 +7,7 @@ (Zeev) -

[PHP-CVS] cvs: php4(PHP_4_3) / NEWS

2003-03-13 Thread Sara Golemon
pollita Thu Mar 13 15:25:02 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: BFN Index: php4/NEWS diff -u php4/NEWS:1.1247.2.135 php4/NEWS:1.1247.2.136 --- php4/NEWS:1.1247.2.135 Thu Mar 13 13:16:21 2003 +++ php4/NEWS Thu Mar 13 15:25:01

[PHP-CVS] cvs: php4 /ext/standard mail.c

2003-03-31 Thread Sara Golemon
pollita Tue Apr 1 01:21:54 2003 EDT Modified files: /php4/ext/standard mail.c Log: Bug #22962 Index: php4/ext/standard/mail.c diff -u php4/ext/standard/mail.c:1.70 php4/ext/standard/mail.c:1.71 --- php4/ext/standard/mail.c:1.70 Wed Feb 26 15:04:15 2003

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard mail.c

2003-03-31 Thread Sara Golemon
pollita Tue Apr 1 01:23:22 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard mail.c Log: MFH(r1.71) Bug #22962 Index: php4/ext/standard/mail.c diff -u php4/ext/standard/mail.c:1.66.2.3 php4/ext/standard/mail.c:1.66.2.4 ---

[PHP-CVS] cvs: php4 /ext/standard/tests/file userfilters.phpt

2003-04-01 Thread Sara Golemon
pollita Tue Apr 1 19:41:09 2003 EDT Modified files: /php4/ext/standard/tests/file userfilters.phpt Log: New test for userfilters rewrite Index: php4/ext/standard/tests/file/userfilters.phpt diff -u php4/ext/standard/tests/file/userfilters.phpt:1.3

[PHP-CVS] cvs: php4 /tests/strings 002.phpt

2003-04-01 Thread Sara Golemon
pollita Tue Apr 1 20:51:34 2003 EDT Modified files: /php4/tests/strings 002.phpt Log: Avoid having output_buffering cause this test to improperly fail. Index: php4/tests/strings/002.phpt diff -u php4/tests/strings/002.phpt:1.5 php4/tests/strings/002.phpt:1.6

[PHP-CVS] cvs: php4 /ext/standard array.c

2003-04-03 Thread Sara Golemon
pollita Thu Apr 3 13:33:05 2003 EDT Modified files: /php4/ext/standard array.c Log: Kludgy fix for floating point drift causing problems like range(1.0,1.5,0.1) == array(1.0,1.1,1.2,1.3,1.4); Index: php4/ext/standard/array.c diff -u

[PHP-CVS] cvs: php4 /main/streams streams.c

2003-04-03 Thread Sara Golemon
pollita Thu Apr 3 20:33:58 2003 EDT Modified files: /php4/main/streams streams.c Log: Prevent php_stream_get_record from grabbing more than maxlen characters Index: php4/main/streams/streams.c diff -u php4/main/streams/streams.c:1.16

[PHP-CVS] cvs: php4 /ext/standard streamsfuncs.c

2003-04-04 Thread Sara Golemon
pollita Fri Apr 4 15:43:36 2003 EDT Modified files: /php4/ext/standard streamsfuncs.c Log: User shouldn't have to initialize this pass-by-ref parameter Index: php4/ext/standard/streamsfuncs.c diff -u php4/ext/standard/streamsfuncs.c:1.7

[PHP-CVS] cvs: php4 /main/streams xp_socket.c

2003-04-04 Thread Sara Golemon
pollita Fri Apr 4 21:42:12 2003 EDT Modified files: /php4/main/streams xp_socket.c Log: Add IPv6 support to stream_socket_client/server() Index: php4/main/streams/xp_socket.c diff -u php4/main/streams/xp_socket.c:1.9 php4/main/streams/xp_socket.c:1.10 ---

[PHP-CVS] cvs: php4 /ext/standard string.c /ext/standard/tests/strings strripos.phpt strrpos.phpt

2003-04-12 Thread Sara Golemon
pollita Sat Apr 12 16:04:06 2003 EDT Added files: /php4/ext/standard/tests/stringsstrripos.phpt strrpos.phpt Modified files: /php4/ext/standard string.c Log: Add tests for strrpos/stripos, and minor fix to maintain BC for condition

[PHP-CVS] cvs: php4 / TODO

2003-04-12 Thread Sara Golemon
pollita Sat Apr 12 16:09:26 2003 EDT Modified files: /php4 TODO Log: Scratch off done TODOs Index: php4/TODO diff -u php4/TODO:1.139 php4/TODO:1.140 --- php4/TODO:1.139 Thu Feb 27 13:23:50 2003 +++ php4/TODO Sat Apr 12 16:09:26 2003 @@ -136,13

[PHP-CVS] cvs: php4 /ext/standard http_fopen_wrapper.c

2003-06-13 Thread Sara Golemon
pollita Fri Jun 13 15:27:26 2003 EDT Modified files: /php4/ext/standard http_fopen_wrapper.c Log: Loosen restrictions on method used with http_fopen_wrapper, still default to GET though. Index: php4/ext/standard/http_fopen_wrapper.c diff -u

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c file.c streamsfuncs.c /main/streams php_stream_context.h streams.c

2003-06-13 Thread Sara Golemon
pollita Fri Jun 13 17:33:59 2003 EDT Modified files: /php4/ext/standard basic_functions.c file.c streamsfuncs.c /php4/main/streams php_stream_context.h streams.c Log: Plug leak (context options not freed) Make contexts auto-registered, ensures userland

[PHP-CVS] cvs: php4 /ext/standard user_filters.c

2003-06-13 Thread Sara Golemon
pollita Fri Jun 13 18:25:29 2003 EDT Modified files: /php4/ext/standard user_filters.c Log: User Filters don't need to register a resource list for streams. That functionality is already exported by the streams API. Index: php4/ext/standard/user_filters.c

[PHP-CVS] cvs: php4 /ext/standard streamsfuncs.c /main/streams streams.c

2003-06-16 Thread Sara Golemon
pollita Mon Jun 16 14:19:14 2003 EDT Modified files: /php4/ext/standard streamsfuncs.c /php4/main/streams streams.c Log: optionvalue is being copied via zval_copy_ctor, there's no need to addref the original Index: php4/ext/standard/streamsfuncs.c diff

[PHP-CVS] cvs: php4 / NEWS /main/streams userspace.c

2003-06-16 Thread Sara Golemon
pollita Mon Jun 16 15:13:39 2003 EDT Modified files: /php4/main/streams userspace.c /php4 NEWS Log: Add context property to userspace streams object. Index: php4/main/streams/userspace.c diff -u php4/main/streams/userspace.c:1.8

[PHP-CVS] cvs: php4 /ext/ncurses config.m4

2003-06-16 Thread Sara Golemon
pollita Mon Jun 16 16:16:06 2003 EDT Modified files: /php4/ext/ncurses config.m4 Log: Bug #24210 : assume misspelled (and thereby not found during configure) Index: php4/ext/ncurses/config.m4 diff -u php4/ext/ncurses/config.m4:1.13

[PHP-CVS] cvs: php4(PHP_4_3) /ext/ncurses config.m4

2003-06-16 Thread Sara Golemon
pollita Mon Jun 16 16:17:13 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/ncurses config.m4 Log: MFH (r-1.14) Bug #24210 : assume misspelled (and thereby not found during configure) Index: php4/ext/ncurses/config.m4 diff -u

[PHP-CVS] cvs: php4(PHP_4_3) / NEWS

2003-06-16 Thread Sara Golemon
pollita Mon Jun 16 16:22:23 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: BFN 24210 Index: php4/NEWS diff -u php4/NEWS:1.1247.2.255 php4/NEWS:1.1247.2.256 --- php4/NEWS:1.1247.2.255 Mon Jun 16 13:43:11 2003 +++ php4/NEWS Mon Jun 16

[PHP-CVS] cvs: php4 /ext/standard streamsfuncs.c

2003-06-17 Thread Sara Golemon
pollita Tue Jun 17 14:38:56 2003 EDT Modified files: /php4/ext/standard streamsfuncs.c Log: No need to allocate a hashtable when return_value is just going to be overwriten Index: php4/ext/standard/streamsfuncs.c diff -u php4/ext/standard/streamsfuncs.c:1.17

[PHP-CVS] cvs: php4 /ext/standard ftp_fopen_wrapper.c

2003-06-17 Thread Sara Golemon
--- php4/ext/standard/ftp_fopen_wrapper.c:1.57 Tue Jun 10 16:03:37 2003 +++ php4/ext/standard/ftp_fopen_wrapper.c Tue Jun 17 23:26:29 2003 @@ -18,7 +18,7 @@ | Sara Golemon [EMAIL PROTECTED

[PHP-CVS] cvs: php4 /ext/standard streamsfuncs.c

2003-06-19 Thread Sara Golemon
pollita Thu Jun 19 18:30:54 2003 EDT Modified files: /php4/ext/standard streamsfuncs.c Log: Quiet down decode_context_param when stream (not context) is passed. Switch stream_socket_*() to use macro for retrieving context from zval. Index:

[PHP-CVS] cvs: php4 /ext/standard string.c

2003-06-20 Thread Sara Golemon
pollita Fri Jun 20 11:41:43 2003 EDT Modified files: /php4/ext/standard string.c Log: When skipping blank searchvals we should advance the corresponding replace hash as well Index: php4/ext/standard/string.c diff -u php4/ext/standard/string.c:1.390

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard string.c

2003-06-20 Thread Sara Golemon
pollita Fri Jun 20 11:44:48 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard string.c Log: MFH (r-1.391) When skipping blank searchvals we should advance the corresponding replace hash as well Index: php4/ext/standard/string.c diff -u

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/standard file.c /main streams.c

2003-06-26 Thread Sara Golemon
pollita Thu Jun 26 21:46:30 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard file.c /php-src/main streams.c Log: MFH: Plug memory leaks when freeing contexts (particularly options) Index: php-src/ext/standard/file.c diff -u

[PHP-CVS] cvs: php-src(PHP_4_3) /main streams.c

2003-06-26 Thread Sara Golemon
pollita Thu Jun 26 23:40:55 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/main streams.c Log: Plug *half* a leak in context notifiers. We still need a check and zval_ptr_dtor(context-notifier-ptr); in the php_stream_context_free function, but

[PHP-CVS] cvs: php-src /main/streams streams.c

2003-06-26 Thread Sara Golemon
pollita Fri Jun 27 00:27:18 2003 EDT Modified files: /php-src/main/streams streams.c Log: MFB PHP_4_3 main/streams.c r-1.125.2.70 Index: php-src/main/streams/streams.c diff -u php-src/main/streams/streams.c:1.27 php-src/main/streams/streams.c:1.28 ---

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/standard file.c /main php_streams.h streams.c

2003-06-27 Thread Sara Golemon
pollita Fri Jun 27 12:16:46 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard file.c /php-src/main php_streams.h streams.c Log: Plug the last (hopefully) of the PHP4 context leaks. This one regarding notifier-ptr Index:

[PHP-CVS] cvs: php-src /ext/standard streamsfuncs.c /main/streams php_stream_context.h streams.c

2003-06-27 Thread Sara Golemon
pollita Fri Jun 27 12:23:58 2003 EDT Modified files: /php-src/ext/standard streamsfuncs.c /php-src/main/streams streams.c php_stream_context.h Log: MFB Plug leak in context notifiers, implement notifier-dtor Index:

[PHP-CVS] cvs: php-src /main/streams php_stream_context.h streams.c

2003-07-02 Thread Sara Golemon
pollita Wed Jul 2 18:18:59 2003 EDT Modified files: /php-src/main/streams php_stream_context.h streams.c Log: Introduce connection pooling API. I'll use these in http/ftp fopen wrappers soon. Index: php-src/main/streams/php_stream_context.h diff -u

[PHP-CVS] cvs: php-src /ext/sockets sockets.c

2003-07-07 Thread Sara Golemon
pollita Mon Jul 7 18:27:32 2003 EDT Modified files: /php-src/ext/socketssockets.c Log: Fix non-GNU build. Use getaddrinfo() rather than gethostbyname2() Index: php-src/ext/sockets/sockets.c diff -u php-src/ext/sockets/sockets.c:1.143

[PHP-CVS] cvs: php-src /ext/sockets config.m4 sockets.c

2003-07-07 Thread Sara Golemon
pollita Mon Jul 7 23:38:00 2003 EDT Modified files: /php-src/ext/socketsconfig.m4 sockets.c Log: Make php_set_inet6_addr happy with any environment. Use getaddrinfo() if available, gethostbyname2() if not, and simply fail if neither is present.

[PHP-CVS] cvs: php-src /ext/sockets sockets.c

2003-07-07 Thread Sara Golemon
pollita Tue Jul 8 01:00:15 2003 EDT Modified files: /php-src/ext/socketssockets.c Log: gethostbyname2() not thread safe. Use getaddrinfo() or nothing at all. Index: php-src/ext/sockets/sockets.c diff -u php-src/ext/sockets/sockets.c:1.145

[PHP-CVS] cvs: php-src /ext/standard php_string.h string.c

2003-07-24 Thread Sara Golemon
pollita Thu Jul 24 21:03:39 2003 EDT Modified files: /php-src/ext/standard php_string.h string.c Log: Fix Bug#24784 single character search keys not respecting case sensitivity/replace count parameters. Index: php-src/ext/standard/php_string.h diff -u

[PHP-CVS] cvs: php-src /ext/standard/tests/network tcp4loop.phpt tcp6loop.phpt udgloop.phpt udp4loop.phpt udp6loop.phpt unixloop.phpt

2003-08-11 Thread Sara Golemon
pollita Sun Aug 10 21:30:56 2003 EDT Added files: /php-src/ext/standard/tests/network tcp4loop.phpt tcp6loop.phpt udgloop.phpt udp4loop.phpt udp6loop.phpt unixloop.phpt Log:

[PHP-CVS] cvs: php-src /ext/standard ftp_fopen_wrapper.c

2003-08-14 Thread Sara Golemon
/ftp_fopen_wrapper.c:1.59 --- php-src/ext/standard/ftp_fopen_wrapper.c:1.58 Tue Jun 17 23:26:29 2003 +++ php-src/ext/standard/ftp_fopen_wrapper.cFri Aug 8 02:18:25 2003 @@ -18,7 +18,7 @@ | Sara Golemon [EMAIL PROTECTED

[PHP-CVS] cvs: php-src / TODO

2003-08-17 Thread Sara Golemon
pollita Sun Aug 17 13:52:20 2003 EDT Modified files: /php-srcTODO Log: No more vectors Index: php-src/TODO diff -u php-src/TODO:1.153 php-src/TODO:1.154 --- php-src/TODO:1.153 Fri May 30 18:32:37 2003 +++ php-src/TODOSun Aug 17 13:52:20 2003 @@

[PHP-CVS] cvs: php-src / NEWS

2003-08-21 Thread Sara Golemon
pollita Thu Aug 21 16:48:35 2003 EDT Modified files: /php-srcNEWS Log: ftp:// wrapper context option: resume_pos Index: php-src/NEWS diff -u php-src/NEWS:1.1459 php-src/NEWS:1.1460 --- php-src/NEWS:1.1459 Thu Aug 21 00:54:53 2003 +++ php-src/NEWSThu

[PHP-CVS] cvs: php-src /ext/standard ftp_fopen_wrapper.c

2003-08-26 Thread Sara Golemon
/ext/standard/ftp_fopen_wrapper.c:1.60 php-src/ext/standard/ftp_fopen_wrapper.c:1.61 --- php-src/ext/standard/ftp_fopen_wrapper.c:1.60 Wed Aug 20 17:59:29 2003 +++ php-src/ext/standard/ftp_fopen_wrapper.cMon Aug 25 18:25:33 2003 @@ -18,7 +18,7 @@ | Sara Golemon [EMAIL

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS

2003-08-26 Thread Sara Golemon
pollita Mon Aug 25 18:28:32 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: BFN Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.357 php-src/NEWS:1.1247.2.358 --- php-src/NEWS:1.1247.2.357 Sun Aug 24 16:51:52 2003 +++ php-src/NEWSMon

[PHP-CVS] cvs: php-src / NEWS /ext/standard basic_functions.c config.m4 http.c http.h

2003-09-05 Thread Sara Golemon
to | | [EMAIL PROTECTED] so we can mail you a copy immediately. | +--+ | Authors: Sara Golemon [EMAIL PROTECTED

[PHP-CVS] cvs: php-src /ext/standard http.c

2003-09-05 Thread Sara Golemon
pollita Sat Sep 6 01:41:37 2003 EDT Modified files: /php-src/ext/standard http.c Log: Prevent Recursion Index: php-src/ext/standard/http.c diff -u php-src/ext/standard/http.c:1.1 php-src/ext/standard/http.c:1.2 --- php-src/ext/standard/http.c:1.1 Fri

[PHP-CVS] cvs: php-src /ext/standard http.h

2003-09-05 Thread Sara Golemon
pollita Sat Sep 6 01:41:49 2003 EDT Modified files: /php-src/ext/standard http.h Log: Standard Footer Index: php-src/ext/standard/http.h diff -u php-src/ext/standard/http.h:1.1 php-src/ext/standard/http.h:1.2 --- php-src/ext/standard/http.h:1.1 Fri

[PHP-CVS] cvs: php-src /ext/standard http.c

2003-09-06 Thread Sara Golemon
pollita Sat Sep 6 02:57:41 2003 EDT Modified files: /php-src/ext/standard http.c Log: Fix segfault on uninitialized zval, skip NULL/Resource types, fix integer value handling, and process doubles/bools more efficiently. Index:

[PHP-CVS] cvs: php-src /ext/standard http.c

2003-09-06 Thread Sara Golemon
pollita Sat Sep 6 03:34:59 2003 EDT Modified files: /php-src/ext/standard http.c Log: Fix Objects bug. (Objects != Arrays) Index: php-src/ext/standard/http.c diff -u php-src/ext/standard/http.c:1.3 php-src/ext/standard/http.c:1.4 ---

[PHP-CVS] cvs: php-src /ext/standard basic_functions.c

2003-09-06 Thread Sara Golemon
pollita Sat Sep 6 10:52:11 2003 EDT Modified files: /php-src/ext/standard basic_functions.c Log: http.h php_http,h rename Index: php-src/ext/standard/basic_functions.c diff -u php-src/ext/standard/basic_functions.c:1.626

[PHP-CVS] cvs: php-src /ext/ftp ftp.c

2003-09-09 Thread Sara Golemon
pollita Tue Sep 9 17:12:50 2003 EDT Modified files: /php-src/ext/ftpftp.c Log: Fix Bug #25294 LIST/NLST can cause segfault because ftp-data not cleaned properly Index: php-src/ext/ftp/ftp.c diff -u php-src/ext/ftp/ftp.c:1.90 php-src/ext/ftp/ftp.c:1.91 ---

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/ftp ftp.c

2003-09-09 Thread Sara Golemon
pollita Tue Sep 9 17:15:21 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/ftpftp.c Log: MFH(r-1.91) Fix Bug #25294 LIST/NLST can cause segfault because ftp-data not cleaned properly Index: php-src/ext/ftp/ftp.c diff -u

[PHP-CVS] cvs: php-src /ext/ldap ldap.c

2003-09-13 Thread Sara Golemon
pollita Sat Sep 13 13:31:07 2003 EDT Modified files: /php-src/ext/ldap ldap.c Log: Fix Bug #25525 ldap_explode_dn crashes when passed invalid params. Index: php-src/ext/ldap/ldap.c diff -u php-src/ext/ldap/ldap.c:1.146 php-src/ext/ldap/ldap.c:1.147 ---

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/ldap ldap.c

2003-09-13 Thread Sara Golemon
pollita Sat Sep 13 13:31:26 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/ldap ldap.c /php-srcNEWS Log: MFH(r-1.147): Fix Bug #25525 ldap_explode_dn() crashes when passed invalid params Index: php-src/ext/ldap/ldap.c diff -u

[PHP-CVS] cvs: php-src /ext/ftp ftp.c ftp.h php_ftp.c php_ftp.h

2003-09-18 Thread Sara Golemon
pollita Thu Sep 18 13:36:08 2003 EDT Modified files: /php-src/ext/ftpftp.c ftp.h php_ftp.c php_ftp.h Log: Add ftp_alloc() for servers which require client to predeclare filesize to be sent. Index: php-src/ext/ftp/ftp.c diff -u php-src/ext/ftp/ftp.c:1.91

[PHP-CVS] cvs: php-src / NEWS

2003-09-18 Thread Sara Golemon
pollita Thu Sep 18 13:37:24 2003 EDT Modified files: /php-srcNEWS Log: Added ftp_alloc() Index: php-src/NEWS diff -u php-src/NEWS:1.1466 php-src/NEWS:1.1467 --- php-src/NEWS:1.1466 Fri Sep 5 20:35:21 2003 +++ php-src/NEWSThu Sep 18 13:37:23 2003 @@

[PHP-CVS] cvs: php-src /ext/ftp ftp.c

2003-09-18 Thread Sara Golemon
pollita Thu Sep 18 13:51:56 2003 EDT Modified files: /php-src/ext/ftpftp.c Log: Manageability Index: php-src/ext/ftp/ftp.c diff -u php-src/ext/ftp/ftp.c:1.92 php-src/ext/ftp/ftp.c:1.93 --- php-src/ext/ftp/ftp.c:1.92 Thu Sep 18 13:36:08 2003 +++

[PHP-CVS] cvs: php-src /ext/standard string.c

2003-09-26 Thread Sara Golemon
pollita Fri Sep 26 13:57:13 2003 EDT Modified files: /php-src/ext/standard string.c Log: Bug Fix#25671 Corruption in subarrays in subject when using str_replace Index: php-src/ext/standard/string.c diff -u php-src/ext/standard/string.c:1.397

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/standard string.c

2003-09-26 Thread Sara Golemon
pollita Fri Sep 26 14:00:01 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard string.c /php-srcNEWS Log: MFH BugFix# 25671 subarray corruption in str_replace Index: php-src/ext/standard/string.c diff -u

[PHP-CVS] cvs: php-src /ext/standard/tests/strings bug25671.phpt

2003-09-27 Thread Sara Golemon
pollita Sat Sep 27 14:48:49 2003 EDT Added files: /php-src/ext/standard/tests/strings bug25671.phpt Log: Test for Bug 25671 Index: php-src/ext/standard/tests/strings/bug25671.phpt +++ php-src/ext/standard/tests/strings/bug25671.phpt --TEST-- Bug #25671

[PHP-CVS] cvs: php-src /ext/standard user_filters.c

2007-08-04 Thread Sara Golemon
pollita Sat Aug 4 07:51:15 2007 UTC Modified files: /php-src/ext/standard user_filters.c Log: Bugfix#36492 Userfilters can leak buckets http://cvs.php.net/viewvc.cgi/php-src/ext/standard/user_filters.c?r1=1.48r2=1.49diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard user_filters.c

2007-08-04 Thread Sara Golemon
pollita Sat Aug 4 07:53:00 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard user_filters.c /php-srcNEWS Log: MFH(r-1.49)Bugfix#36492 Userfilters can leak buckets

[PHP-CVS] cvs: php-src /ext/curl interface.c

2007-08-21 Thread Sara Golemon
pollita Tue Aug 21 21:23:35 2007 UTC Modified files: /php-src/ext/curl interface.c Log: Bagder says I don't need these ifdefs http://cvs.php.net/viewvc.cgi/php-src/ext/curl/interface.c?r1=1.115r2=1.116diff_format=u Index: php-src/ext/curl/interface.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS

2007-10-29 Thread Sara Golemon
pollita Mon Oct 29 17:17:54 2007 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: Note addition of +/* specifiers http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.33r2=1.2027.2.547.2.965.2.34diff_format=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src /ext/standard http_fopen_wrapper.c

2007-11-04 Thread Sara Golemon
/http_fopen_wrapper.c Mon Nov 5 00:47:21 2007 @@ -19,7 +19,7 @@ | Sara Golemon [EMAIL PROTECTED] | +--+ */ -/* $Id: http_fopen_wrapper.c,v 1.128 2007/09/30 05:43:28 jani Exp $ */ +/* $Id

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/standard http_fopen_wrapper.c

2007-11-04 Thread Sara Golemon
30 05:49:45 2007 +++ php-src/ext/standard/http_fopen_wrapper.c Mon Nov 5 01:00:43 2007 @@ -19,7 +19,7 @@ | Sara Golemon [EMAIL PROTECTED] | +--+ */ -/* $Id: http_fopen_wrapper.c,v

[PHP-CVS] cvs: php-src /ext/standard filestat.c

2007-12-16 Thread Sara Golemon
pollita Mon Dec 17 05:16:40 2007 UTC Modified files: /php-src/ext/standard filestat.c Log: Add scoping braces for variable declaration http://cvs.php.net/viewvc.cgi/php-src/ext/standard/filestat.c?r1=1.170r2=1.171diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/json json.c /ext/json/tests 006.phpt

2007-12-16 Thread Sara Golemon
pollita Mon Dec 17 07:48:21 2007 UTC Added files: /php-src/ext/json/tests 006.phpt Modified files: /php-src/ext/json json.c Log: Add support for encoding options

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/json json.c /ext/json/tests 006.phpt

2007-12-16 Thread Sara Golemon
pollita Mon Dec 17 07:48:27 2007 UTC Added files: (Branch: PHP_5_3) /php-src/ext/json/tests 006.phpt Modified files: /php-src/ext/json json.c Log: MFH (json.c r-1.32) Add support for encoding options

[PHP-CVS] cvs: php-src /ext/ctype ctype.c

2008-01-21 Thread Sara Golemon
pollita Mon Jan 21 08:10:21 2008 UTC Modified files: /php-src/ext/ctype ctype.c Log: Unicode migration for ext/ctype http://cvs.php.net/viewvc.cgi/php-src/ext/ctype/ctype.c?r1=1.46r2=1.47diff_format=u Index: php-src/ext/ctype/ctype.c diff -u

  1   2   3   4   5   >